gpgme version bump and add patch

This commit is contained in:
groni
2016-12-28 15:35:21 +01:00
parent 0bcda083ec
commit 7b246b5999
3 changed files with 28 additions and 5 deletions
+1 -3
View File
@@ -21,8 +21,6 @@ def build():
#autotools.make("check")
def install():
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")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "THANKS", "TODO")