wok rev 19052

Add: waterline, libsde*, waterline-plugin-multiload, lxpanel-plugin-multiload
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Apr 19 01:44:57 2016 +0300 (2016-04-19)
parents 0dd067e30013
children cd4372e408f3
files libsde-utils-gtk/receipt libsde-utils-jansson/receipt libsde-utils-x11/receipt libsde-utils/receipt lxpanel-plugin-multiload/receipt waterline-dev/receipt waterline-plugin-multiload/receipt waterline/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libsde-utils-gtk/receipt	Tue Apr 19 01:44:57 2016 +0300
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libsde-utils-gtk"
     1.7 +VERSION="3c571f0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="SDE GTK Utility Library"
    1.10 +MAINTAINER="al.bobylev@gmail.org"
    1.11 +LICENSE="GPL"
    1.12 +WEB_SITE="http://make-linux.org/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14 +WGET_URL="http://git.make-linux.org/sde/$PACKAGE.git/snapshot/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk+ libsde-utils"
    1.17 +BUILD_DEPENDS="cmake gtk+-dev gdk-pixbuf-dev libsde-utils"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	rm -rf $src/.git
    1.23 +	cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
    1.24 +	make &&
    1.25 +	make install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr/lib
    1.32 +	# cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.33 +	# cp -a $install/usr/share $fs/usr
    1.34 +	cp -a $install/* $fs
    1.35 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libsde-utils-jansson/receipt	Tue Apr 19 01:44:57 2016 +0300
     2.3 @@ -0,0 +1,34 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="libsde-utils-jansson"
     2.7 +BRANCH="55463cbbfd2e10d19cb0561684bc8036070dae75"
     2.8 +VERSION=${BRANCH:0:7}
     2.9 +CATEGORY="development"
    2.10 +SHORT_DESC="SDE Jansson Utility Library"
    2.11 +MAINTAINER="al.bobylev@gmail.org"
    2.12 +LICENSE="GPL"
    2.13 +WEB_SITE="http://make-linux.org/"
    2.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15 +WGET_URL="git|git://make-linux.org/sde/libsde-utils-jansson.git"
    2.16 +
    2.17 +DEPENDS="jansson libsde-utils-gtk"
    2.18 +BUILD_DEPENDS="git cmake gtk+-dev glib-dev jansson-dev \
    2.19 +libsde-utils libsde-utils-gtk"
    2.20 +#libsde-utils-dev libsde-utils-gtk-dev"
    2.21 +
    2.22 +# Rules to configure and make the package.
    2.23 +compile_rules()
    2.24 +{
    2.25 +	rm -rf $src/.git
    2.26 +	cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
    2.27 +	make &&
    2.28 +	make install
    2.29 +}
    2.30 +
    2.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.32 +genpkg_rules()
    2.33 +{
    2.34 +	mkdir -p $fs/usr/lib
    2.35 +	# cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.36 +	cp -a $install/* $fs
    2.37 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/libsde-utils-x11/receipt	Tue Apr 19 01:44:57 2016 +0300
     3.3 @@ -0,0 +1,32 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="libsde-utils-x11"
     3.7 +BRANCH="461fb9326645f245734041068332e14b22d500cd"
     3.8 +VERSION=${BRANCH:0:7}
     3.9 +CATEGORY="development"
    3.10 +SHORT_DESC="SDE X11 Utility Library"
    3.11 +MAINTAINER="al.bobylev@gmail.org"
    3.12 +LICENSE="GPL"
    3.13 +WEB_SITE="http://make-linux.org/"
    3.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.15 +WGET_URL="git|git://make-linux.org/sde/libsde-utils-x11.git"
    3.16 +
    3.17 +DEPENDS="libsde-utils xorg-libX11"
    3.18 +BUILD_DEPENDS="git cmake xorg-dev libsde-utils"
    3.19 +
    3.20 +# Rules to configure and make the package.
    3.21 +compile_rules()
    3.22 +{
    3.23 +	rm -rf $src/.git
    3.24 +	cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
    3.25 +	make &&
    3.26 +	make install
    3.27 +}
    3.28 +
    3.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.30 +genpkg_rules()
    3.31 +{
    3.32 +	mkdir -p $fs/usr/lib
    3.33 +	# cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.34 +	cp -a $install/* $fs
    3.35 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/libsde-utils/receipt	Tue Apr 19 01:44:57 2016 +0300
     4.3 @@ -0,0 +1,40 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="libsde-utils"
     4.7 +VERSION="451ac07"
     4.8 +CATEGORY="development"
     4.9 +SHORT_DESC="SDE C Utility Library"
    4.10 +MAINTAINER="al.bobylev@gmail.com"
    4.11 +LICENSE="GPL"
    4.12 +WEB_SITE="http://make-linux.org/"
    4.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    4.14 +#BRANCH="451ac0770e789d91e87d7911aa41049a172aab26"
    4.15 +#WGET_URL="git|git://make-linux.org/sde/libsde-utils.git"
    4.16 +WGET_URL="http://git.make-linux.org/sde/$PACKAGE.git/snapshot/$TARBALL"
    4.17 +
    4.18 +DEPENDS="glib glibc-base"
    4.19 +BUILD_DEPENDS="git cmake glib-dev libtool automake"
    4.20 +# glib-2.0>=2.36
    4.21 +
    4.22 +# Rules to configure and make the package.
    4.23 +compile_rules()
    4.24 +{
    4.25 +	rm -rf $src/.git
    4.26 +	# cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
    4.27 +	./autogen.sh
    4.28 +	./configure \
    4.29 +		--prefix=/usr \
    4.30 +		--sysconfdir=/etc \
    4.31 +		--enable-silent-rules \
    4.32 +		--with-gnu-ld || return 1
    4.33 +	make &&
    4.34 +	make install
    4.35 +}
    4.36 +
    4.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.38 +genpkg_rules()
    4.39 +{
    4.40 +	mkdir -p $fs/usr/lib
    4.41 +	# cp -a $install/usr/lib/*.so* $fs/usr/lib
    4.42 +	cp -a $install/* $fs
    4.43 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/lxpanel-plugin-multiload/receipt	Tue Apr 19 01:44:57 2016 +0300
     5.3 @@ -0,0 +1,19 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="lxpanel-plugin-multiload"
     5.7 +VERSION="f8b592a"
     5.8 +CATEGORY="x-window"
     5.9 +SHORT_DESC="multiload-nandhp is a port of the GNOME multiload applet to LXDE panel"
    5.10 +MAINTAINER="psychomaniak@xakep.ru"
    5.11 +LICENSE="GPL2"
    5.12 +WEB_SITE="http://git.make-linux.org/sde/waterline-plugin-multiload.git/tree/README.md"
    5.13 +WANTED="waterline-plugin-multiload"
    5.14 +
    5.15 +DEPENDS="lxpanel libgtop"
    5.16 +
    5.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.18 +genpkg_rules()
    5.19 +{
    5.20 +	mkdir -p $fs/usr/lib/lxpanel/plugins
    5.21 +	cp -a $install/usr/lib/lxpanel/plugins/*.so $fs/usr/lib/lxpanel/plugins
    5.22 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/waterline-dev/receipt	Tue Apr 19 01:44:57 2016 +0300
     6.3 @@ -0,0 +1,21 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="waterline-dev"
     6.7 +VERSION="ed8ddef"
     6.8 +CATEGORY="x-window"
     6.9 +SHORT_DESC="A lightweight framework for desktop widgets and applets. dev files."
    6.10 +MAINTAINER="psychomaniak@xakep.ru"
    6.11 +LICENSE="GPL2"
    6.12 +WEB_SITE="http://git.make-linux.org/sde/waterline.git"
    6.13 +WANTED="waterline"
    6.14 +
    6.15 +DEPENDS="waterline libsde-utils-jansson libsde-utils-x11"
    6.16 +
    6.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.18 +genpkg_rules()
    6.19 +{
    6.20 +	mkdir -p $fs/usr/lib/waterline/internals
    6.21 +	cp -a $install/usr/include $fs/usr
    6.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    6.23 +	cp -a $install/usr/lib/waterline/internals/*.la $fs/usr/lib/waterline/internals
    6.24 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/waterline-plugin-multiload/receipt	Tue Apr 19 01:44:57 2016 +0300
     7.3 @@ -0,0 +1,46 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="waterline-plugin-multiload"
     7.7 +VERSION="f8b592a"
     7.8 +CATEGORY="x-window"
     7.9 +SHORT_DESC="multiload-nandhp is a port of the GNOME multiload applet to SDE waterline panel"
    7.10 +MAINTAINER="psychomaniak@xakep.ru"
    7.11 +LICENSE="GPL2"
    7.12 +WEB_SITE="http://git.make-linux.org/sde/waterline-plugin-multiload"
    7.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    7.14 +WGET_URL="http://git.make-linux.org/sde/$PACKAGE.git/snapshot/$TARBALL"
    7.15 +TAGS="desktop panel"
    7.16 +
    7.17 +DEPENDS="waterline libgtop"
    7.18 +BUILD_DEPENDS="automake libtool gtk+-dev jansson-dev libsde-utils \
    7.19 +libsde-utils-x11 libsde-utils-jansson libsde-utils-gtk \
    7.20 +xorg-libXcomposite-dev menu-cache-dev alsa-lib-dev xz \
    7.21 +libgtop-dev lxpanel-dev waterline-dev"
    7.22 +
    7.23 +# Rules to configure and make the package.
    7.24 +compile_rules()
    7.25 +{
    7.26 +	rm -rf $src/.git
    7.27 +	./autogen.sh || return 1
    7.28 +	./configure \
    7.29 +		--prefix=/usr \
    7.30 +		--libexec=/usr/lib \
    7.31 +		--sysconfdir=/etc \
    7.32 +		--localstatedir=/var \
    7.33 +		--disable-static \
    7.34 +		--disable-maintainer-mode \
    7.35 +		--enable-silent-rules \
    7.36 +		--with-waterline \
    7.37 +		--with-lxpanel \
    7.38 +		--without-xfce4 \
    7.39 +		$CONFIGURE_ARGS &&
    7.40 +	make &&
    7.41 +	make install
    7.42 +}
    7.43 +
    7.44 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.45 +genpkg_rules()
    7.46 +{
    7.47 +	mkdir -p $fs/usr/lib/waterline/plugins
    7.48 +	cp -a $install/usr/lib/waterline/plugins/*.so $fs/usr/lib/waterline/plugins
    7.49 +}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/waterline/receipt	Tue Apr 19 01:44:57 2016 +0300
     8.3 @@ -0,0 +1,53 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="waterline"
     8.7 +VERSION="ed8ddef"
     8.8 +CATEGORY="x-window"
     8.9 +SHORT_DESC="A lightweight framework for desktop widgets and applets"
    8.10 +MAINTAINER="psychomaniak@xakep.ru"
    8.11 +LICENSE="GPL2"
    8.12 +WEB_SITE="http://git.make-linux.org/sde/waterline.git"
    8.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    8.14 +WGET_URL="http://git.make-linux.org/sde/$PACKAGE.git/snapshot/$TARBALL"
    8.15 +TAGS="desktop panel taskbar"
    8.16 +
    8.17 +DEPENDS="libsde-utils-jansson libsde-utils-x11"
    8.18 +BUILD_DEPENDS="automake libtool gtk+-dev jansson-dev libsde-utils \
    8.19 +libsde-utils-x11 libsde-utils-jansson libsde-utils-gtk \
    8.20 +xorg-libXcomposite-dev menu-cache-dev alsa-lib-dev"
    8.21 +# libsde-utils-dev libsde-utils-x11-dev libsde-utils-jansson-dev libsde-utils-gtk-dev
    8.22 +
    8.23 +# Rules to configure and make the package.
    8.24 +compile_rules()
    8.25 +{
    8.26 +	rm -rf $src/.git
    8.27 +	sed 's/lxsession-logout/tazbox logout/' -i src/defaultapplications.c
    8.28 +	./autogen.sh || return 1
    8.29 +	./configure \
    8.30 +		--prefix=/usr \
    8.31 +		--libexec=/usr/lib \
    8.32 +		--sysconfdir=/etc \
    8.33 +		--localstatedir=/var \
    8.34 +		--disable-static \
    8.35 +		--disable-maintainer-mode \
    8.36 +		--enable-silent-rules \
    8.37 +		$CONFIGURE_ARGS &&
    8.38 +	make &&
    8.39 +	make install
    8.40 +}
    8.41 +
    8.42 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.43 +genpkg_rules()
    8.44 +{
    8.45 +	cp -a $install/* $fs
    8.46 +	mkdir -p $fs/etc/xdg/autostart
    8.47 +	cat > $fs/etc/xdg/autostart/waterline.desktop <<EOT
    8.48 +[Desktop Entry]
    8.49 +Type=Application
    8.50 +Name=Waterline Desktop panel
    8.51 +Exec=waterline
    8.52 +EOT
    8.53 +	rm -rf $fs/usr/include
    8.54 +	rm -rf $fs/usr/lib/pkgconfig
    8.55 +	rm -r $fs/usr/lib/waterline/internals/*.la
    8.56 +}