# HG changeset patch # User Xander Ziiryanoff # Date 1441729141 -7200 # Node ID 13cb8ba47670242d1eaa4c7a085e007177b1dc4e # Parent 2b0aa179b5aa544c82d9b26bf42410e42ac209c5 Add okular. kde-runtime: add boost in bdeps diff -r 2b0aa179b5aa -r 13cb8ba47670 kde-baseapps/receipt --- a/kde-baseapps/receipt Tue Sep 08 14:06:50 2015 +0200 +++ b/kde-baseapps/receipt Tue Sep 08 18:19:01 2015 +0200 @@ -13,8 +13,9 @@ DEPENDS="kdelibs" BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev libpng-dev jpeg-dev \ shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \ -polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \ - kactivities kdepimlibs kde-runtime attica-dev kfilemetadata" +attica-dev polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \ + kactivities kdepimlibs kde-runtime kfilemetadata" +# # Rules to configure and make the package. compile_rules() @@ -28,7 +29,7 @@ -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONF_INSTALL_DIR=/etc/kde \ .. && - #-Wno-dev .. && + #-Wno-dev make && make install } diff -r 2b0aa179b5aa -r 13cb8ba47670 kde-runtime/receipt --- a/kde-runtime/receipt Tue Sep 08 14:06:50 2015 +0200 +++ b/kde-runtime/receipt Tue Sep 08 18:19:01 2015 +0200 @@ -16,7 +16,7 @@ shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \ polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \ kactivities kdepimlibs \ -alsa-lib-dev exiv2-dev attica-dev" +alsa-lib-dev exiv2-dev attica-dev libboost-dev libboost" # Rules to configure and make the package. compile_rules() diff -r 2b0aa179b5aa -r 13cb8ba47670 okular/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/okular/receipt Tue Sep 08 18:19:01 2015 +0200 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="okular" +VERSION="4.14.3" +CATEGORY="x-window" +SHORT_DESC="Okular is a document viewer for KDE" +MAINTAINER="psychomaniak@xakep.ru" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="http://www.kde.org/" +WGET_URL="http://download.kde.org/stable/$VERSION/src/$TARBALL" + +DEPENDS="kdelibs phonon exiv2 poppler-qt4 chmlib" +BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev taglib-dev giflib-dev \ +libpng-dev jpeg-dev tiff-dev freetype-dev djvulibre-dev chmlib-dev poppler \ +poppler-dev poppler-qt4 poppler-qt4-dev poppler-qt4-apps qimageblitz \ +shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \ +polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \ +alsa-lib-dev exiv2-dev attica-dev libboost libboost-dev kactivities kfilemetadata" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p build && cd build + cmake \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -Wno-dev .. && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}