kdesignerplugin version bump and check
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import 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")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
cmaketools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
cmaketools.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("README.md", "COPYING.LIB")
|
||||||
+72
@@ -0,0 +1,72 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>kdesignerplugin</Name>
|
||||||
|
<Homepage>http://www.kde.org</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Pisi Linux Admins</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv2</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<IsA>app:console</IsA>
|
||||||
|
<Summary>QT Designer integration for KDE5 Frameworks widgets</Summary>
|
||||||
|
<Description>This framework provides plugins for Qt Designer that allow it to display the widgets provided by various KDE frameworks, as well as a utility (kgendesignerplugin) that can be used to generate other such plugins from ini-style description files.</Description>
|
||||||
|
<Archive sha1sum="4a01466b92857e0da992af73a57c0efa07c61fff" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdesignerplugin-5.11.0.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
|
<Dependency>qt5-tools-devel</Dependency>
|
||||||
|
<Dependency>kdoctools-devel</Dependency>
|
||||||
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>kdesignerplugin</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>qt5-base</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>kdewebkit</Dependency>
|
||||||
|
<Dependency>kcoreaddons</Dependency>
|
||||||
|
<Dependency>kitemviews</Dependency>
|
||||||
|
<Dependency>kconfig</Dependency>
|
||||||
|
<Dependency>sonnet</Dependency>
|
||||||
|
<Dependency>kcompletion</Dependency>
|
||||||
|
<Dependency>kconfigwidgets</Dependency>
|
||||||
|
<Dependency>kiconthemes</Dependency>
|
||||||
|
<Dependency>kio</Dependency>
|
||||||
|
<Dependency>kplotting</Dependency>
|
||||||
|
<Dependency>ktextwidgets</Dependency>
|
||||||
|
<Dependency>kwidgetsaddons</Dependency>
|
||||||
|
<Dependency>kxmlgui</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib/cmake</Path>
|
||||||
|
<Path fileType="library">/usr/lib/qt5</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="doc">/usr/share/man</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-06-28</Date>
|
||||||
|
<Version>5.11.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2015-06-01</Date>
|
||||||
|
<Version>5.10.0</Version>
|
||||||
|
<Comment>First Release.</Comment>
|
||||||
|
<Name>Stefan Gronewold(groni)</Name>
|
||||||
|
<Email>groni@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user