wok-current rev 14349
yad, yad-gtk3: up 0.20.3; add libzeitgeist*
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Apr 15 02:19:33 2013 +0000 (2013-04-15) |
parents | b34465f3089b |
children | cadb930e57f8 |
files | libzeitgeist-dev/receipt libzeitgeist/description.txt libzeitgeist/receipt yad-gtk3/receipt yad/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libzeitgeist-dev/receipt Mon Apr 15 02:19:33 2013 +0000 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libzeitgeist-dev" 1.7 +VERSION="0.3.18" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Development files for libzeitgeist" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="LGPL2.1" 1.12 +WEB_SITE="https://launchpad.net/libzeitgeist" 1.13 + 1.14 +WANTED="libzeitgeist" 1.15 +DEPENDS="libzeitgeist glib-dev libgio-dev" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p \ 1.21 + $fs/usr/lib \ 1.22 + $fs/usr/share 1.23 + cp -a $install/usr/include $fs/usr 1.24 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.26 + cp -a $install/usr/share/vala $fs/usr/share 1.27 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libzeitgeist/description.txt Mon Apr 15 02:19:33 2013 +0000 2.3 @@ -0,0 +1,5 @@ 2.4 +The libzeitgeist package contains a client library used to access and manage 2.5 +the Zeitgeist event log from languages such as C and Vala. Zeitgeist is 2.6 +a service which logs the user's activities and events (files opened, websites 2.7 +visited, conversations hold with other people, etc.) and makes the relevant 2.8 +information available to other applications.
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/libzeitgeist/receipt Mon Apr 15 02:19:33 2013 +0000 3.3 @@ -0,0 +1,34 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="libzeitgeist" 3.7 +VERSION="0.3.18" 3.8 +SERIES="0.3" 3.9 +CATEGORY="utilities" 3.10 +SHORT_DESC="Zeitgeist client library" 3.11 +MAINTAINER="al.bobylev@gmail.com" 3.12 +LICENSE="LGPL2.1" 3.13 +WEB_SITE="https://launchpad.net/libzeitgeist" 3.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.15 +WGET_URL="$WEB_SITE/$SERIES/$VERSION/+download/$TARBALL" 3.16 + 3.17 +VERSION_NOTE="latest stable" 3.18 + 3.19 +DEPENDS="libgio" 3.20 +BUILD_DEPENDS="wget glib-dev" 3.21 + 3.22 +# Rules to configure and make the package. 3.23 +compile_rules() 3.24 +{ 3.25 + ./configure \ 3.26 + --disable-static \ 3.27 + $CONFIGURE_ARGS && 3.28 + make && 3.29 + make install 3.30 +} 3.31 + 3.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.33 +genpkg_rules() 3.34 +{ 3.35 + mkdir -p $fs/usr/lib 3.36 + cp -a $install/usr/lib/*.so* $fs/usr/lib 3.37 +}
4.1 --- a/yad-gtk3/receipt Sun Apr 14 15:34:49 2013 +0200 4.2 +++ b/yad-gtk3/receipt Mon Apr 15 02:19:33 2013 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="yad-gtk3" 4.7 -VERSION="0.20.1" 4.8 +VERSION="0.20.3" 4.9 CATEGORY="utilities" 4.10 SHORT_DESC="Display graphical dialogs from shell scripts or command line (GTK+3)" 4.11 MAINTAINER="devl547@gmail.com" 4.12 @@ -9,9 +9,10 @@ 4.13 WEB_SITE="http://code.google.com/p/yad/" 4.14 WGET_URL="http://yad.googlecode.com/files/$TARBALL" 4.15 TAGS="gtk3" 4.16 +VERSION_NOTE="latest" 4.17 4.18 DEPENDS="gtk+3" 4.19 -BUILD_DEPENDS="gtk+3-dev" 4.20 +BUILD_DEPENDS="gtk+3-dev optipng" 4.21 4.22 # Rules to configure and make the package. 4.23 compile_rules() 4.24 @@ -22,6 +23,8 @@ 4.25 --enable-icon-browser && 4.26 make && 4.27 make install 4.28 + optipng -quiet -zc1-9 -zm1-9 -zs0-3 -f0-5 \ 4.29 + $install/usr/share/icons/hicolor/48x48/apps/yad.png 4.30 } 4.31 4.32 # Rules to gen a SliTaz package suitable for Tazpkg.
5.1 --- a/yad/receipt Sun Apr 14 15:34:49 2013 +0200 5.2 +++ b/yad/receipt Mon Apr 15 02:19:33 2013 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="yad" 5.7 -VERSION="0.20.1" 5.8 +VERSION="0.20.3" 5.9 CATEGORY="utilities" 5.10 SHORT_DESC="Display graphical dialogs from shell scripts or command line" 5.11 MAINTAINER="devl547@gmail.com" 5.12 @@ -9,9 +9,10 @@ 5.13 WEB_SITE="http://code.google.com/p/yad/" 5.14 WGET_URL="http://yad.googlecode.com/files/$TARBALL" 5.15 TAGS="gtk2" 5.16 +VERSION_NOTE="latest" 5.17 5.18 DEPENDS="gtk+" 5.19 -BUILD_DEPENDS="gtk+-dev" 5.20 +BUILD_DEPENDS="gtk+-dev optipng" 5.21 5.22 # Rules to configure and make the package. 5.23 compile_rules() 5.24 @@ -21,6 +22,8 @@ 5.25 --enable-icon-browser && 5.26 make && 5.27 make install 5.28 + optipng -quiet -zc1-9 -zm1-9 -zs0-3 -f0-5 \ 5.29 + $install/usr/share/icons/hicolor/48x48/apps/yad.png 5.30 } 5.31 5.32 # Rules to gen a SliTaz package suitable for Tazpkg.