Merge pull request #13 from groni/master
kcodecs, kconfig, ki18n, kdoctools, kwidgetsaddons, kcompletion, kcoreaddons, kauth, kdbusaddons, kguiaddons version bump
This commit is contained in:
Executable → Regular
+5
-11
@@ -4,22 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
kde5.configure()
|
||||||
-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")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||||
|
|||||||
@@ -10,9 +10,9 @@
|
|||||||
</Packager>
|
</Packager>
|
||||||
<License>LGPLv2</License>
|
<License>LGPLv2</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Framework which lets applications perform actions as a privileged user</Summary>
|
<Summary>Abstraction to system policy and authentication features</Summary>
|
||||||
<Description>Framework which lets applications perform actions as a privileged user</Description>
|
<Description>Framework which lets applications perform actions as a privileged user</Description>
|
||||||
<Archive sha1sum="6e8645a32b80e8cdf52cbfae126d8cef35feb67c" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kauth-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="9740d238ca209eb43e48aaa0bf375a8c9a3e3100" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kauth-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-tools-devel</Dependency>
|
<Dependency>qt5-tools-devel</Dependency>
|
||||||
@@ -51,6 +51,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-21</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-05-30</Date>
|
<Date>2015-05-30</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
Executable → Regular
+5
-11
@@ -4,22 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
kde5.configure()
|
||||||
-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")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB")
|
pisitools.dodoc("README.md", "COPYING", "COPYING.LIB")
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Plugins allowing Qt applications to access further types of images</Summary>
|
<Summary>Plugins allowing Qt applications to access further types of images</Summary>
|
||||||
<Description>KDE5 KCodecs provide a collection of methods to manipulate strings using various encodings.</Description>
|
<Description>KDE5 KCodecs provide a collection of methods to manipulate strings using various encodings.</Description>
|
||||||
<Archive sha1sum="7fd9352b1a434077ca2cd537c9d5de19f4f9824c" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kcodecs-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="b950224621d9787c5b253c620bd3c29ca5b6844c" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcodecs-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-tools-devel</Dependency>
|
<Dependency>qt5-tools-devel</Dependency>
|
||||||
@@ -49,6 +49,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-21</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-05-30</Date>
|
<Date>2015-05-30</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
@@ -4,21 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
kde5.configure()
|
||||||
-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")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Addon with auto completion widgets and classes</Summary>
|
<Summary>Addon with auto completion widgets and classes</Summary>
|
||||||
<Description>KCompletion provides widgets with advanced completion support as well as a lower-level completion class which can be used with your own widgets.</Description>
|
<Description>KCompletion provides widgets with advanced completion support as well as a lower-level completion class which can be used with your own widgets.</Description>
|
||||||
<Archive sha1sum="9cc59e3ce6ee96ff907ca2bb22d08da83afda4be" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kcompletion-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="dff3d665ed3248ffca31a67b7743bf9185a5b8db" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcompletion-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-tools-devel</Dependency>
|
<Dependency>qt5-tools-devel</Dependency>
|
||||||
@@ -54,6 +54,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-21</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-05-30</Date>
|
<Date>2015-05-30</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
Executable → Regular
+5
-10
@@ -4,21 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
kde5.configure()
|
||||||
-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")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "COPYING.LIB", "DESIGN", "TODO")
|
pisitools.dodoc("README.md", "COPYING.LIB", "DESIGN", "TODO")
|
||||||
|
|||||||
@@ -14,15 +14,15 @@
|
|||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>Advanced configuration system for KDE Frameworks 5</Summary>
|
<Summary>Advanced configuration system for KDE Frameworks 5</Summary>
|
||||||
<Description>Kconfig provides advanced libraries and tools for accessing configuration files.</Description>
|
<Description>Kconfig provides advanced libraries and tools for accessing configuration files.</Description>
|
||||||
<Archive sha1sum="d949466ac50c290e4425cc17f7841d753ba4bc60" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kconfig-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="270e5e006816d59ca3f742bc2392c95a21c2f221" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kconfig-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-tools-devel</Dependency>
|
<Dependency>qt5-tools-devel</Dependency>
|
||||||
<Dependency>extra-cmake-modules</Dependency>
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">0001-ensure-platform-window-resize-processing.patch</Patch>
|
<!--<Patch level="1">0001-ensure-platform-window-resize-processing.patch</Patch>
|
||||||
<Patch level="1">session-restore.patch</Patch>
|
<Patch level="1">session-restore.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -56,6 +56,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-21</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-05-30</Date>
|
<Date>2015-05-30</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
Executable → Regular
+5
-10
@@ -4,21 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
kde5.configure()
|
||||||
-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")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "COPYING.LIB")
|
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
from pisi.version import Version
|
from pisi.version import Version
|
||||||
|
|
||||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||||
if update-mime-database usr/share/mime > /dev/null
|
os.system("/usr/bin/update-mime-database /usr/share/mime")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Utilities for core application functionality and accessing the OS</Summary>
|
<Summary>Utilities for core application functionality and accessing the OS</Summary>
|
||||||
<Description>KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more.</Description>
|
<Description>KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more.</Description>
|
||||||
<Archive sha1sum="2df5ef5e710c902d16a860c733b7bdba6c19cae1" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kcoreaddons-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="4191f62eb1747de24dee1e92898a985fd1c1a94c" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcoreaddons-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-tools-devel</Dependency>
|
<Dependency>qt5-tools-devel</Dependency>
|
||||||
@@ -49,12 +49,19 @@
|
|||||||
<Path fileType="data">/usr/lib/cmake</Path>
|
<Path fileType="data">/usr/lib/cmake</Path>
|
||||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||||
</Files>
|
</Files>
|
||||||
<!--<Provides>
|
<Provides>
|
||||||
<COMAR script="package.py">System.Package</COMAR>
|
<COMAR script="package.py">System.Package</COMAR>
|
||||||
</Provides> -->
|
</Provides>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-21</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-05-30</Date>
|
<Date>2015-05-30</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
Executable → Regular
+5
-9
@@ -4,20 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
kde5.configure()
|
||||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
|
||||||
-DLOCALE_INSTALL_DIR=/usr/share/locale \
|
|
||||||
-DLIB_INSTALL_DIR=lib \
|
|
||||||
-DBUILD_TESTING=OFF")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "MAINTAINER", "COPYING.LIB")
|
pisitools.dodoc("README.md", "MAINTAINER", "COPYING.LIB")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Extra modules for Qt-DBus</Summary>
|
<Summary>Extra modules for Qt-DBus</Summary>
|
||||||
<Description>KDE5-KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules.</Description>
|
<Description>KDE5-KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules.</Description>
|
||||||
<Archive sha1sum="010a7d272f8c8c3b917027677cadc70632372c4c" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kdbusaddons-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="3afe097162ec6beda589a1dc1abf892ad6729ffb" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdbusaddons-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-tools-devel</Dependency>
|
<Dependency>qt5-tools-devel</Dependency>
|
||||||
@@ -52,6 +52,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-21</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-05-30</Date>
|
<Date>2015-05-30</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
Executable → Regular
+5
-8
@@ -4,19 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
kde5.configure()
|
||||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
|
||||||
-DLIB_INSTALL_DIR=lib \
|
|
||||||
-DBUILD_TESTING=OFF")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "COPYING.LIB", "LICENSE", "TODO")
|
pisitools.dodoc("README.md", "COPYING.LIB", "LICENSE", "TODO")
|
||||||
|
|||||||
@@ -13,11 +13,13 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>KDE5 document generator</Summary>
|
<Summary>KDE5 document generator</Summary>
|
||||||
<Description>kdoctools is an application aims to generate documents from DocBook.</Description>
|
<Description>kdoctools is an application aims to generate documents from DocBook.</Description>
|
||||||
<Archive sha1sum="27d0bf5a8280eb22f48444bda691327e9d71bcdf" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kdoctools-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="69068070f29374eef12ab5f9ae261c9cc3c705b5" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdoctools-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>perl-URI</Dependency>
|
<Dependency>perl-URI</Dependency>
|
||||||
<Dependency>python</Dependency>
|
<Dependency>python</Dependency>
|
||||||
|
<Dependency>docbook-xsl</Dependency>
|
||||||
|
<Dependency>docbook-xml</Dependency>
|
||||||
<Dependency>kde5-ki18n-devel</Dependency>
|
<Dependency>kde5-ki18n-devel</Dependency>
|
||||||
<Dependency>extra-cmake-modules</Dependency>
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -27,9 +29,7 @@
|
|||||||
<Name>kde5-kdoctools</Name>
|
<Name>kde5-kdoctools</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>qt5-base</Dependency>
|
<Dependency>qt5-base</Dependency>
|
||||||
<Dependency>libxslt</Dependency>
|
<Dependency>libxslt</Dependency>
|
||||||
<Dependency>docbook-xsl</Dependency>
|
|
||||||
<Dependency>docbook-xml</Dependency>
|
|
||||||
<Dependency>kde5-karchive</Dependency>
|
<Dependency>kde5-karchive</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
@@ -59,6 +59,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-21</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-05-30</Date>
|
<Date>2015-05-30</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
Executable → Regular
+5
-8
@@ -4,19 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
kde5.configure()
|
||||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
|
||||||
-DLIB_INSTALL_DIR=lib \
|
|
||||||
-DBUILD_TESTING=OFF")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING")
|
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING")
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Utilities for graphical user interfaces</Summary>
|
<Summary>Utilities for graphical user interfaces</Summary>
|
||||||
<Description>The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files.</Description>
|
<Description>The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files.</Description>
|
||||||
<Archive sha1sum="40d42c5b8404005e9b5ab23a8b37e568a35904c6" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kguiaddons-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="1444a735827d295cf0dfb6bc08a3b72518d97e0e" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kguiaddons-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>extra-cmake-modules</Dependency>
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
@@ -26,9 +26,7 @@
|
|||||||
<Dependency>qt5-x11extras</Dependency>
|
<Dependency>qt5-x11extras</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="library">/usr/lib/qt5</Path>
|
||||||
<Path fileType="localedata">/usr/share/locale</Path>
|
|
||||||
<Path fileType="library">/usr/lib/qt5</Path>
|
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
@@ -48,6 +46,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-21</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-05-30</Date>
|
<Date>2015-05-30</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
Executable → Regular
+5
-11
@@ -4,22 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
kde5.configure()
|
||||||
-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")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING-CMAKE-SCRIPTS")
|
pisitools.dodoc("README.md", "COPYING.LIB", "COPYING-CMAKE-SCRIPTS")
|
||||||
|
|||||||
@@ -12,10 +12,10 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>KDE Gettext-based UI text internationalization.</Summary>
|
<Summary>KDE Gettext-based UI text internationalization.</Summary>
|
||||||
<Description>KI18n provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system.</Description>
|
<Description>KI18n provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system.</Description>
|
||||||
<Archive sha1sum="a8b1021be261d10de39f2a37bed278f159098705" type="tarxz">http://download.kde.org/stable/frameworks/5.10/ki18n-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="0c4751ebc1f3c488f3e95622acf9311e367b7402" type="tarxz">http://download.kde.org/stable/frameworks/5.11/ki18n-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>python</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
<Dependency>extra-cmake-modules</Dependency>
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<Name>kde5-ki18n</Name>
|
<Name>kde5-ki18n</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>qt5-base</Dependency>
|
<Dependency>qt5-base</Dependency>
|
||||||
<Dependency>qt5-script</Dependency>
|
<Dependency>qt5-script</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="data">/usr/share</Path>
|
||||||
@@ -32,6 +32,7 @@
|
|||||||
<Path fileType="library">/usr/lib/qt5</Path>
|
<Path fileType="library">/usr/lib/qt5</Path>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -49,6 +50,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-21</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-05-30</Date>
|
<Date>2015-05-30</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
Executable → Regular
+5
-9
@@ -4,20 +4,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
kde5.configure()
|
||||||
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \
|
|
||||||
-DLIB_INSTALL_DIR=lib \
|
|
||||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
|
||||||
-DBUILD_TESTING=OFF")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("README.md","COPYING.LIB", "COPYING")
|
pisitools.dodoc("README.md","COPYING.LIB", "COPYING")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>KDE5 desktop widgets</Summary>
|
<Summary>KDE5 desktop widgets</Summary>
|
||||||
<Description>KdeWidgetsAddons is a framework contains addon widgets and shared libraries for applications using Qt5-Widgets.</Description>
|
<Description>KdeWidgetsAddons is a framework contains addon widgets and shared libraries for applications using Qt5-Widgets.</Description>
|
||||||
<Archive sha1sum="3f5a3f7061ab4f5dd52e4822e8af72b946a94189" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kwidgetsaddons-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="db63cdc24ad85217d1adddaa3a347297a76d4668" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kwidgetsaddons-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>qt5-tools-devel</Dependency>
|
<Dependency>qt5-tools-devel</Dependency>
|
||||||
@@ -50,6 +50,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-21</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-05-30</Date>
|
<Date>2015-05-30</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user