wok diff mate-panel/receipt @ rev 18123

Add xorg-dri3proto
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 11 10:44:32 2015 +0200 (2015-06-11)
parents 6c702454c949
children 9681fc9cc035
line diff
     1.1 --- a/mate-panel/receipt	Fri May 22 17:40:44 2015 -0300
     1.2 +++ b/mate-panel/receipt	Thu Jun 11 10:44:32 2015 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  gtk+-dev mate-common-dev mate-desktop-dev mate-menus-dev yelp-tools \
     1.5  harfbuzz-dev gtk-doc gobject-introspection-dev dbus-glib-dev \
     1.6  libcanberra-dev libwnck-dev librsvg-dev util-linux-uuid-dev \
     1.7 -libmateweather-dev libsoup-dev"
     1.8 +libmateweather-dev libsoup-dev sqlite-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -24,7 +24,7 @@
    1.13  		--prefix=/usr          \
    1.14  		--sysconfdir=/etc      \
    1.15  		--localstatedir=/var   \
    1.16 -		--enable-introspection \
    1.17 +		--disable-introspection\
    1.18  		--disable-static       \
    1.19  		$CONFIGURE_ARGS &&
    1.20  	make &&
    1.21 @@ -33,6 +33,21 @@
    1.22  
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/share
    1.26 +	mkdir -p $fs/usr/lib
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28  	cp -a $install/usr/share $fs/usr
    1.29 +	cp -a $install/usr/libexec $fs/usr
    1.30 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.31  }
    1.32 +
    1.33 +post_install()
    1.34 +{
    1.35 +	echo "Processing post-install commands..."
    1.36 +	chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.37 +}
    1.38 +
    1.39 +post_remove()
    1.40 +{
    1.41 +	echo "Processing post-remove commands..."
    1.42 +	chroot $1/ /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
    1.43 +}