wok rev 19112

Deprecate "murrine" package, use "gtk2-engine-murrine" instead.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 07 04:49:28 2016 +0300 (2016-05-07)
parents 50fe6ea964e4
children 1cc4befffbba
files gtk2-engine-murrine/receipt gtk2-theme-blinder/receipt gtk2-theme-chrommo/receipt murrine-svn-themes/receipt murrine/receipt sandfive-theme/receipt
line diff
     1.1 --- a/gtk2-engine-murrine/receipt	Fri May 06 15:40:30 2016 +0300
     1.2 +++ b/gtk2-engine-murrine/receipt	Sat May 07 04:49:28 2016 +0300
     1.3 @@ -6,7 +6,8 @@
     1.4  SHORT_DESC="GTK2 engine to make your desktop look like a murrina"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  LICENSE="LGPL3"
     1.7 -WEB_SITE="http://www.cimitan.com/murrine"
     1.8 +#WEB_SITE="http://www.cimitan.com/murrine"
     1.9 +WEB_SITE="http://ubuntuforums.org/showthread.php?t=239378"
    1.10  TARBALL="murrine-$VERSION.tar.xz"
    1.11  WGET_URL="$GNOME_MIRROR/murrine/${VERSION%.*}/$TARBALL"
    1.12  TAGS="gtk2"
     2.1 --- a/gtk2-theme-blinder/receipt	Fri May 06 15:40:30 2016 +0300
     2.2 +++ b/gtk2-theme-blinder/receipt	Sat May 07 04:49:28 2016 +0300
     2.3 @@ -8,11 +8,11 @@
     2.4  LICENSE="PublicDomain"
     2.5  WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
     2.6  
     2.7 -DEPENDS="murrine"
     2.8 +DEPENDS="gtk2-engine-murrine"
     2.9  
    2.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.11  genpkg_rules()
    2.12  {
    2.13 -  mkdir -p $fs/usr/share/themes
    2.14 -  cp -a stuff/* $fs/usr/share/themes
    2.15 +	mkdir -p $fs/usr/share/themes
    2.16 +	cp -a stuff/* $fs/usr/share/themes
    2.17  }
     3.1 --- a/gtk2-theme-chrommo/receipt	Fri May 06 15:40:30 2016 +0300
     3.2 +++ b/gtk2-theme-chrommo/receipt	Sat May 07 04:49:28 2016 +0300
     3.3 @@ -8,11 +8,11 @@
     3.4  LICENSE="PublicDomain"
     3.5  WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
     3.6  
     3.7 -DEPENDS="murrine"
     3.8 +DEPENDS="gtk2-engine-murrine"
     3.9  
    3.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.11  genpkg_rules()
    3.12  {
    3.13 -    mkdir -p $fs/usr/share/themes
    3.14 -    cp -a stuff/* $fs/usr/share/themes
    3.15 +	mkdir -p $fs/usr/share/themes
    3.16 +	cp -a stuff/* $fs/usr/share/themes
    3.17  }
     4.1 --- a/murrine-svn-themes/receipt	Fri May 06 15:40:30 2016 +0300
     4.2 +++ b/murrine-svn-themes/receipt	Sat May 07 04:49:28 2016 +0300
     4.3 @@ -8,7 +8,7 @@
     4.4  LICENSE="LGPL3"
     4.5  WEB_SITE="http://www.cimitan.com/murrine"
     4.6  
     4.7 -DEPENDS="murrine"
     4.8 +DEPENDS="gtk2-engine-murrine"
     4.9  
    4.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.11  genpkg_rules()
     5.1 --- a/murrine/receipt	Fri May 06 15:40:30 2016 +0300
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,33 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="murrine"
     5.7 -VERSION="0.98.1.1"
     5.8 -CATEGORY="x-window"
     5.9 -SHORT_DESC="GTK2 engine to make your desktop look like a murrina"
    5.10 -MAINTAINER="jozee@slitaz.org"
    5.11 -LICENSE="LGPL3"
    5.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.13 -WEB_SITE="http://www.cimitan.com/murrine"
    5.14 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/${VERSION%.*.*}/$TARBALL"
    5.15 -
    5.16 -DEPENDS="pixman expat libgio gtk+"
    5.17 -BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale"
    5.18 -
    5.19 -# Rules to configure and make the package.
    5.20 -compile_rules()
    5.21 -{
    5.22 -	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    5.23 -	#sed -i 's/1.10/1.11/g' autogen.sh
    5.24 -	./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
    5.25 -	make &&
    5.26 -	make DESTDIR=$DESTDIR install
    5.27 -}
    5.28 -
    5.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.30 -genpkg_rules()
    5.31 -{
    5.32 -	mkdir -p $fs/usr/share $fs/usr/lib
    5.33 -	cp -a $install/usr/share $fs/usr
    5.34 -	cp -a $install/usr/lib $fs/usr
    5.35 -	
    5.36 -}
     6.1 --- a/sandfive-theme/receipt	Fri May 06 15:40:30 2016 +0300
     6.2 +++ b/sandfive-theme/receipt	Sat May 07 04:49:28 2016 +0300
     6.3 @@ -8,7 +8,7 @@
     6.4  LICENSE="PublicDomain"
     6.5  WEB_SITE="http://elegantspider.blogspot.com.br/2014/06/slitaz-sand-five-theme.html"
     6.6  
     6.7 -DEPENDS="murrine openbox"
     6.8 +DEPENDS="gtk2-engine-murrine openbox"
     6.9  
    6.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.11  genpkg_rules()