wok-next rev 20093

mate-notification-daemon -> mate-notification-daemon-gtk2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 15:53:05 2017 +0300 (2017-10-28)
parents 4531cfd68634
children 0619c5eb5ef8
files mate-notification-daemon-gtk2/description.txt mate-notification-daemon-gtk2/receipt mate-notification-daemon/description.txt mate-notification-daemon/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mate-notification-daemon-gtk2/description.txt	Sat Oct 28 15:53:05 2017 +0300
     1.3 @@ -0,0 +1,4 @@
     1.4 +mate-notification-daemon is a fork of gnome-notification-daemon.
     1.5 +
     1.6 +mate-notification-properties is a utility to set up various options related to
     1.7 +desktop notifications.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/mate-notification-daemon-gtk2/receipt	Sat Oct 28 15:53:05 2017 +0300
     2.3 @@ -0,0 +1,44 @@
     2.4 +# SliTaz package receipt v2.
     2.5 +
     2.6 +PACKAGE="mate-notification-daemon"
     2.7 +VERSION="1.14.0"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Fork of gnome-notification-daemon"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="GPL2"
    2.12 +WEB_SITE="https://github.com/mate-desktop/mate-notification-daemon/"
    2.13 +
    2.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15 +WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
    2.16 +
    2.17 +BUILD_DEPENDS="autoconf automake libtool gtk+-dev dbus-dev dbus-glib-dev \
    2.18 +libcanberra-dev libwnck2-dev libnotify-dev intltool"
    2.19 +
    2.20 +# Rules to configure and make the package.
    2.21 +compile_rules()
    2.22 +{
    2.23 +	sed -i '/^MATE_/d' configure.ac	# build standalone without MATE
    2.24 +	sed -i '/^OnlyShowIn/d' src/capplet/mate-notification-properties.desktop.in
    2.25 +
    2.26 +	mkdir macros; autoreconf -fi
    2.27 +	intltoolize;  autoreconf
    2.28 +	./configure \
    2.29 +		--sysconfdir=/etc \
    2.30 +	$CONFIGURE_ARGS &&
    2.31 +	make && make install
    2.32 +}
    2.33 +
    2.34 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.35 +genpkg_rules()
    2.36 +{
    2.37 +	copy @std
    2.38 +	rm -r $fs/usr/share/icons/; cook_copy_icons # only 16 and 48
    2.39 +	DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \
    2.40 +	glib gtk+ libcanberra libffi libharfbuzz libltdl liblzma libnotify libogg \
    2.41 +	libpng16 libvorbis libwnck2 libxml2 pango pcre startup-notification \
    2.42 +	util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau \
    2.43 +	xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman \
    2.44 +	xorg-xcb-util zlib"
    2.45 +	PROVIDE="notification-daemon"
    2.46 +	TAGS="MATE"
    2.47 +}
     3.1 --- a/mate-notification-daemon/description.txt	Sat Oct 28 12:53:30 2017 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,4 +0,0 @@
     3.4 -mate-notification-daemon is a fork of gnome-notification-daemon.
     3.5 -
     3.6 -mate-notification-properties is a utility to set up various options related to
     3.7 -desktop notifications.
     4.1 --- a/mate-notification-daemon/receipt	Sat Oct 28 12:53:30 2017 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,44 +0,0 @@
     4.4 -# SliTaz package receipt v2.
     4.5 -
     4.6 -PACKAGE="mate-notification-daemon"
     4.7 -VERSION="1.14.0"
     4.8 -CATEGORY="x-window"
     4.9 -SHORT_DESC="Fork of gnome-notification-daemon"
    4.10 -MAINTAINER="al.bobylev@gmail.com"
    4.11 -LICENSE="GPL2"
    4.12 -WEB_SITE="https://github.com/mate-desktop/mate-notification-daemon/"
    4.13 -
    4.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.15 -WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
    4.16 -
    4.17 -BUILD_DEPENDS="autoconf automake libtool gtk+-dev dbus-dev dbus-glib-dev \
    4.18 -libcanberra-dev libwnck2-dev libnotify-dev intltool"
    4.19 -
    4.20 -# Rules to configure and make the package.
    4.21 -compile_rules()
    4.22 -{
    4.23 -	sed -i '/^MATE_/d' configure.ac	# build standalone without MATE
    4.24 -	sed -i '/^OnlyShowIn/d' src/capplet/mate-notification-properties.desktop.in
    4.25 -
    4.26 -	mkdir macros; autoreconf -fi
    4.27 -	intltoolize;  autoreconf
    4.28 -	./configure \
    4.29 -		--sysconfdir=/etc \
    4.30 -	$CONFIGURE_ARGS &&
    4.31 -	make && make install
    4.32 -}
    4.33 -
    4.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.35 -genpkg_rules()
    4.36 -{
    4.37 -	copy @std
    4.38 -	rm -r $fs/usr/share/icons/; cook_copy_icons # only 16 and 48
    4.39 -	DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \
    4.40 -	glib gtk+ libcanberra libffi libharfbuzz libltdl liblzma libnotify libogg \
    4.41 -	libpng16 libvorbis libwnck2 libxml2 pango pcre startup-notification \
    4.42 -	util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau \
    4.43 -	xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman \
    4.44 -	xorg-xcb-util zlib"
    4.45 -	PROVIDE="notification-daemon"
    4.46 -	TAGS="MATE"
    4.47 -}