kde5-kpackage version bump
This commit is contained in:
@@ -4,24 +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 shelltools
|
from pisi.actionsapi import kde5
|
||||||
from pisi.actionsapi import cmaketools
|
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
#shelltools.cd("kpackage")
|
kde5.configure()
|
||||||
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/python3 \
|
|
||||||
-DBUILD_TESTING=OFF")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
kde5.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
kde5.install()
|
||||||
|
|
||||||
pisitools.dodoc("COPYING", "COPYING.LIB", "README.md")
|
pisitools.dodoc("COPYING", "COPYING.LIB", "README.md")
|
||||||
|
|||||||
@@ -12,10 +12,11 @@
|
|||||||
<IsA>app:library</IsA>
|
<IsA>app:library</IsA>
|
||||||
<Summary>Framework that lets applications manage user installable packages of non-binary assets</Summary>
|
<Summary>Framework that lets applications manage user installable packages of non-binary assets</Summary>
|
||||||
<Description>KPackage is dependent on the Smart package manager.</Description>
|
<Description>KPackage is dependent on the Smart package manager.</Description>
|
||||||
<Archive sha1sum="2989b40c32d4b713bf088a71b0bc7d2c8e4955b8" type="tarxz">http://download.kde.org/stable/frameworks/5.10/kpackage-5.10.0.tar.xz</Archive>
|
<Archive sha1sum="151aa58865b12d016ad78c7bd0567e2cd02403dd" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kpackage-5.11.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>qt5-tools-devel</Dependency>
|
<Dependency>qt5-tools-devel</Dependency>
|
||||||
<Dependency>extra-cmake-modules</Dependency>
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
<Dependency>kde5-kdoctools-devel</Dependency>
|
<Dependency>kde5-kdoctools-devel</Dependency>
|
||||||
@@ -26,6 +27,7 @@
|
|||||||
<Name>kde5-kpackage</Name>
|
<Name>kde5-kpackage</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>qt5-base</Dependency>
|
<Dependency>qt5-base</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
<Dependency>kde5-kconfig</Dependency>
|
<Dependency>kde5-kconfig</Dependency>
|
||||||
<Dependency>kde5-ki18n</Dependency>
|
<Dependency>kde5-ki18n</Dependency>
|
||||||
<Dependency>kde5-kcoreaddons</Dependency>
|
<Dependency>kde5-kcoreaddons</Dependency>
|
||||||
@@ -35,14 +37,33 @@
|
|||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<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="header">/usr/include/</Path>
|
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="data">/usr/share</Path>
|
||||||
<Path fileType="localedata">/usr/share/locale</Path>
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
<Path fileType="man">/usr/share/man/man1</Path>
|
<Path fileType="man">/usr/share/man/man1</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
<Package>
|
||||||
|
<Name>kpackage-devel</Name>
|
||||||
|
<Summary>Development files for kpackage</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
|
<Dependency release="current">kde5-kpackage</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/cmake</Path>
|
||||||
|
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-23</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-31</Date>
|
<Date>2015-05-31</Date>
|
||||||
<Version>5.10.0</Version>
|
<Version>5.10.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user