wok-next annotate mate-notification-daemon-gtk2/receipt @ rev 20534
Clean default configure options when site script used.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 30 19:31:50 2018 +0300 (2018-03-30) |
parents | 65c0fe17f3b9 |
children | 556349764d57 |
rev | line source |
---|---|
al@19816 | 1 # SliTaz package receipt v2. |
al@18970 | 2 |
al@20096 | 3 PACKAGE="mate-notification-daemon-gtk2" |
al@20096 | 4 VERSION="1.14.0" # deprecated version, to use with gtk2 |
al@18970 | 5 CATEGORY="x-window" |
al@18970 | 6 SHORT_DESC="Fork of gnome-notification-daemon" |
al@18970 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@18970 | 8 LICENSE="GPL2" |
al@18970 | 9 WEB_SITE="https://github.com/mate-desktop/mate-notification-daemon/" |
al@19816 | 10 |
al@20096 | 11 TARBALL="mate-notification-daemon-$VERSION.tar.gz" |
al@18970 | 12 WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" |
al@18970 | 13 |
al@18970 | 14 BUILD_DEPENDS="autoconf automake libtool gtk+-dev dbus-dev dbus-glib-dev \ |
al@19816 | 15 libcanberra-dev libwnck2-dev libnotify-dev intltool" |
al@18970 | 16 |
al@20096 | 17 compile_rules() { |
al@18970 | 18 sed -i '/^MATE_/d' configure.ac # build standalone without MATE |
al@19816 | 19 sed -i '/^OnlyShowIn/d' src/capplet/mate-notification-properties.desktop.in |
al@18970 | 20 |
al@19816 | 21 mkdir macros; autoreconf -fi |
al@18970 | 22 intltoolize; autoreconf |
al@20534 | 23 ./configure $CONFIGURE_ARGS && |
al@20534 | 24 make && |
al@20534 | 25 make install |
al@18970 | 26 } |
al@18970 | 27 |
al@20096 | 28 genpkg_rules() { |
al@19816 | 29 copy @std |
al@20096 | 30 cook_copy_icons # only 16 and 48 |
al@19816 | 31 DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \ |
al@19816 | 32 glib gtk+ libcanberra libffi libharfbuzz libltdl liblzma libnotify libogg \ |
al@19816 | 33 libpng16 libvorbis libwnck2 libxml2 pango pcre startup-notification \ |
al@19816 | 34 util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau \ |
al@19816 | 35 xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman \ |
al@19816 | 36 xorg-xcb-util zlib" |
al@19816 | 37 PROVIDE="notification-daemon" |
al@19816 | 38 TAGS="MATE" |
al@18970 | 39 } |