add any packages to rebuild

This commit is contained in:
groni
2017-01-02 15:04:59 +01:00
parent df7bf42ecc
commit 20361d5557
6 changed files with 19 additions and 26 deletions
+4 -1
View File
@@ -21,6 +21,9 @@ def build():
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.insinto("/usr/lib/cmake/Qgpgme", "lang/qt/src/QGpgmeConfig.cmake")
pisitools.insinto("/usr/lib/cmake/Qgpgme", "lang/qt/src/QGpgmeConfigVersion.cmake")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "THANKS", "TODO")
+7 -13
View File
@@ -13,20 +13,20 @@
<IsA>library</IsA>
<Summary>GnuPG Made Easy is a library for making GnuPG easier to use</Summary>
<Description>GPGME is a library designed to make access to GnuPG easier for applications. It provides a high-Level Crypto application programming interface (API) for encryption, decryption, signing, signature verification and key management.</Description>
<Archive sha1sum="efa043064dbf675fd713228c6fcfcc4116feb221" type="tarbz2">http://gd.tuwien.ac.at/pub/gnupg/gpgme/gpgme-1.8.0.tar.bz2</Archive>
<Archive sha1sum="af95d75878200407eb577245eeb0681b1ad313ed" type="tarbz2">http://gd.tuwien.ac.at/pub/gnupg/gpgme/gpgme-1.7.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gnupg</Dependency>
<Dependency>libgpg-error-devel</Dependency>
<Dependency>libassuan-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>swig</Dependency>
<Dependency>swig</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patches>
<Patch level="1">remove-a-forgotten-instance-of-libsuffix.diff</Patch>
</Patches>
</Patches>-->
</Source>
<Package>
@@ -38,6 +38,7 @@
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>python3</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -63,16 +64,9 @@
</Files>
</Package>
<History>
<Update release="4">
<Date>2016-12-28</Date>
<Version>1.8.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<History>
<Update release="3">
<Date>2016-12-24</Date>
<Date>2017-01-02</Date>
<Version>1.7.1</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>