diff --git a/desktop/kde/addon/prison-qt5/1actions.py b/desktop/kde/addon/prison-qt5/1actions.py new file mode 100755 index 0000000000..4da5561457 --- /dev/null +++ b/desktop/kde/addon/prison-qt5/1actions.py @@ -0,0 +1,29 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import autotools +from pisi.actionsapi import get + +def setup(): + + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=ON \ + -DLIB_INSTALL_DIR=lib \ + -DSYSCONF_INSTALL_DIR=/etc \ + -DQML_INSTALL_DIR=/usr/lib/qt5/qml \ + -DPLUGIN_INSTALL_DIR=/usr/lib/qt5/plugins \ + -DQT5_BUILD=ON") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" %get.installDIR()) + + pisitools.dodoc("LICENSE") diff --git a/desktop/kde/addon/prison-qt5/actions.py b/desktop/kde/addon/prison-qt5/actions.py new file mode 100644 index 0000000000..a4d71bd755 --- /dev/null +++ b/desktop/kde/addon/prison-qt5/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import kde5 +from pisi.actionsapi import pisitools + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("LICENSE") diff --git a/desktop/kde/addon/prison-qt5/pspec.xml b/desktop/kde/addon/prison-qt5/pspec.xml new file mode 100755 index 0000000000..fe1786c510 --- /dev/null +++ b/desktop/kde/addon/prison-qt5/pspec.xml @@ -0,0 +1,70 @@ + + + + + prison-qt5 + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + MIT + library + A barcode API to produce QRCode barcodes and DataMatrix barcode + A barcode API to produce QRCode barcodes and DataMatrix barcode. + http://download.kde.org/stable/prison/1.1/src/prison-1.1.0.tar.xz + + python3 + mesa-devel + + + + + prison-qt5 + + qt + libgcc + mesa + libdmtx + qrencode + + + /usr/lib + /usr/share/doc + + + prison + + + prison + + + + + prison-qt5-devel + Development files for libepoxy + + prison-qt5 + + + /usr/include + /usr/lib/pkgconfig + + + prison-devel + + + prison-devel + + + + + + 2015-06-29 + 1.1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + +