wok diff geany/receipt @ rev 14195
emacs-pkg-vala-mode: tidy receipt
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Mar 12 23:05:45 2013 +0100 (2013-03-12) |
parents | e2b1ff2ea7cf |
children | 2b820e6838f5 |
line diff
1.1 --- a/geany/receipt Wed Nov 02 07:02:19 2011 +0000 1.2 +++ b/geany/receipt Tue Mar 12 23:05:45 2013 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="geany" 1.7 -VERSION="0.21" 1.8 +VERSION="1.22" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Small and fast IDE using GTK+ toolkit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -32,12 +32,12 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/share/pixmaps $fs/usr/lib/geany 1.16 - cp -a $_pkg/usr/bin $fs/usr 1.17 - cp -a $_pkg/usr/lib/geany/*.so $fs/usr/lib/geany 1.18 - cp -a $_pkg/usr/share/geany $fs/usr/share 1.19 + cp -a $install/usr/bin $fs/usr 1.20 + cp -a $install/usr/lib/geany/*.so $fs/usr/lib/geany 1.21 + cp -a $install/usr/share/geany $fs/usr/share 1.22 cp -a $stuff/filetype_extensions.conf $fs/usr/share/geany 1.23 rm $fs/usr/share/geany/GPL-2 1.24 - cp -a $_pkg/usr/share/icons $fs/usr/share 1.25 + cp -a $install/usr/share/icons $fs/usr/share 1.26 cd $fs/usr/share 1.27 - ln -sf icons/hicolor/48x48/apps/geany.png pixmaps/geany.png 1.28 + ln -sf /usr/share/icons/hicolor/48x48/apps/geany.png pixmaps/geany.png 1.29 }