wok-next diff mate-notification-daemon/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents 13806712bef0
children
line diff
     1.1 --- a/mate-notification-daemon/receipt	Sun Jul 03 10:52:52 2016 +0200
     1.2 +++ b/mate-notification-daemon/receipt	Sat Oct 14 23:27:36 2017 +0200
     1.3 @@ -1,31 +1,28 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="mate-notification-daemon"
     1.8 -VERSION="1.13.0"
     1.9 +VERSION="1.14.0"
    1.10  CATEGORY="x-window"
    1.11  SHORT_DESC="Fork of gnome-notification-daemon"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://github.com/mate-desktop/mate-notification-daemon/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
    1.18 -PROVIDE="notification-daemon"
    1.19 -TAGS="MATE"
    1.20  
    1.21 -DEPENDS="gtk+ libcanberra libltdl libnotify libwnck"
    1.22  BUILD_DEPENDS="autoconf automake libtool gtk+-dev dbus-dev dbus-glib-dev \
    1.23 -libcanberra-dev libwnck-dev libnotify-dev intltool"
    1.24 -GENERIC_MENUS="no"
    1.25 +libcanberra-dev libwnck2-dev libnotify-dev intltool"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30  	sed -i '/^MATE_/d' configure.ac	# build standalone without MATE
    1.31 +	sed -i '/^OnlyShowIn/d' src/capplet/mate-notification-properties.desktop.in
    1.32  
    1.33 -	mkdir macros; autoreconf --install --force
    1.34 +	mkdir macros; autoreconf -fi
    1.35  	intltoolize;  autoreconf
    1.36  	./configure \
    1.37 -		--prefix=/usr \
    1.38  		--sysconfdir=/etc \
    1.39  	$CONFIGURE_ARGS &&
    1.40  	make && make install
    1.41 @@ -34,10 +31,14 @@
    1.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.43  genpkg_rules()
    1.44  {
    1.45 -	cp -a $install/* $fs
    1.46 -	find $fs/usr/lib -name '*.*a' -delete
    1.47 -	rm -r $fs/usr/share/locale
    1.48 -	sed -i '/^OnlyShowIn/d' $fs/usr/share/applications/mate-notification-properties.desktop
    1.49 -	#find $fs/usr/share/man -type f -exec gzip \{\} \;
    1.50 -	rm -rf $fs/usr/share/man
    1.51 +	copy @std
    1.52 +	rm -r $fs/usr/share/icons/; cook_copy_icons # only 16 and 48
    1.53 +	DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \
    1.54 +	glib gtk+ libcanberra libffi libharfbuzz libltdl liblzma libnotify libogg \
    1.55 +	libpng16 libvorbis libwnck2 libxml2 pango pcre startup-notification \
    1.56 +	util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau \
    1.57 +	xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman \
    1.58 +	xorg-xcb-util zlib"
    1.59 +	PROVIDE="notification-daemon"
    1.60 +	TAGS="MATE"
    1.61  }