# HG changeset patch # User Pascal Bellard # Date 1317998445 -7200 # Node ID 4973374eb186468a1d1c35e142242a967be7ef19 # Parent e904c2a0c2f392c586c57167dc2e5169203293f7 Add libgnome-keyring diff -r e904c2a0c2f3 -r 4973374eb186 gnome-python-desktop/receipt --- a/gnome-python-desktop/receipt Fri Oct 07 10:40:14 2011 +0200 +++ b/gnome-python-desktop/receipt Fri Oct 07 16:40:45 2011 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Python bindings for GNOME desktop (gnomekeyring, rsvg, wnck)." MAINTAINER="pankso@slitaz.org" DEPENDS="python GConf gnome-python gnome-keyring librsvg libwnck" -BUILD_DEPENDS="python-dev GConf-dev gnome-python gnome-keyring gnome-keyring-dev \ +BUILD_DEPENDS="python-dev GConf-dev gnome-python libgnome-keyring gnome-keyring-dev \ librsvg-dev libwnck-dev pygtk-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" diff -r e904c2a0c2f3 -r 4973374eb186 libgnome-keyring-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgnome-keyring-dev/receipt Fri Oct 07 16:40:45 2011 +0200 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="libgnome-keyring-dev" +VERSION="2.32.0" +CATEGORY="development" +SHORT_DESC="A libray that keep password and other secrets for users, development files." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.gnome.org" +WANTED="libgnome-keyring" + +DEPENDS="libgnome-keyring" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib +} diff -r e904c2a0c2f3 -r 4973374eb186 libgnome-keyring/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgnome-keyring/receipt Fri Oct 07 16:40:45 2011 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="libgnome-keyring" +VERSION="2.32.0" +CATEGORY="x-window" +SHORT_DESC="A libray that keep password and other secrets for users." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnome.org" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="libgcrypt dbus" +BUILD_DEPENDS="libgcrypt-dev dbus-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --libexecdir=/usr/lib/$PACKAGE \ + --sysconfdir=/etc/gnome \ + --disable-pam && + 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 e904c2a0c2f3 -r 4973374eb186 libgnomeui/receipt --- a/libgnomeui/receipt Fri Oct 07 10:40:14 2011 +0200 +++ b/libgnomeui/receipt Fri Oct 07 16:40:45 2011 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="This is the gui parts of what was previously gnome-libs" MAINTAINER="erjo@slitaz.org" DEPENDS="libgnome libgnomecanvas libglade libbonoboui gnome-keyring" -BUILD_DEPENDS="libgnome-dev libgnomecanvas-dev gnome-keyring gnome-keyring-dev libbonoboui-dev" +BUILD_DEPENDS="libgnome-dev libgnomecanvas-dev gnome-keyring libgnome-keyring-dev libbonoboui-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnome.org" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"