Merge branch 'master' of github.com:pisilinux/main
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-script-devel</Dependency>
|
||||
<Dependency>ladspa-sdk-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
<Dependency>qt5-webkit-devel</Dependency>
|
||||
<Dependency>qt5-location-devel</Dependency>
|
||||
@@ -72,6 +73,7 @@
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>qt5-script</Dependency>
|
||||
<Dependency>qt5-webkit</Dependency>
|
||||
<Dependency>ladspa-sdk</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-06-25</Date>
|
||||
<Date>2016-07-09</Date>
|
||||
<Version>0.7.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
|
||||
+89647
-89598
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
cd96b05b243bd155e010f40a4572a67f7c4cd085
|
||||
f025d8ca24d07afa5a9c4289f9195031220049ca
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
3ef2dfd77c10eeea47a58f3619885ec272753cdc
|
||||
f4f5b6d6ea9817e04dab42f4c213df9f2d684096
|
||||
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
|
||||
def setup():
|
||||
autotools.rawConfigure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>re2c</Name>
|
||||
<Homepage>https://github.com/skvadrik/re2c</Homepage>
|
||||
<Packager>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>Poyraz76@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<Icon>re2c</Icon>
|
||||
<IsA>Libry</IsA>
|
||||
<Summary>A tool for generating C-based recognizers from regular expressions</Summary>
|
||||
<Description>ACM Letters on Programming Languages and Systems (LOPLAS)</Description>
|
||||
<Archive sha1sum="cf41da098dda3d6e6848d23ffaa0b9aadaaf15fc" type="targz">https://github.com/skvadrik/re2c/releases/download/0.16/re2c-0.16.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gcc</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>re2c</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/</Path>
|
||||
<Path fileType="library">/usr/lib/</Path>
|
||||
<Path fileType="data">/usr/include/re2c/*</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig/</Path>
|
||||
<Path fileType="doc">/usr/share/man/*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-07-09</Date>
|
||||
<Version>0.16</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>Poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user