wok-undigest rev 1163

Add okular. kde-runtime: add boost in bdeps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Sep 08 18:19:01 2015 +0200 (2015-09-08)
parents 2b0aa179b5aa
children fa3bd147a77e
files kde-baseapps/receipt kde-runtime/receipt okular/receipt
line diff
     1.1 --- a/kde-baseapps/receipt	Tue Sep 08 14:06:50 2015 +0200
     1.2 +++ b/kde-baseapps/receipt	Tue Sep 08 18:19:01 2015 +0200
     1.3 @@ -13,8 +13,9 @@
     1.4  DEPENDS="kdelibs"
     1.5  BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev libpng-dev jpeg-dev \
     1.6  shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \
     1.7 -polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \
     1.8 - kactivities kdepimlibs kde-runtime attica-dev kfilemetadata"
     1.9 +attica-dev polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \
    1.10 + kactivities kdepimlibs kde-runtime kfilemetadata"
    1.11 +# 
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15 @@ -28,7 +29,7 @@
    1.16  		-DCMAKE_INSTALL_PREFIX=/usr \
    1.17  		-DSYSCONF_INSTALL_DIR=/etc/kde \
    1.18  		.. &&
    1.19 -		#-Wno-dev .. &&
    1.20 +		#-Wno-dev
    1.21  	make && make install
    1.22  }
    1.23  
     2.1 --- a/kde-runtime/receipt	Tue Sep 08 14:06:50 2015 +0200
     2.2 +++ b/kde-runtime/receipt	Tue Sep 08 18:19:01 2015 +0200
     2.3 @@ -16,7 +16,7 @@
     2.4  shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \
     2.5  polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \
     2.6   kactivities kdepimlibs  \
     2.7 -alsa-lib-dev exiv2-dev attica-dev"
     2.8 +alsa-lib-dev exiv2-dev attica-dev libboost-dev libboost"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/okular/receipt	Tue Sep 08 18:19:01 2015 +0200
     3.3 @@ -0,0 +1,36 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="okular"
     3.7 +VERSION="4.14.3"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="Okular is a document viewer for KDE"
    3.10 +MAINTAINER="psychomaniak@xakep.ru"
    3.11 +LICENSE="GPL2"
    3.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    3.13 +WEB_SITE="http://www.kde.org/"
    3.14 +WGET_URL="http://download.kde.org/stable/$VERSION/src/$TARBALL"
    3.15 +
    3.16 +DEPENDS="kdelibs phonon exiv2 poppler-qt4 chmlib"
    3.17 +BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev taglib-dev giflib-dev \
    3.18 +libpng-dev jpeg-dev tiff-dev freetype-dev djvulibre-dev chmlib-dev poppler \
    3.19 +poppler-dev poppler-qt4 poppler-qt4-dev poppler-qt4-apps qimageblitz \
    3.20 +shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev \
    3.21 +polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \
    3.22 +alsa-lib-dev exiv2-dev attica-dev libboost libboost-dev kactivities kfilemetadata"
    3.23 +
    3.24 +# Rules to configure and make the package.
    3.25 +compile_rules()
    3.26 +{
    3.27 +	mkdir -p build && cd build
    3.28 +	cmake \
    3.29 +		-DCMAKE_BUILD_TYPE=Release \
    3.30 +		-DCMAKE_INSTALL_PREFIX=/usr \
    3.31 +		-Wno-dev .. &&
    3.32 +	make && make install
    3.33 +}
    3.34 +
    3.35 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.36 +genpkg_rules()
    3.37 +{
    3.38 +	cp -a $install/* $fs
    3.39 +}