wok-4.x rev 4126
Up: libexo* (0.3.101)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:12:35 2009 +0000 (2009-09-20) |
parents | 66b7cd327799 |
children | 4666cb462d9c |
files | libexo-dev/receipt libexo/receipt |
line diff
1.1 --- a/libexo-dev/receipt Sun Sep 20 13:02:23 2009 +0000 1.2 +++ b/libexo-dev/receipt Sun Sep 20 13:12:35 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libexo-dev" 1.7 -VERSION="0.3.4" 1.8 +VERSION="0.3.101" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xfce extension library dev files" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -18,12 +18,10 @@ 1.13 { 1.14 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.15 1.16 - mkdir -p $fs/usr \ 1.17 - $fs/usr/lib/xfce4/mcs-plugins \ 1.18 + mkdir -p $fs/usr/lib 1.19 1.20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.22 - cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins 1.23 cp -a $_pkg/usr/include $fs/usr 1.24 } 1.25
2.1 --- a/libexo/receipt Sun Sep 20 13:02:23 2009 +0000 2.2 +++ b/libexo/receipt Sun Sep 20 13:12:35 2009 +0000 2.3 @@ -1,28 +1,30 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libexo" 2.7 -VERSION="0.3.4" 2.8 +VERSION="0.3.101" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Xfce extension library" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 -DEPENDS="libxfce4util xfce-mcs-manager perl-uri-url perl-uri-escape perl-uri-file 2.13 -startup-notification hal xorg-libXdamage" 2.14 -BUILD_DEPENDS="libxfce4util-dev perl-uri-url perl-uri-escape perl-uri-file xfce-mcs-manager-dev 2.15 - startup-notification-dev hal-dev" 2.16 +DEPENDS="libxfce4util perl-uri-url perl-uri-escape perl-uri-file 2.17 +startup-notification hal" 2.18 +BUILD_DEPENDS="libxfce4util-dev perl-uri-url perl-uri-escape perl-uri-file startup-notification-dev hal-dev" 2.19 SOURCE="exo" 2.20 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.21 WEB_SITE="http://www.xfce.org" 2.22 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 2.23 +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL 2.24 + http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL" 2.25 2.26 # Rules to configure and make the package. 2.27 compile_rules() 2.28 { 2.29 + patch _p0 -i stuff/helpers.rc.u 2.30 + 2.31 cd $src 2.32 ./configure --prefix=/usr \ 2.33 --sysconfdir=/etc \ 2.34 - --enable-mcs-plugin \ 2.35 --enable-notifications \ 2.36 --enable-hal \ 2.37 + --disable-debug \ 2.38 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 2.39 make && make DESTDIR=$PWD/_pkg install 2.40 } 2.41 @@ -30,14 +32,14 @@ 2.42 # Rules to gen a SliTaz package suitable for Tazpkg. 2.43 genpkg_rules() 2.44 { 2.45 - mkdir -p $fs/usr \ 2.46 - $fs/usr/lib/xfce4/mcs-plugins \ 2.47 + mkdir -p $fs/usr/lib \ 2.48 $fs/usr/share/locale \ 2.49 - $fs/usr/share/xfce4 2.50 + $fs/usr/share/xfce4 \ 2.51 + $fs/etc/xdg/xfce4 2.52 2.53 + cp -a $_pkg/etc $fs/ 2.54 cp -a $_pkg/usr/bin $fs/usr 2.55 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.56 - cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.so* $fs/usr/lib/xfce4/mcs-plugins 2.57 cp -a $_pkg/usr/libexec $fs/usr 2.58 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.59 cp -a $_pkg/usr/share/applications $fs/usr/share 2.60 @@ -45,7 +47,9 @@ 2.61 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 2.62 cp -a $_pkg/usr/share/xfce4/helpers $fs/usr/share/xfce4 2.63 2.64 - # Fix perms 2.65 + # Fix perms & helpers 2.66 chmod +x $fs/usr/bin/exo-preferred-applications 2.67 + 2.68 + 2.69 } 2.70