wok-next rev 19936

mate-common: automake-1.15 support, mate-desktop, mate-icon-theme, mate-system-monitor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 17:04:15 2017 +0200 (2017-10-15)
parents 4905a5f7bea2
children ea1adcca236f
files mate-common/receipt mate-desktop/receipt mate-icon-theme/receipt mate-system-monitor/receipt
line diff
     1.1 --- a/mate-common/receipt	Sun Oct 15 14:27:05 2017 +0200
     1.2 +++ b/mate-common/receipt	Sun Oct 15 17:04:15 2017 +0200
     1.3 @@ -16,6 +16,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# automake-1.15 support
     1.8 +	sed -i 's/version_check automake/automake_progs="automake-1.15 $automake_progs"\n&/' macros/mate-autogen
     1.9  	./autogen.sh                   \
    1.10  		--prefix=/usr          \
    1.11  		$CONFIGURE_ARGS &&
     2.1 --- a/mate-desktop/receipt	Sun Oct 15 14:27:05 2017 +0200
     2.2 +++ b/mate-desktop/receipt	Sun Oct 15 17:04:15 2017 +0200
     2.3 @@ -12,7 +12,8 @@
     2.4  TAGS="MATE"
     2.5  DEPENDS="gtk+ gdk-pixbuf libltdl"
     2.6  BUILD_DEPENDS="wget cacerts autoconf automake dconf-dev libtool itstool \
     2.7 -mate-common-dev gtk-doc gtk+-dev gdk-pixbuf-dev yelp-tools harfbuzz-dev"
     2.8 +mate-common-dev gtk-doc gtk+-dev gdk-pixbuf-dev yelp-tools harfbuzz-dev \
     2.9 +intltool"
    2.10  
    2.11  # Rules to configure and make the package.
    2.12  compile_rules()
     3.1 --- a/mate-icon-theme/receipt	Sun Oct 15 14:27:05 2017 +0200
     3.2 +++ b/mate-icon-theme/receipt	Sun Oct 15 17:04:15 2017 +0200
     3.3 @@ -11,7 +11,8 @@
     3.4  WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
     3.5  TAGS="MATE"
     3.6  DEPENDS=""
     3.7 -BUILD_DEPENDS="wget cacerts autoconf automake mate-common-dev icon-naming-utils"
     3.8 +BUILD_DEPENDS="wget cacerts autoconf automake mate-common-dev icon-naming-utils \
     3.9 +intltool"
    3.10  
    3.11  # Rules to configure and make the package.
    3.12  compile_rules()
     4.1 --- a/mate-system-monitor/receipt	Sun Oct 15 14:27:05 2017 +0200
     4.2 +++ b/mate-system-monitor/receipt	Sun Oct 15 17:04:15 2017 +0200
     4.3 @@ -13,7 +13,7 @@
     4.4  DEPENDS="dconf dbus-glib gtk+ libgtop libwnck2 librsvg"
     4.5  BUILD_DEPENDS="wget dbus-dev dconf-dev cacerts autoconf automake libtool itstool \
     4.6  gtk+-dev gtk-doc dbus-glib-dev glibmm-dev gtkmm-dev libgtop-dev libwnck2-dev librsvg-dev \
     4.7 -yelp-tools mate-common-dev mate-icon-theme"
     4.8 +yelp-tools mate-common-dev mate-icon-theme intltool"
     4.9  
    4.10  # Rules to configure and make the package.
    4.11  compile_rules()