libkleo
This commit is contained in:
@@ -8,11 +8,11 @@ from pisi.actionsapi import kde5
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.system("sed -i -e '/find_package.*QGpgme/d' CMakeLists.txt")
|
#shelltools.system("sed -i -e '/find_package.*QGpgme/d' CMakeLists.txt")
|
||||||
kde5.configure()
|
kde5.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
kde5.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
kde5.install()
|
kde5.install()
|
||||||
|
|||||||
Reference in New Issue
Block a user