gpgme: patch for libkleo

This commit is contained in:
suvari
2017-07-03 01:54:09 +03:00
parent 1cfe895e6f
commit c689dfc51f
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ def build():
def install(): 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/QGpgmeConfig.cmake")
pisitools.insinto("/usr/lib/cmake/Qgpgme", "lang/qt/src/QGpgmeConfigVersion.cmake") #pisitools.insinto("/usr/lib/cmake/Qgpgme", "lang/qt/src/QGpgmeConfigVersion.cmake")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "THANKS", "TODO") pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "THANKS", "TODO")
+3 -3
View File
@@ -24,9 +24,9 @@
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<Dependency>python-devel</Dependency> <Dependency>python-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<!--<Patches> <Patches>
<Patch level="1">remove-a-forgotten-instance-of-libsuffix.diff</Patch> <Patch level="1">remove-a-forgotten-instance-of-libsuffix.diff</Patch>
</Patches>--> </Patches>
</Source> </Source>
<Package> <Package>
@@ -66,7 +66,7 @@
<History> <History>
<Update release="4"> <Update release="4">
<Date>2017-03-19</Date> <Date>2017-07-03</Date>
<Version>1.8.0</Version> <Version>1.8.0</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name> <Name>Stefan Gronewold</Name>