wok diff kactivities/receipt @ rev 20769
updated ccid (1.4.8 -> 1.4.30)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 13 16:46:55 2019 +0100 (2019-02-13) |
parents | |
children | 544e47246b33 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/kactivities/receipt Wed Feb 13 16:46:55 2019 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="kactivities" 1.7 +VERSION="4.13.3" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="provides the activitymanager for KDE" 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.13 +WEB_SITE="http://www.kde.org/" 1.14 +WGET_URL="http://download.kde.org/stable/$VERSION/src/$TARBALL" 1.15 + 1.16 +DEPENDS="kdelibs" 1.17 +BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev dbus-dev \ 1.18 +shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl \ 1.19 +polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + mkdir -p build && cd build 1.25 + cmake -DCMAKE_BUILD_TYPE=Release \ 1.26 + -DCMAKE_INSTALL_PREFIX=/usr \ 1.27 + -Wno-dev .. && 1.28 + make && make install 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + cp -a $install/* $fs 1.35 +}