wok-6.x rev 13922
cssed, gnome-games: try to fix build
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jan 26 00:50:39 2013 +0000 (2013-01-26) |
parents | 6046c764a36c |
children | 1250d6869326 |
files | cssed/receipt cssed/stuff/cssed.desktop cssed/stuff/cssed.png gnome-games/receipt |
line diff
1.1 --- a/cssed/receipt Fri Jan 25 20:35:32 2013 +0000 1.2 +++ b/cssed/receipt Sat Jan 26 00:50:39 2013 +0000 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="cssed" 1.5 VERSION="0.4.0" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="A GTK-2 CSS editor" 1.8 +SHORT_DESC="CSS editor for web developers" 1.9 MAINTAINER="claudinei@slitaz.org" 1.10 WEB_SITE="http://cssed.sourceforge.net" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 @@ -16,7 +16,7 @@ 1.13 compile_rules() 1.14 { 1.15 sed -i "s/char\* o = 0;/const char\* o = 0;/" $src/scintilla/src/LexCaml.cxx 1.16 - LDFLAGS="$LDFLAGS -lgmodule-2.0" 1.17 + LDFLAGS="$LDFLAGS -lgmodule" 1.18 ./configure $CONFIGURE_ARGS && 1.19 make && 1.20 make install
2.1 --- a/cssed/stuff/cssed.desktop Fri Jan 25 20:35:32 2013 +0000 2.2 +++ b/cssed/stuff/cssed.desktop Sat Jan 26 00:50:39 2013 +0000 2.3 @@ -1,10 +1,10 @@ 2.4 [Desktop Entry] 2.5 Type=Application 2.6 Name=CSSed 2.7 -Comment=CSS Editor 2.8 +Comment=CSS editor 2.9 Comment[ru]=Редактор CSS 2.10 Exec=/usr/bin/cssed 2.11 -Icon=cssed 2.12 Terminal=false 2.13 +Icon=/usr/share/cssed/pixmaps/cssed-icon.png 2.14 StartupNotify=false 2.15 -Categories=Development; 2.16 +Categories=Development;WebDevelopment;
3.1 Binary file cssed/stuff/cssed.png has changed
4.1 --- a/gnome-games/receipt Fri Jan 25 20:35:32 2013 +0000 4.2 +++ b/gnome-games/receipt Sat Jan 26 00:50:39 2013 +0000 4.3 @@ -19,7 +19,7 @@ 4.4 # Rules to configure and make the package. 4.5 compile_rules() 4.6 { 4.7 - cd $src 4.8 + LDFLAGS="$LDFLAGS -lgmodule" 4.9 ./configure \ 4.10 --sysconfdir=/etc \ 4.11 --bindir=/usr/games \