wok rev 18277

caja marco mate-menus: add missing files.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Aug 08 19:51:47 2015 +0200 (2015-08-08)
parents 37d6a04a7668
children 2ce8e40ab44e
files caja/receipt marco/receipt mate-desktop/receipt mate-menus/receipt
line diff
     1.1 --- a/caja/receipt	Fri Aug 07 14:14:35 2015 -0300
     1.2 +++ b/caja/receipt	Sat Aug 08 19:51:47 2015 +0200
     1.3 @@ -10,7 +10,7 @@
     1.4  WEB_SITE="http://www.mate-desktop.org/"
     1.5  WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
     1.6  
     1.7 -DEPENDS="gtk+ dconf exempi gvfs libunique"
     1.8 +DEPENDS="gtk+ mate-desktop dconf exempi gvfs libunique"
     1.9  BUILD_DEPENDS="wget dbus-dev dconf-dev cacerts autoconf automake libtool itstool \
    1.10  gtk+-dev gtk-doc mate-common-dev mate-desktop-dev mate-icon-theme libunique-dev \
    1.11  gvfs-dev desktop-file-utils gobject-introspection-dev util-linux-uuid-dev"
    1.12 @@ -48,6 +48,9 @@
    1.13  	mkdir -p $fs/usr/share/pixmaps
    1.14  	cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \
    1.15  		$fs/usr/share/pixmaps
    1.16 +
    1.17 +	cp -a $install/usr/share/MateConf $fs/usr/share
    1.18 +	cp -a $install/usr/share/glib-2.0 $fs/usr/share
    1.19  }
    1.20  
    1.21  # Post install/remove commands for Tazpkg.
     2.1 --- a/marco/receipt	Fri Aug 07 14:14:35 2015 -0300
     2.2 +++ b/marco/receipt	Sat Aug 08 19:51:47 2015 +0200
     2.3 @@ -35,6 +35,9 @@
     2.4  	mkdir -p $fs/usr/lib $fs/usr/share
     2.5  	cp -a $install/usr/bin $fs/usr
     2.6  	cp -a $install/usr/share/glib-2.0 $fs/usr/share
     2.7 +	cp -a $install/usr/share/MateConf $fs/usr/share
     2.8 +	cp -a $install/usr/share/mate*	$fs/usr/share
     2.9 +	cp -a $install/usr/share/themes	$fs/usr/share
    2.10  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.11  }
    2.12  
     3.1 --- a/mate-desktop/receipt	Fri Aug 07 14:14:35 2015 -0300
     3.2 +++ b/mate-desktop/receipt	Sat Aug 08 19:51:47 2015 +0200
     3.3 @@ -10,7 +10,7 @@
     3.4  WEB_SITE="http://www.mate-desktop.org/"
     3.5  WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
     3.6  
     3.7 -DEPENDS="gtk+ gdk-pixbuf libtool"
     3.8 +DEPENDS="gtk+ gdk-pixbuf libltdl"
     3.9  BUILD_DEPENDS="wget cacerts autoconf automake dconf-dev libtool itstool \
    3.10  mate-common-dev gtk-doc gtk+-dev gdk-pixbuf-dev yelp-tools harfbuzz-dev"
    3.11  
     4.1 --- a/mate-menus/receipt	Fri Aug 07 14:14:35 2015 -0300
     4.2 +++ b/mate-menus/receipt	Sat Aug 08 19:51:47 2015 +0200
     4.3 @@ -34,4 +34,5 @@
     4.4  	mkdir -p $fs/usr/lib
     4.5  	cp -a $install/usr/share $fs/usr
     4.6  	cp -a $install/usr/lib/*.so* $fs/usr/lib
     4.7 +	cp -a $install/etc $fs
     4.8  }