# HG changeset patch # User Christophe Lincoln # Date 1393181928 -3600 # Node ID f08981ebc59f5ffd4c82e4c0b9bbd7a5bffe137c # Parent 3ce6e8de73813721ade9fb7fff13ca881937d68b Add: compiz-plugins-extra + compiz-plugins-unsupported diff -r 3ce6e8de7381 -r f08981ebc59f compiz-plugins-extra-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compiz-plugins-extra-dev/receipt Sun Feb 23 19:58:48 2014 +0100 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="compiz-plugins-extra-dev" +VERSION="0.9.4" +CATEGORY="development" +SHORT_DESC="Compiz plugins-extra devel files." +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +WEB_SITE="http://www.compiz.org/" + +WANTED="compiz-plugins-extra" +DEPENDS="pkg-config" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib +} diff -r 3ce6e8de7381 -r f08981ebc59f compiz-plugins-extra/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compiz-plugins-extra/receipt Sun Feb 23 19:58:48 2014 +0100 @@ -0,0 +1,38 @@ +# SliTaz package receipt. + +PACKAGE="compiz-plugins-extra" +VERSION="0.9.4" +CATEGORY="x-window" +SHORT_DESC="Compiz extra plugins." +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.compiz.org/" +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" + +DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg \ +libnotify compiz-plugins-main" +BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \ +glibmm-dev libxslt-dev startup-notification-dev libboost-dev mesa-dev \ +gtk+-dev libboost-serialization-dev intltool librsvg-dev libnotify-dev \ +compiz-plugins-main-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + mkdir build && cd build && + cmake \ + -DCMAKE_INSTALL_PREFIX="/usr" \ + -DCOMPIZ_DESTDIR="../../install" \ + -DCOMPIZ_PLUGIN_INSTALL_TYPE="compiz" .. && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $install/usr/lib/compiz $fs/usr/lib + cp -a $install/usr/share/compiz $fs/usr/share +} diff -r 3ce6e8de7381 -r f08981ebc59f compiz-plugins-unsupported-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compiz-plugins-unsupported-dev/receipt Sun Feb 23 19:58:48 2014 +0100 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="compiz-plugins-unsupported-dev" +VERSION="0.9.4" +CATEGORY="development" +SHORT_DESC="Compiz plugins-extra devel files." +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +WEB_SITE="http://www.compiz.org/" + +WANTED="compiz-plugins-unsupported" +DEPENDS="pkg-config" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib +} diff -r 3ce6e8de7381 -r f08981ebc59f compiz-plugins-unsupported/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compiz-plugins-unsupported/receipt Sun Feb 23 19:58:48 2014 +0100 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="compiz-plugins-unsupported" +VERSION="0.9.4" +CATEGORY="x-window" +SHORT_DESC="Compiz unsupported plugins." +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.compiz.org/" +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" + +DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg \ +compiz-plugins-main" +BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \ +glibmm-dev libxslt-dev startup-notification-dev libboost-dev mesa-dev \ +gtk+-dev libboost-serialization-dev intltool librsvg-dev compiz-plugins-main-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + mkdir build && cd build && + cmake \ + -DCMAKE_INSTALL_PREFIX="/usr" \ + -DCOMPIZ_DESTDIR="../../install" \ + -DCOMPIZ_PLUGIN_INSTALL_TYPE="compiz" .. && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $install/usr/lib/compiz $fs/usr/lib + cp -a $install/usr/share/compiz $fs/usr/share +}