wok-next diff brasero/receipt @ rev 21018

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents d2950281f122
children 5669e8b3be70
line diff
     1.1 --- a/brasero/receipt	Wed Sep 05 00:08:37 2018 +0300
     1.2 +++ b/brasero/receipt	Wed Oct 17 03:59:24 2018 +0300
     1.3 @@ -1,52 +1,48 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="brasero"
     1.7 -VERSION="2.30.0"
     1.8 +VERSION="3.12.2"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Brasero (aka Bonfire) is yet another application to burn CD/DVD \
    1.11 -for the GNOME desktop"
    1.12 -MAINTAINER="devl547@gmail.com"
    1.13 +SHORT_DESC="Burn CD/DVD for the GNOME3 desktop"
    1.14 +MAINTAINER="al.bobylev@gmail.com"
    1.15  LICENSE="GPL2"
    1.16 -WEB_SITE="http://www.gnome.org/projects/brasero"
    1.17 +WEB_SITE="https://wiki.gnome.org/Apps/Brasero"
    1.18  
    1.19 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.20 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.21  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.22  
    1.23 -BUILD_DEPENDS="glib-dev gtk+-dev gconf-dev gstreamer0-dev gst0-plugins-base-dev \
    1.24 -libxml2-dev libunique-dev dbus-glib-dev gnome-doc-utils xorg-libxcb-dev \
    1.25 -libpthread-stubs xorg-xcb-util-dev orbit2-dev dbus-dev libcanberra-dev \
    1.26 -libxml2-python libvorbis-dev libogg-dev util-linux-uuid-dev \
    1.27 -intltool libtool xorg-libICE-dev xorg-libSM-dev"
    1.28 -SPLIT="brasero-dev"
    1.29 +BUILD_DEPENDS="glib-dev itstool libxml2-tools gstreamer1-dev \
    1.30 +gst1-plugins-base-dev libxml2-dev xorg-libSM-dev xorg-libICE-dev gtk3-dev \
    1.31 +libnotify-dev libcanberra-dev intltool libburn-dev libisofs-dev \
    1.32 +gobject-introspection-dev"
    1.33 +SPLIT="$PACKAGE-dev"
    1.34  
    1.35  compile_rules() {
    1.36 -	export LDFLAGS="$LDFLAGS -lICE"
    1.37 -
    1.38  	./configure \
    1.39 -		--disable-schemas-install \
    1.40 -		--disable-scrollkeeper \
    1.41  		--disable-caches \
    1.42  		--disable-gtk-doc-html \
    1.43  		--disable-nautilus \
    1.44  		--disable-gtk-doc \
    1.45  		--disable-search \
    1.46 -		--disable-playlist &&
    1.47 +		--disable-playlist \
    1.48 +		$CONFIGURE_ARGS &&
    1.49  	fix libtool &&
    1.50  	make &&
    1.51 -	make DESTDIR=$DESTDIR install
    1.52 +	make install || return 1
    1.53 +
    1.54 +	fix symlinks
    1.55  }
    1.56  
    1.57  genpkg_rules() {
    1.58  	case $PACKAGE in
    1.59  		brasero)
    1.60  			copy @std
    1.61 -			DEPENDS="gconf cairo dbus-glib gdk-pixbuf glib gst0-plugins-base \
    1.62 -			gstreamer0 gtk+ libcanberra-gtk2 libunique libxml2 pango \
    1.63 -			xorg-libICE xorg-libSM" # cdrdao dvd+rw-tools libvorbis libogg
    1.64 +			DEPENDS="cairo gdk-pixbuf glib gst1-plugins-base gstreamer1 gtk3 \
    1.65 +			libburn libcanberra-gtk3 libisofs libnotify libxml2 pango"
    1.66  			;;
    1.67  		*-dev)
    1.68  			copy @dev
    1.69 -			DEPENDS="brasero dbus-glib-dev glib-dev gtk+-dev"
    1.70 +			DEPENDS="brasero glib-dev gtk3-dev"
    1.71  			;;
    1.72  	esac
    1.73  }