wok-next annotate mate-settings-daemon/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 5669e8b3be70 |
children |
rev | line source |
---|---|
al@20096 | 1 # SliTaz package receipt v2. |
yuripourre@17798 | 2 |
yuripourre@17798 | 3 PACKAGE="mate-settings-daemon" |
al@20938 | 4 VERSION="1.20.3" |
al@20096 | 5 CATEGORY="system-tools" |
al@20096 | 6 SHORT_DESC="MATE settings daemon" |
yuripourre@17798 | 7 MAINTAINER="yuripourre@gmail.com" |
al@20096 | 8 LICENSE="GPL2" |
al@20096 | 9 WEB_SITE="https://github.com/mate-desktop/mate-settings-daemon" |
al@20096 | 10 |
yuripourre@17798 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20096 | 12 WGET_URL="https://github.com/mate-desktop/mate-settings-daemon/archive/v$VERSION.tar.gz" |
yuripourre@17798 | 13 |
al@21017 | 14 BUILD_DEPENDS="mate-common gtk3-dev dbus-glib-dev dconf-dev mate-desktop-dev \ |
al@21078 | 15 libnotify-dev libxxf86misc-dev libmatekbd-dev libcanberra-dev \ |
al@20096 | 16 libmatemixer-dev nss-dev polkit-dev pulseaudio-dev" |
al@21020 | 17 SPLIT="$PACKAGE-dev" |
al@20096 | 18 |
al@20096 | 19 compile_rules() { |
al@20096 | 20 ./autogen.sh \ |
al@20096 | 21 --enable-pulse \ |
yuripourre@17798 | 22 $CONFIGURE_ARGS && |
al@20534 | 23 fix libtool && |
yuripourre@17798 | 24 make && |
al@20096 | 25 make install |
yuripourre@17798 | 26 } |
yuripourre@17798 | 27 |
al@20096 | 28 genpkg_rules() { |
al@20096 | 29 case $PACKAGE in |
al@20096 | 30 mate-settings-daemon) |
al@20096 | 31 copy @std |
al@21105 | 32 DEPENDS="libcairo dbus dbus-glib dconf fontconfig gdk-pixbuf glib \ |
al@21017 | 33 gtk3 libcanberra-gtk3 libmatekbd libmatemixer libnotify \ |
al@21078 | 34 libxklavier mate-desktop nspr nss polkit pulseaudio libx11 \ |
al@21078 | 35 libxi libxxf86misc" |
al@20096 | 36 ;; |
al@20096 | 37 *-dev) |
al@20096 | 38 copy @dev |
al@20749 | 39 DEPENDS="mate-settings-daemon dbus-dev dbus-glib-dev glib-dev" |
al@20096 | 40 ;; |
al@20096 | 41 esac |
al@20096 | 42 TAGS="MATE" |
yuripourre@17798 | 43 } |