wok-4.x rev 3466
Up: murrine; mv svn to git; patch for automake; fix iconv BUILD_DEPENDS
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Jun 16 09:43:56 2009 +0000 (2009-06-16) |
parents | 0d1cbed2d0dc |
children | 153b06465dc8 |
files | murrine/receipt |
line diff
1.1 --- a/murrine/receipt Tue Jun 16 09:01:13 2009 +0000 1.2 +++ b/murrine/receipt Tue Jun 16 09:43:56 2009 +0000 1.3 @@ -1,21 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="murrine" 1.7 -VERSION="200904svn" 1.8 +VERSION="20090531" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="GTK2 engine to make your desktop look like a murrina" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 DEPENDS="pixman expat libgio gtk+" 1.13 -BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev subversion " 1.14 +BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev git glibc-locale" 1.15 WEB_SITE="http://www.cimitan.com/murrine" 1.16 -SVN_TRUNK="http://svn.gnome.org/svn/murrine/trunk/" 1.17 +GIT_ROOT="git://git.gnome.org/murrine" 1.18 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - svn checkout $SVN_TRUNK $PACKAGE-$VERSION 1.24 + 1.25 + git clone $GIT_ROOT $PACKAGE-$VERSION 1.26 cd $src 1.27 + sed -i 's/1.10/1.11/g' autogen.sh 1.28 ./autogen.sh --prefix=/usr --enable-animation 1.29 make 1.30 make DESTDIR=$PWD/_pkg install