kde5-kcompletion version bump
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user