wok diff gnome-icon-theme/receipt @ rev 19479

paper-icon-theme: update from git, make package a way smaller (remove HiDPI icons and shrink svg icons)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 01 04:02:18 2016 +0200 (2016-11-01)
parents 2c48d8b6a9ab
children 86790a278e70
line diff
     1.1 --- a/gnome-icon-theme/receipt	Tue Jun 03 04:01:46 2014 +0300
     1.2 +++ b/gnome-icon-theme/receipt	Tue Nov 01 04:02:18 2016 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="gnome-icon-theme"
     1.6  VERSION="3.12.0"
     1.7 -CATEGORY="x-window"
     1.8 +CATEGORY="customization"
     1.9  SHORT_DESC="Default GNOME icon theme."
    1.10  MAINTAINER="pankso@slitaz.org"
    1.11  LICENSE="LGPL3"
    1.12 @@ -15,7 +15,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure --prefix=/usr
    1.18  	make
    1.19  	make DESTDIR=$DESTDIR install
    1.20 @@ -29,4 +28,3 @@
    1.21  	# pkgconfig in /usr/lib
    1.22  	cp -a $install/usr/share/pkgconfig $fs/usr/lib
    1.23  }
    1.24 -