wok diff murrine/receipt @ rev 18760
get-foxit-reader: depends on 'libcups', not 'cups'
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 29 20:38:21 2015 +0200 (2015-12-29) |
parents | 7d6089953592 |
children |
line diff
1.1 --- a/murrine/receipt Sat Aug 10 11:33:11 2013 +0000 1.2 +++ b/murrine/receipt Tue Dec 29 20:38:21 2015 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="LGPL3" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://www.cimitan.com/murrine" 1.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/$TARBALL" 1.8 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/${VERSION%.*.*}/$TARBALL" 1.9 1.10 DEPENDS="pixman expat libgio gtk+" 1.11 BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|' 1.18 #sed -i 's/1.10/1.11/g' autogen.sh 1.19 ./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS && 1.20 @@ -32,4 +31,3 @@ 1.21 cp -a $install/usr/lib $fs/usr 1.22 1.23 } 1.24 -