kozmetik
This commit is contained in:
@@ -4,20 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING", "AUTHORS", "ChangeLog")
|
||||
@@ -105,4 +105,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -146,4 +146,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,16 +5,13 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
def setup():
|
||||
kde5.configure("-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d")
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
#pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
@@ -14,7 +14,7 @@
|
||||
<Description>Qt wrapper for KDE 5 DBus API.</Description>
|
||||
<Archive sha1sum="450cef73d3c771617005fdb15723debcab5f9765" type="tarxz">mirrors://kde/stable/frameworks/5.18/bluez-qt-5.18.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>bluez</Dependency>
|
||||
<Dependency>bluez</Dependency>
|
||||
<Dependency>bluez-libs-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
@@ -36,7 +36,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>bluez-qt-devel</Name>
|
||||
<Summary>Development files for bluez-qt</Summary>
|
||||
@@ -107,6 +107,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -44,4 +44,4 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,19 +4,17 @@
|
||||
# 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 get
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DBUILD_HTML_DOCS=OFF \
|
||||
-DBUILD_MAN_DOCS=OFF", sourceDir=".")
|
||||
kde5.configure("-DBUILD_HTML_DOCS=OFF \
|
||||
-DBUILD_MAN_DOCS=OFF")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.rst", "COPYING-CMAKE-SCRIPTS")
|
||||
@@ -82,4 +82,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DLOCALE_INSTALL_DIR=/usr/share/locale \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -151,4 +151,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,24 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("%s/build" %get.workDIR())
|
||||
kde5.configure()
|
||||
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DQML_INSTALL_DIR=lib/qt5/qml \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "MAINTAINER", "TODO")
|
||||
pisitools.dodoc("README.md", "MAINTAINER", "TODO")
|
||||
@@ -161,4 +161,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,20 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLOCALE_INSTALL_DIR=/usr/share/locale \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md")
|
||||
pisitools.dodoc("README.md")
|
||||
@@ -92,4 +92,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">KDE5 Frameworks API dokümantasyon araçları.</Summary>
|
||||
<Description xml:lang="tr">KDE5 Frameworks API dokümantasyon araçları.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,19 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB", "AUTHORS")
|
||||
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB", "AUTHORS")
|
||||
@@ -111,4 +111,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,22 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DLIBEXEC_INSTALL_DIR=lib \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -111,4 +111,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,20 +5,15 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import kde5
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -4,22 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DQML_INSTALL_DIR=lib/qt5/qml \
|
||||
-DLOCALE_INSTALL_DIR=/usr/share/locale \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB")
|
||||
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB")
|
||||
@@ -107,4 +107,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -114,4 +114,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "DESIGN", "TODO")
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "DESIGN", "TODO")
|
||||
@@ -110,4 +110,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING")
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING")
|
||||
@@ -133,4 +133,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -116,4 +116,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,24 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DQML_INSTALL_DIR=lib/qt5/qml \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DLIBEXEC_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DLOCALE_INSTALL_DIR=/usr/share/locale \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -42,7 +42,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kcrash-devel</Name>
|
||||
<Summary>Development files for kcrash</Summary>
|
||||
@@ -116,6 +116,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,20 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLOCALE_INSTALL_DIR=/usr/share/locale \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "MAINTAINER", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "MAINTAINER", "COPYING.LIB")
|
||||
@@ -38,7 +38,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kdbusaddons-devel</Name>
|
||||
<Summary>Development files for kdbusaddons</Summary>
|
||||
@@ -109,6 +109,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,8 +4,8 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
@@ -16,4 +16,4 @@ def build():
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -50,7 +50,7 @@
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>kded-devel</Name>
|
||||
<Summary>Development files for kded</Summary>
|
||||
<Summary>Development files for kded</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kcoreaddons-devel</Dependency>
|
||||
@@ -61,11 +61,11 @@
|
||||
<Dependency release="current">kded</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2016-01-10</Date>
|
||||
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -121,4 +121,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,23 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DLIBEXEC_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -29,7 +29,7 @@
|
||||
<Package>
|
||||
<Name>kdesu</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kcoreaddons</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kpty</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice</Dependency>
|
||||
@@ -45,7 +45,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kdesu-devel</Name>
|
||||
<Summary>Development files for kdesu</Summary>
|
||||
@@ -122,6 +122,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,23 +4,16 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#shelltools.makedirs("build")
|
||||
#shelltools.cd("build")
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "ISSUES")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "ISSUES")
|
||||
@@ -135,4 +135,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,20 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING-CMAKE-SCRIPTS")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING-CMAKE-SCRIPTS")
|
||||
@@ -36,7 +36,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kdnssd-devel</Name>
|
||||
<Summary>Development files for kdnssd.</Summary>
|
||||
@@ -47,10 +47,10 @@
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2016-01-10</Date>
|
||||
@@ -107,6 +107,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,19 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "LICENSE", "TODO")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "LICENSE", "TODO")
|
||||
@@ -10,7 +10,7 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 document generator</Summary>
|
||||
<Description>kdoctools is an application aims to generate documents from DocBook.</Description>
|
||||
<Archive sha1sum="9432c73607bf06260d68f0b00acc0196168943ad" type="tarxz">mirrors://kde/stable/frameworks/5.18/kdoctools-5.18.0.tar.xz</Archive>
|
||||
@@ -35,7 +35,7 @@
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency versionFrom="5.18.0">karchive</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -48,7 +48,7 @@
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kdoctools-devel</Name>
|
||||
<Summary>Development files for kdoctools</Summary>
|
||||
@@ -122,6 +122,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB")
|
||||
@@ -52,7 +52,7 @@
|
||||
<Dependency versionFrom="5.18.0">karchive-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kcoreaddons-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kconfig-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -119,4 +119,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -18,7 +18,7 @@
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
<Dependency>ebook-tools-devel</Dependency>
|
||||
<Dependency versionFrom"0.25">exiv2-devel</Dependency>
|
||||
<Dependency versionFrom="0.25">exiv2-devel</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>taglib-devel</Dependency>
|
||||
<Dependency>poppler-qt5-devel</Dependency>
|
||||
@@ -31,7 +31,7 @@
|
||||
<Package>
|
||||
<Name>kfilemetadata</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>ebook-tools</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency versionFrom="0.25">exiv2-libs</Dependency>
|
||||
@@ -130,4 +130,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -4,19 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING")
|
||||
@@ -36,7 +36,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kguiaddons-devel</Name>
|
||||
<Summary>Development files for kguiaddons</Summary>
|
||||
@@ -46,7 +46,7 @@
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -106,6 +106,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,22 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLOCALE_INSTALL_DIR=/usr/share/locale \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING-CMAKE-SCRIPTS")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING-CMAKE-SCRIPTS")
|
||||
@@ -101,13 +101,13 @@
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-05-30</Date>
|
||||
<Version>5.10.0</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,10 +4,10 @@
|
||||
<Name>ki18n</Name>
|
||||
<Summary xml:lang="tr">KDE grafik arabirim yerelleştirme kitaplığı</Summary>
|
||||
<Description xml:lang="tr">ki18n, KDE Frameworks 5 için, Gettext tabanlı bir grafik arabirim yerelleştirme kitaplığıdır</Description>
|
||||
</Source>
|
||||
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ki18n-devel</Name>
|
||||
<Summary xml:lang="tr">ki18n için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,24 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DQML_INSTALL_DIR=lib/qt5/qml \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DLOCALE_INSTALL_DIR=/usr/share/locale \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -50,7 +50,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kiconthemes-devel</Name>
|
||||
<Summary>Development files for kiconthemes</Summary>
|
||||
@@ -128,6 +128,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING")
|
||||
@@ -32,7 +32,7 @@
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -43,17 +43,17 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kidletime-devel</Name>
|
||||
<Summary>Development files for kidletime</Summary>
|
||||
<Summary>Development files for kidletime</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kidletime</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -113,6 +113,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,18 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -28,7 +28,7 @@
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency versionFrom="2.2.0">openexr-libs</Dependency>
|
||||
<Dependency>ilmbase</Dependency>
|
||||
<Dependency>ilmbase</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
@@ -94,6 +94,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,20 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DLIBEXEC_INSTALL_DIR=lib \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -10,7 +10,7 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE applications initialization utility</Summary>
|
||||
<Description>Process launcher to speed up launching KDE applications.</Description>
|
||||
<Archive sha1sum="ac954783c1906eef3225fbb5dd24eff25de90fd1" type="tarxz">mirrors://kde/stable/frameworks/5.18/kinit-5.18.0.tar.xz</Archive>
|
||||
@@ -58,9 +58,9 @@
|
||||
<Dependency versionFrom="5.18.0">kwindowsystem</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -69,7 +69,7 @@
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>kinit-devel</Name>
|
||||
<Summary>Development files for kinit</Summary>
|
||||
<Summary>Development files for kinit</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -84,7 +84,6 @@
|
||||
<Dependency release="current">kinit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<!--<Path fileType="header">/usr/include</Path> -->
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
@@ -146,6 +145,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,23 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DLIBEXEC_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -197,4 +197,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,20 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -33,10 +33,10 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kitemmodels-devel</Name>
|
||||
<Summary>Development files for kitemmodels</Summary>
|
||||
<Summary>Development files for kitemmodels</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kitemmodels</Dependency>
|
||||
@@ -44,7 +44,7 @@
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -104,6 +104,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,20 +4,17 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING")
|
||||
@@ -10,7 +10,7 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Set of item models extending the Qt model-view framework</Summary>
|
||||
<Description>KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists.</Description>
|
||||
<Archive sha1sum="c10a50c6607e548f9d5727040971cbe8e1074851" type="tarxz">mirrors://kde/stable/frameworks/5.18/kitemviews-5.18.0.tar.xz</Archive>
|
||||
@@ -35,18 +35,18 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kitemviews-devel</Name>
|
||||
<Summary>Development files for kitemviews</Summary>
|
||||
<Summary>Development files for kitemviews</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kitemviews</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -106,6 +106,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,20 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -115,4 +115,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -16,4 +16,4 @@ def build():
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -31,7 +31,7 @@
|
||||
<Dependency versionFrom="5.18.0">ki18n-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kio-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kglobalaccel-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kxmlgui-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kbookmarks-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kwindowsystem-devel</Dependency>
|
||||
@@ -60,7 +60,7 @@
|
||||
<Dependency versionFrom="5.18.0">kcoreaddons</Dependency>
|
||||
<Dependency versionFrom="5.18.0">ki18n</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kio</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kxmlgui</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -71,10 +71,10 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>knewstuff-devel</Name>
|
||||
<Summary>Development files for knewstuff</Summary>
|
||||
<Summary>Development files for knewstuff</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kwidgetsaddons-devel</Dependency>
|
||||
@@ -88,14 +88,14 @@
|
||||
<Dependency versionFrom="5.18.0">kcoreaddons-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">ki18n-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kio-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kxmlgui-devel</Dependency>
|
||||
<Dependency release="current">knewstuff</Dependency>
|
||||
<Dependency release="current">knewstuff</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -155,6 +155,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,22 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPhonon4Qt5_DIR=/usr/lib/qt5/cmake/phonon4qt5 \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING-CMAKE-SCRIPTS")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING-CMAKE-SCRIPTS")
|
||||
@@ -134,4 +134,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,22 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DPhonon4Qt5_DIR=/usr/lib/qt5/cmake/phonon4qt5 \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -16,7 +16,7 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kauth-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kauth-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kconfig-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kcompletion-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">ki18n-devel</Dependency>
|
||||
@@ -44,7 +44,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>knotifyconfig-devel</Name>
|
||||
<Summary>Development files for knotifyconfig</Summary>
|
||||
@@ -52,7 +52,7 @@
|
||||
<Dependency release="current">knotifyconfig</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kauth-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kauth-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kconfig-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kcompletion-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">ki18n-devel</Dependency>
|
||||
@@ -121,6 +121,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,24 +4,17 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#shelltools.cd("kpackage")
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "COPYING.LIB", "README.md")
|
||||
pisitools.dodoc("COPYING", "COPYING.LIB", "README.md")
|
||||
@@ -123,4 +123,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Framework that lets applications manage user installable packages of non-binary assets</Summary>
|
||||
<Description xml:lang="tr">KPackage is dependent on the Smart package manager.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,20 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COMMENTS", "COPYING.LIB", "AUTHORS")
|
||||
pisitools.dodoc("README.md", "COMMENTS", "COPYING.LIB", "AUTHORS")
|
||||
@@ -31,7 +31,7 @@
|
||||
<Dependency versionFrom="5.18.0">ki18n-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kio-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kglobalaccel-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kxmlgui-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kbookmarks-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kwindowsystem-devel</Dependency>
|
||||
@@ -84,7 +84,7 @@
|
||||
<Dependency versionFrom="5.18.0">kwidgetsaddons-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kxmlgui-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kio-devel</Dependency>
|
||||
<Dependency release="current">kparts</Dependency>
|
||||
<Dependency release="current">kparts</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -151,4 +151,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,26 +4,17 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
pisitools.ldflags.add("-Wl,-rpath,/usr/lib")
|
||||
cmaketools.configure("-DBUILD_TESTING=OFF \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIBEXEC_INSTALL_DIR=libexec \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules ")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
@@ -41,7 +41,7 @@
|
||||
<Dependency versionFrom="5.18.0">kservice</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kwidgetsaddons</Dependency>
|
||||
<Dependency versionFrom="5.18.0">ki18n</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kitemviews</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kitemviews</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
@@ -51,7 +51,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kpeople-devel</Name>
|
||||
<Summary>Development files for kpeople</Summary>
|
||||
@@ -72,7 +72,7 @@
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2016-01-10</Date>
|
||||
@@ -129,6 +129,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,20 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -31,12 +31,12 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kplotting-devel</Name>
|
||||
<Summary>Development files for kplotting</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">kplotting</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -102,6 +102,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING")
|
||||
@@ -39,7 +39,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kpty-devel</Name>
|
||||
<Summary>Development files for kpty</Summary>
|
||||
@@ -53,7 +53,7 @@
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -113,6 +113,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,22 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB", "COPYING.GPL3")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB", "COPYING.GPL3")
|
||||
@@ -10,12 +10,12 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 Desktop Services</Summary>
|
||||
<Description>Kservice Provides a plugin framework for handling desktop services. Services can be applications or libraries. They can be bound to MIME types or handled by application specific code.</Description>
|
||||
<Archive sha1sum="a80efe117321a0a718a6ac5cd35d9126fffa8f52" type="tarxz">mirrors://kde/stable/frameworks/5.18/kservice-5.18.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kdoctools-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kconfig-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kcoreaddons-devel</Dependency>
|
||||
@@ -50,7 +50,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>kservice-devel</Name>
|
||||
<Summary>Development files for kservice</Summary>
|
||||
@@ -126,6 +126,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -33,7 +33,7 @@
|
||||
<Dependency versionFrom="5.18.0">ki18n-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kio-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kglobalaccel-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kservice-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kxmlgui-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kbookmarks-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kwindowsystem-devel</Dependency>
|
||||
@@ -83,7 +83,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>ktexteditor-devel</Name>
|
||||
<Summary>Development files for ktexteditor</Summary>
|
||||
@@ -109,7 +109,7 @@
|
||||
<Dependency versionFrom="5.18.0">ki18n-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kparts-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">sonnet-devel</Dependency>
|
||||
<Dependency release="current">ktexteditor</Dependency>
|
||||
<Dependency release="current">ktexteditor</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -174,6 +174,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,22 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -10,12 +10,12 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 text editing widgets</Summary>
|
||||
<Description>KTextWidgets provides widgets for displaying and editing text. It supports rich text as well as plain text.</Description>
|
||||
<Archive sha1sum="c408d2a1515a889a8902c4c7636b629b565eb634" type="tarxz">mirrors://kde/stable/frameworks/5.18/ktextwidgets-5.18.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kconfig-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kcompletion-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">kcodecs-devel</Dependency>
|
||||
@@ -50,13 +50,13 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>ktextwidgets-devel</Name>
|
||||
<Summary>Development files for ktextwidgets</Summary>
|
||||
@@ -77,7 +77,7 @@
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -137,6 +137,6 @@
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,23 +4,17 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
pisitools.ldflags.add("-Wl,-rpath,/usr/lib")
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DPLUGIN_INSTALL_DIR=/usr/lib/qt5/plugins \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||
@@ -42,7 +42,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.18.0">ki18n-devel</Dependency>
|
||||
<Dependency release="current">kunitconversion</Dependency>
|
||||
<Dependency release="current">kunitconversion</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -109,4 +109,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,21 +4,16 @@
|
||||
# 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
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DPYTHON_EXECUTABLE=/usr/bin/python \
|
||||
-DBUILD_TESTING=OFF")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md","COPYING.LIB")
|
||||
@@ -141,4 +141,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user