# HG changeset patch # User Aleksej Bobylev # Date 1405282376 -10800 # Node ID e4fd343fd7b8bd75b014899190b641b12043f2ad # Parent 16be2bb769c674cf3505b2494dc4f999656bd60e Strip deps: gettext -> gettext-base. diff -r 16be2bb769c6 -r e4fd343fd7b8 freeciv/receipt --- a/freeciv/receipt Sun Jul 13 15:40:48 2014 -0300 +++ b/freeciv/receipt Sun Jul 13 23:12:56 2014 +0300 @@ -3,22 +3,27 @@ PACKAGE="freeciv" VERSION="2.2.5" CATEGORY="games" -SHORT_DESC="Empire-building strategy game." +SHORT_DESC="Empire-building strategy game" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://freeciv.wikia.com/wiki/Main_Page" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://freeciv.wikia.com/wiki/Main_Page" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="zlib ncurses readline gtk+ gettext xorg-libXdamage libsdl-mixer bzip2" -BUILD_DEPENDS="zlib-dev ncurses-dev readline-dev gtk+-dev gettext libsdl-mixer-dev glibc-locale bzip2-dev expat-dev" TAGS="strategy" +DEPENDS="zlib ncurses readline gtk+ gettext-base xorg-libXdamage libsdl-mixer \ +bzip2" +BUILD_DEPENDS="zlib-dev ncurses-dev readline-dev gtk+-dev gettext \ +libsdl-mixer-dev glibc-locale bzip2-dev expat-dev" + # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/--best/-9/' Makefile* data/scenario/Makefile* - ./configure --enable-client=gtk --enable-shared \ + + ./configure \ + --enable-client=gtk \ + --enable-shared \ $CONFIGURE_ARGS && make -j1 && make -j1 install diff -r 16be2bb769c6 -r e4fd343fd7b8 gliv/receipt --- a/gliv/receipt Sun Jul 13 15:40:48 2014 -0300 +++ b/gliv/receipt Sun Jul 13 23:12:56 2014 +0300 @@ -6,19 +6,21 @@ SHORT_DESC="An image viewer that uses OpenGL" MAINTAINER="devl547@gmail.com" LICENSE="GPL2" +WEB_SITE="http://guichaz.free.fr/gliv/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://guichaz.free.fr/gliv/" WGET_URL="$WEB_SITE/files/$TARBALL" +DEPENDS="gtk+ gtkglext gettext-base" BUILD_DEPENDS="gtk+-dev gtkglext gtkglext-dev bison mesa-dev" -DEPENDS="gtk+ gtkglext gettext" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } diff -r 16be2bb769c6 -r e4fd343fd7b8 hexchat-plugin/receipt --- a/hexchat-plugin/receipt Sun Jul 13 15:40:48 2014 -0300 +++ b/hexchat-plugin/receipt Sun Jul 13 23:12:56 2014 +0300 @@ -6,39 +6,39 @@ SHORT_DESC="IRC client using GTK+ with plugins support" MAINTAINER="lenios@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://hexchat.github.io/" SOURCE="hexchat" TARBALL="$SOURCE-$VERSION.tar.xz" -WEB_SITE="http://hexchat.github.io/" WGET_URL="http://dl.hexchat.net/hexchat/$TARBALL" PROVIDE="hexchat" -DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage python" +DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage python" BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info python-dev" # Rules to configure and make the package. compile_rules() { - cd $src - sed -i -e 's|glib/gslist.h|glib.h|' -e 's|glib/giochannel.h|glib.h|' \ - -e 's|glib/glist.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' - sed -i 's|glib/ghash.h|glib.h|' src/common/servlist.c src/common/text.c - sed -i 's|glib/gmarkup.h|glib.h|' src/common/util.c - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --disable-tcl \ - --enable-spell=static \ - --enable-ipv6 \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + sed -i -e 's|glib/gslist.h|glib.h|' -e 's|glib/giochannel.h|glib.h|' \ + -e 's|glib/glist.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' + sed -i 's|glib/ghash.h|glib.h|' src/common/servlist.c src/common/text.c + sed -i 's|glib/gmarkup.h|glib.h|' src/common/util.c + + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --disable-tcl \ + --enable-spell=static \ + --enable-ipv6 \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr \ - $fs/usr/share - cp -a $install/usr/bin $fs/usr -# cp -a $install/usr/share/dbus-1 $fs/usr/share + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr + # cp -a $install/usr/share/dbus-1 $fs/usr/share } diff -r 16be2bb769c6 -r e4fd343fd7b8 hexchat/receipt --- a/hexchat/receipt Sun Jul 13 15:40:48 2014 -0300 +++ b/hexchat/receipt Sun Jul 13 23:12:56 2014 +0300 @@ -6,34 +6,33 @@ SHORT_DESC="IRC client using GTK+" MAINTAINER="lenios@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://hexchat.github.io/" TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://hexchat.github.io/" WGET_URL="http://dl.hexchat.net/hexchat/$TARBALL" -DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage python" +DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage python" BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info python-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --disable-plugin \ - --disable-tcl \ - --enable-spell=static \ - --enable-ipv6 \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --disable-plugin \ + --disable-tcl \ + --enable-spell=static \ + --enable-ipv6 \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr \ - $fs/usr/share - cp -a $install/usr/bin $fs/usr - # cp -a $install/usr/share/dbus-1 $fs/usr/share + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr + # cp -a $install/usr/share/dbus-1 $fs/usr/share } diff -r 16be2bb769c6 -r e4fd343fd7b8 poedit/receipt --- a/poedit/receipt Sun Jul 13 15:40:48 2014 -0300 +++ b/poedit/receipt Sun Jul 13 23:12:56 2014 +0300 @@ -3,23 +3,25 @@ PACKAGE="poedit" VERSION="1.4.6.1" CATEGORY="development" -SHORT_DESC="Editor for i18n po files." +SHORT_DESC="Editor for i18n po files" MAINTAINER="pankso@slitaz.org" LICENSE="MIT" +WEB_SITE="http://www.poedit.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.poedit.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="xorg wxWidgets pango gettext libdb xorg-libXdamage xorg-libXxf86vm \ -gtkspell" +DEPENDS="xorg wxWidgets pango gettext-base libdb xorg-libXdamage \ +xorg-libXxf86vm gtkspell" BUILD_DEPENDS="wxWidgets-dev gettext" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } @@ -27,10 +29,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/locale + mkdir -p $fs/usr/share cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/pixmaps $fs/usr/share cp -a $install/usr/share/poedit $fs/usr/share - cp -a $install/usr/share/locale/fr $fs/usr/share/locale } diff -r 16be2bb769c6 -r e4fd343fd7b8 sbackup/receipt --- a/sbackup/receipt Sun Jul 13 15:40:48 2014 -0300 +++ b/sbackup/receipt Sun Jul 13 23:12:56 2014 +0300 @@ -3,21 +3,20 @@ PACKAGE="sbackup" VERSION="0.11.4" CATEGORY="network" -SHORT_DESC="Simple backup." +SHORT_DESC="Simple backup" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="http://sourceforge.net/projects/sbackup/" TARBALL="${PACKAGE}_$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="python notify-python gettext pygtk gvfs fuse \ -sshfs-fuse curlftpfs desktop-file-utils" +DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \ +curlftpfs desktop-file-utils" BUILD_DEPENDS="$DEPENDS setuptools" # Rules to configure and make the package. compile_rules() { - cd $src make && make DESTDIR=$DESTDIR/usr install # sudo sbackupconfig } diff -r 16be2bb769c6 -r e4fd343fd7b8 warmux-music/receipt --- a/warmux-music/receipt Sun Jul 13 15:40:48 2014 -0300 +++ b/warmux-music/receipt Sun Jul 13 23:12:56 2014 +0300 @@ -3,13 +3,12 @@ PACKAGE="warmux-music" VERSION="11.04.1" CATEGORY="games" -SHORT_DESC="Warmux game music (~35Mb)." -WANTED="warmux" +SHORT_DESC="Warmux game music (~35Mb)" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" WEB_SITE="http://www.wormux.org/" -PROVIDE="wormux" +WANTED="warmux" DEPENDS="warmux" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 16be2bb769c6 -r e4fd343fd7b8 warmux/receipt --- a/warmux/receipt Sun Jul 13 15:40:48 2014 -0300 +++ b/warmux/receipt Sun Jul 13 23:12:56 2014 +0300 @@ -3,17 +3,17 @@ PACKAGE="warmux" VERSION="11.04.1" CATEGORY="games" -SHORT_DESC="Warmux game." +SHORT_DESC="Warmux game" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -SUGGESTED="warmux-music" +WEB_SITE="http://www.wormux.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.wormux.org/" WGET_URL="http://download.gna.org/warmux/$TARBALL" PROVIDE="wormux" +SUGGESTED="warmux-music" DEPENDS="libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \ -curl freetype libxml2 libxml++ gcc-lib-base gettext" +curl freetype libxml2 libxml++ gcc-lib-base gettext-base" BUILD_DEPENDS="libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-mixer-dev \ libsdl-net-dev libsdl-ttf-dev curl-dev freetype-dev libxml2-dev libxml++-dev \ pkg-config" @@ -21,14 +21,11 @@ # Rules to configure and make the package. compile_rules() { - cd $src - #sed -i s:"INSTALL = /usr/bin/install -c":"INSTALL = /usr/bin/install -c -d":\ - # Makefile - sed -i 's/test -z "$(pkgdatadir)"/test -d "$(pkgdatadir)"/'\ - data/Makefile.in + sed -i 's/test -z "$(pkgdatadir)"/test -d "$(pkgdatadir)"/' data/Makefile.in sed -i 's|if USE_X11|if SKIP_USE_X11|' src/tool/copynpaste.cpp sed -i "s|test -d \"\\\$(pkgdatadir|test -d \"\\\$(DESTDIR)\\\$(pkgdatadir|" data/Makefile* mkdir -p $DESTDIR/usr/share/warmux + ./configure \ --bindir=/usr/games \ --with-font-path=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf \ @@ -44,9 +41,9 @@ cp -a $install/usr/games $fs/usr cp -a $install/usr/share/pixmaps $fs/usr/share cp -a $install/usr/share/warmux $fs/usr/share + # Remove unecessary files rm -rf $fs/usr/share/warmux/font rm -rf $fs/usr/share/warmux/music #rm -rf $fs/usr/share/warmux/sound } - diff -r 16be2bb769c6 -r e4fd343fd7b8 xchat-plugin/receipt --- a/xchat-plugin/receipt Sun Jul 13 15:40:48 2014 -0300 +++ b/xchat-plugin/receipt Sun Jul 13 23:12:56 2014 +0300 @@ -6,40 +6,40 @@ SHORT_DESC="IRC client using GTK+ with plugins support" MAINTAINER="lenios@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://www.xchat.org/" SOURCE="xchat" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://www.xchat.org/" -WGET_URL="http://www.xchat.org/files/source/2.8/$TARBALL" +WGET_URL="http://www.xchat.org/files/source/${VERSION%.*}/$TARBALL" PROVIDE="xchat" -DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage" +DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage" BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info" # Rules to configure and make the package. compile_rules() { - cd $src - sed -i -e 's|glib/gslist.h|glib.h|' -e 's|glib/giochannel.h|glib.h|' \ - -e 's|glib/glist.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' \ - -e 's|glib/gutils.h|glib.h|' src/common/xchat.h - sed -i 's|glib/ghash.h|glib.h|' src/common/servlist.c src/common/text.c - sed -i 's|glib/gmarkup.h|glib.h|' src/common/util.c - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --disable-tcl \ - --enable-spell=static \ - --enable-ipv6 \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + sed -i -e 's|glib/gslist.h|glib.h|' -e 's|glib/giochannel.h|glib.h|' \ + -e 's|glib/glist.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' \ + -e 's|glib/gutils.h|glib.h|' src/common/xchat.h + sed -i 's|glib/ghash.h|glib.h|' src/common/servlist.c src/common/text.c + sed -i 's|glib/gmarkup.h|glib.h|' src/common/util.c + + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --disable-tcl \ + --enable-spell=static \ + --enable-ipv6 \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr \ - $fs/usr/share - cp -a $install/usr/bin $fs/usr -# cp -a $install/usr/share/dbus-1 $fs/usr/share + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr + # cp -a $install/usr/share/dbus-1 $fs/usr/share } diff -r 16be2bb769c6 -r e4fd343fd7b8 xchat/receipt --- a/xchat/receipt Sun Jul 13 15:40:48 2014 -0300 +++ b/xchat/receipt Sun Jul 13 23:12:56 2014 +0300 @@ -6,39 +6,39 @@ SHORT_DESC="IRC client using GTK+" MAINTAINER="lenios@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://www.xchat.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.xchat.org/" -WGET_URL="http://www.xchat.org/files/source/2.8/$TARBALL" +WGET_URL="http://www.xchat.org/files/source/${VERSION%.*}/$TARBALL" -DEPENDS="gtk+ dbus openssl gettext dbus-glib xorg-libXdamage" +DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage" BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info" # Rules to configure and make the package. compile_rules() { - cd $src - sed -i -e 's|glib/gslist.h|glib.h|' -e 's|glib/giochannel.h|glib.h|' \ - -e 's|glib/glist.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' \ - -e 's|glib/gutils.h|glib.h|' src/common/xchat.h - sed -i 's|glib/ghash.h|glib.h|' src/common/servlist.c src/common/text.c - sed -i 's|glib/gmarkup.h|glib.h|' src/common/util.c - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --disable-plugin \ - --disable-tcl \ - --enable-spell=static \ - --enable-ipv6 \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + sed -i -e 's|glib/gslist.h|glib.h|' -e 's|glib/giochannel.h|glib.h|' \ + -e 's|glib/glist.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' \ + -e 's|glib/gutils.h|glib.h|' src/common/xchat.h + sed -i 's|glib/ghash.h|glib.h|' src/common/servlist.c src/common/text.c + sed -i 's|glib/gmarkup.h|glib.h|' src/common/util.c + + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --disable-plugin \ + --disable-tcl \ + --enable-spell=static \ + --enable-ipv6 \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr \ - $fs/usr/share - cp -a $install/usr/bin $fs/usr - # cp -a $install/usr/share/dbus-1 $fs/usr/share + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr + # cp -a $install/usr/share/dbus-1 $fs/usr/share }