# HG changeset patch # User Aleksej Bobylev # Date 1365992373 0 # Node ID 695e22e54749ec92bf674c17ae7a1f07b7399389 # Parent b34465f3089b1f8c06c72ab0d883447e3aa1765f yad, yad-gtk3: up 0.20.3; add libzeitgeist* diff -r b34465f3089b -r 695e22e54749 libzeitgeist-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libzeitgeist-dev/receipt Mon Apr 15 02:19:33 2013 +0000 @@ -0,0 +1,24 @@ +# SliTaz package receipt. + +PACKAGE="libzeitgeist-dev" +VERSION="0.3.18" +CATEGORY="development" +SHORT_DESC="Development files for libzeitgeist" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL2.1" +WEB_SITE="https://launchpad.net/libzeitgeist" + +WANTED="libzeitgeist" +DEPENDS="libzeitgeist glib-dev libgio-dev" + +# 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 + cp -a $install/usr/lib/*.la $fs/usr/lib + cp -a $install/usr/share/vala $fs/usr/share +} diff -r b34465f3089b -r 695e22e54749 libzeitgeist/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libzeitgeist/description.txt Mon Apr 15 02:19:33 2013 +0000 @@ -0,0 +1,5 @@ +The libzeitgeist package contains a client library used to access and manage +the Zeitgeist event log from languages such as C and Vala. Zeitgeist is +a service which logs the user's activities and events (files opened, websites +visited, conversations hold with other people, etc.) and makes the relevant +information available to other applications. diff -r b34465f3089b -r 695e22e54749 libzeitgeist/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libzeitgeist/receipt Mon Apr 15 02:19:33 2013 +0000 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="libzeitgeist" +VERSION="0.3.18" +SERIES="0.3" +CATEGORY="utilities" +SHORT_DESC="Zeitgeist client library" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL2.1" +WEB_SITE="https://launchpad.net/libzeitgeist" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$WEB_SITE/$SERIES/$VERSION/+download/$TARBALL" + +VERSION_NOTE="latest stable" + +DEPENDS="libgio" +BUILD_DEPENDS="wget glib-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --disable-static \ + $CONFIGURE_ARGS && + make && + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib +} diff -r b34465f3089b -r 695e22e54749 yad-gtk3/receipt --- a/yad-gtk3/receipt Sun Apr 14 15:34:49 2013 +0200 +++ b/yad-gtk3/receipt Mon Apr 15 02:19:33 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="yad-gtk3" -VERSION="0.20.1" +VERSION="0.20.3" CATEGORY="utilities" SHORT_DESC="Display graphical dialogs from shell scripts or command line (GTK+3)" MAINTAINER="devl547@gmail.com" @@ -9,9 +9,10 @@ WEB_SITE="http://code.google.com/p/yad/" WGET_URL="http://yad.googlecode.com/files/$TARBALL" TAGS="gtk3" +VERSION_NOTE="latest" DEPENDS="gtk+3" -BUILD_DEPENDS="gtk+3-dev" +BUILD_DEPENDS="gtk+3-dev optipng" # Rules to configure and make the package. compile_rules() @@ -22,6 +23,8 @@ --enable-icon-browser && make && make install + optipng -quiet -zc1-9 -zm1-9 -zs0-3 -f0-5 \ + $install/usr/share/icons/hicolor/48x48/apps/yad.png } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r b34465f3089b -r 695e22e54749 yad/receipt --- a/yad/receipt Sun Apr 14 15:34:49 2013 +0200 +++ b/yad/receipt Mon Apr 15 02:19:33 2013 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="yad" -VERSION="0.20.1" +VERSION="0.20.3" CATEGORY="utilities" SHORT_DESC="Display graphical dialogs from shell scripts or command line" MAINTAINER="devl547@gmail.com" @@ -9,9 +9,10 @@ WEB_SITE="http://code.google.com/p/yad/" WGET_URL="http://yad.googlecode.com/files/$TARBALL" TAGS="gtk2" +VERSION_NOTE="latest" DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev" +BUILD_DEPENDS="gtk+-dev optipng" # Rules to configure and make the package. compile_rules() @@ -21,6 +22,8 @@ --enable-icon-browser && make && make install + optipng -quiet -zc1-9 -zm1-9 -zs0-3 -f0-5 \ + $install/usr/share/icons/hicolor/48x48/apps/yad.png } # Rules to gen a SliTaz package suitable for Tazpkg.