wok-current diff okular/receipt @ rev 20136

Add (moved from undigest) : kdelibs, kactivities, kfilemetadata, qimageblitz, konsole, okular, kate
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Oct 30 02:35:48 2017 +0100 (2017-10-30)
parents
children d51b0ae6cae1
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/okular/receipt	Mon Oct 30 02:35:48 2017 +0100
     1.3 @@ -0,0 +1,38 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="okular"
     1.7 +VERSION="4.14.3"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Okular is a document viewer 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 phonon exiv2 poppler-qt4 chmlib taglib giflib tiff djvulibre \
    1.17 +poppler-qt4-apps poppler qimageblitz dbus polkit-qt libQtDeclarative attica \
    1.18 +libdbusmenu-qt libpng jpeg qt4"
    1.19 +
    1.20 +BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev taglib-dev giflib-dev \
    1.21 +libpng-dev jpeg-dev tiff-dev freetype-dev djvulibre-dev chmlib-dev poppler \
    1.22 +poppler-dev poppler-qt4 poppler-qt4-dev poppler-qt4-apps qimageblitz \
    1.23 +shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \
    1.24 +polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative alsa-lib-dev exiv2-dev \
    1.25 +attica-dev libboost libboost-dev kdelibs kdelibs-dev kactivities kfilemetadata"
    1.26 +
    1.27 +# Rules to configure and make the package.
    1.28 +compile_rules()
    1.29 +{
    1.30 +	mkdir -p build && cd build
    1.31 +	cmake	-DCMAKE_BUILD_TYPE=Release \
    1.32 +		-DCMAKE_INSTALL_PREFIX=/usr \
    1.33 +		-Wno-dev .. &&
    1.34 +	make -j1 && make install
    1.35 +}
    1.36 +
    1.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 +genpkg_rules()
    1.39 +{
    1.40 +	cp -a $install/* $fs
    1.41 +}