wok view mate-panel/receipt @ rev 18279

Up mate-panel: update deps
author Yuri Pourre <yuripourre@gmail.com>
date Sun Aug 09 17:20:41 2015 -0300 (2015-08-09)
parents 2446d512c1d5
children e863f2041090
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-panel"
4 VERSION="1.9.1"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="Panel where you can run applications and applets using MATE."
8 TAGS="mate"
9 MAINTAINER="yuripourre@gmail.com"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.mate-desktop.org/"
12 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
14 DEPENDS="gtk+ dconf mate-menus caja libmateweather"
15 BUILD_DEPENDS="wget dconf-dev autoconf automake libtool itstool \
16 gtk+-dev mate-common-dev mate-desktop-dev mate-menus-dev yelp-tools \
17 harfbuzz-dev gtk-doc gobject-introspection-dev dbus-glib-dev \
18 libcanberra-dev libwnck-dev librsvg-dev util-linux-uuid-dev \
19 libmateweather-dev libsoup-dev sqlite-dev"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 ./autogen.sh \
25 --prefix=/usr \
26 --sysconfdir=/etc \
27 --localstatedir=/var \
28 --disable-introspection\
29 --disable-static \
30 $CONFIGURE_ARGS &&
31 make &&
32 make DESTDIR=$DESTDIR install
33 }
35 genpkg_rules()
36 {
37 mkdir -p $fs/usr/lib
38 cp -a $install/usr/bin $fs/usr
39 cp -a $install/usr/share $fs/usr
40 cp -a $install/usr/libexec $fs/usr
41 cp -a $install/usr/lib/*.so* $fs/usr/lib
42 }
44 post_install()
45 {
46 echo "Processing post-install commands..."
47 chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
48 }
50 post_remove()
51 {
52 echo "Processing post-remove commands..."
53 chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
54 }