wok diff gnome-icon-theme/receipt @ rev 19300
Add man-pages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jul 09 16:05:29 2016 +0300 (2016-07-09) |
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 Sat Jul 09 16:05:29 2016 +0300 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 -