wok diff metacity/receipt @ rev 15446

Up: efreet-dev (1.7.9)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 05 20:57:56 2013 +0100 (2013-11-05)
parents 373911133ff9
children f52ec947f7e6
line diff
     1.1 --- a/metacity/receipt	Sat Oct 20 01:25:03 2012 +0000
     1.2 +++ b/metacity/receipt	Tue Nov 05 20:57:56 2013 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Window manager"
     1.6  MAINTAINER="al.bobylev@gmail.com"
     1.7 -DEPENDS="gsettings-desktop-schemas libgio glib gtk+ xorg-libXcomposite xorg-libXdamage zenity xorg-libXinerama xorg-libXrandr xorg-libXcursor libcanberra libltdl libvorbis libogg libtool gnome-doc-utils GConf"
     1.8 -BUILD_DEPENDS="gsettings-desktop-schemas libgio-dev glib-dev gtk+-dev xorg-libXcomposite-dev xorg-libXdamage-dev zenity xorg-libXinerama-dev xorg-libXrandr-dev xorg-libXcursor-dev libcanberra-dev libltdl libvorbis-dev libogg-dev libtool gnome-doc-utils-dev GConf-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|')
    1.12  WEB_SITE="http://blogs.gnome.org/metacity/"
    1.13  WGET_URL="http://ftp.acc.umu.se/pub/gnome/sources/metacity/$HI_VERSION/$TARBALL"
    1.14  
    1.15 +DEPENDS="gsettings-desktop-schemas libgio glib gtk+ xorg-libXcomposite xorg-libXdamage zenity xorg-libXinerama xorg-libXrandr xorg-libXcursor libcanberra libltdl libvorbis libogg libtool gnome-doc-utils GConf"
    1.16 +BUILD_DEPENDS="gsettings-desktop-schemas libgio-dev glib-dev gtk+-dev xorg-libXcomposite-dev xorg-libXdamage-dev zenity xorg-libXinerama-dev xorg-libXrandr-dev xorg-libXcursor-dev libcanberra-dev libltdl libvorbis-dev libogg-dev libtool gnome-doc-utils-dev GConf-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -19,13 +21,13 @@
    1.22  	./configure --prefix=/usr \
    1.23  		--disable-verbose-mode --disable-sm --disable-scrollkeeper
    1.24  	make &&
    1.25 -	make DESTDIR=$PWD/_pkg install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $_pkg/usr $fs
    1.33 +	cp -a $install/usr $fs
    1.34  	rm -rf $fs/usr/include $fs/usr/lib/pkgconfig $fs/usr/share/gnome \
    1.35  	$fs/usr/share/gnome-control-center $fs/usr/share/man $fs/usr/share/locale
    1.36  	rm $fs/usr/lib/libmetacity-private.a $fs/usr/lib/libmetacity-private.la