wok diff kate/receipt @ rev 20759
updated cadaver (0.23.2 -> 0.23.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 12 16:53:42 2019 +0100 (2019-02-12) |
parents | |
children | 544e47246b33 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/kate/receipt Tue Feb 12 16:53:42 2019 +0100 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="kate" 1.7 +VERSION="4.14.3" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Kde text editor" 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 qt4 oxygen-icons" 1.17 +BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev kdelibs kdelibs-dev \ 1.18 +phonon phonon-dev docbook-xml docbook-xsl attica attica-dev strigi \ 1.19 +strigi-dev libdbusmenu-qt-dev dbus-dev polkit-qt-dev libQtDeclarative" 1.20 +# kactivities shared-mime-info-dev 1.21 + 1.22 +# Rules to configure and make the package. 1.23 +compile_rules() 1.24 +{ 1.25 + mkdir -p build && cd build 1.26 + cmake \ 1.27 + -DCMAKE_BUILD_TYPE=Release \ 1.28 + -DCMAKE_INSTALL_PREFIX=/usr \ 1.29 + -Wno-dev .. && 1.30 + make && make install 1.31 +} 1.32 + 1.33 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 +genpkg_rules() 1.35 +{ 1.36 + cp -a $install/* $fs 1.37 + rm -rf $fs/usr/include 1.38 +}