wok-next diff mate-icon-theme/receipt @ rev 16961

at-spi2-atk: Update wget url
author Yuri Pourre <yuripourre@gmail.com>
date Tue Jul 29 00:06:42 2014 -0300 (2014-07-29)
parents 4d3e5826ef8a
children 71f86ec27151
line diff
     1.1 --- a/mate-icon-theme/receipt	Sat Jul 26 01:35:39 2014 +0000
     1.2 +++ b/mate-icon-theme/receipt	Tue Jul 29 00:06:42 2014 -0300
     1.3 @@ -11,13 +11,14 @@
     1.4  WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
     1.5  
     1.6  DEPENDS=""
     1.7 -BUILD_DEPENDS="wget autoconf automake icon-naming-utils mate-common"
     1.8 +BUILD_DEPENDS="wget cacerts autoconf automake mate-common-dev icon-naming-utils"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	./autogen.sh                   \
    1.14  		--prefix=/usr          \
    1.15 +		--enable-icon-mapping  \
    1.16  		$CONFIGURE_ARGS &&
    1.17  	make &&
    1.18  	make DESTDIR=$DESTDIR install
    1.19 @@ -25,6 +26,8 @@
    1.20  
    1.21  genpkg_rules()
    1.22  {
    1.23 +	rm -rf $install/usr/share/pkgconfig/
    1.24 +
    1.25  	mkdir -p $fs/usr
    1.26  	cp -a $install/usr $fs
    1.27  }