wok-undigest rev 1165

Add xcb-util-renderutil
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Sep 09 00:41:08 2015 +0200 (2015-09-09)
parents fa3bd147a77e
children 7ff0e2a23f98
files kde-workspace/receipt xcb-util-renderutil-dev/receipt xcb-util-renderutil/receipt
line diff
     1.1 --- a/kde-workspace/receipt	Wed Sep 09 00:07:01 2015 +0200
     1.2 +++ b/kde-workspace/receipt	Wed Sep 09 00:41:08 2015 +0200
     1.3 @@ -11,12 +11,14 @@
     1.4  WEB_SITE="http://www.kde.org/"
     1.5  WGET_URL="http://download.kde.org/stable/$KDE_SRC_DIR_VERSION/src/$TARBALL"
     1.6  
     1.7 -DEPENDS="kdelibs"
     1.8 +DEPENDS="kdelibs phonon kactivities xcb-util xcb-util-image xcb-util-keysyms \
     1.9 + xcb-util-wm xcb-util-renderutil"
    1.10  BUILD_DEPENDS="cmake qmake automoc4 Qt4-dev libxslt-dev libpng-dev jpeg-dev mesa-dev \
    1.11  shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl dbus-dev libglu-mesa-dev \
    1.12  attica-dev polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev \
    1.13  kactivities kdepimlibs kde-runtime kfilemetadata qimageblitz libboost libboost-dev \
    1.14 -libxcb-dev xcb-util-image-dev xcb-proto xcb-util-dev xcb-util-keysyms-dev xcb-util-wm-dev"
    1.15 +libxcb-dev xcb-util-image-dev xcb-proto xcb-util-dev xcb-util-keysyms-dev \
    1.16 +xcb-util-wm-dev xcb-util-renderutil-dev"
    1.17  # 
    1.18  
    1.19  # Rules to configure and make the package.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xcb-util-renderutil-dev/receipt	Wed Sep 09 00:41:08 2015 +0200
     2.3 @@ -0,0 +1,21 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xcb-util-renderutil-dev"
     2.7 +VERSION="0.3.8"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="devel files for xcb-util-renderutil"
    2.10 +MAINTAINER="psychomaniak@xakep.ru"
    2.11 +LICENSE="other"
    2.12 +WEB_SITE="http://xcb.freedesktop.org/"
    2.13 +WANTED="xcb-util-renderutil"
    2.14 +
    2.15 +DEPENDS="xcb-util-renderutil pkg-config"
    2.16 +
    2.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.18 +genpkg_rules()
    2.19 +{
    2.20 +	mkdir -p $fs/usr/lib
    2.21 +	cp -a $install/usr/include $fs/usr
    2.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    2.23 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    2.24 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xcb-util-renderutil/receipt	Wed Sep 09 00:41:08 2015 +0200
     3.3 @@ -0,0 +1,30 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="xcb-util-renderutil"
     3.7 +VERSION="0.3.8"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="Utility libraries for XC Binding"
    3.10 +MAINTAINER="psychomaniak@xakep.ru"
    3.11 +LICENSE="other"
    3.12 +WEB_SITE="http://xcb.freedesktop.org/"
    3.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.14 +WGET_URL="http://xcb.freedesktop.org/dist/$TARBALL"
    3.15 +
    3.16 +DEPENDS="libxcb"
    3.17 +BUILD_DEPENDS="libxcb-dev xorg-util-macros"
    3.18 +
    3.19 +# Rules to configure and make the package.
    3.20 +compile_rules()
    3.21 +{
    3.22 +	./configure \
    3.23 +		--disable-static \
    3.24 +		$CONFIGURE_ARGS && 
    3.25 +	make && make install
    3.26 +}
    3.27 +
    3.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.29 +genpkg_rules()
    3.30 +{
    3.31 +	mkdir -p $fs/usr/lib
    3.32 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.33 +}