@@ -1,27 +0,0 @@
|
||||
# -*- 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 shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vif")
|
||||
shelltools.system("./autogen.sh")
|
||||
|
||||
autotools.configure("--with-tests")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
shelltools.cd("tests")
|
||||
shelltools.system("./test_all.sh")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "NEWS", "README")
|
||||
@@ -1,72 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qrencode</Name>
|
||||
<Homepage>http://fukuchi.org/works/qrencode/index.en.html</Homepage>
|
||||
<Packager>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A C library for encoding data in a QR code symbol</Summary>
|
||||
<Description>qrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.</Description>
|
||||
<Archive sha1sum="644054a76c8b593acb66a8c8b7dcf1b987c3d0b2" type="targz">http://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl-devel</Dependency> <!-- This is for a specific test -->
|
||||
<Dependency>m4</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>qrencode</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libpng</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/bin/qrencode</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>qrencode-devel</Name>
|
||||
<Summary>Development files for qrencode</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">qrencode</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2017-02-28</Date>
|
||||
<Version>3.4.4</Version>
|
||||
<Comment>Rebuild for new Toolchain.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-22</Date>
|
||||
<Version>3.4.4</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-02-22</Date>
|
||||
<Version>3.4.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qrencode</Name>
|
||||
<Summary xml:lang="tr">QR kod sembolüne veri gömmek için bir kitaplık</Summary>
|
||||
<Description xml:lang="tr">qrencode, cep telefonları gibi mobil cihazlar tarafından kolaylıkla taranabilen, 2 boyutlu bir sembol olan QR kod içerisinde veri gömmek için kullanılan bir kitaplıktır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>qrencode-devel</Name>
|
||||
<Summary xml:lang="tr">qrencode için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -183,7 +183,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-02-16</Date>
|
||||
<Date>2017-05-01</Date>
|
||||
<Version>2.24.31</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
@@ -211,4 +211,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -33,8 +33,6 @@
|
||||
2016-06-10 /programming/language/java/eclipse-ecj/pspec.xml
|
||||
2016-06-09 /programming/language/java/fastjar/pspec.xml
|
||||
2016-06-09 /programming/language/java/rhino/pspec.xml
|
||||
2016-06-09 /programming/misc/qrencode/pspec.xml
|
||||
2016-06-09 /programming/misc/libgsf/pspec.xml
|
||||
2016-06-09 /programming/environment/eric6/pspec.xml
|
||||
2016-12-13 /system/installer/Calamares/pspec.xml
|
||||
2016-06-08 /system/installer/calamares-theme-pisilinux/pspec.xml
|
||||
|
||||
@@ -43,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-05-01</Date>
|
||||
<Version>1.2.4</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>1.2.4</Version>
|
||||
@@ -65,4 +72,4 @@
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -12,7 +12,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>Gnome structured file library</Summary>
|
||||
<Description>The libgsf is a library for reading and writing structured files (eg MS OLE and Zip).</Description>
|
||||
<Archive sha1sum="e813178d5726eed3f3461f9236235393bba7d6dc" type="tarxz">mirrors://gnome/libgsf/1.14/libgsf-1.14.31.tar.xz</Archive>
|
||||
<Archive sha1sum="6a840cdbfea80138c81d3b885b69c842c4a2a189" type="tarxz">mirrors://gnome/libgsf/1.14/libgsf-1.14.41.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libbonobo-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
@@ -98,6 +98,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-05-01</Date>
|
||||
<Version>1.14.41</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>1.14.31</Version>
|
||||
@@ -113,4 +120,4 @@
|
||||
<Email>hknyldz93@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
|
||||
def setup():
|
||||
autotools.autoreconf("-vif")
|
||||
shelltools.system("./autogen.sh")
|
||||
|
||||
|
||||
autotools.configure("--with-tests")
|
||||
|
||||
def build():
|
||||
@@ -24,4 +24,4 @@ def check():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "NEWS", "README")
|
||||
pisitools.dodoc("COPYING", "NEWS", "README")
|
||||
@@ -15,6 +15,7 @@
|
||||
<Archive sha1sum="644054a76c8b593acb66a8c8b7dcf1b987c3d0b2" type="targz">http://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl-devel</Dependency> <!-- This is for a specific test -->
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>m4</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -45,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-05-01</Date>
|
||||
<Version>3.4.4</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>3.4.4</Version>
|
||||
@@ -60,4 +68,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user