wok-next diff xfburn/receipt @ rev 20175

Up gigolo, mousepad, orage, parole, xfburn, xfce4-mixer, xfce4-notifyd, xfce4-session, xfce4-settings, xfdesktop, xfwm4; add ristretto, xfce4-battery-plugin, xfce4-dict, xfce4-screenshooter.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 02 01:04:01 2017 +0200 (2017-11-02)
parents 346b75128491
children 6d367d984b77
line diff
     1.1 --- a/xfburn/receipt	Thu Sep 10 22:26:47 2015 +0000
     1.2 +++ b/xfburn/receipt	Thu Nov 02 01:04:01 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xfburn"
     1.8  VERSION="0.5.4"
     1.9 @@ -6,34 +6,29 @@
    1.10  SHORT_DESC="GTK+ based CD and DVD burning application"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn"
    1.17 -WGET_URL="http://archive.xfce.org/src/apps/xfburn/${VERSION%.*}/$TARBALL"
    1.18 +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.19  
    1.20 -DEPENDS="gtk+ libburn libexo libisofs libxfce4ui"
    1.21 -BUILD_DEPENDS="intltool libburn-dev libexo-dev libisofs-dev libxfce4ui-dev"
    1.22 - 
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	sed -i 's|glib.h>|&\n#include <glib-object.h>|' xfburn/xfburn-settings.h
    1.27 -	./configure --prefix=/usr --sysconfdir=/etc \
    1.28 -	--libexecdir=/usr/bin \
    1.29 -	--disable-gstreamer \
    1.30 -	--disable-dbus \
    1.31 -	--disable-hal \
    1.32 -	--disable-thunar-vfs \
    1.33 -	$CONFIGURE_ARGS &&
    1.34 +BUILD_DEPENDS="intltool libburn-dev libisofs-dev gtk+-dev libxfce4ui-dev \
    1.35 +exo-dev libgudev-dev gstreamer1-dev gst1-plugins-base-dev"
    1.36 +COOKOPTS="!uiz" # headers of the *.ui disappeared
    1.37 +
    1.38 +compile_rules() {
    1.39 +	./configure \
    1.40 +		--sysconfdir=/etc \
    1.41 +		--localstatedir=/var \
    1.42 +		--disable-debug \
    1.43 +		$CONFIGURE_ARGS &&
    1.44  	make &&
    1.45 -	make DESTDIR=$DESTDIR install
    1.46 +	make install
    1.47  }
    1.48  
    1.49 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.50 -genpkg_rules()
    1.51 -{
    1.52 -	mkdir -p $fs/usr/share
    1.53 -	cp -a $install/usr/bin $fs/usr
    1.54 -	cp -a $install/usr/share/applications $fs/usr/share
    1.55 -	cp -a $install/usr/share/icons $fs/usr/share
    1.56 -	cp -a $install/usr/share/xfburn $fs/usr/share
    1.57 +genpkg_rules() {
    1.58 +	copy @std
    1.59 +	DEPENDS="atk cairo exo fontconfig freetype gdk-pixbuf glib \
    1.60 +	gst1-plugins-base gstreamer1 gtk+ libburn libgudev libisofs libxfce4ui \
    1.61 +	libxfce4util pango"
    1.62 +	TAGS="Xfce"
    1.63  }