wok view mate-panel/receipt @ rev 18454

perl-datetime-format-strptime: additional deps
author Nathan Neulinger <nneul@neulinger.org>
date Sun Sep 27 21:56:03 2015 +0000 (2015-09-27)
parents 9681fc9cc035
children 7e0facae11dc
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 MAINTAINER="yuripourre@gmail.com"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.mate-desktop.org/"
11 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
12 TAGS="MATE"
13 DEPENDS="gtk+ dconf mate-menus caja libmateweather"
14 BUILD_DEPENDS="wget dconf-dev autoconf automake libtool itstool \
15 gtk+-dev mate-common-dev mate-desktop-dev mate-menus-dev yelp-tools \
16 harfbuzz-dev gtk-doc gobject-introspection-dev dbus-glib-dev \
17 libcanberra-dev libwnck-dev librsvg-dev util-linux-uuid-dev \
18 libmateweather-dev libsoup-dev sqlite-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./autogen.sh \
24 --prefix=/usr \
25 --sysconfdir=/etc \
26 --localstatedir=/var \
27 --disable-introspection\
28 --disable-static \
29 $CONFIGURE_ARGS &&
30 make &&
31 make DESTDIR=$DESTDIR install
32 }
34 genpkg_rules()
35 {
36 mkdir -p $fs/usr/lib
37 cp -a $install/usr/bin $fs/usr
38 cp -a $install/usr/share $fs/usr
39 cp -a $install/usr/libexec $fs/usr
40 cp -a $install/usr/lib/*.so* $fs/usr/lib
41 }
43 post_install()
44 {
45 echo "Processing post-install commands..."
46 chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
47 }
49 post_remove()
50 {
51 echo "Processing post-remove commands..."
52 chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
53 }