# HG changeset patch # User Pascal Bellard # Date 1320314005 -3600 # Node ID 0f920dfd902258c159878eb3fcfaa485e2b14b98 # Parent bcd90ecb30915de02ee34d59923dfd8bf5d50169 Add from wok-undigest: libbonoboui libdesktop-agnostic libfm libgnome libgnome-keyring libgnomeui libgtop libruby diff -r bcd90ecb3091 -r 0f920dfd9022 libbonoboui-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libbonoboui-dev/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="libbonoboui-dev" +VERSION="2.24.2" +CATEGORY="development" +SHORT_DESC="The libbonoboui devel files." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.gnome.org/" +WANTED="libbonoboui" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/libglade $fs/usr/lib + # remove archive lib + find $fs/usr/lib -name *.so* -exec rm -f {} \; +} diff -r bcd90ecb3091 -r 0f920dfd9022 libbonoboui/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libbonoboui/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,41 @@ +# SliTaz package receipt. + +PACKAGE="libbonoboui" +VERSION="2.24.3" +CATEGORY="x-window" +SHORT_DESC="The libbonoboui package contains libbonoboui libraries." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.gnome.org/" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="glib gtk+ libgnome libgnomecanvas libglade GConf alsa-lib popt \ +libbonobo" +BUILD_DEPENDS="glib-dev gtk+-dev libgnome-dev libgnomecanvas-dev libglade-dev \ +GConf-dev alsa-lib-dev popt-dev libbonobo-dev util-linux-ng-uuid-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --sysconfdir=/etc/gnome \ + --libexecdir=/usr/lib/bonobo && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + mkdir -p $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/bonobo* $fs/usr/lib + cp -a $_pkg/usr/lib/libglade $fs/usr/lib + cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $_pkg/usr/share/gnome-2.0 $fs/usr/share + + # remove archive lib + find $fs/usr/lib -name "*.*a" -exec rm -f {} \; +} diff -r bcd90ecb3091 -r 0f920dfd9022 libdesktop-agnostic-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libdesktop-agnostic-dev/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="libdesktop-agnostic-dev" +VERSION="0.3.90" +CATEGORY="development" +SHORT_DESC="Config API, a unified vfs API, and a desktop item editor for GLib." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="https://launchpad.net/libdesktop-agnostic" +WANTED="libdesktop-agnostic" +DEPENDS="libdesktop-agnostic" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/share $fs/usr +} + diff -r bcd90ecb3091 -r 0f920dfd9022 libdesktop-agnostic/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libdesktop-agnostic/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,41 @@ +# SliTaz package receipt. + +PACKAGE="libdesktop-agnostic" +VERSION="0.3.90" +CATEGORY="x-window" +SHORT_DESC="Config API, a unified vfs API, and a desktop item editor for GLib." +MAINTAINER="pankso@slitaz.org" +DEPENDS="glib gobject-introspection" +BUILD_DEPENDS="$DEPENDS python python-dev pygtk-dev glib-dev vala \ +gobject-introspection-dev pygobject-dev GConf-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="https://launchpad.net/libdesktop-agnostic" +WGET_URL="http://launchpad.net/libdesktop-agnostic/0.4/$VERSION/+download/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + # Skip *.gir files... + sed -i 's/.*gir = .*/#&/' libdesktop-agnostic/wscript + ./waf configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --config-backends=gconf \ + --vfs-backends=gio \ + --desktop-entry-backends=glib && + ./waf && + ./waf install \ + --prefix=/usr \ + --destdir=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/etc $fs + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} + diff -r bcd90ecb3091 -r 0f920dfd9022 libfm-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libfm-dev/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="libfm-dev" +VERSION="0.1.14" +CATEGORY="development" +SHORT_DESC="File manager library from LXDE, development files." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://pcmanfm.sourceforge.net" +WANTED="libfm" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gio/modules + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/*a $fs/usr/lib + cp -a $_pkg/usr/lib/gio/modules/*a $fs/usr/lib/gio/modules +} diff -r bcd90ecb3091 -r 0f920dfd9022 libfm/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libfm/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,48 @@ +# SliTaz package receipt. + +PACKAGE="libfm" +VERSION="0.1.14" +CATEGORY="system-tools" +SHORT_DESC="File manager library from LXDE." +MAINTAINER="pankso@slitaz.org" +DEPENDS="glibc-base glib libgio util-linux-ng-uuid libxcb xcb-util expat \ +zlib fontconfig freetype gtk+ atk cairo pango pixman menu-cache" +BUILD_DEPENDS="$DEPENDS gtk+-dev gamin-dev shared-mime-info intltool \ +hal-dev dbus-glib-dev dbus-dev startup-notification-dev libxcb-dev \ +xcb-util-dev menu-cache-dev expat-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://pcmanfm.sourceforge.net" +WGET_URL="$SF_MIRROR/pcmanfm/files/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + grep -rl gio/gdesktopappinfo.h . | xargs sed -i \ +'s|.*gio/gdesktopappinfo.h.*|#ifdef G_DISABLE_DEPRECATED\n#undef G_DISABLE_DEPRECATED\n&\n#define G_DISABLE_DEPRECATED\n#else\n&\n#endif|' + chmod +x install-sh + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --sysconfdir=/etc \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/gio/modules + cp -a $_pkg/etc $fs + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/gio/modules/*.so $fs/usr/lib/gio/modules +} + +post_install() +{ + # update mime-cache + echo "Updating mime-types database" + update-mime-database $1/usr/share/mime +} diff -r bcd90ecb3091 -r 0f920dfd9022 libgnome-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgnome-dev/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="libgnome-dev" +VERSION="2.30.0" +CATEGORY="development" +SHORT_DESC="Libgnome devel files." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.gnome.org/" +WANTED="libgnome" +GENERIC_PIXMAPS="no" + +DEPENDS="libbonobo-dev gnome-vfs-dev esound-dev audiofile-dev GConf-dev \ +popt-dev alsa-lib-dev dbus-glib-dev" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/bonobo $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + # Clean unwated files + cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \; +} diff -r bcd90ecb3091 -r 0f920dfd9022 libgnome-keyring-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgnome-keyring-dev/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -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 bcd90ecb3091 -r 0f920dfd9022 libgnome-keyring/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgnome-keyring/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -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 bcd90ecb3091 -r 0f920dfd9022 libgnome/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgnome/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,46 @@ +# SliTaz package receipt. + +PACKAGE="libgnome" +VERSION="2.30.0" +CATEGORY="x-window" +SHORT_DESC="GNOME Library" +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.gnome.org" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +GENERIC_PIXMAPS="no" + +DEPENDS="libbonobo gnome-vfs esound audiofile GConf popt alsa-lib dbus-glib" +BUILD_DEPENDS="libbonobo-dev gnome-vfs-dev esound-dev audiofile-dev \ +GConf-dev popt-dev alsa-lib-dev dbus-glib-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --sysconfdir=/etc/gnome \ + --localstatedir=/var/lib && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $_pkg/etc $fs + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/bonobo $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + + # Background + cp -a $_pkg/usr/share/gnome-background-* $fs/usr/share + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + mkdir -p $fs/usr/share/images && cd $fs/usr/share/images + ln -s ../pixmaps/backgrounds/gnome/background-default.jpg \ + gnome-default.jpg + + # Clean unwated files + cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \; +} + diff -r bcd90ecb3091 -r 0f920dfd9022 libgnomeui-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgnomeui-dev/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,22 @@ +# SliTaz package receipt. + +PACKAGE="libgnomeui-dev" +VERSION="2.24.5" +CATEGORY="development" +SHORT_DESC="Gnome UI libs devel files" +MAINTAINER="erjo@slitaz.org" +DEPENDS="libgnomeui" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnome.org" +WANTED="libgnomeui" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/libglade $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + find $fs/usr/lib -name *.so* -exec rm -f {} \; +} diff -r bcd90ecb3091 -r 0f920dfd9022 libgnomeui/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgnomeui/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="libgnomeui" +VERSION="2.24.5" +CATEGORY="x-window" +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 \ +libgnome-keyring-dev libbonoboui-dev util-linux-ng-uuid-dev libgcrypt-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnome.org" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/$PACKAGE \ + $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib $fs/usr/share + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/libglade $fs/usr/lib + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + find $fs/usr/lib -name *.*a -exec rm -f {} \; +} diff -r bcd90ecb3091 -r 0f920dfd9022 libgtop-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgtop-dev/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="libgtop-dev" +VERSION="2.28.4" +CATEGORY="development" +SHORT_DESC="Librairies for GNOME" +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://www.gnome.org" +WANTED="libgtop" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib +} + diff -r bcd90ecb3091 -r 0f920dfd9022 libgtop/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libgtop/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="libgtop" +VERSION="2.28.4" +CATEGORY="x-window" +SHORT_DESC="Librairies for GNOME" +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="http://www.gnome.org" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib +} diff -r bcd90ecb3091 -r 0f920dfd9022 libruby-extras/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libruby-extras/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="libruby-extras" +VERSION="1.8.7-p72" +CATEGORY="development" +SHORT_DESC="Ruby libraries." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.ruby-lang.org/" +DEPENDS="libruby" +WANTED="ruby" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/ + cp -a $_pkg/usr/lib/ruby $fs/usr/lib + + # Remove devel files --> ruby-dev + rm $fs/usr/lib/ruby/${VERSION%.*}/i486-linux/*.h + rm $fs/usr/lib/ruby/${VERSION%.*}/mkmf.rb +} diff -r bcd90ecb3091 -r 0f920dfd9022 libruby/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libruby/receipt Thu Nov 03 10:53:25 2011 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt. + +PACKAGE="libruby" +VERSION="1.8.7-p72" +CATEGORY="development" +SHORT_DESC="Ruby libraries." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.ruby-lang.org/" +WANTED="ruby" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/ + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib +# cp -a $_pkg/usr/lib/ruby $fs/usr/lib + + # Remove devel files --> ruby-dev + #~ rm $fs/usr/lib/ruby/${VERSION%.*}/i486-linux/*.h + #~ rm $fs/usr/lib/ruby/${VERSION%.*}/mkmf.rb +}