diff --git a/programming/misc/grantlee-qt5/actions.py b/programming/misc/grantlee-qt5/actions.py index cc2489cd04..79934ba546 100644 --- a/programming/misc/grantlee-qt5/actions.py +++ b/programming/misc/grantlee-qt5/actions.py @@ -9,7 +9,9 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - cmaketools.configure() + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTS=OFF") def build(): cmaketools.make() diff --git a/programming/misc/grantlee-qt5/pspec.xml b/programming/misc/grantlee-qt5/pspec.xml index 4b72a28694..b0ee8ff021 100644 --- a/programming/misc/grantlee-qt5/pspec.xml +++ b/programming/misc/grantlee-qt5/pspec.xml @@ -15,9 +15,9 @@ https://github.com/steveire/grantlee/archive/v5.1.0.tar.gz mesa-devel - qt5-base-devel - qt5-script-devel - qt5-linguist + qt5-base-devel + qt5-script-devel + qt5-linguist cmake @@ -25,16 +25,12 @@ grantlee-qt5 - qt5-base - qt5-script + qt5-base + qt5-script libgcc - - /usr/bin - /etc - /usr/lib - /usr/share/locale - /usr/share/man + + /usr/lib /usr/share/doc @@ -44,12 +40,12 @@ Development files for grantlee grantlee-qt5 - qt5-base-devel - qt5-script-devel + qt5-base-devel + qt5-script-devel /usr/include - /usr/lib/grantlee/*.cmake + /usr/lib/cmake @@ -76,4 +72,4 @@ ertugrulerata@gmail.com - \ No newline at end of file +