wok-next rev 21017
Some maintenance
line diff
1.1 --- a/0install/receipt Mon Oct 15 16:44:45 2018 +0300 1.2 +++ b/0install/receipt Tue Oct 16 16:46:05 2018 +0300 1.3 @@ -16,7 +16,7 @@ 1.4 # Can't build newer OCaml based version 2.13 1.5 1.6 compile_rules() { 1.7 - python setup.py install --root=$DESTDIR || return 1 1.8 + python -B setup.py install --root=$DESTDIR || return 1 1.9 1.10 # move man pages into a right place 1.11 mv $install/usr/man $install/usr/share
2.1 --- a/LibreOffice/receipt Mon Oct 15 16:44:45 2018 +0300 2.2 +++ b/LibreOffice/receipt Tue Oct 16 16:46:05 2018 +0300 2.3 @@ -84,7 +84,7 @@ 2.4 LibreOffice) 2.5 copy @std *.inc @rm 2.6 DEPENDS="atk cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \ 2.7 - glib gpgme gst1-plugins-base gstreamer1 gtk+ icu lcms2 libassuan \ 2.8 + glib gpgme gst1-plugins-base gstreamer1 gtk2 icu lcms2 libassuan \ 2.9 libcomerr libcups libcurl libepoxy libgpg-error libicu libkrb5 \ 2.10 libsqlite3 libxml2 libxslt neon nspr nss pango perl python \ 2.11 xorg-libICE xorg-libSM xorg-libX11 xorg-libXext xorg-libXinerama \
3.1 --- a/Qt4-qca-ossl/receipt Mon Oct 15 16:44:45 2018 +0300 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,40 +0,0 @@ 3.4 -# SliTaz package receipt. 3.5 - 3.6 -NAME="qca-ossl" 3.7 -PACKAGE="Qt4-$NAME" 3.8 -MAJORVERSION="2.0" 3.9 -VERSION="2.0.0-beta3" 3.10 -CATEGORY="development" 3.11 -SHORT_DESC="OpenSSL plug-in for the Qt Cryptographic Architecture (QCA)." 3.12 -MAINTAINER="ben@seawolfsanctuary.com" 3.13 -LICENSE="LGPL2.1" 3.14 -WEB_SITE="http://delta.affinix.com/$NAME" 3.15 -REPOLOGY="qca-ossl" 3.16 - 3.17 -TARBALL="$NAME-$VERSION.tar.bz2" 3.18 -WGET_URL="http://delta.affinix.com/download/qca/$MAJORVERSION/plugins/$TARBALL" 3.19 - 3.20 -DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ 3.21 -libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ 3.22 -libQtOpenGL libQtSql libQtWebkit qca openssl" 3.23 -BUILD_DEPENDS="qmake xorg-libX11-dev dbus-dev openssl-dev Qt4-dev qca-dev" 3.24 - 3.25 -# Rules to configure and make the package. 3.26 -compile_rules() 3.27 -{ 3.28 - chmod +x configure 3.29 - ./configure \ 3.30 - --qtdir=/usr/lib/qt && \ 3.31 - make $MAKEFLAGS && 3.32 - make DESTDIR=$DESTDIR install 2>&1 | grep -v libqca-ossl.so.debug 3.33 -} 3.34 - 3.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 3.36 -genpkg_rules() 3.37 -{ 3.38 - mkdir -p $fs/usr/lib/qt/plugins/crypto 3.39 - cp -a $src/lib/* $fs/usr/lib/qt/plugins/crypto/ 3.40 - 3.41 - # Copy .desktop file: 3.42 -# cp -a $stuff/* $fs/usr 3.43 -}
4.1 --- a/Qt4-qca-ossl/stuff/patches/qca-ossl-whirlpool.patch Mon Oct 15 16:44:45 2018 +0300 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,35 +0,0 @@ 4.4 ---- a/qca-ossl.cpp 4.5 -+++ b/qca-ossl.cpp 4.6 -@@ -330,1 +330,1 @@ 4.7 -- X509_EXTENSION *ex = X509V3_EXT_conf_nid(NULL, &ctx, NID_subject_key_identifier, "hash"); 4.8 -+ X509_EXTENSION *ex = X509V3_EXT_conf_nid(NULL, &ctx, NID_subject_key_identifier, (char *)"hash"); 4.9 - 4.10 ---- a/qca-ossl.cpp 4.11 -+++ b/qca-ossl.cpp 4.12 -@@ -6597,9 +6597,11 @@ 4.13 - #ifdef SHA512_DIGEST_LENGTH 4.14 - list += "sha512"; 4.15 - #endif 4.16 -+ /* 4.17 - #ifdef OBJ_whirlpool 4.18 - list += "whirlpool"; 4.19 - #endif 4.20 -+ */ 4.21 - return list; 4.22 - } 4.23 - 4.24 ---- a/qca-ossl.cpp 4.25 -+++ b/qca-ossl.cpp 4.26 -@@ -6812,10 +6812,12 @@ 4.27 - else if ( type == "sha512" ) 4.28 - return new opensslHashContext( EVP_sha512(), this, type); 4.29 - #endif 4.30 -+/* 4.31 - #ifdef OBJ_whirlpool 4.32 - else if ( type == "whirlpool" ) 4.33 - return new opensslHashContext( EVP_whirlpool(), this, type); 4.34 - #endif 4.35 -+*/ 4.36 - else if ( type == "pbkdf1(sha1)" ) 4.37 - return new opensslPbkdf1Context( EVP_sha1(), this, type ); 4.38 - else if ( type == "pbkdf1(md2)" )
5.1 --- a/Qt4-qca-ossl/stuff/patches/series Mon Oct 15 16:44:45 2018 +0300 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,1 +0,0 @@ 5.4 -qca-ossl-whirlpool.patch
6.1 --- a/SkypeFreak/description.txt Mon Oct 15 16:44:45 2018 +0300 6.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 6.3 @@ -1,34 +0,0 @@ 6.4 -A Forensic Framework for Skype. 6.5 -Default run of the program produces the following output: 6.6 - 6.7 -8""""8 6.8 -8 e e e e eeeee eeee 6.9 -8eeeee 8 8 8 8 8 8 8 6.10 - 88 8eee8e 8eeee8 8eee8 8eee 6.11 -e 88 88 8 88 88 88 6.12 -8eee88 88 8 88 88 88ee 6.13 - 6.14 - 8"""" 6.15 - 8 eeeee eeee eeeee e e 6.16 - 8eeee 8 8 8 8 8 8 8 6.17 - 88 8eee8e 8eee 8eee8 8eee8e 6.18 - 88 88 8 88 88 8 88 8 6.19 - 88 88 8 88ee 88 8 88 8 6.20 - 6.21 - 6.22 -[*] A creation of Osanda Malith & contributors 6.23 -[*] Follow @OsandaMalith and @yasoobkhalid 6.24 -[*] URL: http://osandamalith.github.io/SkypeFreak/ 6.25 - 6.26 -[~] What Do You Like to Investigate? 6.27 -1. Profile 6.28 -2. Contact 6.29 -3. Calls 6.30 -4. Messages 6.31 -5. Generate Full Report 6.32 -6. Print the list of contributors & exit 6.33 -7. Exit 6.34 - 6.35 -Select the option which you deem suitable for the given conditions. After that 6.36 -Skype Freak will perform the given task and will print the output to console 6.37 -and will ask you to write the extracted data to disk.
7.1 --- a/SkypeFreak/receipt Mon Oct 15 16:44:45 2018 +0300 7.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 7.3 @@ -1,27 +0,0 @@ 7.4 -# SliTaz package receipt. 7.5 - 7.6 -PACKAGE="SkypeFreak" 7.7 -GITHASH="1efb36233858c580f0431a6e69be05030919f7cc" 7.8 -VERSION=${GITHASH:0:7} 7.9 -CATEGORY="network" 7.10 -SHORT_DESC="A cross platform forensic tool for Skype" 7.11 -MAINTAINER="al.bobylev@gmail.com" 7.12 -LICENSE="GPL3" 7.13 -WEB_SITE="https://github.com/yasoob/SkypeFreak" 7.14 -REPOLOGY="skypefreak" 7.15 - 7.16 -TARBALL="$PACKAGE-$VERSION.zip" 7.17 -WGET_URL="https://github.com/yasoob/$PACKAGE/archive/$GITHASH.zip" 7.18 - 7.19 -DEPENDS="python" 7.20 - 7.21 -# Rules to gen a SliTaz package suitable for Tazpkg. 7.22 -genpkg_rules() 7.23 -{ 7.24 - mkdir -p $fs/usr/bin $fs/usr/share/applications 7.25 - cp -a $src/source/SkypeFreak.py $fs/usr/bin 7.26 - cp -a $stuff/*.desktop $fs/usr/share/applications 7.27 - 7.28 - # fix bug with unicode strings (I'm not a pythonist, sorry) 7.29 - sed -i 's|str(|unicode(|g' $fs/usr/bin/SkypeFreak.py 7.30 -}
8.1 --- a/SkypeFreak/stuff/skypefreak.desktop Mon Oct 15 16:44:45 2018 +0300 8.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 8.3 @@ -1,7 +0,0 @@ 8.4 -[Desktop Entry] 8.5 -Type=Application 8.6 -Name=SkypeFreak 8.7 -Comment=A Forensic Framework for Skype 8.8 -Exec=terminal -h -e "python /usr/bin/SkypeFreak.py" 8.9 -Icon=application-x-php 8.10 -Categories=ConsoleOnly;Network;
9.1 --- a/TeXmacs-windows-fonts/receipt Mon Oct 15 16:44:45 2018 +0300 9.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 9.3 @@ -1,22 +0,0 @@ 9.4 -# SliTaz package receipt v2. 9.5 - 9.6 -PACKAGE="TeXmacs-windows-fonts" 9.7 -VERSION="1.0" 9.8 -CATEGORY="office" 9.9 -SHORT_DESC="Fonts for using TeXmacs without TeX" 9.10 -MAINTAINER="slitaz@leledy.fr" 9.11 -LICENSE="LPPL" 9.12 -WEB_SITE="http://www.texmacs.org" 9.13 - 9.14 -TARBALL="$PACKAGE-$VERSION-noarch.tar.gz" 9.15 -WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL" 9.16 - 9.17 -compile_rules() { 9.18 - mkdir -p $install/usr/share/TeXmacs/ 9.19 - cp -r $src $install/usr/share/TeXmacs/fonts 9.20 - find $install -type f -exec chmod 644 '{}' \; 9.21 -} 9.22 - 9.23 -genpkg_rules() { 9.24 - copy @std 9.25 -}
10.1 --- a/TeXmacs/receipt Mon Oct 15 16:44:45 2018 +0300 10.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 10.3 @@ -1,40 +0,0 @@ 10.4 -# SliTaz package receipt. 10.5 - 10.6 -PACKAGE="TeXmacs" 10.7 -VERSION="1.0.7.18" 10.8 -CATEGORY="office" 10.9 -SHORT_DESC="The high quality of TeX with a wisiwyg editor" 10.10 -MAINTAINER="slitaz@leledy.fr" 10.11 -LICENSE="GPL" 10.12 -WEB_SITE="http://www.texmacs.org/" 10.13 -REPOLOGY="texmacs" 10.14 - 10.15 -TARBALL="$PACKAGE-$VERSION-src.tar.gz" 10.16 -WGET_URL="ftp://ftp.texmacs.org/pub/$PACKAGE/targz/$TARBALL" 10.17 - 10.18 -DEPENDS="ghostscript gmp guile freetype TeXmacs-windows-fonts" 10.19 -# freetype and TeXmacs-windows-fonts avoid depending on TeX which is a *huge* system 10.20 -BUILD_DEPENDS="xorg-libX11-dev gmp-dev guile-dev freetype-dev imlib2-dev" 10.21 - 10.22 -# Rules to configure and make the package. 10.23 -compile_rules() 10.24 -{ 10.25 - ./configure \ 10.26 - --with-imlib2 \ 10.27 - --disable-qt \ 10.28 - --prefix=/usr \ 10.29 - --infodir=/usr/share/info \ 10.30 - --mandir=/usr/share/man \ 10.31 - --libexecdir=/usr/lib \ 10.32 - $CONFIGURE_ARGS && 10.33 - make && make DESTDIR=$DESTDIR install 10.34 -} 10.35 - 10.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 10.37 -genpkg_rules() 10.38 -{ 10.39 - mkdir -p $fs/usr 10.40 - cp -a $install/usr/bin $fs/usr 10.41 - cp -a $install/usr/lib $fs/usr 10.42 - cp -a $install/usr/share $fs/usr 10.43 -}
11.1 --- a/TiMidity++/receipt Mon Oct 15 16:44:45 2018 +0300 11.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 11.3 @@ -1,35 +0,0 @@ 11.4 -# SliTaz package receipt v2. 11.5 - 11.6 -PACKAGE="TiMidity++" 11.7 -VERSION="2.14.0" 11.8 -CATEGORY="multimedia" 11.9 -SHORT_DESC="TiMidity++ is an open source MIDI to WAVE converter and player" 11.10 -MAINTAINER="paul@slitaz.org" 11.11 -LICENSE="GPL2" 11.12 -WEB_SITE="http://timidity.sourceforge.net/" 11.13 -REPOLOGY="timidity++" 11.14 - 11.15 -TARBALL="$PACKAGE-$VERSION.tar.xz" 11.16 -WGET_URL="$SF_MIRROR/timidity/$TARBALL" 11.17 - 11.18 -BUILD_DEPENDS="alsa-lib-dev portaudio-dev jack-dev libao-dev libvorbis-dev \ 11.19 -libogg-dev flac-dev speex-dev gtk+-dev xorg-libXaw-dev" 11.20 - 11.21 -compile_rules() { 11.22 - ./configure \ 11.23 - --enable-audio=alsa,portaudio,jack,ao,vorbis,flac,speex \ 11.24 - --enable-interface=gtk,xaw \ 11.25 - --enable-alsaseq \ 11.26 - --with-default-path=/etc/timidity++/ \ 11.27 - $CONFIGURE_ARGS && 11.28 - make && 11.29 - make DESTDIR=$DESTDIR install || return 1 11.30 - 11.31 - install -Dm644 $stuff/timidity.cfg $install/etc/timidity++/timidity.cfg 11.32 -} 11.33 - 11.34 -genpkg_rules() { 11.35 - copy @std 11.36 - DEPENDS="alsa-lib portaudio jack libao libvorbis libogg \ 11.37 - flac gtk+ xorg-libXaw" 11.38 -}
12.1 --- a/TiMidity++/stuff/patches/mfi.c.patch Mon Oct 15 16:44:45 2018 +0300 12.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 12.3 @@ -1,20 +0,0 @@ 12.4 ---- timidity/mfi.c 2004-02-17 17:02:18.000000000 +0100 12.5 -+++ timidity/mfi.c.new 2017-02-14 04:41:24.000000000 +0100 12.6 -@@ -344,7 +344,7 @@ 12.7 - #define SEND_LASTNOTEINFO(lni, ch) if (LASTNOTEINFO_HAS_DATA((lni)[ch])) SendLastNoteInfo(lni, ch); 12.8 - #define SEND_AND_CLEAR_LASTNOTEINFO(lni, ch) if (LASTNOTEINFO_HAS_DATA((lni)[ch])) { SendLastNoteInfo(lni, ch); (lni)[ch].on = NO_LAST_NOTE_INFO; } 12.9 - 12.10 --inline void StoreLastNoteInfo(LastNoteInfo *info, int channel, int time, int duration, int note, int velocity) 12.11 -+static inline void StoreLastNoteInfo(LastNoteInfo *info, int channel, int time, int duration, int note, int velocity) 12.12 - { 12.13 - info[channel].on = time; 12.14 - info[channel].off = time + duration; 12.15 -@@ -352,7 +352,7 @@ 12.16 - info[channel].velocity = velocity; 12.17 - } 12.18 - 12.19 --inline void SendLastNoteInfo(const LastNoteInfo *info, int channel) 12.20 -+static inline void SendLastNoteInfo(const LastNoteInfo *info, int channel) 12.21 - { 12.22 - NOTE_BUF_EV_DEBUGSTR(channel, info[channel].on, note_name[info[channel].note % 12], info[channel].note / 12, info[channel].velocity, info[channel].off); 12.23 - MIDIEVENT(info[channel].on, ME_NOTEON, channel, info[channel].note, info[channel].velocity);
13.1 --- a/TiMidity++/stuff/patches/series Mon Oct 15 16:44:45 2018 +0300 13.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 13.3 @@ -1,6 +0,0 @@ 13.4 -# from https://www.archlinux.org/packages/extra/x86_64/timidity++/ 13.5 --p1|timidity-tk86.patch 13.6 --p1|timidity-jack.patch 13.7 - 13.8 -# https://bugs.gentoo.org/606894 13.9 --p0|mfi.c.patch
14.1 --- a/TiMidity++/stuff/patches/timidity-jack.patch Mon Oct 15 16:44:45 2018 +0300 14.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 14.3 @@ -1,11 +0,0 @@ 14.4 -diff -Naur TiMidity++-2.14.0-orig/timidity/jack_a.c TiMidity++-2.14.0/timidity/jack_a.c 14.5 ---- TiMidity++-2.14.0-orig/timidity/jack_a.c 2014-09-26 22:08:51.531559553 -0400 14.6 -+++ TiMidity++-2.14.0/timidity/jack_a.c 2014-09-26 22:11:12.864659285 -0400 14.7 -@@ -508,6 +508,7 @@ 14.8 - pthread_cond_wait(&ctx->cond, &ctx->lock); 14.9 - } 14.10 - /* fallthrough */ 14.11 -+ case PM_REQ_PLAY_START: 14.12 - case PM_REQ_DISCARD: 14.13 - ctx->running = 0; 14.14 - ringbuf_clear(&ctx->rbuf);
15.1 --- a/TiMidity++/stuff/patches/timidity-tk86.patch Mon Oct 15 16:44:45 2018 +0300 15.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 15.3 @@ -1,39 +0,0 @@ 15.4 ---- a/interface/tk_c.c 15.5 -+++ b/interface/tk_c.c 15.6 -@@ -65,6 +65,9 @@ 15.7 - #define TKPROGPATH PKGLIBDIR "/tkmidity.tcl" 15.8 - #endif /* TKPROGPATH */ 15.9 - 15.10 -+#if (TCL_MAJOR_VERSION < 8) 15.11 -+#define Tcl_GetStringResult(interp) (interp->result) 15.12 -+#endif 15.13 - 15.14 - static void ctl_refresh(void); 15.15 - static void ctl_total_time(int tt); 15.16 -@@ -117,7 +120,7 @@ 15.17 - 15.18 - static void start_panel(void); 15.19 - 15.20 --#define MAX_TK_MIDI_CHANNELS 16 15.21 -+#define MAX_TK_MIDI_CHANNELS 32 15.22 - 15.23 - typedef struct { 15.24 - int reset_panel; 15.25 -@@ -933,7 +936,7 @@ 15.26 - } 15.27 - 15.28 - /* evaluate Tcl script */ 15.29 --static char *v_eval(char *fmt, ...) 15.30 -+static const char *v_eval(char *fmt, ...) 15.31 - { 15.32 - char buf[256]; 15.33 - va_list ap; 15.34 -@@ -941,7 +944,7 @@ 15.35 - vsnprintf(buf, sizeof(buf), fmt, ap); 15.36 - Tcl_Eval(my_interp, buf); 15.37 - va_end(ap); 15.38 -- return my_interp->result; 15.39 -+ return Tcl_GetStringResult(my_interp); 15.40 - } 15.41 - 15.42 - static const char *v_get2(const char *v1, const char *v2)
16.1 --- a/TiMidity++/stuff/timidity.cfg Mon Oct 15 16:44:45 2018 +0300 16.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 16.3 @@ -1,29 +0,0 @@ 16.4 -# details on this file and other examples see here: 16.5 -# http://www.onicos.com/staff/iz/timidity/dist/cfg/sndfont.cfg 16.6 -# http://www.onicos.com/staff/iz/timidity/dist/cfg/ 16.7 -#---------------------------------------------------------------- 16.8 -# SoundFont extension configuration 16.9 -# 16.10 -# soundfont <filename> [order={0|1}] [remove] 16.11 -# <filename> is the path of SoundFont file. 16.12 -# order: 0(preload) or 1(load after GUS). 16.13 -# remove: disable specified soundfont. 16.14 -# 16.15 -# font exclude <tonebank> [<preset> [<keynote>]] 16.16 -# font order {0|1} <tonebank> [<preset> [<keynote>]] 16.17 -# <tonebank>: 0-127 16.18 -# 16.19 -# font exclude 128 [<drumset> [<key>]] 16.20 -# font order {0|1} 128 [<drumset> [<key>]] 16.21 -#---------------------------------------------------------------- 16.22 - 16.23 -# change the next line to point to a soundfont you have 16.24 -# soundfonts can be found e.g. here: http://www.hammersound.net/ 16.25 -# soundfont /usr/share/soundfonts/DX7Piano.SF2 16.26 - 16.27 -# you can do manipulations of the soundfont you load like this: 16.28 -# e.g. removing drumset 99 16.29 -# font exclude 128 99 16.30 - 16.31 -# load drum samples after GUS patches 16.32 -# font order 1 128
17.1 --- a/Xdialog/receipt Mon Oct 15 16:44:45 2018 +0300 17.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 17.3 @@ -1,29 +0,0 @@ 17.4 -# SliTaz package receipt v2. 17.5 - 17.6 -PACKAGE="Xdialog" 17.7 -VERSION="2.3.1" 17.8 -CATEGORY="x-window" 17.9 -SHORT_DESC="Like 'dialog' or 'cdialog', but for X using GTK+" 17.10 -MAINTAINER="rcx@zoominternet.net" 17.11 -LICENSE="GPL2" 17.12 -WEB_SITE="http://xdialog.free.fr/" 17.13 -REPOLOGY="xdialog" 17.14 - 17.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 17.16 -WGET_URL="http://xdialog.free.fr/$TARBALL" 17.17 - 17.18 -BUILD_DEPENDS="autoconf automake m4 gettext gtk+-dev" 17.19 - 17.20 -compile_rules() { 17.21 - autoconf && 17.22 - ./configure \ 17.23 - --with-gtk2 \ 17.24 - $CONFIGURE_ARGS && 17.25 - make && 17.26 - make DESTDIR=$DESTDIR install 17.27 -} 17.28 - 17.29 -genpkg_rules() { 17.30 - copy @std 17.31 - DEPENDS="glib gtk+" 17.32 -}
18.1 --- a/aalib/receipt Mon Oct 15 16:44:45 2018 +0300 18.2 +++ b/aalib/receipt Tue Oct 16 16:46:05 2018 +0300 18.3 @@ -7,7 +7,7 @@ 18.4 MAINTAINER="slaxemulator@gmail.com" 18.5 LICENSE="LGPL2" 18.6 WEB_SITE="http://aa-project.sourceforge.net/aalib/" 18.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/aalib.html" 18.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/aalib.html" 18.9 18.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 18.11 WGET_URL="$SF_MIRROR/aa-project/$TARBALL"
19.1 --- a/abiword/receipt Mon Oct 15 16:44:45 2018 +0300 19.2 +++ b/abiword/receipt Tue Oct 16 16:46:05 2018 +0300 19.3 @@ -13,7 +13,7 @@ 19.4 LOCALES="ar ca cs da de el en es fa fi fr hr hu id is it ja nb nl nn pl pt ro \ 19.5 ru sl sv tr uk vi zh" 19.6 19.7 -BUILD_DEPENDS="gtk+3-dev python-pygobject-dev gobject-introspection-dev \ 19.8 +BUILD_DEPENDS="gtk3-dev python-pygobject-dev gobject-introspection-dev \ 19.9 fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev \ 19.10 libgsf-dev enchant-dev wv-dev libcroco-dev boost-dev librsvg-dev gtk-doc \ 19.11 bison goffice-dev intltool gettext xorg-dev zlib-dev libjpeg-turbo-dev" 19.12 @@ -51,7 +51,7 @@ 19.13 abiword) 19.14 copy @std @rm 19.15 TAGS="word doc office" 19.16 - DEPENDS="gtk+3 fribidi libglade popt libxml2 libart_lgpl \ 19.17 + DEPENDS="gtk3 fribidi libglade popt libxml2 libart_lgpl \ 19.18 libgsf glib enchant wv xorg-libXdamage gcc-lib-base \ 19.19 librsvg goffice glibc-locale libffi" 19.20 SUGGESTED="abiword-plugins"
20.1 --- a/adminer/receipt Mon Oct 15 16:44:45 2018 +0300 20.2 +++ b/adminer/receipt Tue Oct 16 16:46:05 2018 +0300 20.3 @@ -1,28 +1,25 @@ 20.4 -# SliTaz package receipt. 20.5 +# SliTaz package receipt v2. 20.6 20.7 PACKAGE="adminer" 20.8 VERSION="4.1.0" 20.9 CATEGORY="misc" 20.10 -SHORT_DESC="Database management in a single PHP file." 20.11 +SHORT_DESC="Database management in a single PHP file" 20.12 MAINTAINER="pascal.bellard@slitaz.org" 20.13 LICENSE="GPL2 Apache" 20.14 +WEB_SITE="https://www.adminer.org/" 20.15 + 20.16 TARBALL="$PACKAGE-$VERSION.zip" 20.17 -WEB_SITE="https://www.adminer.org/" 20.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 20.19 20.20 -DEPENDS="php" 20.21 BUILD_DEPENDS="php-cli php-mysql php-pgsql php-sqlite" 20.22 -SUGGESTED="php-mysql php-pgsql php-sqlite" 20.23 20.24 -# Rules to configure and make the package. 20.25 -compile_rules() 20.26 -{ 20.27 - php compile.php 2>&1 | sed '/^PHP Warning/d' 20.28 +compile_rules() { 20.29 + php compile.php 20.30 } 20.31 20.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 20.33 -genpkg_rules() 20.34 -{ 20.35 +genpkg_rules() { 20.36 mkdir -p $fs/var/www/$PACKAGE 20.37 cp $src/adminer-$VERSION.php $fs/var/www/$PACKAGE/index.php 20.38 + DEPENDS="php" 20.39 + SUGGESTED="php-mysql php-pgsql php-sqlite" 20.40 }
21.1 --- a/adobe-air-sdk/receipt Mon Oct 15 16:44:45 2018 +0300 21.2 +++ b/adobe-air-sdk/receipt Tue Oct 16 16:46:05 2018 +0300 21.3 @@ -28,7 +28,7 @@ 21.4 21.5 genpkg_rules() { 21.6 copy @std 21.7 - DEPENDS="nss gtk+ libxslt" 21.8 + DEPENDS="nss gtk2 libxslt" 21.9 } 21.10 21.11 post_install() {
22.1 --- a/afio/receipt Mon Oct 15 16:44:45 2018 +0300 22.2 +++ b/afio/receipt Tue Oct 16 16:46:05 2018 +0300 22.3 @@ -14,9 +14,9 @@ 22.4 compile_rules() { 22.5 make || return 1 22.6 22.7 - install -Dm755 $src/afio $install/usr/bin/afio 22.8 + install -Dm755 afio $install/usr/bin/afio 22.9 22.10 - cook_pick_manpages $src/afio.1 22.11 + cook_pick_manpages afio.1 22.12 } 22.13 22.14 genpkg_rules() {
23.1 --- a/aiksaurus/receipt Mon Oct 15 16:44:45 2018 +0300 23.2 +++ b/aiksaurus/receipt Tue Oct 16 16:46:05 2018 +0300 23.3 @@ -11,7 +11,7 @@ 23.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 23.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 23.6 23.7 -BUILD_DEPENDS="gtk+-dev patch expat-dev xorg-libXau-dev glib-dev" 23.8 +BUILD_DEPENDS="gtk2-dev patch expat-dev xorg-libXau-dev glib-dev" 23.9 SPLIT="aiksaurus-dev" 23.10 23.11 compile_rules() { 23.12 @@ -27,11 +27,11 @@ 23.13 case $PACKAGE in 23.14 aiksaurus) 23.15 copy @std 23.16 - DEPENDS="glib gtk+" 23.17 + DEPENDS="glib gtk2" 23.18 ;; 23.19 aiksaurus-dev) 23.20 copy @dev 23.21 - DEPENDS="aiksaurus gtk+-dev" 23.22 + DEPENDS="aiksaurus gtk2-dev" 23.23 ;; 23.24 esac 23.25 }
24.1 --- a/airoscript-ng/receipt Mon Oct 15 16:44:45 2018 +0300 24.2 +++ b/airoscript-ng/receipt Tue Oct 16 16:46:05 2018 +0300 24.3 @@ -1,4 +1,4 @@ 24.4 -# SliTaz package receipt. 24.5 +# SliTaz package receipt v2. 24.6 24.7 PACKAGE="airoscript-ng" 24.8 VERSION="1.2rc3" 24.9 @@ -8,23 +8,24 @@ 24.10 LICENSE="GPL2" 24.11 #WEB_SITE="https://code.google.com/archive/p/airoscript/" 24.12 WEB_SITE="http://airoscript.aircrack-ng.org/" 24.13 + 24.14 TARBALL="$PACKAGE-${VERSION%rc3}-3.tar.gz" 24.15 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/airoscript/$TARBALL" 24.16 24.17 -DEPENDS="bash" 24.18 - 24.19 -# Rules to configure and make the package. 24.20 -compile_rules() 24.21 -{ 24.22 +compile_rules() { 24.23 # Remove broken install parts 24.24 sed -i '/install-docs \\/ d' Makefile-Linux 24.25 sed -i '/install-locale \\/ d' Makefile-Linux 24.26 sed -i '/install-desktop \\/ d' Makefile-Linux 24.27 - make -j1 DESTDIR=$DESTDIR \ 24.28 + 24.29 + make -j1 \ 24.30 + DESTDIR=$DESTDIR \ 24.31 prefix=usr \ 24.32 picdir=$DESTDIR/usr/share/pixmaps/ \ 24.33 appdir=$DESTDIR/usr/share/applications/ \ 24.34 - etcdir=$DESTDIR/etc/$PACKAGE install 24.35 + etcdir=$DESTDIR/etc/$PACKAGE \ 24.36 + install || return 1 24.37 + 24.38 # Patch config - replace "usr/local" by "usr" 24.39 sed -i 's/usr\/local/usr/g' $DESTDIR/etc/$PACKAGE/airoscript-ng_advanced.conf 24.40 24.41 @@ -34,11 +35,10 @@ 24.42 cook_pick_manpages $src/src/airoscript-ng.1 24.43 } 24.44 24.45 -# Rules to gen a SliTaz package suitable for Tazpkg. 24.46 -genpkg_rules() 24.47 -{ 24.48 +genpkg_rules() { 24.49 mkdir -p $fs/usr/share 24.50 cp -a $install/usr/sbin $fs/usr 24.51 cp -a $install/usr/share/airoscript-ng $fs/usr/share 24.52 cp -a $install/etc $fs 24.53 + DEPENDS="bash" 24.54 }
25.1 --- a/airpwn/receipt Mon Oct 15 16:44:45 2018 +0300 25.2 +++ b/airpwn/receipt Tue Oct 16 16:46:05 2018 +0300 25.3 @@ -1,22 +1,20 @@ 25.4 -# SliTaz package receipt. 25.5 +# SliTaz package receipt v2. 25.6 25.7 PACKAGE="airpwn" 25.8 VERSION="1.4" 25.9 CATEGORY="network" 25.10 -SHORT_DESC="Airpwn is a tool for generic packet injection on an 802.11 network." 25.11 +SHORT_DESC="A tool for generic packet injection on an 802.11 network" 25.12 MAINTAINER="slaxemulator@gmail.com" 25.13 LICENSE="GPL2" 25.14 -WEB_SITE="http://airpwn.sourceforge.net" 25.15 +WEB_SITE="http://airpwn.sourceforge.net/" 25.16 + 25.17 TARBALL="$PACKAGE-$VERSION.tgz" 25.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 25.19 25.20 -DEPENDS="libnet libpcap libpcre lorcon openssl python wireless_tools" 25.21 BUILD_DEPENDS="pcre-dev libpcap-dev openssl-dev lorcon-dev \ 25.22 wireless_tools-dev libnet-dev libnet python python-dev autoconf automake" 25.23 25.24 -# Rules to configure and make the package. 25.25 -compile_rules() 25.26 -{ 25.27 +compile_rules() { 25.28 # Fix airpwn files so we can use it with a Python version other than 2.4. 25.29 PYTHON_VERSION1=$(python -c 'import sys; print sys.version[:3]') 25.30 PYTHON_VERSION2=$(echo $PYTHON_VERSION1 | tr . _) 25.31 @@ -27,17 +25,13 @@ 25.32 25.33 autoreconf 25.34 automake --add-missing 25.35 - ./configure \ 25.36 - --prefix=/usr \ 25.37 - --infodir=/usr/share/info \ 25.38 - --mandir=/usr/share/man \ 25.39 - $CONFIGURE_ARGS && 25.40 - make && make DESTDIR=$DESTDIR install 25.41 + ./configure $CONFIGURE_ARGS && 25.42 + make && 25.43 + make DESTDIR=$DESTDIR install 25.44 } 25.45 25.46 -# Rules to gen a SliTaz package suitable for Tazpkg. 25.47 -genpkg_rules() 25.48 -{ 25.49 +genpkg_rules() { 25.50 mkdir -p $fs/usr 25.51 cp -a $install/usr/sbin $fs/usr 25.52 + DEPENDS="libnet libpcap libpcre lorcon openssl python wireless_tools" 25.53 }
26.1 --- a/airsnort/receipt Mon Oct 15 16:44:45 2018 +0300 26.2 +++ b/airsnort/receipt Tue Oct 16 16:46:05 2018 +0300 26.3 @@ -1,32 +1,25 @@ 26.4 -# SliTaz package receipt. 26.5 +# SliTaz package receipt v2. 26.6 26.7 PACKAGE="airsnort" 26.8 VERSION="0.2.7e" 26.9 CATEGORY="network" 26.10 -SHORT_DESC="A wireless LAN (WLAN) tool which recovers encryption keys." 26.11 +SHORT_DESC="A wireless LAN (WLAN) tool which recovers encryption keys" 26.12 MAINTAINER="slaxemulator@gmail.com" 26.13 LICENSE="GPL2" 26.14 WEB_SITE="http://airsnort.shmoo.com/" 26.15 + 26.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 26.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 26.18 26.19 -DEPENDS="gtk+ libpcap" 26.20 -BUILD_DEPENDS="gtk+-dev libpcap-dev" 26.21 +BUILD_DEPENDS="gtk2-dev libpcap-dev" 26.22 26.23 -# Rules to configure and make the package. 26.24 -compile_rules() 26.25 -{ 26.26 - ./configure \ 26.27 - --prefix=/usr \ 26.28 - --infodir=/usr/share/info \ 26.29 - --mandir=/usr/share/man \ 26.30 - $CONFIGURE_ARGS && 26.31 - make && make DESTDIR=$DESTDIR install 26.32 +compile_rules() { 26.33 + ./configure $CONFIGURE_ARGS && 26.34 + make && 26.35 + make DESTDIR=$DESTDIR install 26.36 } 26.37 26.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 26.39 -genpkg_rules() 26.40 -{ 26.41 - mkdir -p $fs/usr 26.42 - cp -a $install/usr/bin $fs/usr 26.43 +genpkg_rules() { 26.44 + copy @std 26.45 + DEPENDS="gtk2 libpcap" 26.46 }
27.1 --- a/airstrike/receipt Mon Oct 15 16:44:45 2018 +0300 27.2 +++ b/airstrike/receipt Tue Oct 16 16:46:05 2018 +0300 27.3 @@ -1,34 +1,31 @@ 27.4 -# SliTaz package receipt. 27.5 +# SliTaz package receipt v2. 27.6 27.7 PACKAGE="airstrike" 27.8 VERSION="pre6a" 27.9 CATEGORY="games" 27.10 -SHORT_DESC="Juego batalla aerea." 27.11 +SHORT_DESC="Incredibly addictive 2D dogfight game" 27.12 MAINTAINER="arca2@hotmail.com" 27.13 LICENSE="GPL2" 27.14 WEB_SITE="http://icculus.org/airstrike/" 27.15 + 27.16 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 27.17 WGET_URL="http://offload1.icculus.org:9090/$PACKAGE/$TARBALL" 27.18 27.19 -DEPENDS="libsdl-image libsdl" 27.20 BUILD_DEPENDS="libsdl-image-dev libsdl-dev" 27.21 27.22 # Packaging for SliTaz by Rene Rivero. 27.23 27.24 -# Rules to configure and make the package. 27.25 -compile_rules() 27.26 -{ 27.27 +compile_rules() { 27.28 sed -i 's/-lSDL_image/& -lm/' src/Makefile 27.29 sed -i 's|"airstrikerc"|"/usr/share/airstrike/airstrikerc"|' src/config.h 27.30 sed -i 's|"data/|"/usr/share/airstrike/data/|g' src/airstrike.c 27.31 - make 27.32 + 27.33 + make || return 1 27.34 27.35 cook_pick_manpages $src/doc/airstrike.6 27.36 } 27.37 27.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 27.39 -genpkg_rules() 27.40 -{ 27.41 +genpkg_rules() { 27.42 mkdir -p $fs/usr/bin $fs/usr/share/airstrike $fs/usr/share/applications 27.43 cp $src/airstrike $fs/usr/bin 27.44 cp -ar $src/data $src/airstrikerc $fs/usr/share/airstrike 27.45 @@ -36,4 +33,5 @@ 27.46 mkdir -p $fs/usr/share/applications 27.47 cp $stuff/airstrike.desktop $fs/usr/share/applications 27.48 chown -R root.root $fs 27.49 + DEPENDS="libsdl-image libsdl" 27.50 }
28.1 --- a/aisleriot/receipt Mon Oct 15 16:44:45 2018 +0300 28.2 +++ b/aisleriot/receipt Tue Oct 16 16:46:05 2018 +0300 28.3 @@ -12,7 +12,7 @@ 28.4 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 28.5 28.6 BUILD_DEPENDS="pysolfc glib-dev librsvg-dev desktop-file-utils-extra \ 28.7 -intltool guile-dev gtk+3-dev libcanberra-dev gconf-dev itstool gmp-dev" 28.8 +intltool guile-dev gtk3-dev libcanberra-dev gconf-dev itstool gmp-dev" 28.9 28.10 compile_rules() { 28.11 ./configure \ 28.12 @@ -28,7 +28,7 @@ 28.13 genpkg_rules() { 28.14 copy @std 28.15 rm -r $fs/usr/share/help/ 28.16 - DEPENDS="atk cairo gconf gdk-pixbuf glib gtk+3 guile libcanberra \ 28.17 + DEPENDS="atk cairo gconf gdk-pixbuf glib gtk3 guile libcanberra \ 28.18 libcanberra-gtk3 librsvg" 28.19 SUGGEST="pysolfc-cardsets pysolfc-cardsets-extra" 28.20 }
29.1 --- a/alarm-clock-applet/receipt Mon Oct 15 16:44:45 2018 +0300 29.2 +++ b/alarm-clock-applet/receipt Tue Oct 16 16:46:05 2018 +0300 29.3 @@ -11,7 +11,7 @@ 29.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 29.5 WGET_URL="https://launchpad.net/alarm-clock/trunk/$VERSION/+download/$TARBALL" 29.6 29.7 -BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer1-dev gconf-dev gnome-icon-theme \ 29.8 +BUILD_DEPENDS="libxml2-dev gtk2-dev gstreamer1-dev gconf-dev gnome-icon-theme \ 29.9 libnotify-dev libunique-dev intltool" 29.10 29.11 compile_rules() { 29.12 @@ -29,6 +29,6 @@ 29.13 29.14 genpkg_rules() { 29.15 copy @std @ico 22x22/ 24x24/ 29.16 - DEPENDS="gconf glib gstreamer1 gtk+ libnotify libunique libxml2 \ 29.17 + DEPENDS="gconf glib gstreamer1 gtk2 libnotify libunique libxml2 \ 29.18 notification-daemon-gtk2" 29.19 }
30.1 --- a/alarm-clock/receipt Mon Oct 15 16:44:45 2018 +0300 30.2 +++ b/alarm-clock/receipt Tue Oct 16 16:46:05 2018 +0300 30.3 @@ -13,7 +13,7 @@ 30.4 #WGET_URL="http://www.alarm-clock.pl/files/$TARBALL" 30.5 WGET_URL="http://mirror.slitaz.org/sources/packages/a/$TARBALL" 30.6 30.7 -BUILD_DEPENDS="gtk+-dev libunique-dev libnotify-dev gstreamer0-dev intltool" 30.8 +BUILD_DEPENDS="gtk2-dev libunique-dev libnotify-dev gstreamer0-dev intltool" 30.9 30.10 compile_rules() { 30.11 sed -i 's/.*= notify_notification_new_with_status_icon/#define notify_notification_new_with_status_icon(a,b,c,d) notify_notification_new(a,b,gtk_status_icon_get_icon_name(c))\n&/' \ 30.12 @@ -28,6 +28,6 @@ 30.13 30.14 genpkg_rules() { 30.15 copy @std 30.16 - DEPENDS="gdk-pixbuf glib gstreamer0 gtk+ libnotify libunique" 30.17 + DEPENDS="gdk-pixbuf glib gstreamer0 gtk2 libnotify libunique" 30.18 TAGS="clock reminder" 30.19 }
31.1 --- a/alsa-firmware/receipt Mon Oct 15 16:44:45 2018 +0300 31.2 +++ b/alsa-firmware/receipt Tue Oct 16 16:46:05 2018 +0300 31.3 @@ -7,7 +7,7 @@ 31.4 MAINTAINER="al.bobylev@gmail.com" 31.5 LICENSE="GPL2" 31.6 WEB_SITE="http://www.alsa-project.org/" 31.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/alsa-firmware.html" 31.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-firmware.html" 31.9 31.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 31.11 WGET_URL="ftp://ftp.alsa-project.org/pub/firmware/$TARBALL"
32.1 --- a/alsa-lib/receipt Mon Oct 15 16:44:45 2018 +0300 32.2 +++ b/alsa-lib/receipt Tue Oct 16 16:46:05 2018 +0300 32.3 @@ -7,7 +7,7 @@ 32.4 MAINTAINER="pankso@slitaz.org" 32.5 LICENSE="LGPL2.1" 32.6 WEB_SITE="http://www.alsa-project.org/" 32.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/alsa-lib.html" 32.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-lib.html" 32.9 32.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 32.11 WGET_URL="ftp://ftp.alsa-project.org/pub/lib/$TARBALL"
33.1 --- a/alsa-oss/receipt Mon Oct 15 16:44:45 2018 +0300 33.2 +++ b/alsa-oss/receipt Tue Oct 16 16:46:05 2018 +0300 33.3 @@ -7,7 +7,7 @@ 33.4 MAINTAINER="al.bobylev@gmail.com" 33.5 LICENSE="GPL2" 33.6 WEB_SITE="http://www.alsa-project.org/" 33.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/alsa-oss.html" 33.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-oss.html" 33.9 33.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 33.11 WGET_URL="ftp://ftp.alsa-project.org/pub/oss-lib/$TARBALL"
34.1 --- a/alsa-plugins/receipt Mon Oct 15 16:44:45 2018 +0300 34.2 +++ b/alsa-plugins/receipt Tue Oct 16 16:46:05 2018 +0300 34.3 @@ -7,7 +7,7 @@ 34.4 MAINTAINER="pankso@slitaz.org" 34.5 LICENSE="LGPL2.1" 34.6 WEB_SITE="http://www.alsa-project.org/" 34.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/alsa-plugins.html" 34.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-plugins.html" 34.9 34.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 34.11 WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL"
35.1 --- a/alsa-tools/receipt Mon Oct 15 16:44:45 2018 +0300 35.2 +++ b/alsa-tools/receipt Tue Oct 16 16:46:05 2018 +0300 35.3 @@ -7,12 +7,12 @@ 35.4 MAINTAINER="pankso@slitaz.org" 35.5 LICENSE="GPL2" 35.6 WEB_SITE="http://www.alsa-project.org/" 35.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/alsa-tools.html" 35.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-tools.html" 35.9 35.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 35.11 WGET_URL="ftp://ftp.alsa-project.org/pub/tools/$TARBALL" 35.12 35.13 -BUILD_DEPENDS="alsa-lib-dev gtk+-dev fltk-dev autoconf automake gtk+3-dev" 35.14 +BUILD_DEPENDS="alsa-lib-dev gtk2-dev fltk-dev autoconf automake gtk3-dev" 35.15 at='alsa-tools' 35.16 # skip qlo10k1: it requre old Qt 35.17 # skip hdajacksensetest: sysfs-pin-configs.h: No such file or directory 35.18 @@ -53,12 +53,12 @@ 35.19 *-echomixer) 35.20 copy echomixer echomixer.desktop echomixer.png 35.21 CAT="multimedia|control all the features of any Echoaudio soundcard" 35.22 - DEPENDS="alsa-lib glib gtk+" 35.23 + DEPENDS="alsa-lib glib gtk2" 35.24 ;; 35.25 *-envy24control) 35.26 copy envy24control envy24control.desktop envy24control.png 35.27 CAT="multimedia|control tool for Envy24 (ice1712) based soundcards" 35.28 - DEPENDS="alsa-lib glib gtk+" 35.29 + DEPENDS="alsa-lib glib gtk2" 35.30 ;; 35.31 *-hda-verb) 35.32 copy hda-verb 35.33 @@ -68,7 +68,7 @@ 35.34 *-hdajack) 35.35 copy hdajackretask hdajacksensetest hdajackretask.desktop hdajackretask.png 35.36 CAT="multimedia|HDA Intel tools" 35.37 - DEPENDS="glib gtk+3" 35.38 + DEPENDS="glib gtk3" 35.39 ;; 35.40 *-hdsp) 35.41 copy hdspconf hdspconf.desktop hdspconf.png \ 35.42 @@ -106,7 +106,7 @@ 35.43 *-rmedigicontrol) 35.44 copy rmedigicontrol rmedigicontrol.desktop 35.45 CAT="multimedia|control tool for RME Digi32 and RME Digi96 soundcards" 35.46 - DEPENDS="alsa-lib glib gtk+" 35.47 + DEPENDS="alsa-lib glib gtk2" 35.48 ;; 35.49 *-sb16_csp) 35.50 copy cspctl
36.1 --- a/alsa-utils/receipt Mon Oct 15 16:44:45 2018 +0300 36.2 +++ b/alsa-utils/receipt Tue Oct 16 16:46:05 2018 +0300 36.3 @@ -7,7 +7,7 @@ 36.4 MAINTAINER="pankso@slitaz.org" 36.5 LICENSE="GPL2" 36.6 WEB_SITE="http://www.alsa-project.org/" 36.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/alsa-utils.html" 36.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-utils.html" 36.9 36.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 36.11 WGET_URL="ftp://ftp.alsa-project.org/pub/utils/$TARBALL"
37.1 --- a/alsaplayer/receipt Mon Oct 15 16:44:45 2018 +0300 37.2 +++ b/alsaplayer/receipt Tue Oct 16 16:46:05 2018 +0300 37.3 @@ -13,7 +13,7 @@ 37.4 WGET_URL="https://github.com/alsaplayer/alsaplayer/archive/$COMMIT.tar.gz" 37.5 37.6 BUILD_DEPENDS="intltool automake libtool libmad-dev libid3tag-dev flac-dev \ 37.7 -libmikmod-dev libogg-dev libvorbis-dev mesa-dev glib-dev gtk+-dev pango-dev \ 37.8 +libmikmod-dev libogg-dev libvorbis-dev mesa-dev glib-dev gtk2-dev pango-dev \ 37.9 libsndfile-dev alsa-lib-dev " 37.10 SPLIT="alsaplayer-scopes-gl alsaplayer-scopes alsaplayer-mod alsaplayer \ 37.11 alsaplayer-dev" 37.12 @@ -54,7 +54,7 @@ 37.13 alsaplayer-scopes) 37.14 copy scopes2/*.so @rm 37.15 CAT="multimedia|visualisations" 37.16 - DEPENDS="glib gtk+ alsaplayer" 37.17 + DEPENDS="glib gtk2 alsaplayer" 37.18 ;; 37.19 alsaplayer-mod) 37.20 copy libmod.so 37.21 @@ -63,7 +63,7 @@ 37.22 ;; 37.23 alsaplayer) 37.24 copy @std @rm 37.25 - DEPENDS="alsa-lib flac gdk-pixbuf glib gtk+ libmad libsndfile \ 37.26 + DEPENDS="alsa-lib flac gdk-pixbuf glib gtk2 libmad libsndfile \ 37.27 libvorbis pango" 37.28 TAGS="music audio player mp3 ogg flac" 37.29 SUGGESTED="alsaplayer-scopes libid3tag"
38.1 --- a/apache-ant/receipt Mon Oct 15 16:44:45 2018 +0300 38.2 +++ b/apache-ant/receipt Tue Oct 16 16:46:05 2018 +0300 38.3 @@ -1,27 +1,19 @@ 38.4 -# SliTaz package receipt. 38.5 +# SliTaz package receipt v2. 38.6 38.7 PACKAGE="apache-ant" 38.8 VERSION="1.9.4" 38.9 CATEGORY="development" 38.10 -SHORT_DESC="A Java-based build tool." 38.11 +SHORT_DESC="A Java-based build tool" 38.12 MAINTAINER="rcx@zoominternet.net" 38.13 LICENSE="Apache" 38.14 -SUGGESTED="" 38.15 +WEB_SITE="http://ant.apache.org/" 38.16 + 38.17 TARBALL="$PACKAGE-$VERSION-bin.tar.bz2" 38.18 -WEB_SITE="http://ant.apache.org/" 38.19 WGET_URL="http://www.apache.org/dist/ant/binaries/$TARBALL" 38.20 38.21 -DEPENDS="jdk" 38.22 -#DEPENDS="java-jdk" 38.23 -BUILD_DEPENDS="" 38.24 - 38.25 -# Rules to configure and make the package. 38.26 -compile_rules() 38.27 -{ 38.28 +compile_rules() { 38.29 # The only binaries that would built are Java binaries (not native binaries) 38.30 # Thus, to help with bootstrapping, use the binary ant release 38.31 - cd $src 38.32 - 38.33 mkdir -p $DESTDIR/usr/bin 38.34 cp -f $src/bin/*.pl $DESTDIR/usr/bin 38.35 cp -f $src/bin/*.py $DESTDIR/usr/bin 38.36 @@ -29,16 +21,16 @@ 38.37 cp -f $src/bin/antRun $DESTDIR/usr/bin 38.38 38.39 cp -a $src/etc $DESTDIR 38.40 - 38.41 + 38.42 mkdir -p $DESTDIR/usr/lib 38.43 cp -f $src/lib/*.jar $DESTDIR/usr/lib 38.44 cp -f $src/lib/*.pom $DESTDIR/usr/lib 38.45 } 38.46 38.47 -# Rules to gen a SliTaz package suitable for Tazpkg. 38.48 -genpkg_rules() 38.49 -{ 38.50 +genpkg_rules() { 38.51 mkdir -p $fs 38.52 cp -a $install/usr $fs 38.53 cp -a $install/etc $fs 38.54 + DEPENDS="jdk" 38.55 + #DEPENDS="java-jdk" 38.56 }
39.1 --- a/appstream-glib/receipt Mon Oct 15 16:44:45 2018 +0300 39.2 +++ b/appstream-glib/receipt Tue Oct 16 16:46:05 2018 +0300 39.3 @@ -12,7 +12,7 @@ 39.4 WGET_URL="https://people.freedesktop.org/~hughsient/appstream-glib/releases/$TARBALL" 39.5 39.6 BUILD_DEPENDS="meson ninja util-linux-uuid-dev glib-dev libarchive-dev \ 39.7 -libsoup-dev json-glib-dev gdk-pixbuf-dev gtk+3-dev yaml-dev gperf \ 39.8 +libsoup-dev json-glib-dev gdk-pixbuf-dev gtk3-dev yaml-dev gperf \ 39.9 gobject-introspection-dev gettext libxslt docbook-xsl" 39.10 SPLIT="$PACKAGE-dev" 39.11 39.12 @@ -31,7 +31,7 @@ 39.13 case $PACKAGE in 39.14 appstream-glib) 39.15 copy bin/ *.so* 39.16 - DEPENDS="cairo fontconfig freetype gdk-pixbuf glib gtk+3 json-glib \ 39.17 + DEPENDS="cairo fontconfig freetype gdk-pixbuf glib gtk3 json-glib \ 39.18 libarchive libsoup pango util-linux-uuid yaml" 39.19 ;; 39.20 *-dev)
40.1 --- a/apr-util/receipt Mon Oct 15 16:44:45 2018 +0300 40.2 +++ b/apr-util/receipt Tue Oct 16 16:46:05 2018 +0300 40.3 @@ -7,7 +7,7 @@ 40.4 MAINTAINER="lehswe@gmail.com" 40.5 LICENSE="Apache" 40.6 WEB_SITE="http://apr.apache.org/" 40.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/apr-util.html" 40.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/apr-util.html" 40.9 40.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 40.11 WGET_URL="https://archive.apache.org/dist/apr/$TARBALL"
41.1 --- a/aqualung/receipt Mon Oct 15 16:44:45 2018 +0300 41.2 +++ b/aqualung/receipt Tue Oct 16 16:46:05 2018 +0300 41.3 @@ -12,7 +12,7 @@ 41.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 41.5 WGET_URL="https://github.com/jeremyevans/aqualung/archive/${COMMIT:-$VERSION}.tar.gz" 41.6 41.7 -BUILD_DEPENDS="automake gettext libxml2-dev glib-dev gtk+-dev alsa-lib-dev \ 41.8 +BUILD_DEPENDS="automake gettext libxml2-dev glib-dev gtk2-dev alsa-lib-dev \ 41.9 flac-dev lame-dev libmodplug-dev libsndfile-dev libogg-dev speex-dev \ 41.10 libvorbis-dev libsamplerate-dev libcdio-dev libcdio-paranoia-dev libcddb-dev \ 41.11 lua-dev" 41.12 @@ -34,7 +34,7 @@ 41.13 41.14 genpkg_rules() { 41.15 copy @std 41.16 - DEPENDS="alsa-lib bzlib cairo flac gdk-pixbuf glib gtk+ lame libcddb \ 41.17 + DEPENDS="alsa-lib bzlib cairo flac gdk-pixbuf glib gtk2 lame libcddb \ 41.18 libcdio libcdio-paranoia liblua libmodplug libogg libsamplerate libsndfile \ 41.19 libvorbis libxml2 pango zlib" 41.20 TAGS="music audio player mp3 ogg"
42.1 --- a/ardour/receipt Mon Oct 15 16:44:45 2018 +0300 42.2 +++ b/ardour/receipt Tue Oct 16 16:46:05 2018 +0300 42.3 @@ -46,7 +46,7 @@ 42.4 genpkg_rules() { 42.5 copy @std 42.6 DEPENDS="alsa-lib atk atkmm python-aubio cairo cairomm dbus fftw flac fontconfig \ 42.7 - freetype gdk-pixbuf glib glibmm gtk+ gtkmm libarchive libcurl libgiomm \ 42.8 + freetype gdk-pixbuf glib glibmm gtk2 gtkmm libarchive libcurl libgiomm \ 42.9 liblo liblrdf libogg libsamplerate libsigc++ libsndfile libusb libxml2 \ 42.10 lilv pango pangomm readline rubberband serd sord sratom taglib \ 42.11 vamp-plugin-sdk xorg-libX11"
43.1 --- a/ario/receipt Mon Oct 15 16:44:45 2018 +0300 43.2 +++ b/ario/receipt Tue Oct 16 16:46:05 2018 +0300 43.3 @@ -11,7 +11,7 @@ 43.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 43.5 WGET_URL="$SF_MIRROR/ario-player/$TARBALL" 43.6 43.7 -BUILD_DEPENDS="automake libtool gettext glib-dev intltool gtk+3-dev \ 43.8 +BUILD_DEPENDS="automake libtool gettext glib-dev intltool gtk3-dev \ 43.9 libxml2-dev curl-dev libmpdclient-dev taglib-dev" 43.10 43.11 compile_rules() { 43.12 @@ -29,6 +29,6 @@ 43.13 43.14 genpkg_rules() { 43.15 copy @std @ico 43.16 - DEPENDS="gdk-pixbuf glib gtk+3 libcurl libmpdclient libxml2 pango taglib" 43.17 + DEPENDS="gdk-pixbuf glib gtk3 libcurl libmpdclient libxml2 pango taglib" 43.18 TAGS="music audio player mp3 ogg" 43.19 }
44.1 --- a/aspell-dicts/receipt Mon Oct 15 16:44:45 2018 +0300 44.2 +++ b/aspell-dicts/receipt Tue Oct 16 16:46:05 2018 +0300 44.3 @@ -7,7 +7,7 @@ 44.4 MAINTAINER="al.bobylev@gmail.com" 44.5 LICENSE="GPL2" 44.6 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html" 44.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/aspell.html" 44.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/aspell.html" 44.9 44.10 TARBALL="$PACKAGE-$VERSION.html" 44.11 WGET_URL="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
45.1 --- a/aspell/receipt Mon Oct 15 16:44:45 2018 +0300 45.2 +++ b/aspell/receipt Tue Oct 16 16:46:05 2018 +0300 45.3 @@ -7,7 +7,7 @@ 45.4 MAINTAINER="paul@slitaz.org" 45.5 LICENSE="LGPL2" 45.6 WEB_SITE="http://aspell.net/" 45.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/aspell.html" 45.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/aspell.html" 45.9 45.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 45.11 WGET_URL="$GNU_MIRROR/aspell/$TARBALL"
46.1 --- a/asterisk-sound/receipt Mon Oct 15 16:44:45 2018 +0300 46.2 +++ b/asterisk-sound/receipt Tue Oct 16 16:46:05 2018 +0300 46.3 @@ -1,9 +1,9 @@ 46.4 -# SliTaz package receipt. 46.5 +# SliTaz package receipt v2. 46.6 46.7 PACKAGE="asterisk-sound" 46.8 VERSION="1.4.16" 46.9 CATEGORY="misc" 46.10 -SHORT_DESC="Open Source PBX and telephony toolkit sound files (en)." 46.11 +SHORT_DESC="Open Source PBX and telephony toolkit sound files (en)" 46.12 MAINTAINER="pascal.bellard@slitaz.org" 46.13 LICENSE="CCPL" 46.14 WEB_SITE="http://www.asterisk.org/" 46.15 @@ -14,18 +14,14 @@ 46.16 46.17 DEPENDS="asterisk" 46.18 46.19 -# Rules to configure and make the package. 46.20 -compile_rules() 46.21 -{ 46.22 +compile_rules() { 46.23 [ ! -d $DESTDIR/var ] && 46.24 cd $src && 46.25 mkdir -p $DESTDIR/var/lib/asterisk/sounds && 46.26 mv * $DESTDIR/var/lib/asterisk/sounds 46.27 } 46.28 46.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 46.30 -genpkg_rules() 46.31 -{ 46.32 +genpkg_rules() { 46.33 cp -a $install/* $fs 46.34 chown -R root:root $fs 46.35 }
47.1 --- a/asterisk/receipt Mon Oct 15 16:44:45 2018 +0300 47.2 +++ b/asterisk/receipt Tue Oct 16 16:46:05 2018 +0300 47.3 @@ -13,7 +13,7 @@ 47.4 47.5 EXTRA_SOURCE_FILES="rfc3951.txt" 47.6 47.7 -BUILD_DEPENDS="gtk+-dev libxml2-dev postgresql-dev libsdl-dev ncurses-dev \ 47.8 +BUILD_DEPENDS="gtk2-dev libxml2-dev postgresql-dev libsdl-dev ncurses-dev \ 47.9 gmime gmime-dev unixODBC-dev unixODBC openldap-dev openldap \ 47.10 dahdi-linux dahdi-tools dahdi-dev \ 47.11 newt-dev mysql-dev nbs-dev popt-dev neon-dev neon postgresql sqlite3-dev \
48.1 --- a/asunder/receipt Mon Oct 15 16:44:45 2018 +0300 48.2 +++ b/asunder/receipt Tue Oct 16 16:46:05 2018 +0300 48.3 @@ -11,7 +11,7 @@ 48.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 48.5 WGET_URL="$WEB_SITE/releases/$TARBALL" 48.6 48.7 -BUILD_DEPENDS="gtk+-dev alsa-lib-dev libcddb-dev cdparanoia-III-dev \ 48.8 +BUILD_DEPENDS="gtk2-dev alsa-lib-dev libcddb-dev cdparanoia-III-dev \ 48.9 xorg-libXdamage-dev intltool" 48.10 48.11 compile_rules() { 48.12 @@ -24,7 +24,7 @@ 48.13 48.14 genpkg_rules() { 48.15 copy @std 48.16 - DEPENDS="atk gdk-pixbuf glib gtk+ libcddb cdparanoia-III" 48.17 + DEPENDS="atk gdk-pixbuf glib gtk2 libcddb cdparanoia-III" 48.18 SUGGESTED="lame flac" 48.19 TAGS="audio rip" 48.20 }
49.1 --- a/atkmm/receipt Mon Oct 15 16:44:45 2018 +0300 49.2 +++ b/atkmm/receipt Tue Oct 16 16:46:05 2018 +0300 49.3 @@ -7,7 +7,7 @@ 49.4 MAINTAINER="slaxemulator@gmail.com" 49.5 LICENSE="LGPL2.1" 49.6 WEB_SITE="https://developer.gnome.org/atkmm/" 49.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/atkmm.html" 49.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/atkmm.html" 49.9 49.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 49.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
50.1 --- a/atomix/receipt Mon Oct 15 16:44:45 2018 +0300 50.2 +++ b/atomix/receipt Tue Oct 16 16:46:05 2018 +0300 50.3 @@ -11,7 +11,7 @@ 50.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 50.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" 50.6 50.7 -BUILD_DEPENDS="meson ninja gtk+3-dev libgnome-games-support-dev gettext" 50.8 +BUILD_DEPENDS="meson ninja gtk3-dev libgnome-games-support-dev gettext" 50.9 50.10 compile_rules() { 50.11 mkdir build 50.12 @@ -23,5 +23,5 @@ 50.13 50.14 genpkg_rules() { 50.15 copy @std 50.16 - DEPENDS="gdk-pixbuf glib gtk+3 libgnome-games-support" 50.17 + DEPENDS="gdk-pixbuf glib gtk3 libgnome-games-support" 50.18 }
51.1 --- a/atril/receipt Mon Oct 15 16:44:45 2018 +0300 51.2 +++ b/atril/receipt Tue Oct 16 16:46:05 2018 +0300 51.3 @@ -11,7 +11,7 @@ 51.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 51.5 WGET_URL="http://pub.mate-desktop.org/releases/${VERSION%.*}/$TARBALL" 51.6 51.7 -BUILD_DEPENDS="mate-common yelp-tools-dev gtk-doc gtk+3-dev libsecret-dev \ 51.8 +BUILD_DEPENDS="mate-common yelp-tools-dev gtk-doc gtk3-dev libsecret-dev \ 51.9 caja-dev gobject-introspection-dev poppler-dev libspectre-dev tiff-dev \ 51.10 djvulibre-dev webkit2gtk-dev itstool xorg-libSM-dev" 51.11 SPLIT="atril-caja atril-comics atril-djvu atril-epub atril-pdf atril-psd \ 51.12 @@ -42,17 +42,17 @@ 51.13 *-caja) 51.14 copy caja/extensions-2.0/*.so 51.15 CAT="office|Caja extension" 51.16 - DEPENDS="atril caja glib gtk+3" 51.17 + DEPENDS="atril caja glib gtk3" 51.18 ;; 51.19 *-comics) 51.20 copy comicsdocument.atril-backend libcomicsdocument.so 51.21 CAT="office|comix book backend" 51.22 - DEPENDS="atril gdk-pixbuf glib gtk+3" 51.23 + DEPENDS="atril gdk-pixbuf glib gtk3" 51.24 ;; 51.25 *-djvu) 51.26 copy djvudocument.atril-backend libdjvudocument.so 51.27 CAT="office|DjVu backend" 51.28 - DEPENDS="atril cairo djvulibre gdk-pixbuf glib gtk+3" 51.29 + DEPENDS="atril cairo djvulibre gdk-pixbuf glib gtk3" 51.30 ;; 51.31 *-epub) 51.32 copy epubdocument.atril-backend libepubdocument.so 51.33 @@ -62,7 +62,7 @@ 51.34 *-pdf) 51.35 copy pdfdocument.atril-backend libpdfdocument.so 51.36 CAT="office|PDF backend" 51.37 - DEPENDS="atril cairo gdk-pixbuf glib gtk+3 libxml2 pango poppler" 51.38 + DEPENDS="atril cairo gdk-pixbuf glib gtk3 libxml2 pango poppler" 51.39 ;; 51.40 *-psd) 51.41 copy psdocument.atril-backend libpsdocument.so 51.42 @@ -76,13 +76,13 @@ 51.43 ;; 51.44 atril) 51.45 copy @std @rm 51.46 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libsecret libxml2 pango \ 51.47 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 libsecret libxml2 pango \ 51.48 xorg-libICE xorg-libSM zlib" 51.49 TAGS="MATE pdf djvu" 51.50 ;; 51.51 *-dev) 51.52 copy @dev 51.53 - DEPENDS="${SPLIT/$PACKAGE/} glib-dev gtk+3-dev" 51.54 + DEPENDS="${SPLIT/$PACKAGE/} glib-dev gtk3-dev" 51.55 TAGS="MATE" 51.56 ;; 51.57 esac
52.1 --- a/audacious-plugins/receipt Mon Oct 15 16:44:45 2018 +0300 52.2 +++ b/audacious-plugins/receipt Tue Oct 16 16:46:05 2018 +0300 52.3 @@ -11,7 +11,7 @@ 52.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 52.5 WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL" 52.6 52.7 -BUILD_DEPENDS="glib-dev gtk+-dev gettext audacious-dev libcdio-dev \ 52.8 +BUILD_DEPENDS="glib-dev gtk2-dev gettext audacious-dev libcdio-dev \ 52.9 libcdio-paranoia-dev libcddb-dev flac-dev libogg-dev libvorbis-dev \ 52.10 fluidsynth-dev mpg123-dev faad2-dev wavpack-dev libsndfile-dev libmodplug-dev \ 52.11 libsamplerate-dev alsa-lib-dev jack-dev pulseaudio-dev neon-dev libmms-dev \ 52.12 @@ -56,7 +56,7 @@ 52.13 notify.so playlist-manager.so search-tool.so skins.so \ 52.14 statusicon.so 52.15 DEPENDS="audacious-plugins-common audacious \ 52.16 - cairo gdk-pixbuf glib gtk+ libnotify pango xorg-libX11 \ 52.17 + cairo gdk-pixbuf glib gtk2 libnotify pango xorg-libX11 \ 52.18 xorg-libXcomposite xorg-libXrender" 52.19 CAT="multimedia|GTK+2 based plugins" 52.20 ;; 52.21 @@ -64,7 +64,7 @@ 52.22 copy ladspa.so alarm.so gnomeshortcuts.so lyricwiki.so \ 52.23 amidi-plug.so vtx.so blur_scope.so cairo-spectrum.so gl-spectrum.so 52.24 DEPENDS="audacious-plugins-common-extra audacious \ 52.25 - cairo dbus-glib fluidsynth gdk-pixbuf glib gtk+ libxml2 mesa \ 52.26 + cairo dbus-glib fluidsynth gdk-pixbuf glib gtk2 libxml2 mesa \ 52.27 pango xorg-libX11" 52.28 CAT="multimedia|GTK+2 based extra plugins" 52.29 ;;
53.1 --- a/audacious/receipt Mon Oct 15 16:44:45 2018 +0300 53.2 +++ b/audacious/receipt Tue Oct 16 16:46:05 2018 +0300 53.3 @@ -11,7 +11,7 @@ 53.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 53.5 WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL" 53.6 53.7 -BUILD_DEPENDS="glib-dev qt5-dev gettext gtk+-dev" 53.8 +BUILD_DEPENDS="glib-dev qt5-dev gettext gtk2-dev" 53.9 SPLIT="audacious audacious-qt:qt audacious-common \ 53.10 audacious-dev audacious-qt-dev:qt" 53.11 COOKOPTS="!menus" 53.12 @@ -37,7 +37,7 @@ 53.13 case $PACKAGE in 53.14 audacious) 53.15 copy audacious libaudcore.so* libaudgui.so* 53.16 - DEPENDS="audacious-common cairo gdk-pixbuf gtk+ pango" 53.17 + DEPENDS="audacious-common cairo gdk-pixbuf gtk2 pango" 53.18 CAT="multimedia|GTK+2 GUI" 53.19 TAGS="music audio player" 53.20 ;;
54.1 --- a/audacity/receipt Mon Oct 15 16:44:45 2018 +0300 54.2 +++ b/audacity/receipt Tue Oct 16 16:46:05 2018 +0300 54.3 @@ -26,7 +26,7 @@ 54.4 54.5 genpkg_rules() { 54.6 copy @std 54.7 - DEPENDS="alsa-lib expat gdk-pixbuf glib gtk+ libmad libogg libsndfile \ 54.8 + DEPENDS="alsa-lib expat gdk-pixbuf glib gtk2 libmad libogg libsndfile \ 54.9 libvorbis wxWidgets zlib" 54.10 TAGS="sound audio recorder editor" 54.11 }
55.1 --- a/autoconf213/receipt Mon Oct 15 16:44:45 2018 +0300 55.2 +++ b/autoconf213/receipt Tue Oct 16 16:46:05 2018 +0300 55.3 @@ -7,7 +7,7 @@ 55.4 MAINTAINER="psychomaniak@xakep.ru" 55.5 LICENSE="GPL2" 55.6 WEB_SITE="http://www.gnu.org/software/autoconf/" 55.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/autoconf213.html" 55.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/autoconf213.html" 55.9 55.10 TARBALL="autoconf-$VERSION.tar.gz" 55.11 WGET_URL="http://ftpmirror.gnu.org/autoconf/$TARBALL"
56.1 --- a/autofs/receipt Mon Oct 15 16:44:45 2018 +0300 56.2 +++ b/autofs/receipt Tue Oct 16 16:46:05 2018 +0300 56.3 @@ -7,7 +7,7 @@ 56.4 MAINTAINER="pascal.bellard@slitaz.org" 56.5 LICENSE="GPL2" 56.6 WEB_SITE="https://www.kernel.org/pub/linux/daemons/autofs/v5" 56.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/autofs.html" 56.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/autofs.html" 56.9 56.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 56.11 WGET_URL="$WEB_SITE/$TARBALL"
57.1 --- a/awn-extras/receipt Mon Oct 15 16:44:45 2018 +0300 57.2 +++ b/awn-extras/receipt Tue Oct 16 16:46:05 2018 +0300 57.3 @@ -28,7 +28,7 @@ 57.4 57.5 genpkg_rules() { 57.6 copy @std 57.7 - DEPENDS="atk awn cairo dbus dbus-glib gconf gdk-pixbuf glib gtk+ \ 57.8 + DEPENDS="atk awn cairo dbus dbus-glib gconf gdk-pixbuf glib gtk2 \ 57.9 libdesktop-agnostic libgtop libnotify libwnck2 python vte-gtk2 xorg-libX11 \ 57.10 xorg-libXcomposite xorg-libXrender python notify-python" 57.11 }
58.1 --- a/awn/receipt Mon Oct 15 16:44:45 2018 +0300 58.2 +++ b/awn/receipt Tue Oct 16 16:46:05 2018 +0300 58.3 @@ -13,7 +13,7 @@ 58.4 TARBALL="avant-window-navigator-${COMMIT:-$VERSION}.tar.gz" 58.5 WGET_URL="https://github.com/p12tic/awn/archive/${COMMIT:-v$VERSION}.tar.gz" 58.6 58.7 -BUILD_DEPENDS="intltool gtk-doc libtool automake python-dev gtk+-dev \ 58.8 +BUILD_DEPENDS="intltool gtk-doc libtool automake python-dev gtk2-dev \ 58.9 python-pycairo-dev python-pygtk-dev vala python-pyxdg glibmm-dev libdesktop-agnostic-dev \ 58.10 gtkmm-dev dbus-glib-dev xorg-libXcomposite-dev libwnck2-dev libgtop-dev" 58.11 SPLIT="awn-dev" 58.12 @@ -36,7 +36,7 @@ 58.13 case $PACKAGE in 58.14 awn) 58.15 copy @std 58.16 - DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk+ \ 58.17 + DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk2 \ 58.18 libdesktop-agnostic libgtop libwnck2 pango python xorg-libX11 \ 58.19 xorg-libXext" 58.20 TAGS="panel" 58.21 @@ -44,7 +44,7 @@ 58.22 ;; 58.23 awn-dev) 58.24 copy @dev 58.25 - DEPENDS="awn dbus-glib-dev glib-dev glibmm-dev gtk+-dev gtkmm-dev \ 58.26 + DEPENDS="awn dbus-glib-dev glib-dev glibmm-dev gtk2-dev gtkmm-dev \ 58.27 libdesktop-agnostic-dev" 58.28 PROVIDE="avant-window-navigator-dev" 58.29 ;;
59.1 --- a/awstats/receipt Mon Oct 15 16:44:45 2018 +0300 59.2 +++ b/awstats/receipt Tue Oct 16 16:46:05 2018 +0300 59.3 @@ -9,7 +9,7 @@ 59.4 WEB_SITE="http://awstats.sourceforge.net/" 59.5 59.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 59.7 -WGET_URL="http://prdownloads.sourceforge.net/awstats/$TARBALL" 59.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 59.9 59.10 compile_rules() { 59.11 mkdir -p \
60.1 --- a/ayttm/receipt Mon Oct 15 16:44:45 2018 +0300 60.2 +++ b/ayttm/receipt Tue Oct 16 16:46:05 2018 +0300 60.3 @@ -11,7 +11,7 @@ 60.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 60.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 60.6 60.7 -BUILD_DEPENDS="gtk+-dev zlib-dev audiofile-dev xorg-xcb-util-dev openssl10-dev \ 60.8 +BUILD_DEPENDS="gtk2-dev zlib-dev audiofile-dev xorg-xcb-util-dev openssl10-dev \ 60.9 flex enchant-dev xorg-libXpm-dev libtool gettext" 60.10 60.11 compile_rules() { 60.12 @@ -40,7 +40,7 @@ 60.13 genpkg_rules() { 60.14 copy @std 60.15 rm -r $fs/usr/share/applnk/ $fs/usr/share/gnome/ 60.16 - DEPENDS="enchant gdk-pixbuf glib gtk+ libltdl openssl10 pango xorg-libX11 \ 60.17 + DEPENDS="enchant gdk-pixbuf glib gtk2 libltdl openssl10 pango xorg-libX11 \ 60.18 xorg-libXpm" 60.19 CONFIG_FILES="/etc/ayttmrc" 60.20 }
61.1 --- a/babl/receipt Mon Oct 15 16:44:45 2018 +0300 61.2 +++ b/babl/receipt Tue Oct 16 16:46:05 2018 +0300 61.3 @@ -7,7 +7,7 @@ 61.4 MAINTAINER="erjo@slitaz.org" 61.5 LICENSE="LGPL3" 61.6 WEB_SITE="http://gegl.org/babl/" 61.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/babl.html" 61.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/babl.html" 61.9 61.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 61.11 WGET_URL="https://download.gimp.org/pub/babl/${VERSION%.*}/$TARBALL"
62.1 --- a/beaver/receipt Mon Oct 15 16:44:45 2018 +0300 62.2 +++ b/beaver/receipt Tue Oct 16 16:46:05 2018 +0300 62.3 @@ -11,7 +11,7 @@ 62.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 62.5 WGET_URL="$SF_MIRROR/beaver-editor/$TARBALL" 62.6 62.7 -BUILD_DEPENDS="intltool gtk+-dev" 62.8 +BUILD_DEPENDS="intltool gtk2-dev" 62.9 SPLIT="beaver-plugins" 62.10 62.11 compile_rules() { 62.12 @@ -31,7 +31,7 @@ 62.13 beaver) 62.14 copy beaver resource/ @ico 62.15 COOKOPTS="!pixmaps" 62.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ pango" 62.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 pango" 62.18 TAGS="text-editor" 62.19 ;; 62.20 *-plugins)
63.1 --- a/beneath-a-steel-sky/receipt Mon Oct 15 16:44:45 2018 +0300 63.2 +++ b/beneath-a-steel-sky/receipt Tue Oct 16 16:46:05 2018 +0300 63.3 @@ -1,22 +1,19 @@ 63.4 -# SliTaz package receipt. 63.5 +# SliTaz package receipt v2. 63.6 63.7 PACKAGE="beneath-a-steel-sky" 63.8 VERSION="1.2" 63.9 CATEGORY="games" 63.10 -SHORT_DESC="Beneath A Steel Sky is a 2D point-and-click science fiction thriller." 63.11 +SHORT_DESC="Beneath A Steel Sky is a 2D point-and-click science fiction thriller" 63.12 MAINTAINER="gokhlayeh@slitaz.org" 63.13 LICENSE="other" 63.14 -DEPENDS="scummvm" 63.15 -SOURCE="bass-cd" 63.16 -TARBALL="$SOURCE-$VERSION.zip" 63.17 WEB_SITE="https://revolution.co.uk/games/beneath-a-steel-sky/" 63.18 -WGET_URL="http://downloads.sourceforge.net/scummvm/$TARBALL" 63.19 63.20 -# Rules to gen a SliTaz package suitable for Tazpkg. 63.21 -genpkg_rules() 63.22 -{ 63.23 +TARBALL="bass-cd-$VERSION.zip" 63.24 +WGET_URL="$SF_MIRROR/scummvm/$TARBALL" 63.25 + 63.26 +genpkg_rules() { 63.27 mkdir -p $fs/usr/share/applications $fs/usr/games/bass 63.28 cp -a $src/sky* $fs/usr/games/bass 63.29 cp -a $stuff/*.desktop $fs/usr/share/applications 63.30 + DEPENDS="scummvm" 63.31 } 63.32 -
64.1 --- a/bluefish/receipt Mon Oct 15 16:44:45 2018 +0300 64.2 +++ b/bluefish/receipt Tue Oct 16 16:46:05 2018 +0300 64.3 @@ -11,7 +11,7 @@ 64.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 64.5 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}" 64.6 64.7 -BUILD_DEPENDS="gtk+-dev pcre-dev intltool libxml2-dev expat-dev" 64.8 +BUILD_DEPENDS="gtk2-dev pcre-dev intltool libxml2-dev expat-dev" 64.9 64.10 compile_rules() { 64.11 ./configure $CONFIGURE_ARGS && 64.12 @@ -22,7 +22,7 @@ 64.13 64.14 genpkg_rules() { 64.15 copy @std 64.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ libxml2 pango python aspell \ 64.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 libxml2 pango python aspell \ 64.18 shared-mime-info" 64.19 TAGS="text-editor language HTML programming scripting" 64.20 }
65.1 --- a/bluez/receipt Mon Oct 15 16:44:45 2018 +0300 65.2 +++ b/bluez/receipt Tue Oct 16 16:46:05 2018 +0300 65.3 @@ -7,7 +7,7 @@ 65.4 MAINTAINER="pankso@slitaz.org" 65.5 LICENSE="GPL2" 65.6 WEB_SITE="http://www.bluez.org/" 65.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/bluez.html" 65.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/bluez.html" 65.9 65.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 65.11 WGET_URL="http://www.kernel.org/pub/linux/bluetooth/$TARBALL"
66.1 --- a/boost/receipt Mon Oct 15 16:44:45 2018 +0300 66.2 +++ b/boost/receipt Tue Oct 16 16:46:05 2018 +0300 66.3 @@ -7,7 +7,7 @@ 66.4 MAINTAINER="chadi.elahmad@gmail.com" 66.5 LICENSE="MIT" 66.6 WEB_SITE="https://www.boost.org/" 66.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/boost.html" 66.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/boost.html" 66.9 66.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 66.11 WGET_URL="https://dl.bintray.com/boostorg/release/$VERSION/source/${PACKAGE}_${VERSION//./_}.tar.bz2"
67.1 --- a/brasero2/receipt Mon Oct 15 16:44:45 2018 +0300 67.2 +++ b/brasero2/receipt Tue Oct 16 16:46:05 2018 +0300 67.3 @@ -13,7 +13,7 @@ 67.4 WGET_URL="$GNOME_MIRROR/brasero/${VERSION%.*}/$TARBALL" 67.5 67.6 BUILD_DEPENDS="glib-dev gnome-doc-utils gstreamer0-dev gst0-plugins-base-dev \ 67.7 -libunique-dev gconf-dev xorg-libSM-dev gtk+-dev libcanberra-dev libburn-dev \ 67.8 +libunique-dev gconf-dev xorg-libSM-dev gtk2-dev libcanberra-dev libburn-dev \ 67.9 libisofs-dev gobject-introspection-dev intltool xorg-libICE-dev" 67.10 SPLIT="$PACKAGE-dev" 67.11 67.12 @@ -38,13 +38,13 @@ 67.13 case $PACKAGE in 67.14 brasero2) 67.15 copy @std 67.16 - DEPENDS="cairo gdk-pixbuf glib gst0-plugins-base gstreamer0 gtk+ \ 67.17 + DEPENDS="cairo gdk-pixbuf glib gst0-plugins-base gstreamer0 gtk2 \ 67.18 libburn libcanberra-gtk2 libisofs libunique libxml2 pango \ 67.19 xorg-libICE xorg-libSM" 67.20 ;; 67.21 *-dev) 67.22 copy @dev 67.23 - DEPENDS="brasero2 glib-dev gtk+-dev" 67.24 + DEPENDS="brasero2 glib-dev gtk2-dev" 67.25 ;; 67.26 esac 67.27 }
68.1 --- a/brisk-menu/receipt Mon Oct 15 16:44:45 2018 +0300 68.2 +++ b/brisk-menu/receipt Tue Oct 16 16:46:05 2018 +0300 68.3 @@ -11,7 +11,7 @@ 68.4 TARBALL="$PACKAGE-v$VERSION.tar.xz" 68.5 WGET_URL="https://github.com/solus-project/brisk-menu/releases/download/v$VERSION/$TARBALL" 68.6 68.7 -BUILD_DEPENDS="meson ninja gtk+3-dev mate-panel-dev mate-menus-dev \ 68.8 +BUILD_DEPENDS="meson ninja gtk3-dev mate-panel-dev mate-menus-dev \ 68.9 libnotify-dev gettext" 68.10 68.11 compile_rules() { 68.12 @@ -24,6 +24,6 @@ 68.13 68.14 genpkg_rules() { 68.15 copy @std *.mo 68.16 - DEPENDS="glib gtk+3 mate-menus mate-panel xorg-libX11" 68.17 + DEPENDS="glib gtk3 mate-menus mate-panel xorg-libX11" 68.18 TAGS="MATE Solus menu GUI" 68.19 }
69.1 --- a/btanks/receipt Mon Oct 15 16:44:45 2018 +0300 69.2 +++ b/btanks/receipt Tue Oct 16 16:46:05 2018 +0300 69.3 @@ -1,31 +1,26 @@ 69.4 -# SliTaz package receipt. 69.5 +# SliTaz package receipt v2. 69.6 69.7 PACKAGE="btanks" 69.8 VERSION="0.9.8083" 69.9 CATEGORY="games" 69.10 -SHORT_DESC="A fast 2d tank arcade game with multiplayer and split-screen modes." 69.11 +SHORT_DESC="A fast 2d tank arcade game with multiplayer and split-screen modes" 69.12 MAINTAINER="slaxemulator@gmail.com" 69.13 LICENSE="GPL2" 69.14 WEB_SITE="http://btanks.sourceforge.net/" 69.15 + 69.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 69.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 69.18 69.19 -DEPENDS="expat mesa libsigc++ libvorbis lua5.1 openal libsdl libsdl-image libsmpeg" 69.20 BUILD_DEPENDS="expat-dev mesa-dev libsigc++-dev libvorbis libvorbis-dev libogg \ 69.21 libogg-dev lua5.1-dev openal-dev libsdl-dev libsdl-image-dev libsmpeg-dev scons2 \ 69.22 chrpath libsmpeg-dev lua5.1 zlib-dev" 69.23 69.24 -# Rules to configure and make the package. 69.25 -compile_rules() 69.26 -{ 69.27 - cd $src 69.28 +compile_rules() { 69.29 sed -i 's/#define *NULL.*/#define NULL 0/g' engine/sl08/sl08.h 69.30 scons 69.31 } 69.32 69.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 69.34 -genpkg_rules() 69.35 -{ 69.36 +genpkg_rules() { 69.37 mkdir -p \ 69.38 $fs/usr/bin \ 69.39 $fs/usr/lib/btanks \ 69.40 @@ -61,4 +56,5 @@ 69.41 touch $SETTINGS 69.42 chgrp 100 $SETTINGS 69.43 chmod 664 $SETTINGS 69.44 + DEPENDS="expat mesa libsigc++ libvorbis lua5.1 openal libsdl libsdl-image libsmpeg" 69.45 }
70.1 --- a/btrfs-progs/receipt Mon Oct 15 16:44:45 2018 +0300 70.2 +++ b/btrfs-progs/receipt Tue Oct 16 16:46:05 2018 +0300 70.3 @@ -7,6 +7,7 @@ 70.4 MAINTAINER="pascal.bellard@slitaz.org" 70.5 LICENSE="GPL2" 70.6 WEB_SITE="https://btrfs.wiki.kernel.org/index.php/Main_Page" 70.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/btrfs-progs.html" 70.8 70.9 TARBALL="$PACKAGE-v$VERSION.tar.xz" 70.10 WGET_URL="https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/$TARBALL" 70.11 @@ -15,11 +16,8 @@ 70.12 acl-dev util-linux-blkid-dev lzo-dev" #autoconf automake" 70.13 SPLIT="btrfs-mkfs btrfs-progs btrfs-libs btrfs-dev" 70.14 70.15 -# Rules to configure and make the package. 70.16 -compile_rules() 70.17 -{ 70.18 - # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/btrfs-progs.html 70.19 - sed -i '1,106 s/\.gz//g' Documentation/Makefile.in && 70.20 +compile_rules() { 70.21 + sed -i '1,106 s/\.gz//g' Documentation/Makefile.in 70.22 70.23 ./configure \ 70.24 --prefix=/usr \ 70.25 @@ -28,17 +26,15 @@ 70.26 --disable-documentation \ 70.27 $CONFIGURE_ARGS && 70.28 make && 70.29 - make install && 70.30 + make install || return 1 70.31 70.32 - mkdir -p $install/usr/lib/ && 70.33 + mkdir -p $install/usr/lib/ 70.34 ln -sfv ../../lib/$(readlink $install/lib/libbtrfs.so) \ 70.35 - $install/usr/lib/libbtrfs.so && 70.36 + $install/usr/lib/libbtrfs.so 70.37 rm -v $install/lib/libbtrfs.a $install/lib/libbtrfs.so 70.38 } 70.39 70.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 70.41 -genpkg_rules() 70.42 -{ 70.43 +genpkg_rules() { 70.44 case $PACKAGE in 70.45 btrfs-mkfs) 70.46 copy mkfs.btrfs
71.1 --- a/bygfoot/receipt Mon Oct 15 16:44:45 2018 +0300 71.2 +++ b/bygfoot/receipt Tue Oct 16 16:46:05 2018 +0300 71.3 @@ -1,4 +1,4 @@ 71.4 -# SliTaz package receipt. 71.5 +# SliTaz package receipt v2. 71.6 71.7 PACKAGE="bygfoot" 71.8 VERSION="2.2.1" 71.9 @@ -6,19 +6,16 @@ 71.10 SHORT_DESC="Manage your own football (soccer) team in a league season" 71.11 MAINTAINER="ben@seawolfsanctuary.com" 71.12 LICENSE="GPL2" 71.13 +WEB_SITE="http://www.bygfoot.com/" 71.14 + 71.15 TARBALL="$PACKAGE-$VERSION-source.zip" 71.16 -WEB_SITE="http://www.bygfoot.com/" 71.17 -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 71.18 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 71.19 71.20 -BUILD_DEPENDS="gtk+-dev glib-dev pango pango-dev atk-dev freetype-dev" 71.21 -DEPENDS="gtk+ glib pango atk freetype acl" 71.22 +BUILD_DEPENDS="gtk2-dev glib-dev pango pango-dev atk-dev freetype-dev" 71.23 71.24 -compile_rules() 71.25 -{ 71.26 +compile_rules() { 71.27 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 71.28 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 71.29 - 71.30 - cd $src 71.31 71.32 chmod +x configure 71.33 sed -i 's/^top_srcdir/top_builddir = @top_builddir@\n&/' po/Makefile.in.in 71.34 @@ -27,15 +24,15 @@ 71.35 --bindir=/usr/games \ 71.36 --mandir=/usr/share/man \ 71.37 $CONFIGURE_ARGS && 71.38 - make $MAKEFLAGS && make DESTDIR=$DESTDIR install 71.39 + make $MAKEFLAGS && 71.40 + make DESTDIR=$DESTDIR install 71.41 } 71.42 71.43 -# Rules to gen a SliTaz package suitable for Tazpkg. 71.44 -genpkg_rules() 71.45 -{ 71.46 +genpkg_rules() { 71.47 mkdir -p $fs/ 71.48 cp -a $install/usr $fs/ 71.49 71.50 # Copy .desktop file: 71.51 cp -a $stuff/* $fs/usr 71.52 + DEPENDS="gtk2 glib pango atk freetype acl" 71.53 }
72.1 --- a/c-ares/receipt Mon Oct 15 16:44:45 2018 +0300 72.2 +++ b/c-ares/receipt Tue Oct 16 16:46:05 2018 +0300 72.3 @@ -7,7 +7,7 @@ 72.4 MAINTAINER="pascal.bellard@slitaz.org" 72.5 LICENSE="MIT" 72.6 WEB_SITE="https://c-ares.haxx.se/" 72.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/c-ares.html" 72.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/c-ares.html" 72.9 72.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 72.11 WGET_URL="https://c-ares.haxx.se/download/$TARBALL"
73.1 --- a/cairo-clock/receipt Mon Oct 15 16:44:45 2018 +0300 73.2 +++ b/cairo-clock/receipt Tue Oct 16 16:46:05 2018 +0300 73.3 @@ -12,7 +12,7 @@ 73.4 #WGET_URL="http://macslow.thepimp.net/projects/cairo-clock/$TARBALL" 73.5 WGET_URL="http://ftp.de.debian.org/debian/pool/main/c/$PACKAGE/${PACKAGE}_$VERSION.orig.tar.gz" 73.6 73.7 -BUILD_DEPENDS="intltool glib-dev gtk+-dev cairo-dev libglade-dev librsvg-dev" 73.8 +BUILD_DEPENDS="intltool glib-dev gtk2-dev cairo-dev libglade-dev librsvg-dev" 73.9 SPLIT="cairo-clock-themes cairo-clock" 73.10 73.11 compile_rules() { 73.12 @@ -32,7 +32,7 @@ 73.13 ;; 73.14 cairo-clock) 73.15 copy @std @rm 73.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ libglade librsvg" 73.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 libglade librsvg" 73.18 ;; 73.19 esac 73.20 }
74.1 --- a/cairo-compmgr/receipt Mon Oct 15 16:44:45 2018 +0300 74.2 +++ b/cairo-compmgr/receipt Tue Oct 16 16:46:05 2018 +0300 74.3 @@ -12,7 +12,7 @@ 74.4 WGET_URL="http://download.tuxfamily.org/ccm/$PACKAGE/$TARBALL" 74.5 74.6 BUILD_DEPENDS="xorg-libXcomposite-dev xorg-libXdamage-dev xorg-libXext-dev \ 74.7 -xorg-libXi-dev xorg-libSM-dev cairo-dev xorg-pixman-dev gtk+-dev vala \ 74.8 +xorg-libXi-dev xorg-libSM-dev cairo-dev xorg-pixman-dev gtk2-dev vala \ 74.9 xorg-libICE-dev xorg-libX11-dev util-linux-uuid-dev intltool" 74.10 SPLIT="cairo-compmgr-dev" 74.11 74.12 @@ -38,14 +38,14 @@ 74.13 case $PACKAGE in 74.14 cairo-compmgr) 74.15 copy @std 74.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ pango vala xorg-libICE \ 74.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 pango vala xorg-libICE \ 74.18 xorg-libSM xorg-libX11 xorg-libXcomposite xorg-libXdamage \ 74.19 xorg-libXext xorg-libXfixes xorg-libXi xorg-pixman" 74.20 ;; 74.21 *-dev) 74.22 copy @dev 74.23 DEPENDS="cairo-compmgr \ 74.24 - gconf-dev cairo-dev gtk+-dev" 74.25 + gconf-dev cairo-dev gtk2-dev" 74.26 ;; 74.27 esac 74.28 }
75.1 --- a/cairo-dock-plugins/receipt Mon Oct 15 16:44:45 2018 +0300 75.2 +++ b/cairo-dock-plugins/receipt Tue Oct 16 16:46:05 2018 +0300 75.3 @@ -52,7 +52,7 @@ 75.4 ;; 75.5 *) 75.6 copy @std @rm 75.7 - DEPENDS="alsa-lib cairo dbus-glib fftw gdk-pixbuf glib gtk+3 \ 75.8 + DEPENDS="alsa-lib cairo dbus-glib fftw gdk-pixbuf glib gtk3 \ 75.9 libdbusmenu-gtk3 libetpan libexif libical libindicator-gtk3 \ 75.10 librsvg libxklavier libxml2 libzeitgeist lm-sensors mesa pango \ 75.11 pulseaudio upower vte xorg-libX11 xorg-libXrandr xorg-libXxf86vm"
76.1 --- a/cairo-dock/receipt Mon Oct 15 16:44:45 2018 +0300 76.2 +++ b/cairo-dock/receipt Tue Oct 16 16:46:05 2018 +0300 76.3 @@ -13,7 +13,7 @@ 76.4 76.5 BUILD_DEPENDS="cmake glib-dev cairo-dev librsvg-dev dbus-dev dbus-glib-dev \ 76.6 libxml2-dev mesa-dev glu-dev curl-dev xorg-libXtst-dev xorg-libXcomposite-dev \ 76.7 -xorg-libXrandr-dev gtk+3-dev gettext" 76.8 +xorg-libXrandr-dev gtk3-dev gettext" 76.9 SPLIT="$PACKAGE-dev" 76.10 76.11 compile_rules() { 76.12 @@ -32,7 +32,7 @@ 76.13 case $PACKAGE in 76.14 cairo-dock) 76.15 copy @std 76.16 - DEPENDS="cairo dbus-glib gdk-pixbuf glib glu gtk+3 libcurl librsvg \ 76.17 + DEPENDS="cairo dbus-glib gdk-pixbuf glib glu gtk3 libcurl librsvg \ 76.18 libxml2 mesa pango xorg-libX11 xorg-libXcomposite xorg-libXinerama \ 76.19 xorg-libXrandr xorg-libXrender xorg-libXtst bash" # xorg-xcompmgr 76.20 SUGGESTED="cairo-dock-plugins" 76.21 @@ -41,7 +41,7 @@ 76.22 copy @dev 76.23 DEPENDS="cairo-dock \ 76.24 cairo-dev curl-dev dbus-dev dbus-glib-dev glib-dev glu-dev \ 76.25 - gtk+3-dev librsvg-dev libxml2-dev mesa-dev wayland-dev \ 76.26 + gtk3-dev librsvg-dev libxml2-dev mesa-dev wayland-dev \ 76.27 xorg-libX11-dev xorg-libXcomposite-dev xorg-libXrandr-dev \ 76.28 xorg-libXrender-dev xorg-libXtst-dev" 76.29 ;;
77.1 --- a/cairo/receipt Mon Oct 15 16:44:45 2018 +0300 77.2 +++ b/cairo/receipt Tue Oct 16 16:46:05 2018 +0300 77.3 @@ -7,14 +7,14 @@ 77.4 MAINTAINER="pankso@slitaz.org" 77.5 LICENSE="MPL LGPL2.1" 77.6 WEB_SITE="https://www.cairographics.org/" 77.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/cairo.html" 77.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/cairo.html" 77.9 77.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 77.11 WGET_URL="${WEB_SITE}releases/$TARBALL" 77.12 77.13 BUILD_DEPENDS="zlib-dev xorg-libX11-dev xorg-libXext-dev xorg-libICE-dev \ 77.14 xorg-libXrender-dev xorg-libxcb-dev libpng16-dev freetype-dev fontconfig-dev \ 77.15 -libspectre-dev poppler-dev librsvg-dev gtk+-dev xorg-pixman-dev" 77.16 +libspectre-dev poppler-dev librsvg-dev gtk2-dev xorg-pixman-dev" 77.17 SPLIT="cairo cairo-tools cairo-dev" 77.18 77.19 # use --nogl to disable building cairo-gl* packages 77.20 @@ -26,10 +26,6 @@ 77.21 COOKOPTS="skip-log-errors" 77.22 77.23 compile_rules() { 77.24 - case "$ARCH" in 77.25 - arm*) export CFLAGS="$CFLAGS -L/cross/$ARCH/sysroot/usr/lib";; 77.26 - esac 77.27 - 77.28 case "$SET" in 77.29 gl) SET_ARGS='--enable-gl';; 77.30 *) SET_ARGS='--disable-gl';;
78.1 --- a/cairomm/receipt Mon Oct 15 16:44:45 2018 +0300 78.2 +++ b/cairomm/receipt Tue Oct 16 16:46:05 2018 +0300 78.3 @@ -7,7 +7,7 @@ 78.4 MAINTAINER="pankso@slitaz.org" 78.5 LICENSE="LGPL2" 78.6 WEB_SITE="https://www.cairographics.org/" 78.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/cairomm.html" 78.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/cairomm.html" 78.9 78.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 78.11 WGET_URL="http://cairographics.org/releases/$TARBALL"
79.1 --- a/caja-dropbox/receipt Mon Oct 15 16:44:45 2018 +0300 79.2 +++ b/caja-dropbox/receipt Tue Oct 16 16:46:05 2018 +0300 79.3 @@ -25,7 +25,7 @@ 79.4 case $PACKAGE in 79.5 caja-dropbox) 79.6 copy @std 79.7 - DEPENDS="caja glib gtk+3" 79.8 + DEPENDS="caja glib gtk3" 79.9 ;; 79.10 *-dev) 79.11 copy @dev
80.1 --- a/caja-extensions/receipt Mon Oct 15 16:44:45 2018 +0300 80.2 +++ b/caja-extensions/receipt Tue Oct 16 16:46:05 2018 +0300 80.3 @@ -27,11 +27,11 @@ 80.4 case $PACKAGE in 80.5 caja-extensions) 80.6 copy @std 80.7 - DEPENDS="caja dbus-glib gdk-pixbuf glib gtk+3 gupnp mate-desktop" 80.8 + DEPENDS="caja dbus-glib gdk-pixbuf glib gtk3 gupnp mate-desktop" 80.9 ;; 80.10 *-dev) 80.11 copy @dev 80.12 - DEPENDS="caja-extensions glib-dev gtk+3-dev" 80.13 + DEPENDS="caja-extensions glib-dev gtk3-dev" 80.14 ;; 80.15 esac 80.16 TAGS="MATE"
81.1 --- a/caja/receipt Mon Oct 15 16:44:45 2018 +0300 81.2 +++ b/caja/receipt Tue Oct 16 16:46:05 2018 +0300 81.3 @@ -12,7 +12,7 @@ 81.4 WGET_URL="http://pub.mate-desktop.org/releases/${VERSION%.*}/$TARBALL" 81.5 81.6 BUILD_DEPENDS="mate-common gtk-doc gobject-introspection-dev mate-desktop-dev \ 81.7 -pango-dev gtk+3-dev libnotify-dev libexif-dev exempi-dev xorg-libSM-dev" 81.8 +pango-dev gtk3-dev libnotify-dev libexif-dev exempi-dev xorg-libSM-dev" 81.9 SPLIT="caja-dev" 81.10 81.11 compile_rules() { 81.12 @@ -30,7 +30,7 @@ 81.13 case $PACKAGE in 81.14 caja) 81.15 copy @std 81.16 - DEPENDS="atk cairo exempi gdk-pixbuf glib gtk+3 libexif \ 81.17 + DEPENDS="atk cairo exempi gdk-pixbuf glib gtk3 libexif \ 81.18 libnotify libxml2 mate-desktop pango xorg-libICE xorg-libSM \ 81.19 xorg-libX11 shared-mime-info" 81.20 SUGGESTED="gvfs-smb" 81.21 @@ -38,7 +38,7 @@ 81.22 ;; 81.23 *-dev) 81.24 copy @dev 81.25 - DEPENDS="caja glib-dev gtk+3-dev" 81.26 + DEPENDS="caja glib-dev gtk3-dev" 81.27 TAGS="MATE" 81.28 ;; 81.29 esac
82.1 --- a/cbrpager/receipt Mon Oct 15 16:44:45 2018 +0300 82.2 +++ b/cbrpager/receipt Tue Oct 16 16:46:05 2018 +0300 82.3 @@ -12,7 +12,7 @@ 82.4 82.5 DEPENDS="libgnome-keyring libgnomeui p7zip-full rar unzip" 82.6 BUILD_DEPENDS="gettext libgnomeui-dev libgnome-dev libbonoboui-dev \ 82.7 -libgnomecanvas-dev libgnome-keyring-dev gtk+-dev" 82.8 +libgnomecanvas-dev libgnome-keyring-dev gtk2-dev" 82.9 82.10 # Rules to configure and make the package. 82.11 compile_rules()
83.1 --- a/celestia/receipt Mon Oct 15 16:44:45 2018 +0300 83.2 +++ b/celestia/receipt Tue Oct 16 16:46:05 2018 +0300 83.3 @@ -11,7 +11,7 @@ 83.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 83.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 83.6 83.7 -BUILD_DEPENDS="automake libtool gettext mesa-dev glu-dev gtk+-dev gtkglext-dev \ 83.8 +BUILD_DEPENDS="automake libtool gettext mesa-dev glu-dev gtk2-dev gtkglext-dev \ 83.9 lua5.1-dev libjpeg-turbo-dev libtheora-dev" 83.10 83.11 compile_rules() { 83.12 @@ -37,6 +37,6 @@ 83.13 83.14 genpkg_rules() { 83.15 copy @std 83.16 - DEPENDS="cairo gdk-pixbuf glib glu gtk+ gtkglext libjpeg-turbo libogg \ 83.17 + DEPENDS="cairo gdk-pixbuf glib glu gtk2 gtkglext libjpeg-turbo libogg \ 83.18 libpng16 libtheora mesa pango" 83.19 }
84.1 --- a/cellwriter/receipt Mon Oct 15 16:44:45 2018 +0300 84.2 +++ b/cellwriter/receipt Tue Oct 16 16:46:05 2018 +0300 84.3 @@ -11,7 +11,7 @@ 84.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 84.5 WGET_URL="https://github.com/risujin/cellwriter/archive/$VERSION.tar.gz" 84.6 84.7 -BUILD_DEPENDS="gtk+-dev xorg-libXtst-dev" 84.8 +BUILD_DEPENDS="gtk2-dev xorg-libXtst-dev" 84.9 84.10 compile_rules() { 84.11 ./configure $CONFIGURE_ARGS && 84.12 @@ -21,5 +21,5 @@ 84.13 84.14 genpkg_rules() { 84.15 copy @std 84.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ pango xorg-libX11 xorg-libXtst" 84.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 pango xorg-libX11 xorg-libXtst" 84.18 }
85.1 --- a/cgoban/receipt Mon Oct 15 16:44:45 2018 +0300 85.2 +++ b/cgoban/receipt Tue Oct 16 16:46:05 2018 +0300 85.3 @@ -11,8 +11,8 @@ 85.4 WGET_URL="$SF_MIRROR/cgoban1/$TARBALL" 85.5 SUGGESTED="gnugo" 85.6 85.7 -DEPENDS="gtk+" 85.8 -BUILD_DEPENDS="gtk+-dev xorg-dev" 85.9 +DEPENDS="gtk2" 85.10 +BUILD_DEPENDS="gtk2-dev xorg-dev" 85.11 85.12 # Rules to configure and make the package. 85.13 compile_rules()
86.1 --- a/chemtool/receipt Mon Oct 15 16:44:45 2018 +0300 86.2 +++ b/chemtool/receipt Tue Oct 16 16:46:05 2018 +0300 86.3 @@ -11,7 +11,7 @@ 86.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 86.5 WGET_URL="$WEB_SITE$TARBALL" 86.6 86.7 -BUILD_DEPENDS="gettext gtk+-dev xorg-libX11-dev xorg-libICE-dev" 86.8 +BUILD_DEPENDS="gettext gtk2-dev xorg-libX11-dev xorg-libICE-dev" 86.9 86.10 compile_rules() { 86.11 ./configure \ 86.12 @@ -33,7 +33,7 @@ 86.13 86.14 genpkg_rules() { 86.15 copy @std 86.16 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \ 86.17 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango \ 86.18 xorg-libX11 shared-mime-info" 86.19 TAGS="chemistry" 86.20 }
87.1 --- a/cinepaint-stable/receipt Mon Oct 15 16:44:45 2018 +0300 87.2 +++ b/cinepaint-stable/receipt Tue Oct 16 16:46:05 2018 +0300 87.3 @@ -12,10 +12,10 @@ 87.4 TARBALL="cinepaint-$VERSION.tar.gz" 87.5 WGET_URL="$SF_MIRROR/cinepaint/$TARBALL" 87.6 87.7 -BUILD_DEPENDS="patch gtk+-dev gettext tiff-dev openexr-dev ilmbase-dev \ 87.8 +BUILD_DEPENDS="patch gtk2-dev gettext tiff-dev openexr-dev ilmbase-dev \ 87.9 libjpeg-turbo-dev zlib-dev libpng16-dev lcms-dev xorg-libXmu-dev fltk-dev \ 87.10 python" 87.11 -SPLIT="cinepaint-stable-dev" 87.12 +SPLIT="$PACKAGE-dev" 87.13 87.14 compile_rules() { 87.15 chmod a+x ./install-sh 87.16 @@ -33,7 +33,7 @@ 87.17 cinepaint-stable) 87.18 copy @std 87.19 DEPENDS="atk bzlib cairo fltk fontconfig freetype gdk-pixbuf glib \ 87.20 - gtk+ ilmbase lcms libffi libharfbuzz libjpeg-turbo liblzma \ 87.21 + gtk2 ilmbase lcms libffi libharfbuzz libjpeg-turbo liblzma \ 87.22 libpng16 libxml2 openexr pango pcre tiff util-linux-blkid \ 87.23 util-linux-mount util-linux-uuid xorg-libICE xorg-libSM \ 87.24 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXextxorg-libXfixes \
88.1 --- a/cinepaint/receipt Mon Oct 15 16:44:45 2018 +0300 88.2 +++ b/cinepaint/receipt Tue Oct 16 16:46:05 2018 +0300 88.3 @@ -13,7 +13,7 @@ 88.4 88.5 BUILD_DEPENDS="python coreutils-file-summarize coreutils-file-special gettext \ 88.6 xorg-xorgproto util-linux-uuid-dev lcms-dev openexr-dev fltk-dev mesa-dev \ 88.7 -ilmbase-dev xorg-libXpm-dev gtk+-dev libpng16-dev bash automake autoconf libtool \ 88.8 +ilmbase-dev xorg-libXpm-dev gtk2-dev libpng16-dev bash automake autoconf libtool \ 88.9 python-dev glu-dev xorg-libXmu-dev xorg-libXext-dev" # libpng12-dev 88.10 88.11 compile_rules() { 88.12 @@ -29,6 +29,6 @@ 88.13 88.14 genpkg_rules() { 88.15 copy @std 88.16 - DEPENDS="desktop-file-utils gtk+ lcms tiff jpeg fltk ftgl xorg-libXmu \ 88.17 + DEPENDS="desktop-file-utils gtk2 lcms tiff jpeg fltk ftgl xorg-libXmu \ 88.18 xorg-libXpm gutenprint zlib mesa jbigkit openexr" 88.19 }
89.1 --- a/claws-mail/receipt Mon Oct 15 16:44:45 2018 +0300 89.2 +++ b/claws-mail/receipt Tue Oct 16 16:46:05 2018 +0300 89.3 @@ -11,7 +11,7 @@ 89.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 89.5 WGET_URL="http://www.claws-mail.org/releases/$TARBALL" 89.6 89.7 -BUILD_DEPENDS="gettext xorg-libSM-dev glib-dev gnutls-dev gtk+-dev enchant-dev \ 89.8 +BUILD_DEPENDS="gettext xorg-libSM-dev glib-dev gnutls-dev gtk2-dev enchant-dev \ 89.9 startup-notification-dev dbus-dev dbus-glib-dev openldap-dev librsvg-dev \ 89.10 libetpan-dev curl-dev expat-dev webkitgtk-dev libsoup-dev libarchive-dev \ 89.11 libical-dev poppler-dev gpgme-dev python-dev python-pygtk-dev libcanberra-dev \ 89.12 @@ -40,7 +40,7 @@ 89.13 copy bin/ icons/ 89.14 CAT="mail|the user-friendly, lightweight and fast email client" 89.15 DEPENDS="atk bzlib cairo dbus dbus-glib enchant fontconfig \ 89.16 - freetype gdk-pixbuf glib gmp gtk+ libcroco openssl libetpan \ 89.17 + freetype gdk-pixbuf glib gmp gtk2 libcroco openssl libetpan \ 89.18 libffi libgnutls libharfbuzz libidn libldap liblzma libpng16 \ 89.19 librsvg libtasn1 libunistring libxml2 nettle p11-kit pango \ 89.20 pcre startup-notification util-linux-blkid util-linux-mount \ 89.21 @@ -179,7 +179,7 @@ 89.22 acl-dev atk-dev attr-dev bzip2-dev cairo-dev \ 89.23 curl-dev enchant-dev expat-dev fontconfig-dev freetype-dev \ 89.24 gdk-pixbuf-dev glib-dev gpgme-dev gst1-plugins-base-dev \ 89.25 - gstreamer1-dev gtk+-dev harfbuzz-dev harfbuzz-icu-dev icu-dev \ 89.26 + gstreamer1-dev gtk2-dev harfbuzz-dev harfbuzz-icu-dev icu-dev \ 89.27 libjpeg-turbo-dev lcms2-dev libarchive-dev libassuan-dev \ 89.28 libcanberra-dev libetpan-dev libffi-dev libgcrypt-dev \ 89.29 libgpg-error-dev libical-dev libidn2-dev libnotify-dev libogg-dev \
90.1 --- a/clearlooks/receipt Mon Oct 15 16:44:45 2018 +0300 90.2 +++ b/clearlooks/receipt Tue Oct 16 16:46:05 2018 +0300 90.3 @@ -11,7 +11,7 @@ 90.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 90.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 90.6 90.7 -BUILD_DEPENDS="file gtk+-dev" 90.8 +BUILD_DEPENDS="file gtk2-dev" 90.9 90.10 compile_rules() { 90.11 ./configure $CONFIGURE_ARGS && 90.12 @@ -23,5 +23,5 @@ 90.13 genpkg_rules() { 90.14 copy @std 90.15 rm -rf $fs/usr/share/icons 90.16 - DEPENDS="gtk+ xorg-libXdamage" 90.17 + DEPENDS="gtk2 xorg-libXdamage" 90.18 }
91.1 --- a/clipit/receipt Mon Oct 15 16:44:45 2018 +0300 91.2 +++ b/clipit/receipt Tue Oct 16 16:46:05 2018 +0300 91.3 @@ -11,7 +11,7 @@ 91.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 91.5 WGET_URL="https://github.com/CristianHenzel/ClipIt/archive/v$VERSION.tar.gz" 91.6 91.7 -BUILD_DEPENDS="gettext intltool automake glib-dev gtk+-dev" 91.8 +BUILD_DEPENDS="gettext intltool automake glib-dev gtk2-dev" 91.9 91.10 compile_rules() { 91.11 # fix subcategory for cascade menu 91.12 @@ -28,5 +28,5 @@ 91.13 91.14 genpkg_rules() { 91.15 copy @std 91.16 - DEPENDS="glib gtk+ pango xorg-libX11" 91.17 + DEPENDS="glib gtk2 pango xorg-libX11" 91.18 }
92.1 --- a/clonezilla/receipt Mon Oct 15 16:44:45 2018 +0300 92.2 +++ b/clonezilla/receipt Tue Oct 16 16:46:05 2018 +0300 92.3 @@ -1,4 +1,4 @@ 92.4 -# SliTaz package receipt. 92.5 +# SliTaz package receipt v2. 92.6 92.7 PACKAGE="clonezilla" 92.8 VERSION="3.3.10" 92.9 @@ -6,28 +6,23 @@ 92.10 SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning" 92.11 MAINTAINER="shann@slitaz.org" 92.12 LICENSE="GPL2" 92.13 -WEB_SITE="http://clonezilla.org" 92.14 +WEB_SITE="http://clonezilla.org/" 92.15 + 92.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 92.17 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL" 92.18 92.19 -DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \ 92.20 -coreutils-disk coreutils-redirection util-linux-setterm parted" 92.21 -BUILD_DEPENDS="" 92.22 +compile_rules() { 92.23 + sed -i "s/SHELL/#SHELL/" Makefile 92.24 92.25 -# Rules to configure and make the package. 92.26 -compile_rules() 92.27 -{ 92.28 - cd $src 92.29 - sed -i "s/SHELL/#SHELL/" Makefile 92.30 make DESTDIR=$DESTDIR install 92.31 } 92.32 92.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 92.34 -genpkg_rules() 92.35 -{ 92.36 +genpkg_rules() { 92.37 mkdir -p $fs/usr 92.38 cp -a $install/etc $fs/ 92.39 cp -a $install/usr/bin $fs/usr 92.40 cp -a $install/usr/sbin $fs/usr 92.41 cp -a $install/usr/share $fs/usr 92.42 + DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \ 92.43 + coreutils-disk coreutils-redirection util-linux-setterm parted" 92.44 }
93.1 --- a/clutter-gst/receipt Mon Oct 15 16:44:45 2018 +0300 93.2 +++ b/clutter-gst/receipt Tue Oct 16 16:46:05 2018 +0300 93.3 @@ -7,7 +7,7 @@ 93.4 MAINTAINER="al.bobylev@gmail.com" 93.5 LICENSE="LGPL2.1" 93.6 WEB_SITE="https://developer.gnome.org/clutter-gst/" 93.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/clutter-gst.html" 93.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/clutter-gst.html" 93.9 93.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 93.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
94.1 --- a/clutter-gtk/receipt Mon Oct 15 16:44:45 2018 +0300 94.2 +++ b/clutter-gtk/receipt Tue Oct 16 16:46:05 2018 +0300 94.3 @@ -7,12 +7,12 @@ 94.4 MAINTAINER="pankso@slitaz.org" 94.5 LICENSE="LGPL2.1" 94.6 WEB_SITE="http://clutter-project.org/" 94.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/clutter-gtk.html" 94.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/clutter-gtk.html" 94.9 94.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 94.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 94.12 94.13 -BUILD_DEPENDS="clutter-dev gtk+3-dev gettext gobject-introspection-dev" 94.14 +BUILD_DEPENDS="clutter-dev gtk3-dev gettext gobject-introspection-dev" 94.15 SPLIT="clutter-gtk-dev" 94.16 94.17 compile_rules() { 94.18 @@ -26,11 +26,11 @@ 94.19 case $PACKAGE in 94.20 clutter-gtk) 94.21 copy @std 94.22 - DEPENDS="cairo clutter cogl gdk-pixbuf glib gtk+3" 94.23 + DEPENDS="cairo clutter cogl gdk-pixbuf glib gtk3" 94.24 ;; 94.25 *-dev) 94.26 copy @dev 94.27 - DEPENDS="clutter-gtk clutter-dev gtk+3-dev" 94.28 + DEPENDS="clutter-gtk clutter-dev gtk3-dev" 94.29 ;; 94.30 esac 94.31 }
95.1 --- a/clutter/receipt Mon Oct 15 16:44:45 2018 +0300 95.2 +++ b/clutter/receipt Tue Oct 16 16:46:05 2018 +0300 95.3 @@ -7,7 +7,7 @@ 95.4 MAINTAINER="pankso@slitaz.org" 95.5 LICENSE="LGPL2.1" 95.6 WEB_SITE="https://developer.gnome.org/clutter/" 95.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/clutter.html" 95.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/clutter.html" 95.9 95.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 95.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
96.1 --- a/cndrvcups-common/receipt Mon Oct 15 16:44:45 2018 +0300 96.2 +++ b/cndrvcups-common/receipt Tue Oct 16 16:46:05 2018 +0300 96.3 @@ -11,7 +11,7 @@ 96.4 TARBALL="ufr2linuxv180.zip" 96.5 WGET_URL="http://www.service.canon.com.au/drivers/files/$TARBALL" 96.6 96.7 -BUILD_DEPENDS="autoconf automake cairo-dev gtk+-dev cups-dev libtool" 96.8 +BUILD_DEPENDS="autoconf automake cairo-dev gtk2-dev cups-dev libtool" 96.9 SPLIT="cndrvcups-common-dev" 96.10 96.11 compile_rules() { 96.12 @@ -79,7 +79,7 @@ 96.13 96.14 ln -sf libcanonc3pl.so.1.0.0 libcanonc3pl.so.1 96.15 ln -sf libcanonc3pl.so.1.0.0 libcanonc3pl.so 96.16 - DEPENDS="cups cairo gtk+" 96.17 + DEPENDS="cups cairo gtk2" 96.18 TAGS="printer driver" 96.19 ;; 96.20 *-dev)
97.1 --- a/cogl/receipt Mon Oct 15 16:44:45 2018 +0300 97.2 +++ b/cogl/receipt Tue Oct 16 16:46:05 2018 +0300 97.3 @@ -7,7 +7,7 @@ 97.4 MAINTAINER="al.bobylev@gmail.com" 97.5 LICENSE="GPL2" 97.6 WEB_SITE="https://developer.gnome.org/cogl/" 97.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/cogl.html" 97.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/cogl.html" 97.9 97.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 97.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
98.1 --- a/colord-gtk/receipt Mon Oct 15 16:44:45 2018 +0300 98.2 +++ b/colord-gtk/receipt Tue Oct 16 16:46:05 2018 +0300 98.3 @@ -7,12 +7,12 @@ 98.4 MAINTAINER="al.bobylev@gmail.com" 98.5 LICENSE="LGPL2.1" 98.6 WEB_SITE="https://www.freedesktop.org/software/colord/" 98.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/colord-gtk.html" 98.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/colord-gtk.html" 98.9 98.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 98.11 WGET_URL="https://www.freedesktop.org/software/colord/releases/$TARBALL" 98.12 98.13 -BUILD_DEPENDS="gobject-introspection-dev intltool libxslt gtk+3-dev colord-dev \ 98.14 +BUILD_DEPENDS="gobject-introspection-dev intltool libxslt gtk3-dev colord-dev \ 98.15 vala" 98.16 SPLIT="colord-gtk-dev" 98.17 98.18 @@ -30,11 +30,11 @@ 98.19 case $PACKAGE in 98.20 colord-gtk) 98.21 copy @std 98.22 - DEPENDS="cairo colord glib gtk+3" 98.23 + DEPENDS="cairo colord glib gtk3" 98.24 ;; 98.25 *-dev) 98.26 copy @dev 98.27 - DEPENDS="colord-gtk colord-dev gtk+3-dev" 98.28 + DEPENDS="colord-gtk colord-dev gtk3-dev" 98.29 ;; 98.30 esac 98.31 }
99.1 --- a/compiz-plugins-extra/receipt Mon Oct 15 16:44:45 2018 +0300 99.2 +++ b/compiz-plugins-extra/receipt Tue Oct 16 16:46:05 2018 +0300 99.3 @@ -14,10 +14,10 @@ 99.4 EXTRA_SOURCE_FILES="$PACKAGE-0b2a652.u" 99.5 99.6 BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \ 99.7 -libxslt-dev startup-notification-dev mesa-dev gtk+-dev intltool librsvg-dev \ 99.8 +libxslt-dev startup-notification-dev mesa-dev gtk2-dev intltool librsvg-dev \ 99.9 libnotify-dev compiz-bcop util-linux-uuid-dev compiz-plugins-main-dev libtool \ 99.10 util-linux-getopt xorg-libxshmfence-dev glu-dev expat-dev xorg-xcb-util-dev" 99.11 -SPLIT="compiz-plugins-extra-dev" 99.12 +SPLIT="$PACKAGE-dev" 99.13 99.14 compile_rules() { 99.15 [ -s $SRC/$EXTRA_SOURCE_FILES ] || 99.16 @@ -34,7 +34,7 @@ 99.17 case $PACKAGE in 99.18 compiz-plugins-extra) 99.19 copy @std 99.20 - DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ \ 99.21 + DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk2 \ 99.22 librsvg libnotify compiz-plugins-main" 99.23 ;; 99.24 *-dev)
100.1 --- a/compiz-plugins-main/receipt Mon Oct 15 16:44:45 2018 +0300 100.2 +++ b/compiz-plugins-main/receipt Tue Oct 16 16:46:05 2018 +0300 100.3 @@ -12,7 +12,7 @@ 100.4 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 100.5 100.6 BUILD_DEPENDS="xorg-dev compiz-core-dev libnotify-dev libxslt-dev \ 100.7 -startup-notification-dev mesa-dev gtk+-dev intltool librsvg-dev \ 100.8 +startup-notification-dev mesa-dev gtk2-dev intltool librsvg-dev \ 100.9 compiz-libcompizconfig compiz-libcompizconfig-dev compiz-bcop glu-dev \ 100.10 util-linux-uuid-dev libtool util-linux-getopt xorg-libxshmfence-dev expat-dev \ 100.11 xorg-xcb-util-dev"
101.1 --- a/compiz-plugins-unsupported/receipt Mon Oct 15 16:44:45 2018 +0300 101.2 +++ b/compiz-plugins-unsupported/receipt Tue Oct 16 16:46:05 2018 +0300 101.3 @@ -12,11 +12,11 @@ 101.4 WGET_URL="$WEB_SITE/compiz-plugins-experimental/releases/download/v$VERSION/$TARBALL" 101.5 101.6 BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \ 101.7 -libxslt-dev startup-notification-dev mesa-dev gtk+-dev intltool librsvg-dev \ 101.8 +libxslt-dev startup-notification-dev mesa-dev gtk2-dev intltool librsvg-dev \ 101.9 libnotify-dev compiz-bcop util-linux-uuid-dev compiz-plugins-main-dev \ 101.10 compiz-plugins-extra compiz-plugins-extra-dev libtool util-linux-getopt \ 101.11 xorg-libxshmfence-dev glu-dev expat-dev xorg-xcb-util-dev" 101.12 -SPLIT="compiz-plugins-unsupported-dev" 101.13 +SPLIT="$PACKAGE-dev" 101.14 101.15 compile_rules() { 101.16 ./configure $CONFIGURE_ARGS && 101.17 @@ -29,7 +29,7 @@ 101.18 case $PACKAGE in 101.19 compiz-plugins-unsupported) 101.20 copy @std 101.21 - DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ \ 101.22 + DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk2 \ 101.23 librsvg libnotify compiz-plugins-main" 101.24 ;; 101.25 *-dev)
102.1 --- a/connman-ui/receipt Mon Oct 15 16:44:45 2018 +0300 102.2 +++ b/connman-ui/receipt Tue Oct 16 16:46:05 2018 +0300 102.3 @@ -1,23 +1,21 @@ 102.4 -# SliTaz package receipt. 102.5 +# SliTaz package receipt v2. 102.6 102.7 PACKAGE="connman-ui" 102.8 -GITHASH="e4a8ddcca0870eb2ece5a7e3ea0296de9c86e5b2" 102.9 -VERSION=${GITHASH:0:7} 102.10 +VERSION="git20150622" 102.11 +COMMIT="fce0af9" 102.12 CATEGORY="network" 102.13 SHORT_DESC="A full-featured GTK based trayicon UI for ConnMan" 102.14 MAINTAINER="domcox@slitaz.org" 102.15 LICENSE="GPL2" 102.16 WEB_SITE="https://github.com/tbursztyka/connman-ui" 102.17 -TARBALL="$PACKAGE-$VERSION.zip" 102.18 -WGET_URL="https://github.com/tbursztyka/connman-ui/archive/$GITHASH.zip" 102.19 102.20 -DEPENDS="connman dbus gtk+3" 102.21 -BUILD_DEPENDS="autoconf automake libtool connman-dev gtk+3-dev dbus-dev \ 102.22 +TARBALL="$PACKAGE-$VERSION.tar.gz" 102.23 +WGET_URL="https://github.com/tbursztyka/connman-ui/archive/$COMMIT.tar.gz" 102.24 + 102.25 +BUILD_DEPENDS="autoconf automake libtool connman-dev gtk3-dev dbus-dev \ 102.26 libxml2-dev intltool" 102.27 102.28 -# Rules to configure and make the package. 102.29 -compile_rules() 102.30 -{ 102.31 +compile_rules() { 102.32 ./autogen.sh && 102.33 ./configure $CONFIGURE_ARGS && 102.34 # remove Exite menu 102.35 @@ -28,8 +26,7 @@ 102.36 make DESTDIR=$DESTDIR install 102.37 } 102.38 102.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 102.40 -genpkg_rules() 102.41 -{ 102.42 - cp -a $install/* $fs 102.43 +genpkg_rules() { 102.44 + copy @std 102.45 + DEPENDS="connman dbus gtk3" 102.46 }
103.1 --- a/consolekit2/receipt Mon Oct 15 16:44:45 2018 +0300 103.2 +++ b/consolekit2/receipt Tue Oct 16 16:46:05 2018 +0300 103.3 @@ -7,7 +7,7 @@ 103.4 MAINTAINER="al.bobylev@gmail.com" 103.5 LICENSE="GPL2" 103.6 WEB_SITE="https://github.com/Consolekit2/ConsoleKit2" 103.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/consolekit.html" 103.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/consolekit.html" 103.9 REPOLOGY="consolekit" 103.10 103.11 TARBALL="ConsoleKit2-$VERSION.tar.bz2"
104.1 --- a/consonance/receipt Mon Oct 15 16:44:45 2018 +0300 104.2 +++ b/consonance/receipt Tue Oct 16 16:46:05 2018 +0300 104.3 @@ -14,7 +14,7 @@ 104.4 BUILD_DEPENDS="libao-dev taglib taglib-dev libmad-dev sqlite3-dev dbus-glib-dev \ 104.5 libnotify-dev flac-dev libsndfile-dev libvorbis-dev curl-dev libmodplug-dev \ 104.6 libcdio-dev libcddb-dev libidn-dev libidn libao libsndfile libmodplug libcdio \ 104.7 -alsa-lib-dev libogg-dev gtk+-dev libcdio-paranoia-dev" 104.8 +alsa-lib-dev libogg-dev gtk2-dev libcdio-paranoia-dev" 104.9 104.10 compile_rules() { 104.11 sed -i 's|cdio/cdda.h|cdio/paranoia/cdda.h|' src/cdda.h
105.1 --- a/cpio/receipt Mon Oct 15 16:44:45 2018 +0300 105.2 +++ b/cpio/receipt Tue Oct 16 16:46:05 2018 +0300 105.3 @@ -7,7 +7,7 @@ 105.4 MAINTAINER="pankso@slitaz.org" 105.5 LICENSE="GPL3" 105.6 WEB_SITE="https://www.gnu.org/software/cpio/" 105.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/cpio.html" 105.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/cpio.html" 105.9 105.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 105.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
106.1 --- a/cream/receipt Mon Oct 15 16:44:45 2018 +0300 106.2 +++ b/cream/receipt Tue Oct 16 16:46:05 2018 +0300 106.3 @@ -11,7 +11,7 @@ 106.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 106.5 WGET_URL="$SF_MIRROR/cream-browser/$TARBALL" 106.6 106.7 -BUILD_DEPENDS="webkitgtk-dev libsoup-dev gtk+-dev gettext-tools" 106.8 +BUILD_DEPENDS="webkitgtk-dev libsoup-dev gtk2-dev gettext-tools" 106.9 106.10 compile_rules() { 106.11 ./configure $CONFIGURE_ARGS && 106.12 @@ -21,6 +21,6 @@ 106.13 106.14 genpkg_rules() { 106.15 copy @std 106.16 - DEPENDS="gtk+ gcc-lib-base webkitgtk libtasn1" 106.17 + DEPENDS="gtk2 gcc-lib-base webkitgtk libtasn1" 106.18 TAGS="web-browser" 106.19 }
107.1 --- a/cryptkeeper/receipt Mon Oct 15 16:44:45 2018 +0300 107.2 +++ b/cryptkeeper/receipt Tue Oct 16 16:46:05 2018 +0300 107.3 @@ -11,7 +11,7 @@ 107.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 107.5 WGET_URL="https://github.com/tomm/cryptkeeper/archive/$COMMIT.tar.gz" 107.6 107.7 -BUILD_DEPENDS="gtk+-dev gconf-dev xorg-libX11-dev" 107.8 +BUILD_DEPENDS="gtk2-dev gconf-dev xorg-libX11-dev" 107.9 107.10 compile_rules() { 107.11 mv po/ru_RU.gmo po/ru.gmo 107.12 @@ -24,5 +24,5 @@ 107.13 107.14 genpkg_rules() { 107.15 copy usr/ 107.16 - DEPENDS="gtk+ gconf encfs" 107.17 + DEPENDS="gtk2 gconf encfs" 107.18 }
108.1 --- a/cssed/receipt Mon Oct 15 16:44:45 2018 +0300 108.2 +++ b/cssed/receipt Tue Oct 16 16:46:05 2018 +0300 108.3 @@ -1,4 +1,4 @@ 108.4 -# SliTaz package receipt. 108.5 +# SliTaz package receipt v2. 108.6 108.7 PACKAGE="cssed" 108.8 VERSION="0.4.0" 108.9 @@ -6,27 +6,23 @@ 108.10 SHORT_DESC="CSS editor for web developers" 108.11 MAINTAINER="claudinei@slitaz.org" 108.12 LICENSE="GPL2" 108.13 -WEB_SITE="http://cssed.sourceforge.net" 108.14 +WEB_SITE="http://cssed.sourceforge.net/" 108.15 + 108.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 108.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 108.18 108.19 -DEPENDS="gtk+" 108.20 -BUILD_DEPENDS="gtk+-dev libxml2-dev" 108.21 +BUILD_DEPENDS="gtk2-dev libxml2-dev" 108.22 108.23 -# Rules to configure and make the package. 108.24 -compile_rules() 108.25 -{ 108.26 +compile_rules() { 108.27 sed -i "s/char\* o = 0;/const char\* o = 0;/" $src/scintilla/src/LexCaml.cxx 108.28 + 108.29 ./configure $CONFIGURE_ARGS && 108.30 sed -i 's/^cssed_LDADD.*/\0 -lgmodule-2.0/' $src/src/Makefile && 108.31 make && 108.32 make install 108.33 } 108.34 108.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 108.36 -genpkg_rules() 108.37 -{ 108.38 - mkdir -p $fs/usr/share 108.39 - cp -a $install/usr/share/$PACKAGE $fs/usr/share 108.40 - cp -a $install/usr/bin $fs/usr 108.41 +genpkg_rules() { 108.42 + copy @std 108.43 + DEPENDS="gtk2" 108.44 }
109.1 --- a/ctorrent-dnh/receipt Mon Oct 15 16:44:45 2018 +0300 109.2 +++ b/ctorrent-dnh/receipt Tue Oct 16 16:46:05 2018 +0300 109.3 @@ -1,31 +1,28 @@ 109.4 -# SliTaz package receipt. 109.5 +# SliTaz package receipt v2. 109.6 109.7 PACKAGE="ctorrent-dnh" 109.8 VERSION="3.3.2" 109.9 CATEGORY="network" 109.10 -SHORT_DESC="Command line Bittorrent client." 109.11 +SHORT_DESC="Command line Bittorrent client" 109.12 MAINTAINER="pankso@slitaz.org" 109.13 LICENSE="GPL2" 109.14 +WEB_SITE="http://www.rahul.net/dholmes/ctorrent/" 109.15 + 109.16 TARBALL="${PACKAGE}$VERSION.tar.gz" 109.17 -WEB_SITE="http://www.rahul.net/dholmes/ctorrent/" 109.18 WGET_URL="$SF_MIRROR/dtorrent/$TARBALL" 109.19 109.20 -# Rules to configure and make the package. 109.21 -compile_rules() 109.22 -{ 109.23 +compile_rules() { 109.24 mv ${PACKAGE}$VERSION $PACKAGE-$VERSION 2>/dev/null 109.25 cd $src 109.26 ./configure \ 109.27 --prefix=/usr \ 109.28 --with-ssl=no \ 109.29 - $CONFIGURE_ARGS 109.30 - make 109.31 + $CONFIGURE_ARGS && 109.32 + make && 109.33 make DESTDIR=$DESTDIR install 109.34 } 109.35 109.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 109.37 -genpkg_rules() 109.38 -{ 109.39 +genpkg_rules() { 109.40 mkdir -p $fs/usr 109.41 cp -a $install/usr/bin $fs/usr 109.42 # Torrentbox
110.1 --- a/dahdi-tools/receipt Mon Oct 15 16:44:45 2018 +0300 110.2 +++ b/dahdi-tools/receipt Tue Oct 16 16:46:05 2018 +0300 110.3 @@ -11,7 +11,7 @@ 110.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 110.5 WGET_URL="http://downloads.asterisk.org/pub/telephony/$PACKAGE/releases/$TARBALL" 110.6 110.7 -BUILD_DEPENDS="dahdi-linux-dev ppp-dev newt-dev libpri-dev gtk+-dev file" 110.8 +BUILD_DEPENDS="dahdi-linux-dev ppp-dev newt-dev libpri-dev gtk2-dev file" 110.9 SPLIT="dahdi-man dahdi-perl dahdi-ppp dahdi-dev dahdi-tools" 110.10 110.11 compile_rules() {
111.1 --- a/dconf/receipt Mon Oct 15 16:44:45 2018 +0300 111.2 +++ b/dconf/receipt Tue Oct 16 16:46:05 2018 +0300 111.3 @@ -7,7 +7,7 @@ 111.4 MAINTAINER="al.bobylev@gmail.com" 111.5 LICENSE="LGPL2.1" 111.6 WEB_SITE="https://wiki.gnome.org/Projects/dconf" 111.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/dconf.html" 111.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/dconf.html" 111.9 111.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 111.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
112.1 --- a/deadbeef/receipt Mon Oct 15 16:44:45 2018 +0300 112.2 +++ b/deadbeef/receipt Tue Oct 16 16:46:05 2018 +0300 112.3 @@ -11,7 +11,7 @@ 112.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 112.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 112.6 112.7 -BUILD_DEPENDS="gettext intltool yasm zlib-dev jansson-dev gtk+-dev \ 112.8 +BUILD_DEPENDS="gettext intltool yasm zlib-dev jansson-dev gtk2-dev \ 112.9 alsa-lib-dev dbus-dev curl-dev libmad-dev libvorbis-dev libogg-dev flac-dev \ 112.10 libsndfile-dev libcdio-dev libcddb-dev cdparanoia-III-dev xorg-libX11-dev \ 112.11 imlib2-dev libjpeg-turbo-dev libpng16-dev libsamplerate-dev faad2-dev " 112.12 @@ -31,7 +31,7 @@ 112.13 copy bin/ applications/ pixmaps/ \ 112.14 alsa.so ddb_gui_GTK2.so hotkeys.so m3u.so mms.so mp3.so notify.so \ 112.15 supereq.so vorbis.so @ico 112.16 - DEPENDS="alsa-lib atk cairo dbus gdk-pixbuf glib gtk+ jansson \ 112.17 + DEPENDS="alsa-lib atk cairo dbus gdk-pixbuf glib gtk2 jansson \ 112.18 libmad libvorbis pango xorg-libX11" 112.19 SUGGESTED="deadbeef-plugins" 112.20 TAGS="music audio player mp3 ogg ape" 112.21 @@ -40,7 +40,7 @@ 112.22 copy @std @rm; rm -r $fs/usr/share 112.23 CAT="multimedia|extra plugins" 112.24 DEPENDS="deadbeef atk cdparanoia-III faad2 flac gdk-pixbuf glib \ 112.25 - gtk+ imlib2 libcddb libcdio libcurl libogg libsamplerate \ 112.26 + gtk2 imlib2 libcddb libcdio libcurl libogg libsamplerate \ 112.27 libsndfile zlib" 112.28 TAGS="music audio player mp3 ogg ape" 112.29 ;;
113.1 --- a/devilspie/receipt Mon Oct 15 16:44:45 2018 +0300 113.2 +++ b/devilspie/receipt Tue Oct 16 16:46:05 2018 +0300 113.3 @@ -1,36 +1,33 @@ 113.4 -# SliTaz package receipt. 113.5 +# SliTaz package receipt v2. 113.6 113.7 PACKAGE="devilspie" 113.8 VERSION="0.22" 113.9 CATEGORY="x-window" 113.10 -SHORT_DESC="Windows matching utility." 113.11 +SHORT_DESC="Windows matching utility" 113.12 MAINTAINER="pankso@slitaz.org" 113.13 LICENSE="GPL2" 113.14 +WEB_SITE="http://www.burtonini.com/blog/tag/devilspie.html" 113.15 + 113.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 113.17 -WEB_SITE="http://www.burtonini.com/blog/tag/devilspie.html" 113.18 WGET_URL="http://burtonini.com/computing/$TARBALL" 113.19 113.20 -DEPENDS="libwnck2 expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \ 113.21 -xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 113.22 -xorg-libXrandr xorg-libXrender xorg-libXdamage" 113.23 BUILD_DEPENDS="intltool libwnck2-dev" 113.24 113.25 -# Rules to configure and make the package. 113.26 -compile_rules() 113.27 -{ 113.28 - cd $src 113.29 +compile_rules() { 113.30 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" 113.31 - sed -i \ 113.32 - -e 's/gdk_display/GDK_DISPLAY_XDISPLAY(gdk_display_get_default())/' \ 113.33 - -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \ 113.34 - src/xutils.c src/actions.c 113.35 - ./configure $CONFIGURE_ARGS && 113.36 - make && make install 113.37 + sed \ 113.38 + -e 's/gdk_display/GDK_DISPLAY_XDISPLAY(gdk_display_get_default())/' \ 113.39 + -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \ 113.40 + -i src/xutils.c src/actions.c 113.41 + 113.42 + ./configure $CONFIGURE_ARGS && 113.43 + make && 113.44 + make install 113.45 } 113.46 113.47 -# Rules to gen a SliTaz package suitable for Tazpkg. 113.48 -genpkg_rules() 113.49 -{ 113.50 - mkdir -p $fs/usr 113.51 - cp -a $install/usr/bin $fs/usr 113.52 +genpkg_rules() { 113.53 + copy @std 113.54 + DEPENDS="libwnck2 expat gtk2 xorg-libX11 xorg-libXau xorg-libXcomposite \ 113.55 + xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 113.56 + xorg-libXrandr xorg-libXrender xorg-libXdamage" 113.57 }
114.1 --- a/dia/receipt Mon Oct 15 16:44:45 2018 +0300 114.2 +++ b/dia/receipt Tue Oct 16 16:46:05 2018 +0300 114.3 @@ -11,7 +11,7 @@ 114.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 114.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 114.6 114.7 -BUILD_DEPENDS="gtk+-dev libxml2-dev freetype-dev intltool \ 114.8 +BUILD_DEPENDS="gtk2-dev libxml2-dev freetype-dev intltool \ 114.9 fontconfig-dev glib-dev atk-dev pango-dev python-pyxml zlib-dev libxslt \ 114.10 libart_lgpl-dev libart_lgpl python-pygtk file libxslt-dev expat-dev python-dev \ 114.11 docbook-xsl docbook-xml cairo-dev pango-dev librsvg-dev" 114.12 @@ -33,7 +33,7 @@ 114.13 114.14 genpkg_rules() { 114.15 copy @std 114.16 - DEPENDS="gtk+ libxml2 freetype fontconfig glib atk pango zlib libart_lgpl \ 114.17 + DEPENDS="gtk2 libxml2 freetype fontconfig glib atk pango zlib libart_lgpl \ 114.18 libxslt popt xorg-libXdamage librsvg" 114.19 TAGS="office diagram creator editor visio" 114.20 }
115.1 --- a/distcc/receipt Mon Oct 15 16:44:45 2018 +0300 115.2 +++ b/distcc/receipt Tue Oct 16 16:46:05 2018 +0300 115.3 @@ -11,7 +11,7 @@ 115.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 115.5 WGET_URL="https://github.com/distcc/distcc/releases/download/v$VERSION/$TARBALL" 115.6 115.7 -BUILD_DEPENDS="popt-dev lzo-dev python-dev gtk+-dev libgnome-dev \ 115.8 +BUILD_DEPENDS="popt-dev lzo-dev python-dev gtk2-dev libgnome-dev \ 115.9 libgnomeui-dev libbonoboui-dev libgnomecanvas-dev libgnome-keyring-dev" 115.10 SPLIT="distcc distccmon-gui" 115.11 115.12 @@ -43,7 +43,7 @@ 115.13 ;; 115.14 distccmon-gui) 115.15 CAT="development|GUI monitor" 115.16 - DEPENDS="gtk+ distcc" 115.17 + DEPENDS="gtk2 distcc" 115.18 mkdir -p $fs/usr/bin \ 115.19 $fs/usr/share/applications \ 115.20 $fs/usr/share/pixmaps
116.1 --- a/dtach/receipt Mon Oct 15 16:44:45 2018 +0300 116.2 +++ b/dtach/receipt Tue Oct 16 16:46:05 2018 +0300 116.3 @@ -1,31 +1,24 @@ 116.4 -# SliTaz package receipt. 116.5 +# SliTaz package receipt v2. 116.6 116.7 PACKAGE="dtach" 116.8 VERSION="0.8" 116.9 CATEGORY="system-tools" 116.10 -SHORT_DESC="Emulates the detach feature of screen." 116.11 +SHORT_DESC="Emulates the detach feature of screen" 116.12 MAINTAINER="christophe.paris@free.fr" 116.13 LICENSE="GPL2" 116.14 +WEB_SITE="http://dtach.sourceforge.net/" 116.15 + 116.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 116.17 -WEB_SITE="http://dtach.sourceforge.net/" 116.18 -WGET_URL="http://downloads.sourceforge.net/dtach/$TARBALL" 116.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 116.20 116.21 -# Rules to configure and make the package. 116.22 -compile_rules() 116.23 -{ 116.24 - cd $src 116.25 - ./configure --prefix=/usr --infodir=/usr/share/info \ 116.26 - --mandir=/usr/share/man $CONFIGURE_ARGS && 116.27 +compile_rules() { 116.28 + ./configure $CONFIGURE_ARGS && 116.29 make || return 1 116.30 - # no install rules, let's do it by hand 116.31 - mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/man/man1 116.32 - cp dtach $DESTDIR/usr/bin 116.33 - cp dtach.1 $DESTDIR/usr/share/man/man1 116.34 + 116.35 + install -Dm755 dtach $install/usr/bin/dtach 116.36 + cook_pick_manpages dtach.1 116.37 } 116.38 116.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 116.40 -genpkg_rules() 116.41 -{ 116.42 - mkdir -p $fs/usr/bin 116.43 - cp -a $install/usr/bin $fs/usr 116.44 +genpkg_rules() { 116.45 + copy @std 116.46 }
117.1 --- a/dvgrab/receipt Mon Oct 15 16:44:45 2018 +0300 117.2 +++ b/dvgrab/receipt Tue Oct 16 16:46:05 2018 +0300 117.3 @@ -1,4 +1,4 @@ 117.4 -# SliTaz package receipt. 117.5 +# SliTaz package receipt v2. 117.6 117.7 PACKAGE="dvgrab" 117.8 VERSION="3.5" 117.9 @@ -7,26 +7,23 @@ 117.10 LICENSE="GPL2" 117.11 SHORT_DESC="Saves audio and video data from an IEEE (FireWire) digital source" 117.12 WEB_SITE="http://www.kinodv.org" 117.13 + 117.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 117.15 -WGET_URL="http://downloads.sourceforge.net/kino/$TARBALL" 117.16 -TAGS="firewire video" 117.17 +WGET_URL="$SF_MIRROR/kino/$TARBALL" 117.18 117.19 -DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base jpeg" 117.20 BUILD_DEPENDS="libdv-dev libraw1394-dev libavc1394-dev libiec61883-dev jpeg-dev" 117.21 117.22 -# Rules to configure and make the package. 117.23 +compile_rules() { 117.24 + sed -i 's/, 0xff/, -1/' iec13818-1.h 117.25 117.26 -compile_rules() 117.27 -{ 117.28 - sed -i 's/, 0xff/, -1/' iec13818-1.h 117.29 - ./configure --prefix=/usr && 117.30 + ./configure \ 117.31 + --prefix=/usr && 117.32 make && 117.33 make DESTDIR=$DESTDIR install 117.34 } 117.35 - 117.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 117.37 -genpkg_rules() 117.38 -{ 117.39 - mkdir -p $fs/usr 117.40 - cp -a $install/usr/bin $fs/usr 117.41 + 117.42 +genpkg_rules() { 117.43 + copy @std 117.44 + DEPENDS="libdv libavc1394 jpeg libiec61883 gcc-lib-base jpeg" 117.45 + TAGS="firewire video" 117.46 }
118.1 --- a/eboard/receipt Mon Oct 15 16:44:45 2018 +0300 118.2 +++ b/eboard/receipt Tue Oct 16 16:46:05 2018 +0300 118.3 @@ -1,25 +1,22 @@ 118.4 -# SliTaz package receipt. 118.5 +# SliTaz package receipt v2. 118.6 118.7 PACKAGE="eboard" 118.8 VERSION="1.1.1" 118.9 CATEGORY="games" 118.10 -SHORT_DESC="Chess board interface." 118.11 +SHORT_DESC="Chess board interface" 118.12 MAINTAINER="pascal.bellard@slitaz.org" 118.13 LICENSE="GPL2" 118.14 +WEB_SITE="http://www.bergo.eng.fr/eboard/" 118.15 + 118.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 118.17 -WEB_SITE="http://www.bergo.eng.fr/eboard/" 118.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 118.19 -SUGGESTED="gnuchess" 118.20 -TAGS="chess" 118.21 118.22 -DEPENDS="gtk+ gcc-lib-base" 118.23 -BUILD_DEPENDS="gtk+-dev perl zlib-dev" 118.24 +BUILD_DEPENDS="gtk2-dev perl zlib-dev" 118.25 118.26 -# Rules to configure and make the package. 118.27 -compile_rules() 118.28 -{ 118.29 +compile_rules() { 118.30 sed -i 's/pngp->//g' cimg.cc 118.31 sed -i 's/strchr(text/strchr((char *)text/' ntext.cc 118.32 + 118.33 ./configure \ 118.34 --prefix=/usr \ 118.35 --man-prefix=/usr/share/man \ 118.36 @@ -29,11 +26,12 @@ 118.37 make DESTDIR=$DESTDIR install 118.38 } 118.39 118.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 118.41 -genpkg_rules() 118.42 -{ 118.43 +genpkg_rules() { 118.44 mkdir -p $fs/usr/share/pixmaps 118.45 cp -a $install/usr/share $fs/usr 118.46 cp -a $install/usr/bin $fs/usr 118.47 cp $src/r18.xpm $fs/usr/share/pixmaps/eboard.xpm 118.48 + DEPENDS="gtk2 gcc-lib-base" 118.49 + SUGGESTED="gnuchess" 118.50 + TAGS="chess" 118.51 }
119.1 --- a/ebtables/receipt Mon Oct 15 16:44:45 2018 +0300 119.2 +++ b/ebtables/receipt Tue Oct 16 16:46:05 2018 +0300 119.3 @@ -1,32 +1,29 @@ 119.4 -# SliTaz package receipt. 119.5 +# SliTaz package receipt v2. 119.6 119.7 PACKAGE="ebtables" 119.8 VERSION="v2.0.10-4" 119.9 CATEGORY="network" 119.10 -SHORT_DESC="Filtering tool for a Linux-based bridging firewall." 119.11 +SHORT_DESC="Filtering tool for a Linux-based bridging firewall" 119.12 MAINTAINER="pascal.bellard@slitaz.org" 119.13 LICENSE="GPL2" 119.14 +WEB_SITE="http://ebtables.sourceforge.net/" 119.15 + 119.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 119.17 -WEB_SITE="http://ebtables.sourceforge.net/" 119.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 119.19 -TAGS="firewall" 119.20 119.21 -# Rules to configure and make the package. 119.22 -compile_rules() 119.23 -{ 119.24 - cd $src 119.25 +compile_rules() { 119.26 sed -i 's/), ret = 0/), ret = ret - ret/' communication.c 119.27 mkdir -p $DESTDIR/etc/rc.d/init.d/ $DESTDIR/etc/sysconfig/ 119.28 - make && make DESTDIR=$DESTDIR -j1 install 119.29 + 119.30 + make && 119.31 + make DESTDIR=$DESTDIR -j1 install 119.32 } 119.33 119.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 119.35 -genpkg_rules() 119.36 -{ 119.37 +genpkg_rules() { 119.38 mkdir -p $fs/usr $fs/etc 119.39 cp -a $install/etc/ethertypes $fs/etc 119.40 cp -a $install/etc/sysconfig $fs/etc 119.41 cp -a $install/usr/local/sbin $fs/usr 119.42 cp -a $install/usr/lib $fs/usr 119.43 + TAGS="firewall" 119.44 } 119.45 -
120.1 --- a/ekiga/receipt Mon Oct 15 16:44:45 2018 +0300 120.2 +++ b/ekiga/receipt Tue Oct 16 16:46:05 2018 +0300 120.3 @@ -11,7 +11,7 @@ 120.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 120.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 120.6 120.7 -BUILD_DEPENDS="intltool gtk+-dev gnome-icon-theme boost-dev boost-signals \ 120.8 +BUILD_DEPENDS="intltool gtk2-dev gnome-icon-theme boost-dev boost-signals \ 120.9 gconf-dev libnotify-dev xorg-libXv-dev dbus-dev dbus-glib-dev ptlib-dev \ 120.10 opal-dev" 120.11 COOKOPTS="skip-log-errors" 120.12 @@ -30,7 +30,7 @@ 120.13 120.14 genpkg_rules() { 120.15 copy @std @ico 120.16 - DEPENDS="atk boost-signals dbus-glib gconf gdk-pixbuf glib gtk+ libnotify \ 120.17 + DEPENDS="atk boost-signals dbus-glib gconf gdk-pixbuf glib gtk2 libnotify \ 120.18 libxml2 opal pango ptlib xorg-libX11 xorg-libXext xorg-libXv" 120.19 TAGS="telephony" 120.20 }
121.1 --- a/electricsheep/receipt Mon Oct 15 16:44:45 2018 +0300 121.2 +++ b/electricsheep/receipt Tue Oct 16 16:46:05 2018 +0300 121.3 @@ -10,8 +10,8 @@ 121.4 WEB_SITE="http://community.electricsheep.org/" 121.5 WGET_URL="http://147.52.159.12/mirrors/ftp.kernel.org/pub/dist/vectorlinux/VL64-7.0/sourceAbs/$PACKAGE/$TARBALL" 121.6 121.7 -DEPENDS="curl expat flam3 ffmpeg mplayer libglade gtk+" 121.8 -BUILD_DEPENDS="curl-dev expat-dev ffmpeg-dev libglade-dev gtk+-dev flam3-dev" 121.9 +DEPENDS="curl expat flam3 ffmpeg mplayer libglade gtk2" 121.10 +BUILD_DEPENDS="curl-dev expat-dev ffmpeg-dev libglade-dev gtk2-dev flam3-dev" 121.11 121.12 # Rules to configure and make the package. 121.13 compile_rules()
122.1 --- a/emacs/receipt Mon Oct 15 16:44:45 2018 +0300 122.2 +++ b/emacs/receipt Tue Oct 16 16:46:05 2018 +0300 122.3 @@ -12,7 +12,7 @@ 122.4 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 122.5 122.6 BUILD_DEPENDS="atk-dev cairo-dev expat-dev dbus-dev freetype-dev \ 122.7 -fontconfig-dev glib-dev gnutls-dev gtk+-dev jpeg-dev \ 122.8 +fontconfig-dev glib-dev gnutls-dev gtk2-dev jpeg-dev \ 122.9 libpng16-dev librsvg-dev ncurses-dev pango-dev tiff-dev xorg-dev \ 122.10 xorg-dev-proto" # giflib-dev: version 4 needed, add --with-gif=no) 122.11 SPLIT="emacs-help emacs-lisp-sources emacs" 122.12 @@ -72,7 +72,7 @@ 122.13 copy @std @dev @rm 122.14 strip -s $fs/usr/lib/emacs/$VERSION/i486-pc-linux-gnu/* 2>/dev/null 122.15 DEPENDS="atk cairo dbus expat freetype fontconfig giflib glib \ 122.16 - gnutls gtk+ jpeg libpng16 librsvg util-linux-uuid \ 122.17 + gnutls gtk2 jpeg libpng16 librsvg util-linux-uuid \ 122.18 ncurses pango tiff xorg-server zlib librsvg libgsf \ 122.19 libgnutls harfbuzz" 122.20 SUGGESTED="alsa-lib"
123.1 --- a/emelfm2/receipt Mon Oct 15 16:44:45 2018 +0300 123.2 +++ b/emelfm2/receipt Tue Oct 16 16:46:05 2018 +0300 123.3 @@ -1,4 +1,4 @@ 123.4 -# SliTaz package receipt. 123.5 +# SliTaz package receipt v2. 123.6 123.7 PACKAGE="emelfm2" 123.8 VERSION="0.9.1" 123.9 @@ -6,35 +6,33 @@ 123.10 SHORT_DESC="GTK powerfull file manager." 123.11 MAINTAINER="pankso@slitaz.org" 123.12 LICENSE="GPL3" 123.13 +WEB_SITE="https://web.archive.org/web/20171213042310/http://emelfm2.net/" 123.14 + 123.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 123.16 -WEB_SITE="https://web.archive.org/web/20171213042310/http://emelfm2.net/" 123.17 WGET_URL="http://emelfm2.net/rel/$TARBALL" # FIXME 123.18 -TAGS="file-manager" 123.19 123.20 -DEPENDS="gtk+ xorg-libXdamage" 123.21 -BUILD_DEPENDS="gtk+-dev xorg-xorgproto libmagic-dev \ 123.22 +BUILD_DEPENDS="gtk2-dev xorg-xorgproto libmagic-dev \ 123.23 coreutils-operations gettext-tools" 123.24 123.25 -# Rules to configure and make the package. 123.26 -compile_rules() 123.27 -{ 123.28 +compile_rules() { 123.29 sed -i 's|xpdf|epdfview|g' src/e2_filetype.c 123.30 sed -i 's|gview|viewnior|g' src/e2_filetype.c 123.31 sed -i 's|totem|xine|g' src/e2_filetype.c 123.32 sed -i 's|Totem|Xine|g' src/e2_filetype.c 123.33 + 123.34 make PREFIX=/usr && 123.35 make i18n PREFIX=/usr && 123.36 make install PREFIX=$DESTDIR/usr && 123.37 make install_i18n PREFIX=$DESTDIR/usr 123.38 } 123.39 123.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 123.41 -genpkg_rules() 123.42 -{ 123.43 +genpkg_rules() { 123.44 mkdir -p $fs/usr/share 123.45 cp -a $install/usr/bin $fs/usr 123.46 cp -a $install/usr/lib $fs/usr 123.47 cp -a $install/usr/share/pixmaps $fs/usr/share 123.48 cd $fs/usr/share/pixmaps 123.49 ln -s emelfm2/emelfm2_32.png emelfm2.png 123.50 + DEPENDS="gtk2 xorg-libXdamage" 123.51 + TAGS="file-manager" 123.52 }
124.1 --- a/emerald-themes/receipt Mon Oct 15 16:44:45 2018 +0300 124.2 +++ b/emerald-themes/receipt Tue Oct 16 16:46:05 2018 +0300 124.3 @@ -11,7 +11,7 @@ 124.4 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 124.5 124.6 DEPENDS="xorg-libX11 emerald" 124.7 -BUILD_DEPENDS="xorg-dev gtk+-dev autoconf automake libtool" 124.8 +BUILD_DEPENDS="xorg-dev gtk2-dev autoconf automake libtool" 124.9 124.10 # Rules to configure and make the package. 124.11 compile_rules()
125.1 --- a/emerald/receipt Mon Oct 15 16:44:45 2018 +0300 125.2 +++ b/emerald/receipt Tue Oct 16 16:46:05 2018 +0300 125.3 @@ -11,7 +11,7 @@ 125.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 125.5 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 125.6 125.7 -BUILD_DEPENDS="xorg-dev gtk+-dev libwnck2-dev compiz-core-dev \ 125.8 +BUILD_DEPENDS="xorg-dev gtk2-dev libwnck2-dev compiz-core-dev \ 125.9 libtool autoconf automake intltool" 125.10 125.11 compile_rules() { 125.12 @@ -42,5 +42,5 @@ 125.13 125.14 genpkg_rules() { 125.15 copy @std 125.16 - DEPENDS="xorg-libX11 gtk+ libwnck2 compiz-core" 125.17 + DEPENDS="xorg-libX11 gtk2 libwnck2 compiz-core" 125.18 }
126.1 --- a/enchant/receipt Mon Oct 15 16:44:45 2018 +0300 126.2 +++ b/enchant/receipt Tue Oct 16 16:46:05 2018 +0300 126.3 @@ -7,13 +7,13 @@ 126.4 MAINTAINER="pankso@slitaz.org" 126.5 LICENSE="LGPL2.1" 126.6 WEB_SITE="https://abiword.github.io/enchant/" 126.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/enchant.html" 126.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/enchant.html" 126.9 126.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 126.11 WGET_URL="https://github.com/AbiWord/enchant/releases/download/enchant-${VERSION//./-}/$TARBALL" 126.12 126.13 BUILD_DEPENDS="glib-dev hunspell-dev aspell-dev" 126.14 -SPLIT="enchant-aspell enchant-hunspell enchant enchant-dev" 126.15 +SPLIT="$PACKAGE-aspell $PACKAGE-hunspell $PACKAGE $PACKAGE-dev" 126.16 126.17 compile_rules() { 126.18 ./configure $CONFIGURE_ARGS && 126.19 @@ -24,12 +24,12 @@ 126.20 126.21 genpkg_rules() { 126.22 case $PACKAGE in 126.23 - enchant-aspell) 126.24 + *-aspell) 126.25 copy libenchant_aspell.so 126.26 CAT="text|aspell backend" 126.27 DEPENDS="aspell enchant glib" 126.28 ;; 126.29 - enchant-hunspell) 126.30 + *-hunspell) 126.31 copy libenchant_myspell.so 126.32 CAT="text|hunspell backend" 126.33 DEPENDS="enchant glib hunspell" 126.34 @@ -40,7 +40,7 @@ 126.35 SUGGESTED="aspell" 126.36 TAGS="spell check" 126.37 ;; 126.38 - enchant-dev) 126.39 + *-dev) 126.40 copy @dev *.la 126.41 DEPENDS="enchant enchant-aspell enchant-hunspell glib-dev" 126.42 ;;
127.1 --- a/engrampa/receipt Mon Oct 15 16:44:45 2018 +0300 127.2 +++ b/engrampa/receipt Tue Oct 16 16:46:05 2018 +0300 127.3 @@ -11,7 +11,7 @@ 127.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 127.5 WGET_URL="https://github.com/mate-desktop/engrampa/archive/v$VERSION.tar.gz" 127.6 127.7 -BUILD_DEPENDS="mate-common yelp-tools gtk+3-dev caja-dev json-glib-dev itstool \ 127.8 +BUILD_DEPENDS="mate-common yelp-tools gtk3-dev caja-dev json-glib-dev itstool \ 127.9 xorg-libSM-dev" 127.10 127.11 compile_rules() { 127.12 @@ -25,7 +25,7 @@ 127.13 127.14 genpkg_rules() { 127.15 copy @std 127.16 - DEPENDS="cairo caja gdk-pixbuf glib gtk+3 json-glib pango" 127.17 + DEPENDS="cairo caja gdk-pixbuf glib gtk3 json-glib pango" 127.18 SUGGESTED="unrar unace p7zip zip" 127.19 TAGS="MATE" 127.20 }
128.1 --- a/eom/receipt Mon Oct 15 16:44:45 2018 +0300 128.2 +++ b/eom/receipt Tue Oct 16 16:46:05 2018 +0300 128.3 @@ -13,7 +13,7 @@ 128.4 128.5 BUILD_DEPENDS="mate-common yelp-tools gtk-doc itstool \ 128.6 gobject-introspection-dev libexif-dev lcms2-dev exempi-dev libjpeg-turbo-dev \ 128.7 -dbus-glib-dev librsvg-dev gtk+3-dev mate-desktop-dev gdk-pixbuf-dev \ 128.8 +dbus-glib-dev librsvg-dev gtk3-dev mate-desktop-dev gdk-pixbuf-dev \ 128.9 shared-mime-info-dev libpeas-dev" 128.10 SPLIT="eom-dev" 128.11 128.12 @@ -30,12 +30,12 @@ 128.13 eom) 128.14 copy @std 128.15 DEPENDS="atk cairo dbus-glib exempi gdk-pixbuf glib \ 128.16 - gobject-introspection gtk+3 lcms2 libexif libjpeg-turbo libpeas \ 128.17 + gobject-introspection gtk3 lcms2 libexif libjpeg-turbo libpeas \ 128.18 libpeas-gtk librsvg libxml2 mate-desktop xorg-libX11 zlib" 128.19 ;; 128.20 *-dev) 128.21 copy @dev 128.22 - DEPENDS="eom glib-dev gtk+3-dev" 128.23 + DEPENDS="eom glib-dev gtk3-dev" 128.24 ;; 128.25 esac 128.26 TAGS="MATE"
129.1 --- a/epdfview-cups/receipt Mon Oct 15 16:44:45 2018 +0300 129.2 +++ b/epdfview-cups/receipt Tue Oct 16 16:46:05 2018 +0300 129.3 @@ -13,8 +13,8 @@ 129.4 WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz" 129.5 PROVIDE="epdfview:cups" 129.6 129.7 -DEPENDS="gtk+ poppler glib libpng16 cups xorg-libXdamage gcc-lib-base libcomerr3" 129.8 -BUILD_DEPENDS="gtk+-dev poppler-dev poppler cups cups-dev" 129.9 +DEPENDS="gtk2 poppler glib libpng16 cups xorg-libXdamage gcc-lib-base libcomerr3" 129.10 +BUILD_DEPENDS="gtk2-dev poppler-dev poppler cups cups-dev" 129.11 129.12 # Rules to configure and make the package. 129.13 compile_rules()
130.1 --- a/epdfview/receipt Mon Oct 15 16:44:45 2018 +0300 130.2 +++ b/epdfview/receipt Tue Oct 16 16:46:05 2018 +0300 130.3 @@ -1,22 +1,19 @@ 130.4 -# SliTaz package receipt. 130.5 +# SliTaz package receipt v2. 130.6 130.7 PACKAGE="epdfview" 130.8 VERSION="0.1.8" 130.9 CATEGORY="office" 130.10 -SHORT_DESC="Lightweight PDF document viewer using Poppler." 130.11 +SHORT_DESC="Lightweight PDF document viewer using Poppler" 130.12 MAINTAINER="pankso@slitaz.org" 130.13 LICENSE="GPL2" 130.14 +WEB_SITE="https://github.com/jristz/epdfview" 130.15 + 130.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 130.17 -WEB_SITE="https://github.com/jristz/epdfview" 130.18 WGET_URL="https://github.com/jristz/epdfview/archive/$VERSION.tar.gz" 130.19 -TAGS="pdf viewer" 130.20 130.21 -DEPENDS="gtk+ poppler glib libpng16 xorg-libXdamage gcc-lib-base" 130.22 -BUILD_DEPENDS="gtk+-dev poppler-dev poppler cairo-dev" 130.23 +BUILD_DEPENDS="gtk2-dev poppler-dev poppler cairo-dev" 130.24 130.25 -# Rules to configure and make the package. 130.26 -compile_rules() 130.27 -{ 130.28 +compile_rules() { 130.29 sed -i 's/FORMAT_RGB24/FORMAT_ARGB32/g' src/PDFDocument.cxx 130.30 sed -i 's/firefox/browser/g' src/Config.cxx 130.31 sed -i 's/<config.h>/&\n#include <stdio.h>\n#define g_fopen fopen/' \ 130.32 @@ -26,15 +23,17 @@ 130.33 ./configure \ 130.34 --without-cups \ 130.35 $CONFIGURE_ARGS && 130.36 - make && make install 130.37 + make && 130.38 + make install || return 1 130.39 + 130.40 cp -f $stuff/*.desktop $install/usr/share/applications 130.41 } 130.42 130.43 -# Rules to gen a SliTaz package suitable for Tazpkg. 130.44 -genpkg_rules() 130.45 -{ 130.46 +genpkg_rules() { 130.47 copy epdfview *.desktop *.xml 130.48 mkdir -p $fs/usr/share/icons/hicolor/48x48/apps 130.49 cp $install/usr/share/epdfview/pixmaps/icon_epdfview-48.png \ 130.50 $fs/usr/share/icons/hicolor/48x48/apps/epdfview.png 130.51 + DEPENDS="gtk2 poppler glib libpng16 xorg-libXdamage gcc-lib-base" 130.52 + TAGS="pdf viewer" 130.53 }
131.1 --- a/etherape/receipt Mon Oct 15 16:44:45 2018 +0300 131.2 +++ b/etherape/receipt Tue Oct 16 16:46:05 2018 +0300 131.3 @@ -11,7 +11,7 @@ 131.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 131.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 131.6 131.7 -BUILD_DEPENDS="gcc glib-dev glibc-dev libglade-dev libgnome-dev gtk+-dev \ 131.8 +BUILD_DEPENDS="gcc glib-dev glibc-dev libglade-dev libgnome-dev gtk2-dev \ 131.9 libgnomeui-dev libpcap-dev gnome-doc-utils openssl-dev libxslt-dev \ 131.10 ossp-uuid-dev" 131.11 131.12 @@ -33,7 +33,7 @@ 131.13 131.14 genpkg_rules() { 131.15 copy @std 131.16 - DEPENDS="gtk+ libglade libgnome libpcap libgnomeui libltdl \ 131.17 + DEPENDS="gtk2 libglade libgnome libpcap libgnomeui libltdl \ 131.18 openssl libxslt libgnome-keyring util-linux-uuid" 131.19 TAGS="ip monitoring network tcp vlan wlan" 131.20 }
132.1 --- a/evilvte/receipt Mon Oct 15 16:44:45 2018 +0300 132.2 +++ b/evilvte/receipt Tue Oct 16 16:46:05 2018 +0300 132.3 @@ -1,4 +1,4 @@ 132.4 -# SliTaz package receipt. 132.5 +# SliTaz package receipt v2. 132.6 132.7 PACKAGE="evilvte" 132.8 VERSION="0.5.2~pre1" 132.9 @@ -11,7 +11,7 @@ 132.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 132.11 WGET_URL="$WEB_SITE$TARBALL" 132.12 132.13 -BUILD_DEPENDS="gtk+-dev ncurses-dev vte-gtk2-dev" 132.14 +BUILD_DEPENDS="gtk2-dev ncurses-dev vte-gtk2-dev" 132.15 132.16 compile_rules() { 132.17 ./configure --prefix=/usr && 132.18 @@ -21,6 +21,6 @@ 132.19 132.20 genpkg_rules() { 132.21 copy @std @ico 132.22 - DEPENDS="gtk+ ncurses vte-gtk2" 132.23 + DEPENDS="gtk2 ncurses vte-gtk2" 132.24 TAGS="terminal" 132.25 }
133.1 --- a/evince/receipt Mon Oct 15 16:44:45 2018 +0300 133.2 +++ b/evince/receipt Tue Oct 16 16:46:05 2018 +0300 133.3 @@ -12,7 +12,7 @@ 133.4 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" 133.5 133.6 BUILD_DEPENDS="gnome-doc-utils docbook-xml libxml2-dev \ 133.7 -gnome-icon-theme gtk+-dev intltool lcms-dev util-linux-uuid-dev \ 133.8 +gnome-icon-theme gtk2-dev intltool lcms-dev util-linux-uuid-dev \ 133.9 poppler-dev tiff-dev dbus-glib-dev xorg-dev lcms2-dev" 133.10 SPLIT="evince-dev" 133.11
134.1 --- a/evolution-data-server/receipt Mon Oct 15 16:44:45 2018 +0300 134.2 +++ b/evolution-data-server/receipt Tue Oct 16 16:46:05 2018 +0300 134.3 @@ -11,7 +11,7 @@ 134.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 134.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 134.6 134.7 -BUILD_DEPENDS="libglade-dev libsoup-dev gtk+-dev orbit2-dev libbonobo-dev \ 134.8 +BUILD_DEPENDS="libglade-dev libsoup-dev gtk2-dev orbit2-dev libbonobo-dev \ 134.9 gconf-dev libical-dev firefox-dev db-dev xorg-libxcb-dev popt-dev bison flex \ 134.10 glib-dev sqlite3-dev" 134.11 SPLIT="evolution-data-server-dev"
135.1 --- a/exempi/receipt Mon Oct 15 16:44:45 2018 +0300 135.2 +++ b/exempi/receipt Tue Oct 16 16:46:05 2018 +0300 135.3 @@ -7,7 +7,7 @@ 135.4 SHORT_DESC="An implementation of XMP (Adobe's Extensible Metadata Platform)" 135.5 MAINTAINER="yuripourre@gmail.com" 135.6 WEB_SITE="https://libopenraw.freedesktop.org/wiki/Exempi/" 135.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/exempi.html" 135.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/exempi.html" 135.9 135.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 135.11 WGET_URL="https://libopenraw.freedesktop.org/download/$TARBALL"
136.1 --- a/exiv2/receipt Mon Oct 15 16:44:45 2018 +0300 136.2 +++ b/exiv2/receipt Tue Oct 16 16:46:05 2018 +0300 136.3 @@ -7,7 +7,7 @@ 136.4 MAINTAINER="jozee@slitaz.org" 136.5 LICENSE="GPL2" 136.6 WEB_SITE="http://www.exiv2.org/" 136.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/exiv2.html" 136.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/exiv2.html" 136.9 136.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 136.11 WGET_URL="http://www.exiv2.org/builds/exiv2-$VERSION-trunk.tar.gz"
137.1 --- a/exo/receipt Mon Oct 15 16:44:45 2018 +0300 137.2 +++ b/exo/receipt Tue Oct 16 16:46:05 2018 +0300 137.3 @@ -11,7 +11,7 @@ 137.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 137.5 WGET_URL="http://archive.xfce.org/src/xfce/exo/${VERSION%.*}/$TARBALL" 137.6 137.7 -BUILD_DEPENDS="intltool gtk+-dev libxfce4util-dev libxfce4ui-dev" 137.8 +BUILD_DEPENDS="intltool gtk2-dev libxfce4util-dev libxfce4ui-dev" 137.9 SPLIT="exo-tools exo-dev" 137.10 137.11 compile_rules() { 137.12 @@ -29,17 +29,17 @@ 137.13 exo) 137.14 COOKOPTS="!menus !pixmaps" 137.15 copy *.so* 137.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+ libxfce4util pango \ 137.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk2 libxfce4util pango \ 137.18 xorg-libX11" 137.19 ;; 137.20 *-tools) 137.21 copy @std @rm 137.22 - DEPENDS="atk exo gdk-pixbuf glib gtk+ libxfce4ui libxfce4util pango" 137.23 + DEPENDS="atk exo gdk-pixbuf glib gtk2 libxfce4ui libxfce4util pango" 137.24 ;; 137.25 *-dev) 137.26 copy @dev 137.27 DEPENDS="exo exo-tools \ 137.28 - gtk+-dev libxfce4util-dev" 137.29 + gtk2-dev libxfce4util-dev" 137.30 ;; 137.31 esac 137.32 TAGS="Xfce"
138.1 --- a/extra-cmake-modules/receipt Mon Oct 15 16:44:45 2018 +0300 138.2 +++ b/extra-cmake-modules/receipt Tue Oct 16 16:46:05 2018 +0300 138.3 @@ -7,7 +7,7 @@ 138.4 MAINTAINER="al.bobylev@gmail.com" 138.5 LICENSE="BSD" 138.6 WEB_SITE="https://github.com/KDE/extra-cmake-modules" 138.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/kde/extra-cmake-modules.html" 138.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/kde/extra-cmake-modules.html" 138.9 138.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 138.11 WGET_URL="http://download.kde.org/stable/frameworks/${VERSION%.*}/$TARBALL"
139.1 --- a/extrema/receipt Mon Oct 15 16:44:45 2018 +0300 139.2 +++ b/extrema/receipt Tue Oct 16 16:46:05 2018 +0300 139.3 @@ -11,7 +11,7 @@ 139.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 139.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 139.6 139.7 -BUILD_DEPENDS="gtk+-dev wxWidgets28-dev" 139.8 +BUILD_DEPENDS="gtk2-dev wxWidgets28-dev" 139.9 139.10 compile_rules() { 139.11 sed -i "s|^pkgdatadir = |&$DESTDIR|" src/Makefile* 139.12 @@ -29,6 +29,6 @@ 139.13 139.14 genpkg_rules() { 139.15 copy @std 139.16 - DEPENDS="gtk+ wxWidgets28 xorg-libXxf86vm libxml2" 139.17 + DEPENDS="gtk2 wxWidgets28 xorg-libXxf86vm libxml2" 139.18 TAGS="data visualization analysis" 139.19 }
140.1 --- a/faac/receipt Mon Oct 15 16:44:45 2018 +0300 140.2 +++ b/faac/receipt Tue Oct 16 16:46:05 2018 +0300 140.3 @@ -7,12 +7,12 @@ 140.4 MAINTAINER="paul@slitaz.org" 140.5 LICENSE="GPL2" 140.6 WEB_SITE="https://www.audiocoding.com/" 140.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/faac.html" 140.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/faac.html" 140.9 140.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 140.11 WGET_URL="$SF_MIRROR/faac/$TARBALL" 140.12 140.13 -SPLIT="faac-dev" 140.14 +SPLIT="$PACKAGE-dev" 140.15 140.16 compile_rules() { 140.17 sed -i '/obj-type/d; /Long Term/d' frontend/main.c 140.18 @@ -28,7 +28,12 @@ 140.19 140.20 genpkg_rules() { 140.21 case $PACKAGE in 140.22 - faac) copy @std; TAGS="mp4 mpeg encoder";; 140.23 - *-dev) copy @dev;; 140.24 + faac) 140.25 + copy @std 140.26 + TAGS="mp4 mpeg encoder" 140.27 + ;; 140.28 + *-dev) 140.29 + copy @dev 140.30 + ;; 140.31 esac 140.32 }
141.1 --- a/fbpanel/receipt Mon Oct 15 16:44:45 2018 +0300 141.2 +++ b/fbpanel/receipt Tue Oct 16 16:46:05 2018 +0300 141.3 @@ -10,8 +10,8 @@ 141.4 WEB_SITE="http://fbpanel.sourceforge.net/" 141.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 141.6 141.7 -DEPENDS="gtk+" 141.8 -BUILD_DEPENDS="gtk+-dev" 141.9 +DEPENDS="gtk2" 141.10 +BUILD_DEPENDS="gtk2-dev" 141.11 141.12 # Rules to configure and make the package. 141.13 compile_rules()
142.1 --- a/fbreader/receipt Mon Oct 15 16:44:45 2018 +0300 142.2 +++ b/fbreader/receipt Tue Oct 16 16:46:05 2018 +0300 142.3 @@ -1,36 +1,30 @@ 142.4 -# SliTaz package receipt. 142.5 +# SliTaz package receipt v2. 142.6 142.7 PACKAGE="fbreader" 142.8 VERSION="0.12.10" 142.9 CATEGORY="utilities" 142.10 -SHORT_DESC="E-Book Reader. Supports many e-book formats." 142.11 +SHORT_DESC="E-Book Reader supporting many e-book formats" 142.12 MAINTAINER="devl547@gmail.com" 142.13 LICENSE="GPL3" 142.14 +WEB_SITE="http://www.fbreader.org/" 142.15 + 142.16 TARBALL="$PACKAGE-sources-$VERSION.tgz" 142.17 -WEB_SITE="http://www.fbreader.org/" 142.18 WGET_URL="http://www.fbreader.org/$TARBALL" 142.19 142.20 BUILD_DEPENDS="expat-dev liblinebreak-dev curl-dev fribidi-dev bzip2-dev \ 142.21 -sqlite3-dev gtk+-dev xorg-dev glib-dev gettext intltool" 142.22 -DEPENDS="expat liblinebreak curl fribidi bzip2 sqlite3 gtk+" 142.23 +sqlite3-dev gtk2-dev xorg-dev glib-dev gettext intltool" 142.24 142.25 -# Rules to configure and make the package. 142.26 -compile_rules() 142.27 -{ 142.28 - cd $src 142.29 +compile_rules() { 142.30 # GCC 4.5.0 fix 142.31 sed -i 's/Library::Library /Library /' fbreader/src/library/Library.cpp 142.32 echo "UI_TYPE = gtk" >> makefiles/target.mk 142.33 echo "TARGET_STATUS = release" >> makefiles/target.mk 142.34 + 142.35 make && 142.36 make DESTDIR=$DESTDIR install 142.37 } 142.38 142.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 142.40 -genpkg_rules() 142.41 -{ 142.42 - mkdir -p $fs/usr 142.43 - cp -a $install/usr/bin $fs/usr 142.44 - cp -a $install/usr/lib $fs/usr 142.45 - cp -a $install/usr/share $fs/usr 142.46 +genpkg_rules() { 142.47 + copy @std 142.48 + DEPENDS="expat liblinebreak curl fribidi bzip2 sqlite3 gtk2" 142.49 }
143.1 --- a/fbxkb/receipt Mon Oct 15 16:44:45 2018 +0300 143.2 +++ b/fbxkb/receipt Tue Oct 16 16:46:05 2018 +0300 143.3 @@ -11,7 +11,7 @@ 143.4 TARBALL="$PACKAGE-$VERSION.tgz" 143.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 143.6 143.7 -BUILD_DEPENDS="gtk+-dev xorg-libXmu-dev" 143.8 +BUILD_DEPENDS="gtk2-dev xorg-libXmu-dev" 143.9 143.10 compile_rules() { 143.11 ./configure && 143.12 @@ -21,5 +21,5 @@ 143.13 143.14 genpkg_rules() { 143.15 copy @std 143.16 - DEPENDS="gtk+ xorg-libXmu" 143.17 + DEPENDS="gtk2 xorg-libXmu" 143.18 }
144.1 --- a/fceux/receipt Mon Oct 15 16:44:45 2018 +0300 144.2 +++ b/fceux/receipt Tue Oct 16 16:46:05 2018 +0300 144.3 @@ -1,4 +1,4 @@ 144.4 -# SliTaz package receipt. 144.5 +# SliTaz package receipt v2. 144.6 144.7 PACKAGE="fceux" 144.8 VERSION="2.2.3" 144.9 @@ -6,26 +6,23 @@ 144.10 SHORT_DESC="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support" 144.11 MAINTAINER="slaxemulator@gmail.com" 144.12 LICENSE="GPL2" 144.13 +WEB_SITE="http://fceux.com/web/home.html" 144.14 + 144.15 TARBALL="$PACKAGE-$VERSION.src.tar.gz" 144.16 -WEB_SITE="http://fceux.com/web/home.html" 144.17 WGET_URL="$SF_MIRROR/fceultra/Source%20Code/$VERSION%20src/$TARBALL" 144.18 -TAGS="emulator nes" 144.19 144.20 -DEPENDS="libsdl lua gtk+" 144.21 -BUILD_DEPENDS="scons2 mesa-dev libsdl-dev lua-dev gtk+-dev zlib-dev \ 144.22 +BUILD_DEPENDS="scons2 mesa-dev libsdl-dev lua-dev gtk2-dev zlib-dev \ 144.23 elfutils-dev glu-dev" 144.24 144.25 -# Rules to configure and make the package. 144.26 -compile_rules() 144.27 -{ 144.28 +compile_rules() { 144.29 scons 144.30 sed -i "s|/usr/local|$DESTDIR/usr|" SConstruct 144.31 scons install 144.32 } 144.33 144.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 144.35 -genpkg_rules() 144.36 -{ 144.37 +genpkg_rules() { 144.38 mkdir -p $fs/usr 144.39 cp -a $install/usr/bin $fs/usr 144.40 + DEPENDS="libsdl lua gtk2" 144.41 + TAGS="emulator nes" 144.42 }
145.1 --- a/fcitx-configtool/receipt Mon Oct 15 16:44:45 2018 +0300 145.2 +++ b/fcitx-configtool/receipt Tue Oct 16 16:46:05 2018 +0300 145.3 @@ -10,8 +10,8 @@ 145.4 WEB_SITE="https://fcitx-im.org/wiki/Configtool" 145.5 WGET_URL="https://download.fcitx-im.org/$PACKAGE/$TARBALL" 145.6 145.7 -DEPENDS="fcitx gtk+" 145.8 -BUILD_DEPENDS="fcitx libunique-dev gtk+-dev cmake intltool xorg-libXrender-dev \ 145.9 +DEPENDS="fcitx gtk2" 145.10 +BUILD_DEPENDS="fcitx libunique-dev gtk2-dev cmake intltool xorg-libXrender-dev \ 145.11 cairo-dev pango-dev fcitx-dev file" 145.12 145.13 # Rules to configure and make the package.
146.1 --- a/fcitx-googlepinyin/receipt Mon Oct 15 16:44:45 2018 +0300 146.2 +++ b/fcitx-googlepinyin/receipt Tue Oct 16 16:46:05 2018 +0300 146.3 @@ -1,4 +1,4 @@ 146.4 -# SliTaz package receipt. 146.5 +# SliTaz package receipt v2. 146.6 146.7 PACKAGE="fcitx-googlepinyin" 146.8 VERSION="0.1.3" 146.9 @@ -6,30 +6,26 @@ 146.10 SHORT_DESC="Googlepinyin Wrapper for Fcitx" 146.11 MAINTAINER="lufeng369@slitaz.org" 146.12 LICENSE="GPL2" 146.13 +WEB_SITE="https://fcitx-im.org/wiki/Googlepinyin" 146.14 + 146.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 146.16 -WEB_SITE="https://fcitx-im.org/wiki/Googlepinyin" 146.17 WGET_URL="https://download.fcitx-im.org/$PACKAGE/$TARBALL" 146.18 146.19 -DEPENDS="fcitx libgooglepinyin" 146.20 -BUILD_DEPENDS="cairo-dev pango-dev intltool cmake gtk+-dev gcc fcitx fcitx-dev libgooglepinyin-dev" 146.21 +BUILD_DEPENDS="cairo-dev pango-dev intltool cmake gtk2-dev fcitx-dev libgooglepinyin-dev" 146.22 146.23 -# Rules to configure and make the package. 146.24 -compile_rules() 146.25 -{ 146.26 - mkdir -p $src/build 146.27 - cd $src/build 146.28 +compile_rules() { 146.29 + mkdir build 146.30 + cd build 146.31 cmake $src -DCMAKE_INSTALL_PREFIX=/usr || return 1 146.32 cd $src 146.33 make -C build || return 1 146.34 make install/fast -C build DESTDIR=$DESTDIR 146.35 } 146.36 146.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 146.38 -genpkg_rules() 146.39 -{ 146.40 +genpkg_rules() { 146.41 mkdir -p $fs/usr/share/fcitx/ $fs/usr/lib/fcitx/ 146.42 cp -a $install/usr/share/fcitx/addon/ $fs/usr/share/fcitx/ 146.43 cp -a $install/usr/share/fcitx/configdesc/ $fs/usr/share/fcitx/ 146.44 cp -a $install/usr/lib/fcitx/fcitx-googlepinyin* $fs/usr/lib/fcitx/ 146.45 + DEPENDS="fcitx libgooglepinyin" 146.46 } 146.47 -
147.1 --- a/fcitx/receipt Mon Oct 15 16:44:45 2018 +0300 147.2 +++ b/fcitx/receipt Tue Oct 16 16:46:05 2018 +0300 147.3 @@ -10,7 +10,7 @@ 147.4 WEB_SITE="https://fcitx-im.org/wiki/Fcitx" 147.5 WGET_URL="https://download.fcitx-im.org/$PACKAGE/$TARBALL" 147.6 147.7 -BUILD_DEPENDS="cmake intltool cairo-dev pango-dev gtk+-dev dbus-dev opencc-dev" 147.8 +BUILD_DEPENDS="cmake intltool cairo-dev pango-dev gtk2-dev dbus-dev opencc-dev" 147.9 SPLIT="fcitx-dev fcitx-skin-classic fcitx-skin-dark fcitx-skin-default \ 147.10 fcitx-tools libfcitx" 147.11 147.12 @@ -35,7 +35,7 @@ 147.13 { 147.14 case $PACKAGE in 147.15 fcitx) 147.16 - DEPENDS="libfcitx fcitx-skin-default gtk+" 147.17 + DEPENDS="libfcitx fcitx-skin-default gtk2" 147.18 mkdir -p $fs/usr/bin/ $fs/usr/share/fcitx/ $fs/usr/share/applications/ 147.19 cp -a $install/usr/bin/fcitx $fs/usr/bin/ 147.20 cp -a $install/usr/bin/fcitx-configtool $fs/usr/bin/
148.1 --- a/ffmpeg/receipt Mon Oct 15 16:44:45 2018 +0300 148.2 +++ b/ffmpeg/receipt Tue Oct 16 16:46:05 2018 +0300 148.3 @@ -7,7 +7,7 @@ 148.4 MAINTAINER="pascal.bellard@slitaz.org" 148.5 LICENSE="GPL2 LGPL2.1" 148.6 WEB_SITE="http://ffmpeg.org/" 148.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/ffmpeg.html" 148.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/ffmpeg.html" 148.9 148.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 148.11 WGET_URL="${WEB_SITE}releases/$TARBALL"
149.1 --- a/fftw/receipt Mon Oct 15 16:44:45 2018 +0300 149.2 +++ b/fftw/receipt Tue Oct 16 16:46:05 2018 +0300 149.3 @@ -7,7 +7,7 @@ 149.4 MAINTAINER="jozee@slitaz.org" 149.5 LICENSE="GPL2" 149.6 WEB_SITE="http://www.fftw.org/" 149.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/fftw.html" 149.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/fftw.html" 149.9 149.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 149.11 WGET_URL="http://www.fftw.org/$TARBALL"
150.1 --- a/firefox-official/receipt Mon Oct 15 16:44:45 2018 +0300 150.2 +++ b/firefox-official/receipt Tue Oct 16 16:46:05 2018 +0300 150.3 @@ -89,8 +89,8 @@ 150.4 esac 150.5 CAT="network|$lang language" 150.6 cp -a $install/* $fs 150.7 - DEPENDS="atk cairo dbus dbus-glib fontconfig freetype gdk-pixbuf glib gtk+ \ 150.8 - gtk+3 pango xorg-libX11 xorg-libXcomposite xorg-libXdamage xorg-libXext \ 150.9 + DEPENDS="atk cairo dbus dbus-glib fontconfig freetype gdk-pixbuf glib gtk2 \ 150.10 + gtk3 pango xorg-libX11 xorg-libXcomposite xorg-libXdamage xorg-libXext \ 150.11 xorg-libXfixes xorg-libXrender xorg-libXt xorg-libxcb" 150.12 TAGS="web-browser" 150.13 }
151.1 --- a/firefox/receipt Mon Oct 15 16:44:45 2018 +0300 151.2 +++ b/firefox/receipt Tue Oct 16 16:46:05 2018 +0300 151.3 @@ -11,11 +11,11 @@ 151.4 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/$TARBALL" 151.5 TAGS="web-browser" 151.6 151.7 -DEPENDS="gtk+ sqlite3 dbus dbus-glib glib jpeg xorg-libX11 xorg-libXdamage \ 151.8 +DEPENDS="gtk2 sqlite3 dbus dbus-glib glib jpeg xorg-libX11 xorg-libXdamage \ 151.9 alsa-lib xorg-libXt libevent libvpx pango nss libfirefox" 151.10 BUILD_DEPENDS="zip libidl coreutils findutils wireless_tools-dev \ 151.11 perl python yasm alsa-lib-dev mesa-dev libevent-dev libvpx-dev dbus-dev \ 151.12 -dbus-glib-dev gtk+-dev glib-dev pango-dev nss-dev sqlite3-dev tar gzip" 151.13 +dbus-glib-dev gtk2-dev glib-dev pango-dev nss-dev sqlite3-dev tar gzip" 151.14 SPLIT="firefox firefox-dev libfirefox" 151.15 151.16 # Rules to configure and make the package. 151.17 @@ -149,7 +149,7 @@ 151.18 ;; 151.19 libfirefox) 151.20 CAT="network|firefox/thunderbird common files" 151.21 - DEPENDS="gtk+ sqlite3 dbus dbus-glib glib jpeg xorg-libX11 \ 151.22 + DEPENDS="gtk2 sqlite3 dbus dbus-glib glib jpeg xorg-libX11 \ 151.23 xorg-libXdamage alsa-lib xorg-libXt" 151.24 # dictionaries/en-US.aff 151.25 # dictionaries/en-US.dic
152.1 --- a/florence-gtk2/receipt Mon Oct 15 16:44:45 2018 +0300 152.2 +++ b/florence-gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 152.3 @@ -13,8 +13,8 @@ 152.4 WGET_URL="$SF_MIRROR/florence/$TARBALL" 152.5 152.6 BUILD_DEPENDS="intltool gconf-dev xorg-libX11-dev glib-dev cairo-dev \ 152.7 -librsvg-dev libxml2-dev gtk+-dev gstreamer0-dev xorg-libXtst-dev \ 152.8 -at-spi2-core-dev at-spi2-atk-dev gtk+-dev" 152.9 +librsvg-dev libxml2-dev gtk2-dev gstreamer0-dev xorg-libXtst-dev \ 152.10 +at-spi2-core-dev at-spi2-atk-dev gtk2-dev" 152.11 152.12 compile_rules() { 152.13 ./configure \ 152.14 @@ -28,7 +28,7 @@ 152.15 152.16 genpkg_rules() { 152.17 copy @std *.mo 152.18 - DEPENDS="gconf at-spi2-core cairo gdk-pixbuf glib gstreamer0 gtk+ librsvg \ 152.19 + DEPENDS="gconf at-spi2-core cairo gdk-pixbuf glib gstreamer0 gtk2 librsvg \ 152.20 libxml2 pango xorg-libX11 xorg-libXtst" 152.21 PROVIDE="florence" 152.22 }
153.1 --- a/florence/receipt Mon Oct 15 16:44:45 2018 +0300 153.2 +++ b/florence/receipt Tue Oct 16 16:46:05 2018 +0300 153.3 @@ -12,7 +12,7 @@ 153.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 153.5 153.6 BUILD_DEPENDS="intltool glib-dev xorg-libXext-dev cairo-dev librsvg-dev \ 153.7 -libxml2-dev gstreamer1-dev gtk+3-dev xorg-libXtst-dev" 153.8 +libxml2-dev gstreamer1-dev gtk3-dev xorg-libXtst-dev" 153.9 SPLIT="florence-dev" 153.10 153.11 compile_rules() { 153.12 @@ -34,7 +34,7 @@ 153.13 case $PACKAGE in 153.14 florence) 153.15 copy @std *.mo 153.16 - DEPENDS="cairo gdk-pixbuf glib gstreamer1 gtk+3 librsvg libxml2 \ 153.17 + DEPENDS="cairo gdk-pixbuf glib gstreamer1 gtk3 librsvg libxml2 \ 153.18 pango xorg-libX11 xorg-libXext xorg-libXtst" 153.19 ;; 153.20 *-dev)
154.1 --- a/fltk/receipt Mon Oct 15 16:44:45 2018 +0300 154.2 +++ b/fltk/receipt Tue Oct 16 16:46:05 2018 +0300 154.3 @@ -7,7 +7,7 @@ 154.4 MAINTAINER="pankso@slitaz.org" 154.5 LICENSE="LGPL2" 154.6 WEB_SITE="http://www.fltk.org/" 154.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/fltk.html" 154.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/fltk.html" 154.9 154.10 TARBALL="$PACKAGE-$VERSION-source.tar.gz" 154.11 WGET_URL="http://fltk.org/pub/fltk/$VERSION/$TARBALL"
155.1 --- a/font-manager/receipt Mon Oct 15 16:44:45 2018 +0300 155.2 +++ b/font-manager/receipt Tue Oct 16 16:46:05 2018 +0300 155.3 @@ -12,7 +12,7 @@ 155.4 WGET_URL="https://github.com/FontManager/master/releases/download/$VERSION/$TARBALL" 155.5 155.6 BUILD_DEPENDS="vala gettext intltool freetype-dev fontconfig-dev json-glib-dev \ 155.7 -cairo-dev gtk+3-dev libgee-dev gucharmap3-dev sqlite3-dev yelp-tools itstool \ 155.8 +cairo-dev gtk3-dev libgee-dev gucharmap3-dev sqlite3-dev yelp-tools itstool \ 155.9 file gobject-introspection-dev" 155.10 155.11 compile_rules() { 155.12 @@ -26,6 +26,6 @@ 155.13 155.14 genpkg_rules() { 155.15 copy @std 155.16 - DEPENDS="cairo fontconfig freetype glib gtk+3 gucharmap3 json-glib libgee \ 155.17 + DEPENDS="cairo fontconfig freetype glib gtk3 gucharmap3 json-glib libgee \ 155.18 libsqlite3 libxml2 pango" 155.19 }
156.1 --- a/fontforge/receipt Mon Oct 15 16:44:45 2018 +0300 156.2 +++ b/fontforge/receipt Tue Oct 16 16:46:05 2018 +0300 156.3 @@ -14,7 +14,7 @@ 156.4 BUILD_DEPENDS="libtool perl-dev tar autoconf automake bash coreutils-line \ 156.5 xorg-libX11-dev xorg-libICE-dev zlib-dev freetype-dev libjpeg-turbo-dev \ 156.6 libpng16-dev tiff-dev readline-dev cairo-dev pango-dev xorg-libXft-dev \ 156.7 -gtk+-dev python-dev libuninameslist-dev libspiro-dev util-linux-uuid-dev \ 156.8 +gtk2-dev python-dev libuninameslist-dev libspiro-dev util-linux-uuid-dev \ 156.9 xorg-libSM-dev gettext" 156.10 SPLIT="fontforge-fonts fontforge-dev" 156.11 156.12 @@ -36,7 +36,7 @@ 156.13 fontforge) 156.14 copy @std *.mo 156.15 rm $fs/usr/share/fontforge/pixmaps/*.ttf 156.16 - DEPENDS="gtk+ libuninameslist python libspiro libltdl xorg-libSM" 156.17 + DEPENDS="gtk2 libuninameslist python libspiro libltdl xorg-libSM" 156.18 TAGS="editor font" 156.19 ;; 156.20 *-fonts)
157.1 --- a/four-in-a-row/receipt Mon Oct 15 16:44:45 2018 +0300 157.2 +++ b/four-in-a-row/receipt Tue Oct 16 16:46:05 2018 +0300 157.3 @@ -11,7 +11,7 @@ 157.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 157.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 157.6 157.7 -BUILD_DEPENDS="vala glib-dev gtk+3-dev librsvg-dev libcanberra-dev gettext \ 157.8 +BUILD_DEPENDS="vala glib-dev gtk3-dev librsvg-dev libcanberra-dev gettext \ 157.9 itstool" 157.10 157.11 compile_rules() { 157.12 @@ -24,5 +24,5 @@ 157.13 157.14 genpkg_rules() { 157.15 copy @std 157.16 - DEPENDS="cairo gdk-pixbuf glib gtk+3 libcanberra libcanberra-gtk3" 157.17 + DEPENDS="cairo gdk-pixbuf glib gtk3 libcanberra libcanberra-gtk3" 157.18 }
158.1 --- a/fpm2/receipt Mon Oct 15 16:44:45 2018 +0300 158.2 +++ b/fpm2/receipt Tue Oct 16 16:46:05 2018 +0300 158.3 @@ -10,10 +10,10 @@ 158.4 WEB_SITE="https://als.regnet.cz/fpm2/" 158.5 WGET_URL="https://als.regnet.cz/fpm2/download/$TARBALL" 158.6 158.7 -DEPENDS="expat gtk+ libxml2 xorg-libX11 xorg-libXau xorg-libXcomposite \ 158.8 +DEPENDS="expat gtk2 libxml2 xorg-libX11 xorg-libXau xorg-libXcomposite \ 158.9 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 158.10 xorg-libXrandr xorg-libXrender xorg-libXdamage" 158.11 -BUILD_DEPENDS="gtk+-dev libxml2-dev" 158.12 +BUILD_DEPENDS="gtk2-dev libxml2-dev" 158.13 158.14 # Rules to configure and make the package. 158.15 compile_rules()
159.1 --- a/freeciv/receipt Mon Oct 15 16:44:45 2018 +0300 159.2 +++ b/freeciv/receipt Tue Oct 16 16:46:05 2018 +0300 159.3 @@ -11,7 +11,7 @@ 159.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 159.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 159.6 159.7 -BUILD_DEPENDS="zlib-dev ncurses-dev readline-dev gtk+-dev gettext \ 159.8 +BUILD_DEPENDS="zlib-dev ncurses-dev readline-dev gtk2-dev gettext \ 159.9 libsdl-mixer-dev glibc-locale bzip2-dev expat-dev" 159.10 159.11 compile_rules() { 159.12 @@ -28,7 +28,7 @@ 159.13 159.14 genpkg_rules() { 159.15 copy @std 159.16 - DEPENDS="zlib ncurses readline gtk+ gettext-base xorg-libXdamage \ 159.17 + DEPENDS="zlib ncurses readline gtk2 gettext-base xorg-libXdamage \ 159.18 libsdl-mixer bzip2" 159.19 TAGS="strategy" 159.20 }
160.1 --- a/freepats/receipt Mon Oct 15 16:44:45 2018 +0300 160.2 +++ b/freepats/receipt Tue Oct 16 16:46:05 2018 +0300 160.3 @@ -1,37 +1,32 @@ 160.4 -# SliTaz package receipt. 160.5 +# SliTaz package receipt v2. 160.6 160.7 PACKAGE="freepats" 160.8 VERSION="20060219" 160.9 CATEGORY="multimedia" 160.10 -SHORT_DESC="Free and open set of instrument patches." 160.11 +SHORT_DESC="Free and open set of instrument patches" 160.12 MAINTAINER="paul@slitaz.org" 160.13 LICENSE="GPL2" 160.14 +WEB_SITE="http://freepats.zenvoid.org/" 160.15 + 160.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 160.17 -WEB_SITE="http://freepats.zenvoid.org/" 160.18 WGET_URL="http://freepats.zenvoid.org/$TARBALL" 160.19 160.20 -DEPENDS="TiMidity++" 160.21 -BUILD_DEPENDS="" 160.22 - 160.23 -# Rules to gen a SliTaz package suitable for Tazpkg. 160.24 -genpkg_rules() 160.25 -{ 160.26 +genpkg_rules() { 160.27 mkdir -p $fs/usr/share/timidity 160.28 cp -a $src $fs/usr/share/timidity/freepats 160.29 chown -R root.root $fs/usr/share/timidity/freepats 160.30 + DEPENDS="timidity++" 160.31 } 160.32 160.33 -post_install() 160.34 -{ 160.35 +post_install() { 160.36 # Update timidity.cfg 160.37 cat >> "$1/usr/share/timidity/timidity.cfg" <<EOF 160.38 -# freepats 160.39 +# freepats 160.40 dir /usr/share/timidity/freepats 160.41 source /usr/share/timidity/freepats/freepats.cfg 160.42 EOF 160.43 } 160.44 160.45 -post_remove() 160.46 -{ 160.47 +post_remove() { 160.48 sed -i '/freepats/d' "$1/usr/share/timidity/timidity.cfg" 160.49 }
161.1 --- a/freetuxtv/receipt Mon Oct 15 16:44:45 2018 +0300 161.2 +++ b/freetuxtv/receipt Tue Oct 16 16:46:05 2018 +0300 161.3 @@ -1,33 +1,30 @@ 161.4 -# SliTaz package receipt. 161.5 +# SliTaz package receipt v2. 161.6 161.7 PACKAGE="freetuxtv" 161.8 VERSION="0.6.5" 161.9 CATEGORY="network" 161.10 -SHORT_DESC="FreetuxTV is a free GTK+ WebTV and Web Radio player for Linux." 161.11 +SHORT_DESC="FreetuxTV is a free GTK+ WebTV and Web Radio player for Linux" 161.12 MAINTAINER="pascal.bellard@slitaz.org" 161.13 LICENSE="GPL3" 161.14 WEB_SITE="http://code.google.com/p/freetuxtv/" 161.15 + 161.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 161.17 WGET_URL="http://freetuxtv.googlecode.com/files/$TARBALL" 161.18 161.19 -DEPENDS="gtk+ glib dbus-glib libsqlite3 libvlc libcurl libnotify" 161.20 -BUILD_DEPENDS="gtk+-dev glib-dev dbus-glib-dev libsqlite3 sqlite3-dev \ 161.21 +BUILD_DEPENDS="gtk2-dev glib-dev dbus-glib-dev libsqlite3 sqlite3-dev \ 161.22 libvlc-dev libvlc curl-dev libnotify-dev intltool" 161.23 161.24 -# Rules to configure and make the package. 161.25 -compile_rules() 161.26 -{ 161.27 - cd $src 161.28 - ./configure --prefix=/usr \ 161.29 +compile_rules() { 161.30 + ./configure \ 161.31 + --prefix=/usr \ 161.32 $CONFIGURE_ARGS && 161.33 make && 161.34 make DESTDIR=$DESTDIR install 161.35 } 161.36 161.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 161.38 -genpkg_rules() 161.39 -{ 161.40 +genpkg_rules() { 161.41 mkdir -p $fs/usr/share/applications 161.42 cp -a $install/* $fs 161.43 cp $stuff/freetuxtv.desktop $fs/usr/share/applications 161.44 + DEPENDS="gtk2 glib dbus-glib libsqlite3 libvlc libcurl libnotify" 161.45 }
162.1 --- a/fsthost/receipt Mon Oct 15 16:44:45 2018 +0300 162.2 +++ b/fsthost/receipt Tue Oct 16 16:46:05 2018 +0300 162.3 @@ -1,4 +1,4 @@ 162.4 -# SliTaz package receipt. 162.5 +# SliTaz package receipt v2. 162.6 162.7 PACKAGE="fsthost" 162.8 VERSION="1.4.0" 162.9 @@ -6,21 +6,18 @@ 162.10 SHORT_DESC="FSTHost is VST host for Jack with GTK interface" 162.11 MAINTAINER="xj@wp.pl" 162.12 LICENSE="GPL2" 162.13 -WEB_SITE="http://fsthost.sourceforge.net" 162.14 +WEB_SITE="http://fsthost.sourceforge.net/" 162.15 + 162.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 162.17 -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE-$VERSION.tar.xz" 162.18 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 162.19 162.20 -DEPENDS="wine gtk+ libxml2 jack" 162.21 -BUILD_DEPENDS="gtk+-dev libxml2-dev wine-rt-dev jack-dev" 162.22 +BUILD_DEPENDS="gtk2-dev libxml2-dev wine-rt-dev jack-dev" 162.23 162.24 -# Rules to configure and make the package. 162.25 -compile_rules() 162.26 -{ 162.27 +compile_rules() { 162.28 make LIB_INST_PATH=/usr/lib DESTDIR=$install install 162.29 } 162.30 162.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 162.32 -genpkg_rules() 162.33 -{ 162.34 +genpkg_rules()n{ 162.35 cp -a $install/* $fs 162.36 + DEPENDS="wine gtk2 libxml2 jack" 162.37 }
163.1 --- a/fuse-emulator/receipt Mon Oct 15 16:44:45 2018 +0300 163.2 +++ b/fuse-emulator/receipt Tue Oct 16 16:46:05 2018 +0300 163.3 @@ -11,8 +11,8 @@ 163.4 TARBALL="fuse-$VERSION.tar.gz" 163.5 WGET_URL="$SF_MIRROR/fuse-emulator/$TARBALL" 163.6 163.7 -BUILD_DEPENDS="perl libspectrum-dev xorg-libX11-dev xorg-libICE-dev gtk+-dev \ 163.8 -gtk+3-dev alsa-lib-dev libsdl-dev libgcrypt-dev" 163.9 +BUILD_DEPENDS="perl libspectrum-dev xorg-libX11-dev xorg-libICE-dev gtk2-dev \ 163.10 +gtk3-dev alsa-lib-dev libsdl-dev libgcrypt-dev" 163.11 SPLIT="fuse-emulator-gtk3:gtk3" 163.12 163.13 compile_rules() { 163.14 @@ -31,13 +31,13 @@ 163.15 case $PACKAGE in 163.16 fuse-emulator) 163.17 copy @std @ico # only 16 and 48 163.18 - DEPENDS="alsa-lib gdk-pixbuf glib gtk+ libpng16 libsdl libspectrum \ 163.19 + DEPENDS="alsa-lib gdk-pixbuf glib gtk2 libpng16 libsdl libspectrum \ 163.20 libxml2 pango xorg-libX11 zlib" 163.21 ;; 163.22 fuse-emulator-gtk3) 163.23 copy @std @ico # only 16 and 48 163.24 CAT="games|with GTK+3 interface" 163.25 - DEPENDS="alsa-lib cairo gdk-pixbuf glib gtk+3 libpng16 libsdl \ 163.26 + DEPENDS="alsa-lib cairo gdk-pixbuf glib gtk3 libpng16 libsdl \ 163.27 libspectrum libxml2 pango xorg-libX11 zlib" 163.28 ;; 163.29 esac
164.1 --- a/fuse2/receipt Mon Oct 15 16:44:45 2018 +0300 164.2 +++ b/fuse2/receipt Tue Oct 16 16:46:05 2018 +0300 164.3 @@ -7,7 +7,7 @@ 164.4 MAINTAINER="pankso@slitaz.org" 164.5 LICENSE="GPL2" 164.6 WEB_SITE="https://github.com/libfuse/libfuse" 164.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/fuse2.html" 164.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/fuse2.html" 164.9 REPOLOGY="fuse" 164.10 164.11 TARBALL="fuse-$VERSION.tar.gz"
165.1 --- a/gadmin-antivirus/receipt Mon Oct 15 16:44:45 2018 +0300 165.2 +++ b/gadmin-antivirus/receipt Tue Oct 16 16:46:05 2018 +0300 165.3 @@ -11,7 +11,7 @@ 165.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 165.5 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" 165.6 165.7 -BUILD_DEPENDS="gtk+-dev" 165.8 +BUILD_DEPENDS="gtk2-dev" 165.9 165.10 compile_rules() { 165.11 ./configure $CONFIGURE_ARGS && 165.12 @@ -21,5 +21,5 @@ 165.13 165.14 genpkg_rules() { 165.15 copy @std 165.16 - DEPENDS="gtk+ clamav" 165.17 + DEPENDS="gtk2 clamav" 165.18 }
166.1 --- a/gadmin-bind/receipt Mon Oct 15 16:44:45 2018 +0300 166.2 +++ b/gadmin-bind/receipt Tue Oct 16 16:46:05 2018 +0300 166.3 @@ -11,7 +11,7 @@ 166.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 166.5 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" 166.6 166.7 -BUILD_DEPENDS="gtk+-dev" 166.8 +BUILD_DEPENDS="gtk2-dev" 166.9 166.10 compile_rules() { 166.11 ./configure $CONFIGURE_ARGS && 166.12 @@ -21,5 +21,5 @@ 166.13 166.14 genpkg_rules() { 166.15 copy @std 166.16 - DEPENDS="gtk+ bind" 166.17 + DEPENDS="gtk2 bind" 166.18 }
167.1 --- a/gadmin-dhcpd/receipt Mon Oct 15 16:44:45 2018 +0300 167.2 +++ b/gadmin-dhcpd/receipt Tue Oct 16 16:46:05 2018 +0300 167.3 @@ -11,7 +11,7 @@ 167.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 167.5 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" 167.6 167.7 -BUILD_DEPENDS="gtk+-dev" 167.8 +BUILD_DEPENDS="gtk2-dev" 167.9 167.10 compile_rules() { 167.11 ./configure $CONFIGURE_ARGS && 167.12 @@ -21,5 +21,5 @@ 167.13 167.14 genpkg_rules() { 167.15 copy @std 167.16 - DEPENDS="gtk+ dhcp" 167.17 + DEPENDS="gtk2 dhcp" 167.18 }
168.1 --- a/gadmin-httpd/receipt Mon Oct 15 16:44:45 2018 +0300 168.2 +++ b/gadmin-httpd/receipt Tue Oct 16 16:46:05 2018 +0300 168.3 @@ -11,7 +11,7 @@ 168.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 168.5 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" 168.6 168.7 -BUILD_DEPENDS="gtk+-dev" 168.8 +BUILD_DEPENDS="gtk2-dev" 168.9 168.10 compile_rules() { 168.11 ./configure $CONFIGURE_ARGS && 168.12 @@ -21,5 +21,5 @@ 168.13 168.14 genpkg_rules() { 168.15 copy @std 168.16 - DEPENDS="gtk+ apache" 168.17 + DEPENDS="gtk2 apache" 168.18 }
169.1 --- a/gadmin-openvpn-client/receipt Mon Oct 15 16:44:45 2018 +0300 169.2 +++ b/gadmin-openvpn-client/receipt Tue Oct 16 16:46:05 2018 +0300 169.3 @@ -11,7 +11,7 @@ 169.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 169.5 WGET_URL="http://dalalven.dtdns.net/linux/gadmin-openvpn/client/$TARBALL" 169.6 169.7 -BUILD_DEPENDS="gtk+-dev" 169.8 +BUILD_DEPENDS="gtk2-dev" 169.9 169.10 compile_rules() { 169.11 ./configure $CONFIGURE_ARGS && 169.12 @@ -21,5 +21,5 @@ 169.13 169.14 genpkg_rules() { 169.15 copy @std 169.16 - DEPENDS="gtk+ openvpn" 169.17 + DEPENDS="gtk2 openvpn" 169.18 }
170.1 --- a/gadmin-openvpn-server/receipt Mon Oct 15 16:44:45 2018 +0300 170.2 +++ b/gadmin-openvpn-server/receipt Tue Oct 16 16:46:05 2018 +0300 170.3 @@ -11,7 +11,7 @@ 170.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 170.5 WGET_URL="http://dalalven.dtdns.net/linux/gadmin-openvpn/server/$TARBALL" 170.6 170.7 -BUILD_DEPENDS="gtk+-dev" 170.8 +BUILD_DEPENDS="gtk2-dev" 170.9 170.10 compile_rules() { 170.11 ./configure $CONFIGURE_ARGS && 170.12 @@ -21,5 +21,5 @@ 170.13 170.14 genpkg_rules() { 170.15 copy @std 170.16 - DEPENDS="gtk+ openvpn" 170.17 + DEPENDS="gtk2 openvpn" 170.18 }
171.1 --- a/gadmin-proftpd/receipt Mon Oct 15 16:44:45 2018 +0300 171.2 +++ b/gadmin-proftpd/receipt Tue Oct 16 16:46:05 2018 +0300 171.3 @@ -11,7 +11,7 @@ 171.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 171.5 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" 171.6 171.7 -BUILD_DEPENDS="gtk+-dev" 171.8 +BUILD_DEPENDS="gtk2-dev" 171.9 171.10 compile_rules() { 171.11 ./configure $CONFIGURE_ARGS && 171.12 @@ -21,5 +21,5 @@ 171.13 171.14 genpkg_rules() { 171.15 copy @std 171.16 - DEPENDS="gtk+ proftpd" 171.17 + DEPENDS="gtk2 proftpd" 171.18 }
172.1 --- a/gadmin-rsync/receipt Mon Oct 15 16:44:45 2018 +0300 172.2 +++ b/gadmin-rsync/receipt Tue Oct 16 16:46:05 2018 +0300 172.3 @@ -11,7 +11,7 @@ 172.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 172.5 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" 172.6 172.7 -BUILD_DEPENDS="gtk+-dev" 172.8 +BUILD_DEPENDS="gtk2-dev" 172.9 172.10 compile_rules() { 172.11 ./configure $CONFIGURE_ARGS && 172.12 @@ -21,5 +21,5 @@ 172.13 172.14 genpkg_rules() { 172.15 copy @std 172.16 - DEPENDS="gtk+ rsync" 172.17 + DEPENDS="gtk2 rsync" 172.18 }
173.1 --- a/gadmin-samba/receipt Mon Oct 15 16:44:45 2018 +0300 173.2 +++ b/gadmin-samba/receipt Tue Oct 16 16:46:05 2018 +0300 173.3 @@ -11,7 +11,7 @@ 173.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 173.5 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" 173.6 173.7 -BUILD_DEPENDS="gtk+-dev" 173.8 +BUILD_DEPENDS="gtk2-dev" 173.9 173.10 compile_rules() { 173.11 ./configure $CONFIGURE_ARGS && 173.12 @@ -21,5 +21,5 @@ 173.13 173.14 genpkg_rules() { 173.15 copy @std 173.16 - DEPENDS="gtk+ samba" 173.17 + DEPENDS="gtk2 samba" 173.18 }
174.1 --- a/gadmin-sendmail/receipt Mon Oct 15 16:44:45 2018 +0300 174.2 +++ b/gadmin-sendmail/receipt Tue Oct 16 16:46:05 2018 +0300 174.3 @@ -11,7 +11,7 @@ 174.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 174.5 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" 174.6 174.7 -BUILD_DEPENDS="gtk+-dev" 174.8 +BUILD_DEPENDS="gtk2-dev" 174.9 174.10 compile_rules() { 174.11 ./configure $CONFIGURE_ARGS && 174.12 @@ -21,5 +21,5 @@ 174.13 174.14 genpkg_rules() { 174.15 copy @std 174.16 - DEPENDS="gtk+ sendmail" 174.17 + DEPENDS="gtk2 sendmail" 174.18 }
175.1 --- a/gadmin-squid/receipt Mon Oct 15 16:44:45 2018 +0300 175.2 +++ b/gadmin-squid/receipt Tue Oct 16 16:46:05 2018 +0300 175.3 @@ -11,7 +11,7 @@ 175.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 175.5 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" 175.6 175.7 -BUILD_DEPENDS="gtk+-dev" 175.8 +BUILD_DEPENDS="gtk2-dev" 175.9 175.10 compile_rules() { 175.11 ./configure $CONFIGURE_ARGS && 175.12 @@ -21,5 +21,5 @@ 175.13 175.14 genpkg_rules() { 175.15 copy @std 175.16 - DEPENDS="gtk+ squid" 175.17 + DEPENDS="gtk2 squid" 175.18 }
176.1 --- a/gadmin-sshd/receipt Mon Oct 15 16:44:45 2018 +0300 176.2 +++ b/gadmin-sshd/receipt Tue Oct 16 16:46:05 2018 +0300 176.3 @@ -11,7 +11,7 @@ 176.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 176.5 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" 176.6 176.7 -BUILD_DEPENDS="gtk+-dev" 176.8 +BUILD_DEPENDS="gtk2-dev" 176.9 176.10 compile_rules() { 176.11 ./configure $CONFIGURE_ARGS && 176.12 @@ -21,6 +21,6 @@ 176.13 176.14 genpkg_rules() { 176.15 copy @std 176.16 - DEPENDS="gtk+ openssh" 176.17 + DEPENDS="gtk2 openssh" 176.18 TAGS="ssh" 176.19 }
177.1 --- a/galculator/receipt Mon Oct 15 16:44:45 2018 +0300 177.2 +++ b/galculator/receipt Tue Oct 16 16:46:05 2018 +0300 177.3 @@ -11,7 +11,7 @@ 177.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 177.5 WGET_URL="http://galculator.mnim.org/downloads/$TARBALL" 177.6 177.7 -BUILD_DEPENDS="gtk+-dev flex intltool" 177.8 +BUILD_DEPENDS="gtk2-dev flex intltool" 177.9 177.10 COOKOPTS="!pixmaps !menus" 177.11 177.12 @@ -33,5 +33,5 @@ 177.13 rm -r $fs/usr/share/pixmaps 177.14 find $fs -name '*gtk3*' -delete 177.15 sed -i 's|^[ ]*||g' $fs/usr/share/galculator/ui/* 177.16 - DEPENDS="glib gtk+ pango" 177.17 + DEPENDS="glib gtk2 pango" 177.18 }
178.1 --- a/gamin/receipt Mon Oct 15 16:44:45 2018 +0300 178.2 +++ b/gamin/receipt Tue Oct 16 16:46:05 2018 +0300 178.3 @@ -13,7 +13,7 @@ 178.4 178.5 CROSS_BUGS="error: cannot run test program while cross compiling" 178.6 178.7 -BUILD_DEPENDS="glib-dev gtk+-dev" 178.8 +BUILD_DEPENDS="glib-dev gtk2-dev" 178.9 SPLIT="gamin-dev" 178.10 178.11 compile_rules() {
179.1 --- a/garcon/receipt Mon Oct 15 16:44:45 2018 +0300 179.2 +++ b/garcon/receipt Tue Oct 16 16:46:05 2018 +0300 179.3 @@ -11,7 +11,7 @@ 179.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 179.5 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 179.6 179.7 -BUILD_DEPENDS="intltool libxfce4util-dev gtk+-dev libxfce4ui-dev \ 179.8 +BUILD_DEPENDS="intltool libxfce4util-dev gtk2-dev libxfce4ui-dev \ 179.9 xorg-libSM-dev startup-notification-dev xorg-xcb-util-dev" 179.10 SPLIT="garcon-dev" 179.11 179.12 @@ -29,12 +29,12 @@ 179.13 case $PACKAGE in 179.14 garcon) 179.15 copy @std 179.16 - DEPENDS="gdk-pixbuf glib gtk+ libxfce4ui libxfce4util" 179.17 + DEPENDS="gdk-pixbuf glib gtk2 libxfce4ui libxfce4util" 179.18 ;; 179.19 *-dev) 179.20 copy @dev 179.21 DEPENDS="garcon \ 179.22 - glib-dev gtk+-dev libxfce4ui-dev" 179.23 + glib-dev gtk2-dev libxfce4ui-dev" 179.24 ;; 179.25 esac 179.26 TAGS="Xfce"
180.1 --- a/gcc+gcj/receipt Mon Oct 15 16:44:45 2018 +0300 180.2 +++ b/gcc+gcj/receipt Tue Oct 16 16:46:05 2018 +0300 180.3 @@ -20,12 +20,12 @@ 180.4 TAGS="compiler C C++ objective-C java" 180.5 180.6 DEPENDS="glibc-base glib gcc-lib-base util-linux-uuid zlib libgomp gmp mpfr python \ 180.7 -gtk+ atk cairo expat fontconfig freetype pango xorg-pixman libpng16 xorg-libxcb xorg-xcb-util \ 180.8 +gtk2 atk cairo expat fontconfig freetype pango xorg-pixman libpng16 xorg-libxcb xorg-xcb-util \ 180.9 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite \ 180.10 xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \ 180.11 xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXtst alsa-lib elfutils" 180.12 BUILD_DEPENDS="glibc-dev gawk flex python perl gmp gmp-dev mpfr mpfr-dev mpc-library \ 180.13 -expat-dev zlib-dev fastjar gtk+-dev libart_lgpl-dev xorg-dev xorg-xorgproto \ 180.14 +expat-dev zlib-dev fastjar gtk2-dev libart_lgpl-dev xorg-dev xorg-xorgproto \ 180.15 xorg-libXtst \ 180.16 elfutils elfutils-dev util-linux-uuid-dev" 180.17
181.1 --- a/gcolor2/receipt Mon Oct 15 16:44:45 2018 +0300 181.2 +++ b/gcolor2/receipt Tue Oct 16 16:46:05 2018 +0300 181.3 @@ -11,7 +11,7 @@ 181.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 181.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 181.6 181.7 -BUILD_DEPENDS="gfortran intltool perl-xml-parser gtk+-dev file" 181.8 +BUILD_DEPENDS="gfortran intltool perl-xml-parser gtk2-dev file" 181.9 181.10 compile_rules() { 181.11 cp $stuff/*.po* $src/po 181.12 @@ -26,6 +26,6 @@ 181.13 genpkg_rules() { 181.14 COOKOPTS="!pixmaps" 181.15 copy bin/ 181.16 - DEPENDS="atk gdk-pixbuf glib gtk+" 181.17 + DEPENDS="atk gdk-pixbuf glib gtk2" 181.18 SUGGESTED="xorg-rgb" 181.19 }
182.1 --- a/gcr/receipt Mon Oct 15 16:44:45 2018 +0300 182.2 +++ b/gcr/receipt Tue Oct 16 16:46:05 2018 +0300 182.3 @@ -12,7 +12,7 @@ 182.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 182.5 WGET_URL="$GNOME_MIRROR/gcr/${VERSION%.*}/$TARBALL" 182.6 182.7 -BUILD_DEPENDS="intltool gtk-doc gobject-introspection-dev gtk+3-dev vala \ 182.8 +BUILD_DEPENDS="intltool gtk-doc gobject-introspection-dev gtk3-dev vala \ 182.9 p11-kit-dev libgcrypt-dev" 182.10 SPLIT="gcr-base gcr gcr-dev" 182.11 182.12 @@ -34,12 +34,12 @@ 182.13 ;; 182.14 gcr) 182.15 copy @std @rm *.mo @ico 182.16 - DEPENDS="cairo gcr-base gdk-pixbuf glib gtk+3 libgcrypt pango" 182.17 + DEPENDS="cairo gcr-base gdk-pixbuf glib gtk3 libgcrypt pango" 182.18 ;; 182.19 *-dev) 182.20 copy @dev 182.21 DEPENDS="gcr gcr-base \ 182.22 - glib-dev gtk+3-dev p11-kit-dev" 182.23 + glib-dev gtk3-dev p11-kit-dev" 182.24 ;; 182.25 esac 182.26 }
183.1 --- a/geany-plugins/receipt Mon Oct 15 16:44:45 2018 +0300 183.2 +++ b/geany-plugins/receipt Tue Oct 16 16:46:05 2018 +0300 183.3 @@ -12,7 +12,7 @@ 183.4 WGET_URL="$WEB_SITE/$PACKAGE/$TARBALL" 183.5 183.6 BUILD_DEPENDS_arm="gtkspell-dev geany-dev lua-dev libxml2-dev" 183.7 -BUILD_DEPENDS="intltool geany-dev gtk+-dev check-dev vte-gtk2-dev \ 183.8 +BUILD_DEPENDS="intltool geany-dev gtk2-dev check-dev vte-gtk2-dev \ 183.9 python-dev python-pygtk-dev gtkspell-dev" # lua5.1-dev but produces error 183.10 183.11 compile_rules() { 183.12 @@ -24,6 +24,6 @@ 183.13 183.14 genpkg_rules() { 183.15 copy @std 183.16 - DEPENDS="geany atk cairo enchant fontconfig freetype gdk-pixbuf glib gtk+ \ 183.17 + DEPENDS="geany atk cairo enchant fontconfig freetype gdk-pixbuf glib gtk2 \ 183.18 gtkspell libxml2 pango python vte-gtk2 xorg-libX11 xorg-libXext" 183.19 }
184.1 --- a/geany/receipt Mon Oct 15 16:44:45 2018 +0300 184.2 +++ b/geany/receipt Tue Oct 16 16:46:05 2018 +0300 184.3 @@ -11,11 +11,11 @@ 184.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 184.5 WGET_URL="http://download.geany.org/$TARBALL" 184.6 184.7 -BUILD_DEPENDS_arm="glib-dev expat-dev gtk+-dev atk-dev pango-dev cairo-dev \ 184.8 +BUILD_DEPENDS_arm="glib-dev expat-dev gtk2-dev atk-dev pango-dev cairo-dev \ 184.9 xorg-pixman-dev libpng16-dev freetype-dev fontconfig-dev xorg-libXrender-dev \ 184.10 xorg-libX11-dev xorg-xorgproto xorg-libXau-dev \ 184.11 xorg-libXdmcp-dev libxml2-dev" 184.12 -BUILD_DEPENDS="gtk+-dev intltool python-lxml python-docutils" 184.13 +BUILD_DEPENDS="gtk2-dev intltool python-lxml python-docutils" 184.14 SPLIT="geany-doc geany-dev" 184.15 184.16 compile_rules() { 184.17 @@ -36,7 +36,7 @@ 184.18 case $PACKAGE in 184.19 geany) 184.20 copy @std @ico 184.21 - DEPENDS="atk cairo gdk-pixbuf glib gtk+ pango python" 184.22 + DEPENDS="atk cairo gdk-pixbuf glib gtk2 pango python" 184.23 SUGGESTED="geany-plugins vte" 184.24 TAGS="text-editor" 184.25 ;; 184.26 @@ -46,7 +46,7 @@ 184.27 ;; 184.28 geany-dev) 184.29 copy @dev 184.30 - DEPENDS="geany glib-dev gtk+-dev" 184.31 + DEPENDS="geany glib-dev gtk2-dev" 184.32 ;; 184.33 esac 184.34 }
185.1 --- a/geeqie/receipt Mon Oct 15 16:44:45 2018 +0300 185.2 +++ b/geeqie/receipt Tue Oct 16 16:46:05 2018 +0300 185.3 @@ -11,16 +11,17 @@ 185.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 185.5 WGET_URL="http://www.geeqie.org/$TARBALL" 185.6 185.7 -BUILD_DEPENDS="automake gettext intltool lcms2-dev gtk+-dev" 185.8 +BUILD_DEPENDS="automake gettext intltool lcms2-dev gtk2-dev" 185.9 185.10 compile_rules() { 185.11 ./autogen.sh \ 185.12 $CONFIGURE_ARGS && 185.13 - make && make install 185.14 + make && 185.15 + make install 185.16 } 185.17 185.18 genpkg_rules() { 185.19 copy @std 185.20 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ lcms2 \ 185.21 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 lcms2 \ 185.22 libjpeg-turbo pango tiff" 185.23 }
186.1 --- a/gegl/receipt Mon Oct 15 16:44:45 2018 +0300 186.2 +++ b/gegl/receipt Tue Oct 16 16:46:05 2018 +0300 186.3 @@ -7,7 +7,7 @@ 186.4 MAINTAINER="erjo@slitaz.org" 186.5 LICENSE="GPL3" 186.6 WEB_SITE="http://gegl.org/" 186.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/gegl.html" 186.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/gegl.html" 186.9 186.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 186.11 WGET_URL="https://download.gimp.org/pub/gegl/${VERSION%.*}/$TARBALL" 186.12 @@ -17,7 +17,7 @@ 186.13 gdk-pixbuf-dev lensfun-dev librsvg-dev v4l-utils-dev openexr-dev ilmbase-dev \ 186.14 libsdl-dev libraw-dev jasper-dev lua-dev ffmpeg-dev lcms-dev libspiro-dev \ 186.15 exiv2-dev tiff-dev libwebp-dev gdb" 186.16 -SPLIT="gegl gegl-extra gegl-dev" 186.17 +SPLIT="$PACKAGE $PACKAGE-extra $PACKAGE-dev" 186.18 COOKOPTS="skip-log-errors" 186.19 186.20 compile_rules() { 186.21 @@ -41,7 +41,7 @@ 186.22 transformops.so libgegl*.so* 186.23 DEPENDS="babl gexiv2 glib json-glib libjpeg-turbo libpng16 libspiro" 186.24 ;; 186.25 - gegl-extra) 186.26 + *-extra) 186.27 copy @std @rm 186.28 DEPENDS="babl cairo ffmpeg gdk-pixbuf gegl glib jasper lcms2 \ 186.29 liblua libraw librsvg libsdl libwebp openexr pango tiff"
187.1 --- a/gejengel/receipt Mon Oct 15 16:44:45 2018 +0300 187.2 +++ b/gejengel/receipt Tue Oct 16 16:46:05 2018 +0300 187.3 @@ -1,26 +1,24 @@ 187.4 -# SliTaz package receipt. 187.5 +# SliTaz package receipt v2. 187.6 187.7 PACKAGE="gejengel" 187.8 VERSION="0.1.4" 187.9 CATEGORY="network" 187.10 -SHORT_DESC="A simple, light and clean audio player." 187.11 +SHORT_DESC="A simple, light and clean audio player" 187.12 MAINTAINER="pankso@slitaz.org" 187.13 LICENSE="GPL2" 187.14 +WEB_SITE="http://code.google.com/p/gejengel/" 187.15 + 187.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 187.17 -WEB_SITE="http://code.google.com/p/gejengel/" 187.18 WGET_URL="http://gejengel.googlecode.com/files/$TARBALL" 187.19 187.20 -DEPENDS="glibmm cairomm gtkmm libsigc++ taglib imagemagick libxdg-basedir \ 187.21 -alsa-lib flac ffmpeg sqlite3" 187.22 BUILD_DEPENDS="glibmm-dev cairomm-dev gtkmm-dev libsigc++-dev taglib-dev \ 187.23 imagemagick-dev imagemagick libxdg-basedir-dev alsa-lib-dev flac-dev \ 187.24 ffmpeg-dev lcms-dev fftw-dev openexr-dev ilmbase-dev graphviz-dev \ 187.25 -util-linux-uuid-dev libogg-dev intltool libcroco sqlite3-dev gtk+-dev libtool" 187.26 +util-linux-uuid-dev libogg-dev intltool libcroco sqlite3-dev gtk2-dev libtool" 187.27 187.28 -# Rules to configure and make the package. 187.29 -compile_rules() 187.30 -{ 187.31 - sed -i -e 's/CODEC_TYPE_AUDIO/AVMEDIA_TYPE_AUDIO/' \ 187.32 +compile_rules() { 187.33 + sed \ 187.34 + -e 's/CODEC_TYPE_AUDIO/AVMEDIA_TYPE_AUDIO/' \ 187.35 -e 's/SAMPLE_FMT_S16/AV_&/' -e 's/SAMPLE_FMT_U8/AV_&/' \ 187.36 -e 's/SAMPLE_FMT_S32/AV_&/' \ 187.37 -e 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' \ 187.38 @@ -28,15 +26,21 @@ 187.39 -e 's/avcodec_open(\([^)]*\)/avcodec_open2(\1, NULL/' \ 187.40 -e 's/av_close_input_file(/avformat_close_input(\&/' \ 187.41 -e 's/av_\(find_stream_info(m_pFormatContext\)/avformat_\1,NULL/' \ 187.42 - src/AudioDecoder/ffmpegdecoder.cpp 187.43 + -i src/AudioDecoder/ffmpegdecoder.cpp 187.44 find . -name '*.h' -o -name '*.c*' | xargs sed -i 's|glibmm/i18n|glib/gi18n|' 187.45 - ./configure --enable-alsa --enable-ffmpeg --enable-flac \ 187.46 - $CONFIGURE_ARGS && make && make install 187.47 + 187.48 + ./configure \ 187.49 + --enable-alsa \ 187.50 + --enable-ffmpeg \ 187.51 + --enable-flac \ 187.52 + $CONFIGURE_ARGS && 187.53 + make && 187.54 + make install 187.55 } 187.56 187.57 -# Rules to gen a SliTaz package suitable for Tazpkg. 187.58 -genpkg_rules() 187.59 -{ 187.60 +genpkg_rules() { 187.61 mkdir -p $fs/usr $fs/etc 187.62 cp -a $install/usr/bin $fs/usr 187.63 + DEPENDS="glibmm cairomm gtkmm libsigc++ taglib imagemagick libxdg-basedir \ 187.64 + alsa-lib flac ffmpeg sqlite3" 187.65 }
188.1 --- a/gens-gs/receipt Mon Oct 15 16:44:45 2018 +0300 188.2 +++ b/gens-gs/receipt Tue Oct 16 16:46:05 2018 +0300 188.3 @@ -13,7 +13,7 @@ 188.4 TARBALL="Gens-${_VERSION}.tar.gz" 188.5 WGET_URL="http://segaretro.org/images/6/6d/$TARBALL" 188.6 188.7 -BUILD_DEPENDS="gtk+-dev libsdl libsdl-dev nasm autoconf automake" 188.8 +BUILD_DEPENDS="gtk2-dev libsdl libsdl-dev nasm autoconf automake" 188.9 188.10 compile_rules() { 188.11 chmod +x install-sh 188.12 @@ -24,6 +24,6 @@ 188.13 188.14 genpkg_rules() { 188.15 copy @std 188.16 - DEPENDS="gtk+ libsdl glu" 188.17 + DEPENDS="gtk2 libsdl glu" 188.18 TAGS="emulator sega" 188.19 }
189.1 --- a/gftp/receipt Mon Oct 15 16:44:45 2018 +0300 189.2 +++ b/gftp/receipt Tue Oct 16 16:46:05 2018 +0300 189.3 @@ -11,7 +11,7 @@ 189.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 189.5 WGET_URL="http://www.gftp.org/$TARBALL" 189.6 189.7 -BUILD_DEPENDS="gtk+-dev gettext" 189.8 +BUILD_DEPENDS="gtk2-dev gettext" 189.9 189.10 compile_rules() { 189.11 ./configure \ 189.12 @@ -27,5 +27,5 @@ 189.13 cp -r $stuff/gftp $fs/usr/share/ 189.14 cd $fs/usr/share/gftp 189.15 rm COPYING gftp.xpm gftp-*.png gftp-*.svg 189.16 - DEPENDS="glib gtk+" 189.17 + DEPENDS="glib gtk2" 189.18 }
190.1 --- a/ghex/receipt Mon Oct 15 16:44:45 2018 +0300 190.2 +++ b/ghex/receipt Tue Oct 16 16:46:05 2018 +0300 190.3 @@ -11,7 +11,7 @@ 190.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 190.5 WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 190.6 190.7 -BUILD_DEPENDS="gtk+-dev gnome-doc-utils libgnomeui-dev libbonoboui-dev \ 190.8 +BUILD_DEPENDS="gtk2-dev gnome-doc-utils libgnomeui-dev libbonoboui-dev \ 190.9 libgnome-dev libbonobo-dev libbonoboui-dev libgnome-keyring-dev \ 190.10 libgnomeprintui-dev intltool" 190.11 190.12 @@ -29,5 +29,5 @@ 190.13 190.14 genpkg_rules() { 190.15 copy @std 190.16 - DEPENDS="gtk+ libgnomeui libgnomeprintui libgnome-keyring" 190.17 + DEPENDS="gtk2 libgnomeui libgnomeprintui libgnome-keyring" 190.18 }
191.1 --- a/ghostscript/receipt Mon Oct 15 16:44:45 2018 +0300 191.2 +++ b/ghostscript/receipt Tue Oct 16 16:46:05 2018 +0300 191.3 @@ -11,11 +11,11 @@ 191.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 191.5 WGET_URL="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${VERSION/./}/$TARBALL" 191.6 191.7 -# build depends are optional ; ghostscripts still build but does not compile in cups support 191.8 -BUILD_DEPENDS="cairo-dev gtk+-dev expat-dev fontconfig-dev freetype-dev \ 191.9 +# build depends are optional; ghostscripts still build but does not compile in cups support 191.10 +BUILD_DEPENDS="cairo-dev gtk2-dev expat-dev fontconfig-dev freetype-dev \ 191.11 gnutls-dev libgcrypt-dev libgpg-error-dev libpng16-dev tiff-dev \ 191.12 zlib-dev cups-dev jbig2dec jasper-dev libjpeg-turbo-dev" 191.13 -SPLIT="ghostscript ghostscript-dev" 191.14 +SPLIT="$PACKAGE-dev" 191.15 191.16 compile_rules() { 191.17 # force it to use system-libs 191.18 @@ -48,7 +48,7 @@ 191.19 rm -rf $fs/usr/bin/gs 191.20 ln -s gsc $fs/usr/bin/gs 191.21 191.22 - DEPENDS="atk cairo cups fontconfig freetype gdk-pixbuf glib gtk+ \ 191.23 + DEPENDS="atk cairo cups fontconfig freetype gdk-pixbuf glib gtk2 \ 191.24 libcups libgnutls libidn libjpeg-turbo libpng16 pango tiff zlib" 191.25 ;; 191.26 *-dev)
192.1 --- a/giflib/receipt Mon Oct 15 16:44:45 2018 +0300 192.2 +++ b/giflib/receipt Tue Oct 16 16:46:05 2018 +0300 192.3 @@ -7,7 +7,7 @@ 192.4 MAINTAINER="rcx@zoominternet.net" 192.5 LICENSE="MIT" 192.6 WEB_SITE="https://sourceforge.net/projects/giflib/" 192.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/giflib.html" 192.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/giflib.html" 192.9 192.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 192.11 WGET_URL="$SF_MIRROR/giflib/$TARBALL"
193.1 --- a/gigolo/receipt Mon Oct 15 16:44:45 2018 +0300 193.2 +++ b/gigolo/receipt Tue Oct 16 16:46:05 2018 +0300 193.3 @@ -11,7 +11,7 @@ 193.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 193.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 193.6 193.7 -BUILD_DEPENDS="xfce4-dev-tools gtk+-dev xorg-libX11-dev" 193.8 +BUILD_DEPENDS="xfce4-dev-tools gtk2-dev xorg-libX11-dev" 193.9 193.10 compile_rules() { 193.11 ./autogen.sh \ 193.12 @@ -22,6 +22,6 @@ 193.13 193.14 genpkg_rules() { 193.15 copy @std 193.16 - DEPENDS="glib gtk+ xorg-libX11" 193.17 + DEPENDS="glib gtk2 xorg-libX11" 193.18 TAGS="Xfce" 193.19 }
194.1 --- a/gimp/receipt Mon Oct 15 16:44:45 2018 +0300 194.2 +++ b/gimp/receipt Tue Oct 16 16:46:05 2018 +0300 194.3 @@ -3,7 +3,7 @@ 194.4 PACKAGE="gimp" 194.5 VERSION="2.10.2" 194.6 CATEGORY="graphics" 194.7 -SHORT_DESC="GNU Image Manipulation Program (GIMP)" 194.8 +SHORT_DESC="GNU Image Manipulation Program" 194.9 MAINTAINER="pankso@slitaz.org" 194.10 LICENSE="GPL3" 194.11 WEB_SITE="https://www.gimp.org/" 194.12 @@ -12,13 +12,13 @@ 194.13 WGET_URL="https://download.gimp.org/pub/gimp/v${VERSION%.*}/$TARBALL" 194.14 194.15 BUILD_DEPENDS="intltool iso-codes-dev babl-dev gegl-dev atk-dev glib-dev \ 194.16 -glib-networking xorg-libX11-dev xorg-libICE-dev gtk+-dev gexiv2-dev \ 194.17 +glib-networking xorg-libX11-dev xorg-libICE-dev gtk2-dev gexiv2-dev \ 194.18 xorg-libXmu-dev xorg-libXfixes-dev ghostscript-dev libmng-dev aalib-dev \ 194.19 xorg-libXpm-dev openexr-dev ilmbase-dev libwebp-dev libheif-dev libmypaint-dev \ 194.20 mypaint-brushes-dev librsvg-dev poppler-dev poppler-data libwmf-dev \ 194.21 openjpeg2-dev xorg-libXcursor-dev libgudev-dev xdg-utils libxslt \ 194.22 shared-mime-info-dev desktop-file-utils-extra gtk-doc" 194.23 -SPLIT="gimp-brushes gimp-console gimp-dev gimp-plug-ins gimp" 194.24 +SPLIT="$PACKAGE-brushes $PACKAGE-console $PACKAGE-dev $PACKAGE-plug-ins $PACKAGE" 194.25 194.26 compile_rules() { 194.27 ./configure \ 194.28 @@ -35,37 +35,37 @@ 194.29 194.30 genpkg_rules() { 194.31 case $PACKAGE in 194.32 - gimp-brushes) 194.33 + *-brushes) 194.34 copy gimp/2.0/brushes/ 194.35 rm -r $fs/usr/share/gimp/2.0/brushes/Basic/ # -> main package 194.36 CAT="graphics|brushes set" 194.37 DEPENDS="gimp" 194.38 ;; 194.39 - gimp-console) 194.40 + *-console) 194.41 copy bin/gimp-console* 194.42 CAT="graphics|console" 194.43 DEPENDS="babl cairo fontconfig freetype gdk-pixbuf gegl gexiv2 \ 194.44 gimp glib lcms2 libharfbuzz libmypaint pango zlib" 194.45 ;; 194.46 - gimp-dev) 194.47 + *-dev) 194.48 copy @dev 194.49 DEPENDS="gimp gimp-brushes gimp-console gimp-plug-ins \ 194.50 - cairo-dev gdk-pixbuf-dev gegl-dev gtk+-dev" 194.51 + cairo-dev gdk-pixbuf-dev gegl-dev gtk2-dev" 194.52 ;; 194.53 - gimp-plug-ins) 194.54 + *-plug-ins) 194.55 copy gimp/2.0/plug-ins/ 194.56 find $fs \( -name file-jpeg -o -name file-png -o -name pixelize \ 194.57 -o -name screenshot \) -delete # -> main package 194.58 CAT="graphics|plug-ins suite for advanced users" 194.59 DEPENDS="aalib babl bzlib cairo gdk-pixbuf gegl gexiv2 gimp glib \ 194.60 - gtk+ ilmbase lcms2 libheif libjpeg-turbo liblzma libmng libpng16 \ 194.61 + gtk2 ilmbase lcms2 libheif libjpeg-turbo liblzma libmng libpng16 \ 194.62 librsvg libwebp libwmf openexr openjpeg2 pango poppler tiff \ 194.63 xorg-libX11 xorg-libXcursor xorg-libXpm zlib" 194.64 ;; 194.65 gimp) 194.66 copy @std @rm # all the rest 194.67 DEPENDS="babl cairo fontconfig freetype gdk-pixbuf gegl gexiv2 \ 194.68 - glib gtk+ lcms2 libgudev libharfbuzz libjpeg-turbo libmypaint \ 194.69 + glib gtk2 lcms2 libgudev libharfbuzz libjpeg-turbo libmypaint \ 194.70 libpng16 pango xorg-libX11 xorg-libXext xorg-libXfixes xorg-libXmu \ 194.71 zlib" 194.72 SUGGESTED="gimp-plug-ins gimp-brushes gimp-console \
195.1 --- a/gitmail/receipt Mon Oct 15 16:44:45 2018 +0300 195.2 +++ b/gitmail/receipt Tue Oct 16 16:46:05 2018 +0300 195.3 @@ -11,7 +11,7 @@ 195.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 195.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 195.6 195.7 -BUILD_DEPENDS="gtk+-dev" 195.8 +BUILD_DEPENDS="gtk2-dev" 195.9 195.10 COOKOPTS="skip-log-errors" 195.11 195.12 @@ -29,5 +29,5 @@ 195.13 195.14 genpkg_rules() { 195.15 copy @std 195.16 - DEPENDS="gtk+ xorg-libXdamage" 195.17 + DEPENDS="gtk2 xorg-libXdamage" 195.18 }
196.1 --- a/gkII/receipt Mon Oct 15 16:44:45 2018 +0300 196.2 +++ b/gkII/receipt Tue Oct 16 16:46:05 2018 +0300 196.3 @@ -12,8 +12,8 @@ 196.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 196.5 WGET_URL="http://www.jwm-art.net/gkII/$TARBALL" 196.6 196.7 -DEPENDS="gtk+" 196.8 -BUILD_DEPENDS="gtk+-dev" 196.9 +DEPENDS="gtk2" 196.10 +BUILD_DEPENDS="gtk2-dev" 196.11 196.12 # Rules to configure and make the package. 196.13 #
197.1 --- a/glade3/receipt Mon Oct 15 16:44:45 2018 +0300 197.2 +++ b/glade3/receipt Tue Oct 16 16:46:05 2018 +0300 197.3 @@ -12,7 +12,7 @@ 197.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 197.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 197.6 197.7 -BUILD_DEPENDS="intltool gtk-doc gtk+-dev python-pygtk-dev python-dev itstool" 197.8 +BUILD_DEPENDS="intltool gtk-doc gtk2-dev python-pygtk-dev python-dev itstool" 197.9 SPLIT="glade3-python glade3 glade3-dev" 197.10 197.11 compile_rules() { 197.12 @@ -31,12 +31,12 @@ 197.13 ;; 197.14 glade3) 197.15 copy @std @rm 197.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ libxml2 pango" 197.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 libxml2 pango" 197.18 ;; 197.19 *-dev) 197.20 copy @dev 197.21 DEPENDS="glade3 glade3-python \ 197.22 - gtk+-dev libxml2-dev" 197.23 + gtk2-dev libxml2-dev" 197.24 ;; 197.25 esac 197.26 }
198.1 --- a/glib/receipt Mon Oct 15 16:44:45 2018 +0300 198.2 +++ b/glib/receipt Tue Oct 16 16:46:05 2018 +0300 198.3 @@ -7,7 +7,7 @@ 198.4 MAINTAINER="pankso@slitaz.org" 198.5 LICENSE="GPL2" 198.6 WEB_SITE="https://developer.gnome.org/glib/" 198.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/glib2.html" 198.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/glib2.html" 198.9 198.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 198.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 198.12 @@ -15,7 +15,7 @@ 198.13 BUILD_DEPENDS="automake libtool zlib-dev libffi-dev gettext \ 198.14 util-linux-mount-dev pcre-dev glib-dev elfutils-dev gtk-doc libxslt \ 198.15 docbook-xsl dbus-dev" 198.16 -SPLIT="glib-static glib-dev" 198.17 +SPLIT="$PACKAGE-static $PACKAGE-dev" 198.18 198.19 # glib require glib to be built. 198.20 # And if glib failed to build and not present on the mirror, you will catch 198.21 @@ -44,12 +44,12 @@ 198.22 rm -r $fs/usr/share 198.23 DEPENDS="elfutils libffi libpcre util-linux-mount zlib" 198.24 ;; 198.25 - glib-static) 198.26 + *-static) 198.27 copy *.a 198.28 DEPENDS=" " 198.29 CAT="development|static libraries" 198.30 ;; 198.31 - glib-dev) 198.32 + *-dev) 198.33 copy @std @dev @rm 198.34 DEPENDS="glib libffi-dev pcre-dev python util-linux-mount-dev \ 198.35 zlib-dev perl"
199.1 --- a/gliv/receipt Mon Oct 15 16:44:45 2018 +0300 199.2 +++ b/gliv/receipt Tue Oct 16 16:46:05 2018 +0300 199.3 @@ -10,8 +10,8 @@ 199.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 199.5 WGET_URL="$WEB_SITE/files/$TARBALL" 199.6 199.7 -DEPENDS="gtk+ gtkglext gettext-base pangox-compat" 199.8 -BUILD_DEPENDS="gtk+-dev gtkglext gtkglext-dev bison mesa-dev pangox-compat-dev \ 199.9 +DEPENDS="gtk2 gtkglext gettext-base pangox-compat" 199.10 +BUILD_DEPENDS="gtk2-dev gtkglext gtkglext-dev bison mesa-dev pangox-compat-dev \ 199.11 glu-dev" 199.12 199.13 # Rules to configure and make the package.
200.1 --- a/glu/receipt Mon Oct 15 16:44:45 2018 +0300 200.2 +++ b/glu/receipt Tue Oct 16 16:46:05 2018 +0300 200.3 @@ -7,7 +7,7 @@ 200.4 MAINTAINER="pascal.bellard@slitaz.org" 200.5 LICENSE="MIT" 200.6 WEB_SITE="https://www.mesa3d.org/" 200.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/glu.html" 200.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/glu.html" 200.9 200.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 200.11 WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/glu/$TARBALL"
201.1 --- a/gmerlin/receipt Mon Oct 15 16:44:45 2018 +0300 201.2 +++ b/gmerlin/receipt Tue Oct 16 16:46:05 2018 +0300 201.3 @@ -11,7 +11,7 @@ 201.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 201.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 201.6 201.7 -BUILD_DEPENDS="texinfo libxml2-dev expat-dev gavl-dev gtk+-dev alsa-lib-dev \ 201.8 +BUILD_DEPENDS="texinfo libxml2-dev expat-dev gavl-dev gtk2-dev alsa-lib-dev \ 201.9 libpng16-dev mesa-dev xorg-libxshmfence-dev gettext" 201.10 COOKOPTS="skip-log-errors" 201.11 201.12 @@ -21,16 +21,18 @@ 201.13 201.14 ./configure \ 201.15 --without-doxygen \ 201.16 - $CONFIGURE_ARGS && 201.17 - fix libtool && 201.18 + $CONFIGURE_ARGS || return 1 201.19 + 201.20 + fix libtool 201.21 sed -i 's|LIBS = -lgavl|LIBS = -lgavl -ldl -lpthread -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lX11|' \ 201.22 - apps/*/Makefile lib/Makefile tests/Makefile && 201.23 - sed -i 's|ln -sf $(DESTDIR)$(pkgdatadir)|ln -sf $(pkgdatadir)|' icons/Makefile && 201.24 + apps/*/Makefile lib/Makefile tests/Makefile 201.25 + sed -i 's|ln -sf $(DESTDIR)$(pkgdatadir)|ln -sf $(pkgdatadir)|' icons/Makefile 201.26 + 201.27 make && 201.28 - make -j 1 install 201.29 + make -j1 install 201.30 } 201.31 201.32 genpkg_rules() { 201.33 copy @std 201.34 - DEPENDS="libxml2 expat gavl gtk+ alsa-lib libpng16" 201.35 + DEPENDS="libxml2 expat gavl gtk2 alsa-lib libpng16" 201.36 }
202.1 --- a/gmime/receipt Mon Oct 15 16:44:45 2018 +0300 202.2 +++ b/gmime/receipt Tue Oct 16 16:46:05 2018 +0300 202.3 @@ -7,7 +7,7 @@ 202.4 MAINTAINER="allan316@gmail.com" 202.5 LICENSE="LGPL2.1" 202.6 WEB_SITE="http://spruce.sourceforge.net/gmime/" 202.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/gmime.html" 202.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/gmime.html" 202.9 REPOLOGY="gmime2" 202.10 202.11 TARBALL="$PACKAGE-$VERSION.tar.xz"
203.1 --- a/gmime3/receipt Mon Oct 15 16:44:45 2018 +0300 203.2 +++ b/gmime3/receipt Tue Oct 16 16:46:05 2018 +0300 203.3 @@ -8,7 +8,7 @@ 203.4 MAINTAINER="al.bobylev@gmail.com" 203.5 LICENSE="LGPL2.1" 203.6 WEB_SITE="https://github.com/jstedfast/gmime" 203.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/gmime3.html" 203.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/gmime3.html" 203.9 REPOLOGY="gmime" 203.10 203.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 203.12 @@ -16,7 +16,7 @@ 203.13 203.14 BUILD_DEPENDS="libtool gtk-doc glib-dev gpgme-dev libidn-dev \ 203.15 gobject-introspection-dev vala libgpg-error-dev" 203.16 -SPLIT="gmime3-dev" 203.17 +SPLIT="$PACKAGE-dev" 203.18 203.19 compile_rules() { 203.20 ./autogen.sh \
204.1 --- a/gmrun/receipt Mon Oct 15 16:44:45 2018 +0300 204.2 +++ b/gmrun/receipt Tue Oct 16 16:46:05 2018 +0300 204.3 @@ -10,8 +10,8 @@ 204.4 WEB_SITE="http://sourceforge.net/projects/gmrun" 204.5 WGET_URL="$SF_MIRROR/gmrun/$TARBALL" 204.6 204.7 -DEPENDS="gtk+ gcc-lib-base popt" 204.8 -BUILD_DEPENDS="gtk+-dev popt-dev" 204.9 +DEPENDS="gtk2 gcc-lib-base popt" 204.10 +BUILD_DEPENDS="gtk2-dev popt-dev" 204.11 204.12 # Rules to configure and make the package. 204.13 compile_rules()
205.1 --- a/gmtk/receipt Mon Oct 15 16:44:45 2018 +0300 205.2 +++ b/gmtk/receipt Tue Oct 16 16:46:05 2018 +0300 205.3 @@ -11,7 +11,7 @@ 205.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 205.5 WGET_URL="https://github.com/kdekorte/gmtk/archive/v$VERSION.tar.gz" 205.6 205.7 -BUILD_DEPENDS="gettext intltool xorg-libX11-dev gtk+3-dev gtk+-dev glib-dev \ 205.8 +BUILD_DEPENDS="gettext intltool xorg-libX11-dev gtk3-dev gtk2-dev glib-dev \ 205.9 gconf-dev alsa-lib-dev pulseaudio-dev" 205.10 SPLIT="gmlib gmtk gmtk3 gmtk-dev" 205.11 205.12 @@ -73,12 +73,12 @@ 205.13 ;; 205.14 gmtk) 205.15 copy libgmtk.so* 205.16 - DEPENDS="alsa-lib cairo glib gmlib gtk+ pulseaudio pulseaudio-glib" 205.17 + DEPENDS="alsa-lib cairo glib gmlib gtk2 pulseaudio pulseaudio-glib" 205.18 CAT="libs|GTK2 libs" 205.19 ;; 205.20 gmtk3) 205.21 copy libgmtk3.so* 205.22 - DEPENDS="alsa-lib cairo glib gmlib gtk+3 pulseaudio pulseaudio-glib" 205.23 + DEPENDS="alsa-lib cairo glib gmlib gtk3 pulseaudio pulseaudio-glib" 205.24 CAT="libs|GTK3 libs" 205.25 ;; 205.26 gmtk-dev)
206.1 --- a/gmtp/receipt Mon Oct 15 16:44:45 2018 +0300 206.2 +++ b/gmtp/receipt Tue Oct 16 16:46:05 2018 +0300 206.3 @@ -11,7 +11,7 @@ 206.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 206.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 206.6 206.7 -BUILD_DEPENDS="gtk+-dev gconf-dev libmtp-dev flac-dev libid3tag-dev \ 206.8 +BUILD_DEPENDS="gtk2-dev gconf-dev libmtp-dev flac-dev libid3tag-dev \ 206.9 libvorbis-dev" 206.10 206.11 compile_rules() {
207.1 --- a/gnaughty/receipt Mon Oct 15 16:44:45 2018 +0300 207.2 +++ b/gnaughty/receipt Tue Oct 16 16:46:05 2018 +0300 207.3 @@ -11,7 +11,7 @@ 207.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 207.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 207.6 207.7 -BUILD_DEPENDS="curl-dev gtk+-dev glib-dev pcre-dev libglade-dev gconf-dev" 207.8 +BUILD_DEPENDS="curl-dev gtk2-dev glib-dev pcre-dev libglade-dev gconf-dev" 207.9 207.10 compile_rules() { 207.11 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgthread-2.0" 207.12 @@ -25,5 +25,5 @@ 207.13 207.14 genpkg_rules() { 207.15 copy @std 207.16 - DEPENDS="curl gtk+ glib pcre libglade gconf" 207.17 + DEPENDS="curl gtk2 glib pcre libglade gconf" 207.18 }
208.1 --- a/gnomad2/receipt Mon Oct 15 16:44:45 2018 +0300 208.2 +++ b/gnomad2/receipt Tue Oct 16 16:46:05 2018 +0300 208.3 @@ -6,10 +6,10 @@ 208.4 SHORT_DESC="GTK+ music manager and swiss army knife for the Creative Labs NOMAD and Zen range" 208.5 MAINTAINER="keupont@no-log.org" 208.6 LICENSE="GPL2" 208.7 -DEPENDS="libusb-compat libnjb libid3tag taglib freetype gtk+ glibc dbus-glib hal \ 208.8 +DEPENDS="libusb-compat libnjb libid3tag taglib freetype gtk2 glibc dbus-glib hal \ 208.9 libmtp" 208.10 BUILD_DEPENDS="intltool libnjb-dev libid3tag-dev taglib-dev libmtp-dev \ 208.11 -hal-dev libusb-compat-dev gtk+-dev glib-dev" 208.12 +hal-dev libusb-compat-dev gtk2-dev glib-dev" 208.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 208.14 WEB_SITE="http://gnomad2.sourceforge.net/" 208.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
209.1 --- a/gnome-alsamixer/receipt Mon Oct 15 16:44:45 2018 +0300 209.2 +++ b/gnome-alsamixer/receipt Tue Oct 16 16:46:05 2018 +0300 209.3 @@ -11,7 +11,7 @@ 209.4 WGET_URL="http://http.debian.net/debian/pool/main/g/$PACKAGE/$TARBALL" 209.5 EXTRA_URL="${WGET_URL/.orig/-5.debian}" 209.6 209.7 -DEPENDS="gtk+ libgnomeui libgnome-keyring" 209.8 +DEPENDS="gtk2 libgnomeui libgnome-keyring" 209.9 BUILD_DEPENDS="automake autoconf glib dbus-dev libgnomeui-dev libgnome-dev \ 209.10 gconf-dev alsa-lib-dev" 209.11
210.1 --- a/gnome-commander/receipt Mon Oct 15 16:44:45 2018 +0300 210.2 +++ b/gnome-commander/receipt Tue Oct 16 16:46:05 2018 +0300 210.3 @@ -11,7 +11,7 @@ 210.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 210.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 210.6 210.7 -BUILD_DEPENDS="itstool docbook-xml glib-dev gettext gtk+-dev libgnome-dev \ 210.8 +BUILD_DEPENDS="itstool docbook-xml glib-dev gettext gtk2-dev libgnome-dev \ 210.9 libgnomeui-dev libunique-dev exiv2-dev taglib-dev chmlib-dev libgsf-dev \ 210.10 poppler-dev" 210.11 210.12 @@ -34,6 +34,6 @@ 210.13 210.14 genpkg_rules() { 210.15 copy @std 210.16 - DEPENDS="exiv2 gdk-pixbuf glib gnome-vfs gtk+ libgnome libgnomeui libgsf \ 210.17 + DEPENDS="exiv2 gdk-pixbuf glib gnome-vfs gtk2 libgnome libgnomeui libgsf \ 210.18 libunique pango poppler taglib" 210.19 }
211.1 --- a/gnome-desktop2/receipt Mon Oct 15 16:44:45 2018 +0300 211.2 +++ b/gnome-desktop2/receipt Tue Oct 16 16:46:05 2018 +0300 211.3 @@ -12,7 +12,7 @@ 211.4 WGET_URL="$GNOME_MIRROR/gnome-desktop/${VERSION%.*}/$TARBALL" 211.5 211.6 BUILD_DEPENDS="intltool startup-notification-dev xorg-libX11-dev \ 211.7 -xorg-libXrandr-dev gdk-pixbuf-dev gtk+-dev glib-dev gconf-dev gnome-doc-utils \ 211.8 +xorg-libXrandr-dev gdk-pixbuf-dev gtk2-dev glib-dev gconf-dev gnome-doc-utils \ 211.9 rarian-dev" 211.10 SPLIT="$PACKAGE-about $PACKAGE $PACKAGE-dev" 211.11 211.12 @@ -35,12 +35,12 @@ 211.13 ;; 211.14 gnome-desktop2) 211.15 copy @std @rm 211.16 - DEPENDS="cairo gconf gdk-pixbuf glib gtk+ startup-notification \ 211.17 + DEPENDS="cairo gconf gdk-pixbuf glib gtk2 startup-notification \ 211.18 xorg-libX11 xorg-libXrandr" 211.19 ;; 211.20 *-dev) 211.21 copy @dev 211.22 - DEPENDS="gnome-desktop2 gtk+-dev startup-notification-dev" 211.23 + DEPENDS="gnome-desktop2 gtk2-dev startup-notification-dev" 211.24 ;; 211.25 esac 211.26 }
212.1 --- a/gnome-games/receipt Mon Oct 15 16:44:45 2018 +0300 212.2 +++ b/gnome-games/receipt Tue Oct 16 16:46:05 2018 +0300 212.3 @@ -11,7 +11,7 @@ 212.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 212.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 212.6 212.7 -BUILD_DEPENDS="intltool vala glib-dev grilo-dev gtk+3-dev libmanette-dev \ 212.8 +BUILD_DEPENDS="intltool vala glib-dev grilo-dev gtk3-dev libmanette-dev \ 212.9 librsvg-dev libsoup-dev libxml2-dev retro-gtk-dev sqlite3-dev tracker-dev" 212.10 SPLIT="gnome-games-dev" 212.11 212.12 @@ -26,7 +26,7 @@ 212.13 case $PACKAGE in 212.14 gnome-games) 212.15 copy @std 212.16 - DEPENDS="cairo gdk-pixbuf glib grilo gtk+3 libmanette librsvg \ 212.17 + DEPENDS="cairo gdk-pixbuf glib grilo gtk3 libmanette librsvg \ 212.18 libsoup libsqlite3 libxml2 retro-gtk tracker" 212.19 ;; 212.20 *-dev)
213.1 --- a/gnome-hearts/receipt Mon Oct 15 16:44:45 2018 +0300 213.2 +++ b/gnome-hearts/receipt Tue Oct 16 16:46:05 2018 +0300 213.3 @@ -1,34 +1,28 @@ 213.4 -# SliTaz package receipt. 213.5 +# SliTaz package receipt v2. 213.6 213.7 PACKAGE="gnome-hearts" 213.8 VERSION="0.3.1" 213.9 CATEGORY="games" 213.10 LICENSE="GPL3" 213.11 -SHORT_DESC="GNOME hearts card game." 213.12 +SHORT_DESC="GNOME hearts card game" 213.13 MAINTAINER="yuripourre@gmail.com" 213.14 +WEB_SITE="https://web.archive.org/web/20131231235520/http://www.jejik.com/gnome-hearts" 213.15 + 213.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 213.17 -WEB_SITE="https://web.archive.org/web/20131231235520/http://www.jejik.com/gnome-hearts" 213.18 WGET_URL="http://www.jejik.com/files/gnome-hearts/$TARBALL" 213.19 213.20 -DEPENDS="gtk+ libglade python libgnomeui libgnome-keyring librsvg" 213.21 -BUILD_DEPENDS="gtk+-dev libglade-dev python-dev libgnome-dev \ 213.22 +BUILD_DEPENDS="gtk2-dev libglade-dev python-dev libgnome-dev \ 213.23 libgnomeui-dev glib-dev itstool rarian-dev intltool" 213.24 213.25 -# Rules to configure and make the package. 213.26 -compile_rules() 213.27 -{ 213.28 - ./configure \ 213.29 +compile_rules() { 213.30 + ./configure \ 213.31 --disable-scrollkeeper \ 213.32 $CONFIGURE_ARGS && 213.33 make && 213.34 make DESTDIR=$DESTDIR install 213.35 } 213.36 213.37 -genpkg_rules() 213.38 -{ 213.39 - mkdir -p $fs/usr/share 213.40 - cp -a $install/usr/bin $fs/usr 213.41 - cp -a $install/usr/share/pixmaps $fs/usr/share 213.42 - cp -a $install/usr/share/$PACKAGE $fs/usr/share 213.43 - cp -a $install/usr/share/applications $fs/usr/share 213.44 +genpkg_rules() { 213.45 + copy @std 213.46 + DEPENDS="gtk2 libglade python libgnomeui libgnome-keyring librsvg" 213.47 }
214.1 --- a/gnome-icon-theme/receipt Mon Oct 15 16:44:45 2018 +0300 214.2 +++ b/gnome-icon-theme/receipt Tue Oct 16 16:46:05 2018 +0300 214.3 @@ -3,7 +3,7 @@ 214.4 PACKAGE="gnome-icon-theme" 214.5 VERSION="3.12.0" 214.6 CATEGORY="customization" 214.7 -SHORT_DESC="Default GNOME icon theme." 214.8 +SHORT_DESC="Default GNOME icon theme" 214.9 MAINTAINER="pankso@slitaz.org" 214.10 LICENSE="LGPL3" 214.11 WEB_SITE="https://www.gnome.org/" 214.12 @@ -11,19 +11,17 @@ 214.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 214.14 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 214.15 214.16 -BUILD_DEPENDS="icon-naming-utils intltool gtk+" 214.17 +BUILD_DEPENDS="icon-naming-utils intltool gtk2" 214.18 214.19 -# Rules to configure and make the package. 214.20 -compile_rules() 214.21 -{ 214.22 - ./configure --prefix=/usr 214.23 - make 214.24 +compile_rules() { 214.25 + ./configure \ 214.26 + --prefix=/usr \ 214.27 + && 214.28 + make && 214.29 make DESTDIR=$DESTDIR install 214.30 } 214.31 214.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 214.33 -genpkg_rules() 214.34 -{ 214.35 +genpkg_rules() { 214.36 mkdir -p $fs/usr/share $fs/usr/lib 214.37 cp -a $install/usr/share/icons $fs/usr/share 214.38 # pkgconfig in /usr/lib
215.1 --- a/gnome-keyring/receipt Mon Oct 15 16:44:45 2018 +0300 215.2 +++ b/gnome-keyring/receipt Tue Oct 16 16:46:05 2018 +0300 215.3 @@ -11,8 +11,8 @@ 215.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 215.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 215.6 215.7 -BUILD_DEPENDS="libgcrypt-dev libtasn1-dev python-dev dbus-dev intltool gtk+-dev" 215.8 -SPLIT="gnome-keyring-dev" 215.9 +BUILD_DEPENDS="libgcrypt-dev libtasn1-dev python-dev dbus-dev intltool gtk2-dev" 215.10 +SPLIT="$PACKAGE-dev" 215.11 215.12 compile_rules() { 215.13 sed -i -e 's|<glib.h>|&\n#include <libtasn1.h>|' \ 215.14 @@ -32,7 +32,7 @@ 215.15 case $PACKAGE in 215.16 gnome-keyring) 215.17 copy @std 215.18 - DEPENDS="libgcrypt libtasn1 python dbus gtk+" 215.19 + DEPENDS="libgcrypt libtasn1 python dbus gtk2" 215.20 ;; 215.21 *-dev) 215.22 copy @dev
216.1 --- a/gnome-keyring3/receipt Mon Oct 15 16:44:45 2018 +0300 216.2 +++ b/gnome-keyring3/receipt Tue Oct 16 16:46:05 2018 +0300 216.3 @@ -7,7 +7,7 @@ 216.4 MAINTAINER="al.bobylev@gmail.com" 216.5 LICENSE="GPL2 LGPL2.1" 216.6 WEB_SITE="https://wiki.gnome.org/Projects/GnomeKeyring" 216.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/gnome-keyring.html" 216.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/gnome-keyring.html" 216.9 REPOLOGY="gnome-keyring" 216.10 216.11 TARBALL="gnome-keyring-$VERSION.tar.xz"
217.1 --- a/gnome-klotski/receipt Mon Oct 15 16:44:45 2018 +0300 217.2 +++ b/gnome-klotski/receipt Tue Oct 16 16:46:05 2018 +0300 217.3 @@ -11,7 +11,7 @@ 217.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 217.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 217.6 217.7 -BUILD_DEPENDS="vala glib-dev libgee-dev gtk+3-dev libgnome-games-support-dev \ 217.8 +BUILD_DEPENDS="vala glib-dev libgee-dev gtk3-dev libgnome-games-support-dev \ 217.9 librsvg-dev intltool itstool" 217.10 217.11 compile_rules() { 217.12 @@ -24,5 +24,5 @@ 217.13 217.14 genpkg_rules() { 217.15 copy @std 217.16 - DEPENDS="cairo glib gtk+3 libgee libgnome-games-support librsvg" 217.17 + DEPENDS="cairo glib gtk3 libgee libgnome-games-support librsvg" 217.18 }
218.1 --- a/gnome-mahjongg/receipt Mon Oct 15 16:44:45 2018 +0300 218.2 +++ b/gnome-mahjongg/receipt Tue Oct 16 16:46:05 2018 +0300 218.3 @@ -11,7 +11,7 @@ 218.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 218.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 218.6 218.7 -BUILD_DEPENDS="vala glib-dev gtk+3-dev librsvg-dev intltool itstool" 218.8 +BUILD_DEPENDS="vala glib-dev gtk3-dev librsvg-dev intltool itstool" 218.9 218.10 compile_rules() { 218.11 # In order to shrink its size, patch svg icon to fix compressor errors like: 218.12 @@ -28,5 +28,5 @@ 218.13 218.14 genpkg_rules() { 218.15 copy @std 218.16 - DEPENDS="cairo gdk-pixbuf glib gtk+3 librsvg" 218.17 + DEPENDS="cairo gdk-pixbuf glib gtk3 librsvg" 218.18 }
219.1 --- a/gnome-mplayer/receipt Mon Oct 15 16:44:45 2018 +0300 219.2 +++ b/gnome-mplayer/receipt Tue Oct 16 16:46:05 2018 +0300 219.3 @@ -11,7 +11,7 @@ 219.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 219.5 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gnome-mplayer/$TARBALL" 219.6 219.7 -BUILD_DEPENDS="gettext xorg-libX11-dev gtk+3-dev gtk+-dev glib-dev gmtk-dev \ 219.8 +BUILD_DEPENDS="gettext xorg-libX11-dev gtk3-dev gtk2-dev glib-dev gmtk-dev \ 219.9 dbus-dev dbus-glib-dev xorg-libXScrnSaver-dev alsa-lib-dev pulseaudio-dev \ 219.10 libnotify-dev libgpod-dev" 219.11 SPLIT="gnome-mplayer-gtk3:gtk3" 219.12 @@ -42,14 +42,14 @@ 219.13 case $PACKAGE in 219.14 gnome-mplayer) 219.15 copy @std 219.16 - DEPENDS="alsa-lib dbus dbus-glib gdk-pixbuf glib gmlib gmtk gtk+ \ 219.17 + DEPENDS="alsa-lib dbus dbus-glib gdk-pixbuf glib gmlib gmtk gtk2 \ 219.18 libgpod libnotify xorg-libX11 xorg-libXScrnSaver mplayer" 219.19 CAT="multimedia|with GTK2" 219.20 ;; 219.21 gnome-mplayer-gtk3) 219.22 copy @std 219.23 DEPENDS="alsa-lib cairo dbus dbus-glib gdk-pixbuf glib gmlib gmtk3 \ 219.24 - gtk+3 libgpod libnotify xorg-libX11 xorg-libXScrnSaver mplayer" 219.25 + gtk3 libgpod libnotify xorg-libX11 xorg-libXScrnSaver mplayer" 219.26 CAT="multimedia|with GTK3" 219.27 ;; 219.28 esac
220.1 --- a/gnome-nibbles/receipt Mon Oct 15 16:44:45 2018 +0300 220.2 +++ b/gnome-nibbles/receipt Tue Oct 16 16:46:05 2018 +0300 220.3 @@ -11,7 +11,7 @@ 220.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 220.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 220.6 220.7 -BUILD_DEPENDS="vala glib-dev clutter-dev clutter-gtk-dev libgee-dev gtk+3-dev \ 220.8 +BUILD_DEPENDS="vala glib-dev clutter-dev clutter-gtk-dev libgee-dev gtk3-dev \ 220.9 libcanberra-dev libgnome-games-support-dev intltool itstool" 220.10 220.11 compile_rules() { 220.12 @@ -24,6 +24,6 @@ 220.13 220.14 genpkg_rules() { 220.15 copy @std 220.16 - DEPENDS="clutter clutter-gtk gdk-pixbuf glib gtk+3 libcanberra-gtk3 libgee \ 220.17 + DEPENDS="clutter clutter-gtk gdk-pixbuf glib gtk3 libcanberra-gtk3 libgee \ 220.18 libgnome-games-support pango" 220.19 }
221.1 --- a/gnome-python-desktop/receipt Mon Oct 15 16:44:45 2018 +0300 221.2 +++ b/gnome-python-desktop/receipt Tue Oct 16 16:46:05 2018 +0300 221.3 @@ -50,7 +50,7 @@ 221.4 case $PACKAGE in 221.5 gnome-python-desktop) 221.6 copy @std 221.7 - DEPENDS="glib gtk+ libgnome-keyring librsvg libwnck2 python \ 221.8 + DEPENDS="glib gtk2 libgnome-keyring librsvg libwnck2 python \ 221.9 gnome-python" 221.10 ;; 221.11 *-dev)
222.1 --- a/gnome-robots/receipt Mon Oct 15 16:44:45 2018 +0300 222.2 +++ b/gnome-robots/receipt Tue Oct 16 16:46:05 2018 +0300 222.3 @@ -11,7 +11,7 @@ 222.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 222.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 222.6 222.7 -BUILD_DEPENDS="glib-dev gtk+3-dev librsvg-dev libcanberra-dev \ 222.8 +BUILD_DEPENDS="glib-dev gtk3-dev librsvg-dev libcanberra-dev \ 222.9 libgnome-games-support-dev intltool itstool" 222.10 222.11 compile_rules() { 222.12 @@ -24,6 +24,6 @@ 222.13 222.14 genpkg_rules() { 222.15 copy @std 222.16 - DEPENDS="cairo gdk-pixbuf glib gtk+3 libcanberra libcanberra-gtk3 \ 222.17 + DEPENDS="cairo gdk-pixbuf glib gtk3 libcanberra libcanberra-gtk3 \ 222.18 libgnome-games-support librsvg" 222.19 }
223.1 --- a/gnome-tetravex/receipt Mon Oct 15 16:44:45 2018 +0300 223.2 +++ b/gnome-tetravex/receipt Tue Oct 16 16:46:05 2018 +0300 223.3 @@ -11,7 +11,7 @@ 223.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 223.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 223.6 223.7 -BUILD_DEPENDS="vala glib-dev gtk+3-dev intltool itstool" 223.8 +BUILD_DEPENDS="vala glib-dev gtk3-dev intltool itstool" 223.9 223.10 compile_rules() { 223.11 ./configure $CONFIGURE_ARGS && 223.12 @@ -23,5 +23,5 @@ 223.13 223.14 genpkg_rules() { 223.15 copy @std 223.16 - DEPENDS="cairo glib gtk+3" 223.17 + DEPENDS="cairo glib gtk3" 223.18 }
224.1 --- a/gnome-themes-standard/receipt Mon Oct 15 16:44:45 2018 +0300 224.2 +++ b/gnome-themes-standard/receipt Tue Oct 16 16:46:05 2018 +0300 224.3 @@ -7,12 +7,12 @@ 224.4 MAINTAINER="al.bobylev@gmail.com" 224.5 LICENSE="LGPL2.1" 224.6 WEB_SITE="https://github.com/GNOME/gnome-themes-extra" 224.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/gnome-themes-standard.html" 224.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/gnome-themes-standard.html" 224.9 224.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 224.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" 224.12 224.13 -BUILD_DEPENDS="automake glib-dev intltool gtk+3-dev librsvg-dev gtk+-dev" 224.14 +BUILD_DEPENDS="automake glib-dev intltool gtk3-dev librsvg-dev gtk2-dev" 224.15 224.16 compile_rules() { 224.17 aclocal 224.18 @@ -24,5 +24,5 @@ 224.19 224.20 genpkg_rules() { 224.21 copy @std 224.22 - DEPENDS="gtk+" 224.23 + DEPENDS="gtk2" 224.24 }
225.1 --- a/gnome-vfs/receipt Mon Oct 15 16:44:45 2018 +0300 225.2 +++ b/gnome-vfs/receipt Tue Oct 16 16:46:05 2018 +0300 225.3 @@ -11,7 +11,7 @@ 225.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 225.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 225.6 225.7 -BUILD_DEPENDS="gtk+-dev dbus-glib-dev gconf-dev bzip2-dev shared-mime-info \ 225.8 +BUILD_DEPENDS="gtk2-dev dbus-glib-dev gconf-dev bzip2-dev shared-mime-info \ 225.9 gnome-mime-data-dev libxml2-dev zlib-dev intltool gnutls-dev libgcrypt-dev \ 225.10 libtool gtk-doc automake" 225.11 SPLIT="gnome-vfs gnome-vfs-dev gnome-vfs-i18n"
226.1 --- a/gnubg/receipt Mon Oct 15 16:44:45 2018 +0300 226.2 +++ b/gnubg/receipt Tue Oct 16 16:46:05 2018 +0300 226.3 @@ -12,7 +12,7 @@ 226.4 WGET_URL="http://files.gnubg.org/media/sources/$TARBALL" 226.5 226.6 BUILD_DEPENDS="autoconf automake bison flex libtool \ 226.7 -glib-dev libpng16-dev freetype-dev gtk+-dev cairo-dev libcanberra-dev \ 226.8 +glib-dev libpng16-dev freetype-dev gtk2-dev cairo-dev libcanberra-dev \ 226.9 gtkglext-dev readline-dev python sqlite3-dev gmp-dev" 226.10 226.11 compile_rules() { 226.12 @@ -26,5 +26,5 @@ 226.13 226.14 genpkg_rules() { 226.15 copy @std 226.16 - DEPENDS="gtk+ libcanberra ncurses python gmp libvorbis libltdl" 226.17 + DEPENDS="gtk2 libcanberra ncurses python gmp libvorbis libltdl" 226.18 }
227.1 --- a/gnucash/receipt Mon Oct 15 16:44:45 2018 +0300 227.2 +++ b/gnucash/receipt Tue Oct 16 16:46:05 2018 +0300 227.3 @@ -11,7 +11,7 @@ 227.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 227.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 227.6 227.7 -BUILD_DEPENDS="glib-dev gtk+-dev goffice-dev guile-dev libgnomecanvas-dev \ 227.8 +BUILD_DEPENDS="glib-dev gtk2-dev goffice-dev guile-dev libgnomecanvas-dev \ 227.9 libofx-dev webkitgtk-dev libxml2-dev libxslt-dev perl slib zlib-dev intltool \ 227.10 util-linux-uuid-dev libtool" 227.11 227.12 @@ -34,6 +34,6 @@ 227.13 227.14 genpkg_rules() { 227.15 copy @std *.mo 227.16 - DEPENDS="glib gtk+ goffice guile libgnomecanvas libofx webkitgtk libxml2 \ 227.17 + DEPENDS="glib gtk2 goffice guile libgnomecanvas libofx webkitgtk libxml2 \ 227.18 libxslt perl slib zlib util-linux-uuid" 227.19 }
228.1 --- a/gnugo/receipt Mon Oct 15 16:44:45 2018 +0300 228.2 +++ b/gnugo/receipt Tue Oct 16 16:46:05 2018 +0300 228.3 @@ -1,23 +1,19 @@ 228.4 -# SliTaz package receipt. 228.5 +# SliTaz package receipt v2. 228.6 228.7 PACKAGE="gnugo" 228.8 VERSION="3.8" 228.9 CATEGORY="games" 228.10 -SHORT_DESC="A free program that plays the game of Go." 228.11 +SHORT_DESC="A free program that plays the game of Go" 228.12 MAINTAINER="pascal.bellard@slitaz.org" 228.13 LICENSE="GPL3" 228.14 +WEB_SITE="http://www.gnu.org/software/gnugo/" 228.15 + 228.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 228.17 -WEB_SITE="http://www.gnu.org/software/gnugo/" 228.18 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 228.19 -SUGGESTED="quarry" 228.20 228.21 -DEPENDS="ncurses" 228.22 BUILD_DEPENDS="ncurses-dev" 228.23 228.24 -# Rules to configure and make the package. 228.25 -compile_rules() 228.26 -{ 228.27 - cd $src 228.28 +compile_rules() { 228.29 ./configure \ 228.30 --prefix=/usr \ 228.31 --libexecdir=/usr/lib \ 228.32 @@ -28,9 +24,9 @@ 228.33 make DESTDIR=$DESTDIR install 228.34 } 228.35 228.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 228.37 -genpkg_rules() 228.38 -{ 228.39 +genpkg_rules() { 228.40 mkdir -p $fs/usr 228.41 cp -a $install/usr/bin $fs/usr 228.42 + DEPENDS="ncurses" 228.43 + SUGGESTED="quarry" 228.44 }
229.1 --- a/gnumeric/receipt Mon Oct 15 16:44:45 2018 +0300 229.2 +++ b/gnumeric/receipt Tue Oct 16 16:46:05 2018 +0300 229.3 @@ -11,7 +11,7 @@ 229.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 229.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 229.6 229.7 -BUILD_DEPENDS="gtk-doc bison goffice-dev gtk+3-dev intltool gettext \ 229.8 +BUILD_DEPENDS="gtk-doc bison goffice-dev gtk3-dev intltool gettext \ 229.9 xorg-dev zlib-dev" 229.10 229.11 compile_rules() { 229.12 @@ -28,6 +28,6 @@ 229.13 genpkg_rules() { 229.14 copy @std 229.15 find $fs/usr/share/pixmaps -name '*.ico' -delete 229.16 - DEPENDS="atk cairo gdk-pixbuf glib goffice gtk+3 libgsf libxml2 pango zlib \ 229.17 + DEPENDS="atk cairo gdk-pixbuf glib goffice gtk3 libgsf libxml2 pango zlib \ 229.18 dconf" 229.19 }
230.1 --- a/gobby/receipt Mon Oct 15 16:44:45 2018 +0300 230.2 +++ b/gobby/receipt Tue Oct 16 16:46:05 2018 +0300 230.3 @@ -10,10 +10,10 @@ 230.4 WEB_SITE="http://gobby.0x539.de/trac/" 230.5 WGET_URL="http://releases.0x539.de/gobby/$TARBALL" 230.6 230.7 -DEPENDS="gnutls libgpg-error libgcrypt gtk+ cairomm glibmm gtkmm gtksourceview \ 230.8 +DEPENDS="gnutls libgpg-error libgcrypt gtk2 cairomm glibmm gtkmm gtksourceview \ 230.9 libsigc++ libxml++ net6 obby xorg-libXdamage gcc-lib-base libtasn1" 230.10 BUILD_DEPENDS="intltool libxml++-dev cairomm-dev glibmm-dev gtkmm-dev net6-dev \ 230.11 -obby-dev gtksourceview-dev gnutls-dev libsigc++-dev gtk+-dev" 230.12 +obby-dev gtksourceview-dev gnutls-dev libsigc++-dev gtk2-dev" 230.13 230.14 # Rules to configure and make the package. 230.15 compile_rules()
231.1 --- a/gobject-introspection/receipt Mon Oct 15 16:44:45 2018 +0300 231.2 +++ b/gobject-introspection/receipt Tue Oct 16 16:46:05 2018 +0300 231.3 @@ -7,7 +7,7 @@ 231.4 MAINTAINER="pankso@slitaz.org" 231.5 LICENSE="LGPL2 MIT" 231.6 WEB_SITE="https://wiki.gnome.org/Projects/GObjectIntrospection" 231.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/gobject-introspection.html" 231.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/gobject-introspection.html" 231.9 231.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 231.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
232.1 --- a/goffice/receipt Mon Oct 15 16:44:45 2018 +0300 232.2 +++ b/goffice/receipt Tue Oct 16 16:46:05 2018 +0300 232.3 @@ -11,7 +11,7 @@ 232.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 232.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 232.6 232.7 -BUILD_DEPENDS="cairo-dev gtk+3-dev libgsf-dev librsvg-dev libxslt-dev gtk-doc \ 232.8 +BUILD_DEPENDS="cairo-dev gtk3-dev libgsf-dev librsvg-dev libxslt-dev gtk-doc \ 232.9 intltool" 232.10 SPLIT="goffice-dev" 232.11 232.12 @@ -26,12 +26,12 @@ 232.13 case $PACKAGE in 232.14 goffice) 232.15 copy @std 232.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libgsf librsvg libxml2 \ 232.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 libgsf librsvg libxml2 \ 232.18 libxslt pango" 232.19 ;; 232.20 *-dev) 232.21 copy @dev 232.22 - DEPENDS="goffice cairo-dev glib-dev gtk+3-dev libgsf-dev \ 232.23 + DEPENDS="goffice cairo-dev glib-dev gtk3-dev libgsf-dev \ 232.24 librsvg-dev libxml2-dev libxslt-dev pango-dev" 232.25 ;; 232.26 esac
233.1 --- a/goocanvas/receipt Mon Oct 15 16:44:45 2018 +0300 233.2 +++ b/goocanvas/receipt Tue Oct 16 16:46:05 2018 +0300 233.3 @@ -11,7 +11,7 @@ 233.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 233.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 233.6 233.7 -BUILD_DEPENDS="gtk+-dev gettext" 233.8 +BUILD_DEPENDS="gtk2-dev gettext" 233.9 SPLIT="goocanvas-dev" 233.10 233.11 compile_rules() { 233.12 @@ -25,11 +25,11 @@ 233.13 case $PACKAGE in 233.14 goocanvas) 233.15 copy @std 233.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+ pango" 233.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk2 pango" 233.18 ;; 233.19 *-dev) 233.20 copy @dev 233.21 - DEPENDS="goocanvas cairo-dev gtk+-dev" 233.22 + DEPENDS="goocanvas cairo-dev gtk2-dev" 233.23 ;; 233.24 esac 233.25 }
234.1 --- a/goocanvas2/receipt Mon Oct 15 16:44:45 2018 +0300 234.2 +++ b/goocanvas2/receipt Tue Oct 16 16:46:05 2018 +0300 234.3 @@ -12,7 +12,7 @@ 234.4 TARBALL="goocanvas-$VERSION.tar.xz" 234.5 WGET_URL="$GNOME_MIRROR/goocanvas/${VERSION%.*}/$TARBALL" 234.6 234.7 -BUILD_DEPENDS="gtk+3-dev gettext" 234.8 +BUILD_DEPENDS="gtk3-dev gettext" 234.9 SPLIT="goocanvas2-dev" 234.10 234.11 compile_rules() { 234.12 @@ -26,11 +26,11 @@ 234.13 case $PACKAGE in 234.14 goocanvas2) 234.15 copy @std 234.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 pango" 234.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 pango" 234.18 ;; 234.19 *-dev) 234.20 copy @dev 234.21 - DEPENDS="goocanvas2 cairo-dev gtk+3-dev" 234.22 + DEPENDS="goocanvas2 cairo-dev gtk3-dev" 234.23 ;; 234.24 esac 234.25 }
235.1 --- a/gpa/receipt Mon Oct 15 16:44:45 2018 +0300 235.2 +++ b/gpa/receipt Tue Oct 16 16:46:05 2018 +0300 235.3 @@ -13,7 +13,7 @@ 235.4 # Integrity check: https://www.gnupg.org/download/integrity_check.html 235.5 TARBALL_SHA1="c629348725c1bf5dafd57f8a70187dc89815ce60" 235.6 235.7 -BUILD_DEPENDS="gtk+-dev libgpg-error-dev libassuan-dev gpgme-dev" 235.8 +BUILD_DEPENDS="gtk2-dev libgpg-error-dev libassuan-dev gpgme-dev" 235.9 SPLIT="gpa-langpack" 235.10 235.11 compile_rules() { 235.12 @@ -26,7 +26,7 @@ 235.13 case $PACKAGE in 235.14 gpa) 235.15 copy @std 235.16 - DEPENDS="gdk-pixbuf glib gpgme gtk+ libassuan libgpg-error zlib \ 235.17 + DEPENDS="gdk-pixbuf glib gpgme gtk2 libassuan libgpg-error zlib \ 235.18 pinentry-gtk" 235.19 ;; 235.20 gpa-langpack)
236.1 --- a/gparted/receipt Mon Oct 15 16:44:45 2018 +0300 236.2 +++ b/gparted/receipt Tue Oct 16 16:46:05 2018 +0300 236.3 @@ -7,12 +7,12 @@ 236.4 MAINTAINER="pankso@slitaz.org" 236.5 LICENSE="GPL2" 236.6 WEB_SITE="https://gparted.sourceforge.io/" 236.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/xsoft/gparted.html" 236.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/xsoft/gparted.html" 236.9 236.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 236.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 236.12 236.13 -BUILD_DEPENDS="gtk+-dev libsigc++-dev glibmm-dev gtkmm-dev parted-dev \ 236.14 +BUILD_DEPENDS="gtk2-dev libsigc++-dev glibmm-dev gtkmm-dev parted-dev \ 236.15 cairomm-dev pangomm-dev glibmm-dev intltool util-linux-uuid-dev" 236.16 236.17 CROSS="error: cannot run test program while cross compiling" 236.18 @@ -37,7 +37,7 @@ 236.19 236.20 genpkg_rules() { 236.21 copy gparted gpartedbin 236.22 - DEPENDS="atkmm glib glibmm gtk+ gtkmm libsigc++ pangomm parted \ 236.23 + DEPENDS="atkmm glib glibmm gtk2 gtkmm libsigc++ pangomm parted \ 236.24 util-linux-uuid" 236.25 SUGGESTED="e2fsprogs dosfstools mtools ntfs-3g ntfsprogs jfsutils xfsprogs \ 236.26 reiserfsprogs reiser4progs btrfs-progs f2fs-tools hfsutils hfsprogs \
237.1 --- a/gperiodic/receipt Mon Oct 15 16:44:45 2018 +0300 237.2 +++ b/gperiodic/receipt Tue Oct 16 16:46:05 2018 +0300 237.3 @@ -11,7 +11,7 @@ 237.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 237.5 WGET_URL="http://www.frantz.fi/software/$TARBALL" 237.6 237.7 -BUILD_DEPENDS="gtk+-dev gettext-tools" 237.8 +BUILD_DEPENDS="gtk2-dev gettext-tools" 237.9 237.10 # Rules to configure and make the package. 237.11 compile_rules() 237.12 @@ -24,5 +24,5 @@ 237.13 genpkg_rules() 237.14 { 237.15 copy @std *.mo 237.16 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango" 237.17 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango" 237.18 }
238.1 --- a/gpgme/receipt Mon Oct 15 16:44:45 2018 +0300 238.2 +++ b/gpgme/receipt Tue Oct 16 16:46:05 2018 +0300 238.3 @@ -7,7 +7,7 @@ 238.4 MAINTAINER="erjo@slitaz.org" 238.5 LICENSE="GPL2 LGPL2.1" 238.6 WEB_SITE="https://www.gnupg.org/related_software/gpgme/" 238.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/gpgme.html" 238.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/gpgme.html" 238.9 238.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 238.11 WGET_URL="https://www.gnupg.org/ftp/gcrypt/gpgme/$TARBALL"
239.1 --- a/gpick/receipt Mon Oct 15 16:44:45 2018 +0300 239.2 +++ b/gpick/receipt Tue Oct 16 16:46:05 2018 +0300 239.3 @@ -10,9 +10,9 @@ 239.4 TARBALL="${PACKAGE}_$VERSION.tar.gz" 239.5 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" # FIXME 239.6 239.7 -DEPENDS="gtk+" 239.8 +DEPENDS="gtk2" 239.9 SUGGESTED="lua" 239.10 -BUILD_DEPENDS="scons gettext lemon flex gtk+-dev expat-dev boost-dev \ 239.11 +BUILD_DEPENDS="scons gettext lemon flex gtk2-dev expat-dev boost-dev \ 239.12 dbus-glib-dev lua-dev" 239.13 239.14 # Rules to configure and make the package.
240.1 --- a/gpicview/receipt Mon Oct 15 16:44:45 2018 +0300 240.2 +++ b/gpicview/receipt Tue Oct 16 16:46:05 2018 +0300 240.3 @@ -7,12 +7,12 @@ 240.4 MAINTAINER="pankso@slitaz.org" 240.5 LICENSE="GPL2" 240.6 WEB_SITE="https://wiki.lxde.org/en/GPicView" 240.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/gpicview.html" 240.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/gpicview.html" 240.9 240.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 240.11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 240.12 240.13 -BUILD_DEPENDS="intltool gtk+-dev libjpeg-turbo-dev" 240.14 +BUILD_DEPENDS="intltool gtk2-dev libjpeg-turbo-dev" 240.15 240.16 compile_rules() { 240.17 sed -i 's|Utility;||' gpicview.desktop.in 240.18 @@ -26,6 +26,6 @@ 240.19 genpkg_rules() { 240.20 # skip pixmaps and icons (found in the icon theme) 240.21 copy bin/ *.desktop *.ui 240.22 - DEPENDS="cairo gdk-pixbuf glib gtk+ libjpeg-turbo xorg-libX11" 240.23 + DEPENDS="cairo gdk-pixbuf glib gtk2 libjpeg-turbo xorg-libX11" 240.24 TAGS="LXDE" 240.25 }
241.1 --- a/gqview/receipt Mon Oct 15 16:44:45 2018 +0300 241.2 +++ b/gqview/receipt Tue Oct 16 16:46:05 2018 +0300 241.3 @@ -10,8 +10,8 @@ 241.4 WEB_SITE="http://gqview.sourceforge.net/" 241.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 241.6 241.7 -DEPENDS="gtk+ xorg-libXdamage" 241.8 -BUILD_DEPENDS="gtk+-dev gettext-tools" 241.9 +DEPENDS="gtk2 xorg-libXdamage" 241.10 +BUILD_DEPENDS="gtk2-dev gettext-tools" 241.11 241.12 # Rules to configure and make the package. 241.13 compile_rules()
242.1 --- a/grantlee/receipt Mon Oct 15 16:44:45 2018 +0300 242.2 +++ b/grantlee/receipt Tue Oct 16 16:46:05 2018 +0300 242.3 @@ -7,7 +7,7 @@ 242.4 MAINTAINER="al.bobylev@gmail.com" 242.5 LICENSE="LGPL2.1" 242.6 WEB_SITE="https://github.com/steveire/grantlee" 242.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/grantlee.html" 242.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/grantlee.html" 242.9 242.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 242.11 WGET_URL="http://downloads.grantlee.org/$TARBALL"
243.1 --- a/graphviz/receipt Mon Oct 15 16:44:45 2018 +0300 243.2 +++ b/graphviz/receipt Tue Oct 16 16:46:05 2018 +0300 243.3 @@ -7,7 +7,7 @@ 243.4 MAINTAINER="pascal.bellard@slitaz.org" 243.5 LICENSE="Eclipse" 243.6 WEB_SITE="http://www.graphviz.org/" 243.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/graphviz.html" 243.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/graphviz.html" 243.9 243.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 243.11 WGET_URL="http://graphviz.org/pub/graphviz/stable/SOURCES/$TARBALL" 243.12 @@ -16,8 +16,8 @@ 243.13 libjpeg-turbo-dev libgd-dev swig ocaml python-dev tcl-dev tk-dev librsvg-dev \ 243.14 ruby-dev libcroco-dev util-linux-uuid-dev pango-dev libxml2-dev gdk-pixbuf-dev \ 243.15 guile-dev gmp-dev pcre-dev perl-dev libtool" # php-dev lua-dev 243.16 -SPLIT="graphviz-dev graphviz-doc graphviz-demo graphviz-guile graphviz-ocaml \ 243.17 -graphviz-perl graphviz-python graphviz-ruby graphviz-tcl graphviz" 243.18 +SPLIT="$PACKAGE-dev $PACKAGE-doc $PACKAGE-demo $PACKAGE-guile $PACKAGE-ocaml \ 243.19 +$PACKAGE-perl $PACKAGE-python $PACKAGE-ruby $PACKAGE-tcl $PACKAGE" 243.20 COOKOPTS="skip-log-errors" 243.21 243.22 # FIXME: PHP and Lua support is temporarily disabled
244.1 --- a/graveman/receipt Mon Oct 15 16:44:45 2018 +0300 244.2 +++ b/graveman/receipt Tue Oct 16 16:46:05 2018 +0300 244.3 @@ -1,4 +1,4 @@ 244.4 -# SliTaz package receipt. 244.5 +# SliTaz package receipt v2. 244.6 244.7 PACKAGE="graveman" 244.8 VERSION="0.3.12-5" 244.9 @@ -6,31 +6,29 @@ 244.10 SHORT_DESC="Frontend for cd-burning tools" 244.11 MAINTAINER="allan316@gmail.com" 244.12 LICENSE="GPL2" 244.13 +WEB_SITE="http://graveman.tuxfamily.org" 244.14 + 244.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 244.16 -WEB_SITE="http://graveman.tuxfamily.org" 244.17 WGET_URL="$WEB_SITE/sources/$TARBALL" 244.18 244.19 -DEPENDS="readom dvd+rw-tools dvd+rw-media-tools sox cdrdao libao libid3tag libmad lame libvorbis libogg flac libglade libmng" 244.20 -BUILD_DEPENDS="intltool libglade-dev flac-dev lame-dev libao-dev libmng-dev libogg-dev libmad-dev libvorbis-dev" 244.21 +BUILD_DEPENDS="intltool libglade-dev flac-dev lame-dev libao-dev libmng-dev \ 244.22 +libogg-dev libmad-dev libvorbis-dev" 244.23 244.24 -# Rules to configure and make the package. 244.25 -compile_rules() 244.26 -{ 244.27 - cd $src 244.28 +compile_rules() { 244.29 ./configure \ 244.30 - --prefix=/usr $CONFIGURE_ARGS && 244.31 - make && 244.32 - make DESTDIR=$DESTDIR install 244.33 + --prefix=/usr \ 244.34 + $CONFIGURE_ARGS && 244.35 + make && 244.36 + make DESTDIR=$DESTDIR install 244.37 } 244.38 244.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 244.40 -genpkg_rules() 244.41 -{ 244.42 +genpkg_rules() { 244.43 mkdir -p $fs/usr/share/locale 244.44 cp -a $install/usr/bin $fs/usr 244.45 cp -a $install/usr/share/applications $fs/usr/share 244.46 cp -a $install/usr/share/pixmaps $fs/usr/share 244.47 cp -a $install/usr/share/graveman $fs/usr/share 244.48 cp -a $install/usr/share/locale/fr $fs/usr/share/locale 244.49 + DEPENDS="readom dvd+rw-tools dvd+rw-media-tools sox cdrdao libao libid3tag \ 244.50 + libmad lame libvorbis libogg flac libglade libmng" 244.51 } 244.52 -
245.1 --- a/gringotts/receipt Mon Oct 15 16:44:45 2018 +0300 245.2 +++ b/gringotts/receipt Tue Oct 16 16:46:05 2018 +0300 245.3 @@ -10,8 +10,8 @@ 245.4 WEB_SITE="http://gringotts.shlomifish.org/" 245.5 WGET_URL="$SF_MIRROR/$PACKAGE.berlios/$TARBALL" 245.6 245.7 -DEPENDS="gtk+ libgringotts popt" 245.8 -BUILD_DEPENDS="gtk+-dev libgringotts-dev popt-dev libmcrypt-dev" 245.9 +DEPENDS="gtk2 libgringotts popt" 245.10 +BUILD_DEPENDS="gtk2-dev libgringotts-dev popt-dev libmcrypt-dev" 245.11 245.12 # Rules to configure and make the package. 245.13 compile_rules()
246.1 --- a/grisbi/receipt Mon Oct 15 16:44:45 2018 +0300 246.2 +++ b/grisbi/receipt Tue Oct 16 16:46:05 2018 +0300 246.3 @@ -11,7 +11,7 @@ 246.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 246.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 246.6 246.7 -BUILD_DEPENDS="libxml2 gtk+-dev glib-dev libofx-dev \ 246.8 +BUILD_DEPENDS="libxml2 gtk2-dev glib-dev libofx-dev \ 246.9 opensp-dev openssl-dev intltool" 246.10 246.11 compile_rules() { 246.12 @@ -23,5 +23,5 @@ 246.13 246.14 genpkg_rules() { 246.15 copy @std 246.16 - DEPENDS="gtk+ xorg-libXdamage libofx libofx openssl" 246.17 + DEPENDS="gtk2 xorg-libXdamage libofx libofx openssl" 246.18 }
247.1 --- a/grsync/receipt Mon Oct 15 16:44:45 2018 +0300 247.2 +++ b/grsync/receipt Tue Oct 16 16:46:05 2018 +0300 247.3 @@ -1,24 +1,22 @@ 247.4 -# SliTaz package receipt. 247.5 +# SliTaz package receipt v2. 247.6 247.7 PACKAGE="grsync" 247.8 VERSION="1.2.2" 247.9 CATEGORY="network" 247.10 -SHORT_DESC="GTK+ intuitive interface to rsync." 247.11 +SHORT_DESC="GTK+ intuitive interface to rsync" 247.12 MAINTAINER="pankso@slitaz.org" 247.13 LICENSE="GPL2" 247.14 +WEB_SITE="http://www.opbyte.it/grsync/" 247.15 + 247.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 247.17 -WEB_SITE="http://www.opbyte.it/grsync/" 247.18 WGET_URL="http://www.opbyte.it/release/$TARBALL" 247.19 247.20 -DEPENDS="gtk+ rsync xorg-libXdamage acl" 247.21 -BUILD_DEPENDS="gtk+-dev xorg-xorgproto perl-xml-parser intltool" 247.22 +BUILD_DEPENDS="gtk2-dev xorg-xorgproto perl-xml-parser intltool" 247.23 247.24 -# Rules to configure and make the package. 247.25 -compile_rules() 247.26 -{ 247.27 +compile_rules() { 247.28 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 247.29 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 247.30 - cd $src 247.31 + 247.32 chmod +x install-sh 247.33 ./configure \ 247.34 --prefix=/usr \ 247.35 @@ -30,13 +28,11 @@ 247.36 make DESTDIR=$DESTDIR install 247.37 } 247.38 247.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 247.40 -genpkg_rules() 247.41 -{ 247.42 - mkdir -p $fs/usr/share 247.43 - cp -a $install/usr/bin $fs/usr 247.44 +genpkg_rules() { 247.45 + mkdir -p $fs/usr/share 247.46 + cp -a $install/usr/bin $fs/usr 247.47 cp -a $install/usr/share/grsync $fs/usr/share 247.48 - sed -i s'|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/grsync-batch 247.49 + sed -i s'|#!/bin/bash|#!/bin/sh|' $fs/usr/bin/grsync-batch 247.50 chmod +x $fs/usr/bin/* 247.51 + DEPENDS="gtk2 rsync xorg-libXdamage acl" 247.52 } 247.53 -
248.1 --- a/gsl/receipt Mon Oct 15 16:44:45 2018 +0300 248.2 +++ b/gsl/receipt Tue Oct 16 16:46:05 2018 +0300 248.3 @@ -7,7 +7,7 @@ 248.4 MAINTAINER="pankso@slitaz.org" 248.5 LICENSE="GPL3" 248.6 WEB_SITE="https://www.gnu.org/software/gsl/" 248.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/gsl.html" 248.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/gsl.html" 248.9 248.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 248.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
249.1 --- a/gsmartcontrol/receipt Mon Oct 15 16:44:45 2018 +0300 249.2 +++ b/gsmartcontrol/receipt Tue Oct 16 16:46:05 2018 +0300 249.3 @@ -11,7 +11,7 @@ 249.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 249.5 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL" 249.6 249.7 -BUILD_DEPENDS="pcre-dev glib-dev gtk+-dev cairomm-dev gtkmm-dev" 249.8 +BUILD_DEPENDS="pcre-dev glib-dev gtk2-dev cairomm-dev gtkmm-dev" 249.9 249.10 compile_rules() { 249.11 ./configure $CONFIGURE_ARGS && 249.12 @@ -21,6 +21,6 @@ 249.13 249.14 genpkg_rules() { 249.15 copy @std @ico 249.16 - DEPENDS="atkmm glib glibmm gtk+ gtkmm libpcre libsigc++ pangomm \ 249.17 + DEPENDS="atkmm glib glibmm gtk2 gtkmm libpcre libsigc++ pangomm \ 249.18 smartmontools" 249.19 }
250.1 --- a/gssdp/receipt Mon Oct 15 16:44:45 2018 +0300 250.2 +++ b/gssdp/receipt Tue Oct 16 16:46:05 2018 +0300 250.3 @@ -11,7 +11,7 @@ 250.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 250.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 250.6 250.7 -BUILD_DEPENDS="glib-dev libsoup-dev gtk+3-dev gobject-introspection-dev \ 250.8 +BUILD_DEPENDS="glib-dev libsoup-dev gtk3-dev gobject-introspection-dev \ 250.9 gtk-doc vala" 250.10 SPLIT="gssdp-bin gssdp gssdp-dev" 250.11 250.12 @@ -27,7 +27,7 @@ 250.13 *-bin) 250.14 copy bin/ *.ui 250.15 CAT="network|device sniffer" 250.16 - DEPENDS="glib gssdp gtk+3 libsoup" 250.17 + DEPENDS="glib gssdp gtk3 libsoup" 250.18 ;; 250.19 gssdp) 250.20 copy *.so*
251.1 --- a/gst0-plugins-good/receipt Mon Oct 15 16:44:45 2018 +0300 251.2 +++ b/gst0-plugins-good/receipt Tue Oct 16 16:46:05 2018 +0300 251.3 @@ -14,7 +14,7 @@ 251.4 WGET_URL="$GNOME_MIRROR/gst-plugins-good/0.10/$TARBALL" 251.5 251.6 BUILD_DEPENDS="gettext gconf-dev gtk-doc python glib-dev orc-dev \ 251.7 -gstreamer0-dev gst0-plugins-base-dev gtk+-dev libgudev-dev v4l-utils-dev \ 251.8 +gstreamer0-dev gst0-plugins-base-dev gtk2-dev libgudev-dev v4l-utils-dev \ 251.9 xorg-libXfixes-dev xorg-libXdamage-dev aalib-dev flac-dev gdk-pixbuf-dev \ 251.10 jack2-dev libcaca-dev libdv-dev libraw1394-dev libiec61883-dev libavc1394-dev \ 251.11 libshout-dev libsoup-dev speex-dev taglib-dev wavpack-dev libjpeg-turbo-dev \
252.1 --- a/gsynaptics/receipt Mon Oct 15 16:44:45 2018 +0300 252.2 +++ b/gsynaptics/receipt Tue Oct 16 16:46:05 2018 +0300 252.3 @@ -11,7 +11,7 @@ 252.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 252.5 WGET_URL="http://sourceforge.jp/frs/redir.php?m=keihanna&f=%2F$PACKAGE%2F38463%2F$TARBALL" 252.6 252.7 -BUILD_DEPENDS="gtk+-dev libglade-dev gconf-dev gnome-doc-utils intltool" 252.8 +BUILD_DEPENDS="gtk2-dev libglade-dev gconf-dev gnome-doc-utils intltool" 252.9 252.10 compile_rules() { 252.11 ./configure \ 252.12 @@ -24,5 +24,5 @@ 252.13 252.14 genpkg_rules() { 252.15 copy @std 252.16 - DEPENDS="gconf gtk+ libglade orbit2" 252.17 + DEPENDS="gconf gtk2 libglade orbit2" 252.18 }
253.1 --- a/gtick/receipt Mon Oct 15 16:44:45 2018 +0300 253.2 +++ b/gtick/receipt Tue Oct 16 16:46:05 2018 +0300 253.3 @@ -10,8 +10,8 @@ 253.4 WEB_SITE="http://www.antcom.de/gtick/" 253.5 WGET_URL="http://www.antcom.de/gtick/download/$TARBALL" 253.6 253.7 -DEPENDS="gtk+ xorg-libXdamage libsndfile libogg" 253.8 -BUILD_DEPENDS="gtk+-dev xorg-xorgproto" 253.9 +DEPENDS="gtk2 xorg-libXdamage libsndfile libogg" 253.10 +BUILD_DEPENDS="gtk2-dev xorg-xorgproto" 253.11 253.12 # Rules to configure and make the package. 253.13 compile_rules()
254.1 --- a/gtk+/receipt Mon Oct 15 16:44:45 2018 +0300 254.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 254.3 @@ -1,85 +0,0 @@ 254.4 -# SliTaz package receipt v2. 254.5 - 254.6 -PACKAGE="gtk+" 254.7 -VERSION="2.24.31" 254.8 -CATEGORY="x-window" 254.9 -SHORT_DESC="The GIMP Toolkit" 254.10 -MAINTAINER="pankso@slitaz.org" 254.11 -LICENSE="GPL2" 254.12 -WEB_SITE="https://www.gtk.org/" 254.13 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/gtk2.html" 254.14 -REPOLOGY="gtk2" 254.15 - 254.16 -TARBALL="$PACKAGE-$VERSION.tar.xz" 254.17 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" 254.18 - 254.19 -BUILD_DEPENDS_arm="atk-dev pango-dev gdk-pixbuf-dev dbus-dev dbus-glib-dev \ 254.20 -xorg-xorgproto xorg-libxcb-dev fontconfig-dev freetype-dev xorg-pixman-dev libxml2-dev \ 254.21 -libpng16-dev libffi-dev harfbuzz-dev faenza-icon-theme optipng \ 254.22 -xorg-libX11-dev xorg-libXext-dev xorg-libXrender-dev automake" 254.23 -BUILD_DEPENDS="paper-icon-theme rsvg-convert optipng-static pngquant-static \ 254.24 -symlinks \ 254.25 -glib-dev atk-dev pango-dev cairo-dev gdk-pixbuf-dev cups-dev \ 254.26 -gobject-introspection-dev gtk-doc automake gettext xorg-libXinerama-dev" 254.27 -BUILD_DEPENDS="glib-dev atk-dev pango-dev cairo-dev gdk-pixbuf-dev cups-dev \ 254.28 -gobject-introspection-dev gtk-doc gettext xorg-libXinerama-dev \ 254.29 -shared-mime-info-dev" 254.30 -SPLIT="gtk+-demo gtk+ gtk+-dev" 254.31 - 254.32 -compile_rules() { 254.33 - case "$ARCH" in 254.34 - arm*) 254.35 - BUILD_DEPENDS=$BUILD_DEPENDS_arm 254.36 - ARCH_ARGS="--enable-introspection=no --disable-glibtest --disable-cups \ 254.37 - --disable-papi --with-gdktarget=x11 --with-xinput gio_can_sniff=yes" 254.38 - export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" 254.39 - export CPPFLAGS="$CPPFLAGS -I/cross/$ARCH/sysroot/usr/include" 254.40 - export LIBTOOL=${HOST_SYSTEM}-libtool 254.41 - ;; 254.42 - esac 254.43 - 254.44 -# . $stuff/replace-icons-paper; cd $src 254.45 - 254.46 -# find $src -type f -name 'Makefile.in' -exec sed -i 's|1.15|1.15.1|' '{}' \; 254.47 -# or 254.48 -# autoreconf -fi && # fix 'version mismatch' between 1.15 and 1.15.1 254.49 - ./configure \ 254.50 - --enable-debug=no \ 254.51 - $CONFIGURE_ARGS $ARCH_ARGS && 254.52 - fix libtool && 254.53 - make $MAKEFLAGS $LIBTOOL && 254.54 - make install || return 1 254.55 - 254.56 - ln -s /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache \ 254.57 - $install/etc/gtk-2.0/gdk-pixbuf.loaders 254.58 - 254.59 - mkdir -p $install/usr/share/applications 254.60 - cp $stuff/*.desktop $install/usr/share/applications 254.61 -} 254.62 - 254.63 -genpkg_rules() { 254.64 - case $PACKAGE in 254.65 - gtk+-demo) 254.66 - copy gtk-demo demo/ *.desktop 254.67 - CAT="development|example code and demo" 254.68 - DEPENDS="cairo gdk-pixbuf glib gtk+ pango" 254.69 - ;; 254.70 - gtk+) 254.71 - COOKOPTS="!menus" 254.72 - copy @std @rm 254.73 - DEPENDS="atk cairo fontconfig gdk-pixbuf glib libcups pango \ 254.74 - xorg-libX11 xorg-libXext xorg-libXinerama xorg-libXrender" 254.75 - CONFIG_FILES="/etc/gtk-2.0/im-multipress.conf" 254.76 - SUGGESTED="cups gnutls libgcrypt libgpg-error" 254.77 - ;; 254.78 - gtk+-dev) 254.79 - copy @dev 254.80 - DEPENDS="gtk+ \ 254.81 - atk-dev cairo-dev gdk-pixbuf-dev glib-dev pango-dev" 254.82 - ;; 254.83 - esac 254.84 -} 254.85 - 254.86 -post_install_gtk_() { 254.87 - chroot "$1/" /usr/bin/gtk-query-immodules-2.0 --update-cache 254.88 -}
255.1 Binary file gtk+/stuff/16/document-revert-rtl.png has changed
256.1 Binary file gtk+/stuff/16/edit-redo-rtl.png has changed
257.1 Binary file gtk+/stuff/16/edit-undo-rtl.png has changed
258.1 Binary file gtk+/stuff/16/format-indent-less-rtl.png has changed
259.1 Binary file gtk+/stuff/16/format-indent-more-rtl.png has changed
260.1 Binary file gtk+/stuff/16/go-jump-rtl.png has changed
261.1 Binary file gtk+/stuff/16/media-playback-start-rtl.png has changed
262.1 Binary file gtk+/stuff/16/media-seek-backward-ltr.png has changed
263.1 Binary file gtk+/stuff/16/media-seek-forward-ltr.png has changed
264.1 Binary file gtk+/stuff/20/gtk-apply.png has changed
265.1 Binary file gtk+/stuff/20/gtk-cancel.png has changed
266.1 Binary file gtk+/stuff/20/gtk-no.png has changed
267.1 Binary file gtk+/stuff/20/gtk-ok.png has changed
268.1 Binary file gtk+/stuff/20/gtk-yes.png has changed
269.1 Binary file gtk+/stuff/20/window-close.png has changed
270.1 Binary file gtk+/stuff/24/document-revert-rtl.png has changed
271.1 Binary file gtk+/stuff/24/edit-redo-rtl.png has changed
272.1 Binary file gtk+/stuff/24/edit-undo-rtl.png has changed
273.1 Binary file gtk+/stuff/24/format-indent-less-rtl.png has changed
274.1 Binary file gtk+/stuff/24/format-indent-more-rtl.png has changed
275.1 Binary file gtk+/stuff/24/go-jump-rtl.png has changed
276.1 Binary file gtk+/stuff/24/media-playback-start-rtl.png has changed
277.1 Binary file gtk+/stuff/24/media-seek-backward-ltr.png has changed
278.1 Binary file gtk+/stuff/24/media-seek-forward-ltr.png has changed
279.1 --- a/gtk+/stuff/gtk+-demo.desktop Mon Oct 15 16:44:45 2018 +0300 279.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 279.3 @@ -1,6 +0,0 @@ 279.4 -[Desktop Entry] 279.5 -Type=Application 279.6 -Name=GTK+ Code demo 279.7 -Exec=gtk-demo 279.8 -Icon=gtk 279.9 -Categories=GTK;Development;
280.1 --- a/gtk+/stuff/patches/series Mon Oct 15 16:44:45 2018 +0300 280.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 280.3 @@ -1,1 +0,0 @@ 280.4 -#undo_link_icons.patch
281.1 --- a/gtk+/stuff/patches/undo_link_icons.patch Mon Oct 15 16:44:45 2018 +0300 281.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 281.3 @@ -1,38 +0,0 @@ 281.4 ---- a/gtk/Makefile.am 281.5 -+++ b/gtk/Makefile.am 281.6 -@@ -1409,34 +1409,7 @@ 281.7 - done; \ 281.8 - chmod -R u+w stock-icons; \ 281.9 - fi && \ 281.10 -- for i in 16 24; do \ 281.11 -- (cd stock-icons/$$i \ 281.12 -- && $(RM) document-save.png \ 281.13 -- && $(LN_S) media-floppy.png document-save.png \ 281.14 -- && $(RM) folder-remote.png \ 281.15 -- && $(LN_S) folder.png folder-remote.png \ 281.16 -- && $(RM) go-first-rtl.png \ 281.17 -- && $(LN_S) go-last-ltr.png go-first-rtl.png \ 281.18 -- && $(RM) go-last-rtl.png \ 281.19 -- && $(LN_S) go-first-ltr.png go-last-rtl.png \ 281.20 -- && $(RM) go-next-rtl.png \ 281.21 -- && $(LN_S) go-previous-ltr.png go-next-rtl.png \ 281.22 -- && $(RM) go-previous-rtl.png \ 281.23 -- && $(LN_S) go-next-ltr.png go-previous-rtl.png \ 281.24 -- && $(RM) media-seek-backward-rtl.png \ 281.25 -- && $(LN_S) media-seek-forward-ltr.png media-seek-backward-rtl.png \ 281.26 -- && $(RM) media-seek-forward-rtl.png \ 281.27 -- && $(LN_S) media-seek-backward-ltr.png media-seek-forward-rtl.png \ 281.28 -- && $(RM) media-skip-backward-rtl.png \ 281.29 -- && $(LN_S) media-skip-forward-ltr.png media-skip-backward-rtl.png \ 281.30 -- && $(RM) media-skip-forward-rtl.png \ 281.31 -- && $(LN_S) media-skip-backward-ltr.png media-skip-forward-rtl.png \ 281.32 -- && $(RM) user-desktop.png \ 281.33 -- && $(LN_S) folder.png user-desktop.png \ 281.34 -- && $(RM) user-home.png \ 281.35 -- && $(LN_S) folder.png user-home.png \ 281.36 -- ) done \ 281.37 -- && touch stamp-icons 281.38 -+ touch stamp-icons 281.39 - 281.40 - if CROSS_COMPILING 281.41 - gtk_update_icon_cache_program = $(GTK_UPDATE_ICON_CACHE)
282.1 --- a/gtk+/stuff/replace-icons Mon Oct 15 16:44:45 2018 +0300 282.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 282.3 @@ -1,294 +0,0 @@ 282.4 -# Replace GTK+ stock icons by Faenza icons 282.5 -# in order to strip icon theme and save some space. 282.6 - 282.7 -echo -n "Replacing icons... " 282.8 - 282.9 -F=/usr/share/icons/Faenza 282.10 - 282.11 -Ac16=$F/actions/16 282.12 -De16=$F/devices/16 282.13 -Pl16=$F/places/16 282.14 -St16=$F/stock/16 282.15 -Mi16=$F/mimetypes/16 282.16 -Ca16=$F/categories/16 282.17 -Sa16=$F/status/16 282.18 - 282.19 - 282.20 -cd $src/gtk/stock-icons/16 282.21 - 282.22 -cp -f $Ac16/application-exit.png . 282.23 -cp -f $Ac16/gtk-info.png ./dialog-information.png 282.24 -cp -f $Ac16/document-new.png . 282.25 -cp -f $Ac16/document-open.png . 282.26 -cp -f $Ac16/document-open-recent.png . 282.27 -cp -f $Ac16/document-print.png . 282.28 -cp -f $Ac16/document-print-preview.png . 282.29 -cp -f $Ac16/document-properties.png . 282.30 -cp -f $Ac16/document-revert.png ./document-revert-ltr.png 282.31 -cp -f $stuff/16/document-revert-rtl.png . 282.32 -cp -f $Ac16/document-save.png . 282.33 -cp -f $Ac16/document-save-as.png . 282.34 -cp -f $De16/drive-harddisk.png . 282.35 -cp -f $Ac16/edit-clear.png . 282.36 -cp -f $Ac16/edit-copy.png . 282.37 -cp -f $Ac16/edit-cut.png . 282.38 -ln -fs list-remove.png ./edit-delete.png 282.39 -cp -f $Ac16/edit-find.png . 282.40 -cp -f $Ac16/edit-find-replace.png . 282.41 -cp -f $Ac16/edit-paste.png . 282.42 -cp -f $Ac16/edit-redo.png ./edit-redo-ltr.png 282.43 -cp -f $stuff/16/edit-redo-rtl.png . 282.44 -cp -f $Ac16/edit-select-all.png . 282.45 -cp -f $Ac16/edit-undo.png ./edit-undo-ltr.png 282.46 -cp -f $stuff/16/edit-undo-rtl.png . 282.47 -cp -f $Pl16/folder.png . 282.48 -cp -f $Pl16/folder-remote.png . 282.49 -cp -f $Ac16/format-indent-less.png ./format-indent-less-ltr.png 282.50 -cp -f $stuff/16/format-indent-less-rtl.png . 282.51 -cp -f $Ac16/format-indent-more.png ./format-indent-more-ltr.png 282.52 -cp -f $stuff/16/format-indent-more-rtl.png . 282.53 -cp -f $Ac16/format-justify-center.png . 282.54 -cp -f $Ac16/format-justify-fill.png . 282.55 -cp -f $Ac16/format-justify-left.png . 282.56 -cp -f $Ac16/format-justify-right.png . 282.57 -cp -f $Ac16/format-text-bold.png . 282.58 -cp -f $Ac16/format-text-italic.png . 282.59 -cp -f $Ac16/format-text-strikethrough.png . 282.60 -cp -f $Ac16/format-text-underline.png . 282.61 -cp -f $Ac16/go-bottom.png . 282.62 -cp -f $Ac16/go-down.png . 282.63 -cp -f $Ac16/go-first.png ./go-first-ltr.png 282.64 -ln -fs go-last-ltr.png ./go-first-rtl.png 282.65 -cp -f $Ac16/go-home.png . 282.66 -cp -f $Ac16/go-jump.png ./go-jump-ltr.png 282.67 -cp -f $stuff/16/go-jump-rtl.png . 282.68 -cp -f $Ac16/go-last.png ./go-last-ltr.png 282.69 -ln -fs go-first-ltr.png ./go-last-rtl.png 282.70 -cp -f $Ac16/go-next.png ./go-next-ltr.png 282.71 -ln -fs go-previous-ltr.png ./go-next-rtl.png 282.72 -cp -f $Ac16/go-previous.png ./go-previous-ltr.png 282.73 -ln -fs go-next-ltr.png ./go-previous-rtl.png 282.74 -cp -f $Ac16/go-top.png . 282.75 -cp -f $Ac16/go-up.png . 282.76 -#gtk-caps-lock-warning.png 282.77 -#gtk-color-picker.png 282.78 -cp -f $St16/stock_connect.png ./gtk-connect.png 282.79 -#gtk-convert.png 282.80 -cp -f $St16/stock_disconnect.png ./gtk-disconnect.png 282.81 -cp -f $Ac16/gtk-edit.png . 282.82 -cp -f $Mi16/font-x-generic.png ./gtk-font.png 282.83 -#gtk-index.png 282.84 -#gtk-orientation-landscape.png 282.85 -#gtk-orientation-portrait.png 282.86 -#gtk-orientation-reverse-landscape.png 282.87 -#gtk-orientation-reverse-portrait.png 282.88 -cp -f $Ac16/document-page-setup.png ./gtk-page-setup.png 282.89 -cp -f $Ca16/preferences-desktop.png ./gtk-preferences.png 282.90 -#gtk-select-color.png 282.91 -ln -fs gtk-font.png ./gtk-select-font.png 282.92 -#gtk-undelete-ltr.png 282.93 -#gtk-undelete-rtl.png 282.94 -cp -f $Ac16/help-about.png . 282.95 -cp -f $Ac16/help-contents.png . 282.96 -cp -f $Sa16/image-missing.png . 282.97 -cp -f $Ac16/list-add.png . 282.98 -cp -f $Ac16/list-remove.png . 282.99 -cp -f $De16/media-floppy.png . 282.100 -cp -f $De16/media-optical.png . 282.101 -cp -f $Ac16/media-playback-pause.png . 282.102 -cp -f $Ac16/media-playback-start.png ./media-playback-start-ltr.png 282.103 -cp -f $stuff/16/media-playback-start-rtl.png . 282.104 -cp -f $Ac16/media-playback-stop.png . 282.105 -cp -f $Ac16/media-record.png . 282.106 -cp -f $stuff/16/media-seek-backward-ltr.png . 282.107 -ln -fs media-seek-forward-ltr.png ./media-seek-backward-rtl.png 282.108 -cp -f $stuff/16/media-seek-forward-ltr.png . 282.109 -ln -fs media-seek-backward-ltr.png ./media-seek-forward-rtl.png 282.110 -cp -f $Ac16/media-skip-backward.png ./media-skip-backward-ltr.png 282.111 -ln -fs media-skip-forward-ltr.png ./media-skip-backward-rtl.png 282.112 -cp -f $Ac16/media-skip-forward.png ./media-skip-forward-ltr.png 282.113 -ln -fs media-skip-backward-ltr.png ./media-skip-forward-rtl.png 282.114 -cp -f $Sa16/network-idle.png . 282.115 -#printer-error.png 282.116 -#printer-info.png 282.117 -#printer-paused.png 282.118 -#printer-warning.png 282.119 -cp -f $Ac16/process-stop.png . 282.120 -cp -f $Ac16/system-run.png . 282.121 -cp -f $Mi16/text-plain.png ./text-x-generic.png 282.122 -cp -f $Ac16/tools-check-spelling.png . 282.123 -cp -f $Pl16/user-desktop.png . 282.124 -cp -f $Pl16/user-home.png . 282.125 -cp -f $Ac16/view-fullscreen.png . 282.126 -cp -f $Ac16/view-refresh.png . 282.127 -cp -f $Ac16/view-restore.png . 282.128 -cp -f $Ac16/view-sort-ascending.png . 282.129 -cp -f $Ac16/view-sort-descending.png . 282.130 -cp -f $Ac16/window-close.png . 282.131 -cp -f $Ac16/zoom-fit.png zoom-fit-best.png 282.132 -cp -f $Ac16/zoom-in.png . 282.133 -cp -f $Ac16/zoom-original.png . 282.134 -cp -f $Ac16/zoom-out.png . 282.135 - 282.136 - 282.137 -cd $src/gtk/stock-icons/20 282.138 - 282.139 -for icon in gtk-apply gtk-cancel gtk-no gtk-ok gtk-yes window-close; do 282.140 - cp -f $stuff/20/$icon.png . 282.141 -done 282.142 - 282.143 - 282.144 -Ac24=$F/actions/24 282.145 -De24=$F/devices/24 282.146 -Pl24=$F/places/24 282.147 -St24=$F/stock/24 282.148 -Sa24=$F/status/24 282.149 -Mi24=$F/mimetypes/24 282.150 -Ca24=$F/categories/24 282.151 - 282.152 - 282.153 -cd $src/gtk/stock-icons/24 282.154 - 282.155 -cp -f $Ac24/application-exit.png . 282.156 -cp -f $Sa24/audio-volume-high.png . 282.157 -cp -f $Sa24/audio-volume-low.png . 282.158 -cp -f $Sa24/audio-volume-medium.png . 282.159 -cp -f $Sa24/audio-volume-muted.png . 282.160 -cp -f $Ac24/gtk-info.png ./dialog-information.png 282.161 -cp -f $Ac24/document-new.png . 282.162 -cp -f $Ac24/document-open.png . 282.163 -cp -f $Ac24/document-open-recent.png . 282.164 -cp -f $Ac24/document-print.png . 282.165 -cp -f $Ac24/document-print-preview.png . 282.166 -cp -f $Ac24/document-properties.png . 282.167 -cp -f $Ac24/document-revert.png ./document-revert-ltr.png 282.168 -cp -f $stuff/24/document-revert-rtl.png . 282.169 -cp -f $Ac24/document-save.png . 282.170 -cp -f $Ac24/document-save-as.png . 282.171 -cp -f $De24/drive-harddisk.png . 282.172 -cp -f $Ac24/edit-clear.png . 282.173 -cp -f $Ac24/edit-copy.png . 282.174 -cp -f $Ac24/edit-cut.png . 282.175 -ln -fs list-remove.png ./edit-delete.png 282.176 -cp -f $Ac24/edit-find.png . 282.177 -cp -f $Ac24/edit-find-replace.png . 282.178 -cp -f $Ac24/edit-paste.png . 282.179 -cp -f $Ac24/edit-redo.png ./edit-redo-ltr.png 282.180 -cp -f $stuff/24/edit-redo-rtl.png . 282.181 -cp -f $Ac24/edit-select-all.png . 282.182 -cp -f $Ac24/edit-undo.png ./edit-undo-ltr.png 282.183 -cp -f $stuff/24/edit-undo-rtl.png . 282.184 -cp -f $Pl24/folder.png . 282.185 -cp -f $Pl24/folder-remote.png . 282.186 -cp -f $Ac24/format-indent-less.png ./format-indent-less-ltr.png 282.187 -cp -f $stuff/24/format-indent-less-rtl.png . 282.188 -cp -f $Ac24/format-indent-more.png ./format-indent-more-ltr.png 282.189 -cp -f $stuff/24/format-indent-more-rtl.png . 282.190 -cp -f $Ac24/format-justify-center.png . 282.191 -cp -f $Ac24/format-justify-fill.png . 282.192 -cp -f $Ac24/format-justify-left.png . 282.193 -cp -f $Ac24/format-justify-right.png . 282.194 -cp -f $Ac24/format-text-bold.png . 282.195 -cp -f $Ac24/format-text-italic.png . 282.196 -cp -f $Ac24/format-text-strikethrough.png . 282.197 -cp -f $Ac24/format-text-underline.png . 282.198 -cp -f $Ac24/go-bottom.png . 282.199 -cp -f $Ac24/go-down.png . 282.200 -cp -f $Ac24/go-first.png ./go-first-ltr.png 282.201 -ln -fs go-last-ltr.png ./go-first-rtl.png 282.202 -cp -f $Ac24/go-home.png . 282.203 -cp -f $Ac24/go-jump.png ./go-jump-ltr.png 282.204 -cp -f $stuff/24/go-jump-rtl.png . 282.205 -cp -f $Ac24/go-last.png ./go-last-ltr.png 282.206 -ln -fs go-first-ltr.png ./go-last-rtl.png 282.207 -cp -f $Ac24/go-next.png ./go-next-ltr.png 282.208 -ln -fs go-previous-ltr.png ./go-next-rtl.png 282.209 -cp -f $Ac24/go-previous.png ./go-previous-ltr.png 282.210 -ln -fs go-next-ltr.png ./go-previous-rtl.png 282.211 -cp -f $Ac24/go-top.png . 282.212 -cp -f $Ac24/go-up.png . 282.213 -#gtk-caps-lock-warning.png 282.214 -#gtk-color-picker.png 282.215 -cp -f $St24/stock_connect.png ./gtk-connect.png 282.216 -#gtk-convert.png 282.217 -cp -f $St24/stock_disconnect.png ./gtk-disconnect.png 282.218 -cp -f $Ac24/gtk-edit.png . 282.219 -cp -f $Mi24/font-x-generic.png ./gtk-font.png 282.220 -#gtk-index.png 282.221 -#gtk-orientation-landscape.png 282.222 -#gtk-orientation-portrait.png 282.223 -#gtk-orientation-reverse-landscape.png 282.224 -#gtk-orientation-reverse-portrait.png 282.225 -cp -f $Ac24/document-page-setup.png ./gtk-page-setup.png 282.226 -cp -f $Ca24/preferences-desktop.png ./gtk-preferences.png 282.227 -#gtk-select-color.png 282.228 -ln -fs gtk-font.png ./gtk-select-font.png 282.229 -#gtk-undelete-ltr.png 282.230 -#gtk-undelete-rtl.png 282.231 -cp -f $Ac24/help-about.png . 282.232 -cp -f $Ac24/help-contents.png . 282.233 -cp -f $Sa24/image-missing.png . 282.234 -cp -f $Ac24/list-add.png . 282.235 -cp -f $Ac24/list-remove.png . 282.236 -cp -f $De24/media-floppy.png . 282.237 -cp -f $De24/media-optical.png . 282.238 -cp -f $Ac24/media-playback-pause.png . 282.239 -cp -f $Ac24/media-playback-start.png ./media-playback-start-ltr.png 282.240 -cp -f $stuff/24/media-playback-start-rtl.png . 282.241 -cp -f $Ac24/media-playback-stop.png . 282.242 -cp -f $Ac24/media-record.png . 282.243 -cp -f $stuff/24/media-seek-backward-ltr.png . 282.244 -ln -fs media-seek-forward-ltr.png ./media-seek-backward-rtl.png 282.245 -cp -f $stuff/24/media-seek-forward-ltr.png . 282.246 -ln -fs media-seek-backward-ltr.png ./media-seek-forward-rtl.png 282.247 -cp -f $Ac24/media-skip-backward.png ./media-skip-backward-ltr.png 282.248 -ln -fs media-skip-forward-ltr.png ./media-skip-backward-rtl.png 282.249 -cp -f $Ac24/media-skip-forward.png ./media-skip-forward-ltr.png 282.250 -ln -fs media-skip-backward-ltr.png ./media-skip-forward-rtl.png 282.251 -cp -f $Sa24/network-idle.png . 282.252 -#printer-error.png 282.253 -#printer-info.png 282.254 -#printer-paused.png 282.255 -#printer-warning.png 282.256 -cp -f $Ac24/process-stop.png . 282.257 -cp -f $Ac24/system-run.png . 282.258 -cp -f $Mi24/text-plain.png ./text-x-generic.png 282.259 -cp -f $Ac24/tools-check-spelling.png . 282.260 -cp -f $Pl24/user-desktop.png . 282.261 -cp -f $Pl24/user-home.png . 282.262 -cp -f $Ac24/view-fullscreen.png . 282.263 -cp -f $Ac24/view-refresh.png . 282.264 -cp -f $Ac24/view-restore.png . 282.265 -cp -f $Ac24/view-sort-ascending.png . 282.266 -cp -f $Ac24/view-sort-descending.png . 282.267 -cp -f $Ac24/window-close.png . 282.268 -cp -f $Ac24/zoom-fit.png zoom-fit-best.png 282.269 -cp -f $Ac24/zoom-in.png . 282.270 -cp -f $Ac24/zoom-original.png . 282.271 -cp -f $Ac24/zoom-out.png . 282.272 - 282.273 - 282.274 -cd $src/gtk/stock-icons/32 282.275 - 282.276 -#gtk-dnd-multiple.png 282.277 -#gtk-dnd.png 282.278 - 282.279 - 282.280 -St48=$F/status/48 282.281 - 282.282 -cd $src/gtk/stock-icons/48 282.283 - 282.284 -cp -f $St48/dialog-error.png . 282.285 -cp -f $St48/dialog-information.png . 282.286 -cp -f $St48/dialog-password.png . 282.287 -cp -f $St48/dialog-question.png . 282.288 -cp -f $St48/dialog-warning.png . 282.289 - 282.290 -echo "Done" 282.291 - 282.292 -for folder in 16 20 24 32 48; do 282.293 - echo -n "Optimizing folder icons $folder... " 282.294 - cd $src/gtk/stock-icons/$folder 282.295 - optipng -quiet -o7 -zm1-9 ./* 282.296 - echo "Done" 282.297 -done
283.1 --- a/gtk+/stuff/replace-icons-paper Mon Oct 15 16:44:45 2018 +0300 283.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 283.3 @@ -1,132 +0,0 @@ 283.4 -# Replace GTK+ stock icons by Paper icons 283.5 -# in order to strip icon theme and save some space. 283.6 - 283.7 - 283.8 -# Return shortest line 283.9 -shortest_line() { 283.10 - S=$1; shift 283.11 - for L in $@; do 283.12 - [ "${#L}" -lt "${#S}" ] && S="$L" 283.13 - done 283.14 - echo "$S" 283.15 -} 283.16 - 283.17 -# Replace the same files by symlinks, $@ - list of identical files 283.18 -make_symlinks() { 283.19 - S=$(shortest_line $@) 283.20 - for file in $@; do 283.21 - [ "$S" != "$file" ] && ln -sf $S $file 283.22 - done 283.23 -} 283.24 - 283.25 - 283.26 -echo -n "Replacing icons... " 283.27 - 283.28 -F=/usr/share/icons/Paper 283.29 - 283.30 -# copy icon 283.31 -ci() { 283.32 - icon=$(basename $1 .png) 283.33 - size="$2" 283.34 - sub='' 283.35 - case $icon in 283.36 - *-ltr) sub=${icon%-*};; 283.37 - *-rtl) 283.38 - case ${icon%-*} in 283.39 - edit-redo) sub='edit-undo';; 283.40 - edit-undo) sub='edit-redo';; 283.41 - format-indent-less) sub='format-indent-more';; 283.42 - format-indent-more) sub='format-indent-less';; 283.43 - go-first) sub='go-last';; 283.44 - go-last) sub='go-first';; 283.45 - go-next) sub='go-previous';; 283.46 - go-previous) sub='go-next';; 283.47 - media-seek-backward) sub='media-seek-forward';; 283.48 - media-seek-forward) sub='media-seek-backward';; 283.49 - media-skip-backward) sub='media-skip-forward';; 283.50 - media-skip-forward) sub='media-skip-backward';; 283.51 - esac 283.52 - sub="$sub $sub-ltr" 283.53 - ;; 283.54 - gtk-caps-lock-warning) sub='dialog-warning';; 283.55 - gtk-color-picker) sub='color-picker';; 283.56 - gtk-connect) sub='network-transmit-receive';; 283.57 - gtk-disconnect) sub='network-offline';; 283.58 - gtk-edit) sub='edit';; 283.59 - gtk-font) sub='font-x-generic';; 283.60 - gtk-page-setup) sub='document-page-setup';; 283.61 - gtk-preferences) sub='preferences-desktop';; 283.62 - gtk-select-color) sub='color-select';; 283.63 - gtk-select-font) sub='font-select';; 283.64 - gtk-apply) sub='object-select';; 283.65 - gtk-no) sub='emblem-unreadable';; 283.66 - gtk-yes) sub='emblem-default';; 283.67 - gtk-ok) sub='object-select';; 283.68 - esac 283.69 - 283.70 - found='' 283.71 - for i in png svg; do 283.72 - for j in actions apps categories devices emblems emotes mimetypes places status; do 283.73 - for k in $icon $sub; do 283.74 - if [ -f "$F/$size/$j/$k.$i" ]; then 283.75 - found="$F/$size/$j/$k.$i" 283.76 - break 3 283.77 - fi 283.78 - done 283.79 - done 283.80 - done 283.81 - case $found in 283.82 - *.png) cp -f $found $1;; 283.83 - *.svg) rm $1; rsvg-convert $found -o $1;; 283.84 - esac 283.85 -} 283.86 - 283.87 -cd $src/gtk/stock-icons/16; for a in $(ls); do ci $a 16x16; done 283.88 -cd $src/gtk/stock-icons/20; for a in $(ls); do ci $a 16x16; done # yes, using 16x16 for 20 283.89 -cd $src/gtk/stock-icons/24; for a in $(ls); do ci $a 16x16; done # too 283.90 -cd $src/gtk/stock-icons/32; for a in $(ls); do ci $a 32x32; done 283.91 -cd $src/gtk/stock-icons/48; for a in $(ls); do ci $a 48x48; done 283.92 - 283.93 -echo "Done" 283.94 - 283.95 -for folder in 16 20 24 32 48; do 283.96 - echo -n "Optimizing folder icons $folder... " 283.97 - cd $src/gtk/stock-icons/$folder 283.98 - for icon in ./*.png; do 283.99 - pngquant -f --skip-if-larger --ext .png --speed 1 "$icon" 283.100 - optipng -quiet -o7 -zm1-9 "$icon" 283.101 - done 283.102 - echo "Done" 283.103 -done 283.104 - 283.105 - 283.106 -# replace the same icons by symlinks 283.107 - 283.108 -MD5FILE=$(mktemp) 283.109 -find $src/gtk/stock-icons -type f -exec md5sum '{}' \; | sort > $MD5FILE 283.110 -for md in $(uniq -d -w32 $MD5FILE | cut -c1-32); do 283.111 - make_symlinks $(grep $md $MD5FILE | cut -c35-) 283.112 -done 283.113 -rm "$MD5FILE" 283.114 -# make all symlinks relative 283.115 -symlinks -crs $src/gtk/stock-icons >/dev/null 2>&1 283.116 - 283.117 - 283.118 - 283.119 -# missing icons: 283.120 -# 16, 24 283.121 -# ============================================================================== 283.122 -# gtk-convert 283.123 -# gtk-index 283.124 -# gtk-orientation-landscape 283.125 -# gtk-orientation-portrait 283.126 -# gtk-orientation-reverse-landscape 283.127 -# gtk-orientation-reverse-portrait 283.128 -# gtk-undelete-ltr 283.129 -# gtk-undelete-rtl 283.130 -# printer-paused 283.131 -# printer-warning 283.132 -# 32 283.133 -# ============================================================================== 283.134 -# gtk-dnd 283.135 -# gtk-dnd-multiple
284.1 --- a/gtk-doc/receipt Mon Oct 15 16:44:45 2018 +0300 284.2 +++ b/gtk-doc/receipt Tue Oct 16 16:46:05 2018 +0300 284.3 @@ -7,7 +7,7 @@ 284.4 MAINTAINER="pascal.bellard@slitaz.org" 284.5 LICENSE="GPL3" 284.6 WEB_SITE="https://www.gtk.org/gtk-doc/" 284.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/gtk-doc.html" 284.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/gtk-doc.html" 284.9 284.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 284.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
285.1 --- a/gtk-engine-rezlooks/receipt Mon Oct 15 16:44:45 2018 +0300 285.2 +++ b/gtk-engine-rezlooks/receipt Tue Oct 16 16:46:05 2018 +0300 285.3 @@ -11,7 +11,7 @@ 285.4 TARBALL="39179-rezlooks-0.6.tar.gz" 285.5 WGET_URL="http://GNOME-Look.org/CONTENT/content-files/$TARBALL" 285.6 285.7 -BUILD_DEPENDS="gtk+-dev" 285.8 +BUILD_DEPENDS="gtk2-dev" 285.9 285.10 compile_rules() { 285.11 sed -i 's|<glib/gtimer.h>|<glib.h>|' src/animation.c 285.12 @@ -26,5 +26,5 @@ 285.13 285.14 genpkg_rules() { 285.15 copy @std 285.16 - DEPENDS="gtk+" 285.17 + DEPENDS="gtk2" 285.18 }
286.1 --- a/gtk-engines/receipt Mon Oct 15 16:44:45 2018 +0300 286.2 +++ b/gtk-engines/receipt Tue Oct 16 16:46:05 2018 +0300 286.3 @@ -11,7 +11,7 @@ 286.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 286.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" 286.6 286.7 -BUILD_DEPENDS="file gtk+-dev intltool" 286.8 +BUILD_DEPENDS="file gtk2-dev intltool" 286.9 SPLIT="gtk-clearlooks gtk-engines gtk-engines-dev" 286.10 286.11 compile_rules() { 286.12 @@ -27,12 +27,12 @@ 286.13 copy libclearlooks.so Clearlooks/ clearlooks.xml 286.14 sed -i '/xml:lang=/d' $fs/usr/share/gtk-engines/*.xml 286.15 CAT="x-window|default gtk-engine, with ajustable colors" 286.16 - DEPENDS="gtk+" 286.17 + DEPENDS="gtk2" 286.18 ;; 286.19 gtk-engines) 286.20 copy @std @rm 286.21 sed -i '/xml:lang=/d' $fs/usr/share/gtk-engines/*.xml 286.22 - DEPENDS="gtk+ xorg-libXdamage" 286.23 + DEPENDS="gtk2 xorg-libXdamage" 286.24 ;; 286.25 *-dev) 286.26 copy @dev
287.1 --- a/gtk-girepository/receipt Mon Oct 15 16:44:45 2018 +0300 287.2 +++ b/gtk-girepository/receipt Tue Oct 16 16:46:05 2018 +0300 287.3 @@ -9,17 +9,14 @@ 287.4 LICENSE="GPL2" 287.5 REPOLOGY="-" 287.6 287.7 -DEPENDS="gtk+ gobject-introspection" 287.8 -BUILD_DEPENDS="pango-dev gtk+-dev gdk-pixbuf-dev atk-dev" 287.9 +DEPENDS="gtk2 gobject-introspection" 287.10 +BUILD_DEPENDS="pango-dev gtk2-dev gdk-pixbuf-dev atk-dev" 287.11 287.12 -compile_rules() 287.13 -{ 287.14 +compile_rules() { 287.15 mkdir -p $install/usr/lib 287.16 cp -a /usr/lib/girepository-1.0 $install/usr/lib 287.17 } 287.18 287.19 -# Rules to gen a SliTaz package suitable for Tazpkg. 287.20 -genpkg_rules() 287.21 -{ 287.22 +genpkg_rules() { 287.23 cp -a $install/* $fs 287.24 }
288.1 --- a/gtk-gnutella/receipt Mon Oct 15 16:44:45 2018 +0300 288.2 +++ b/gtk-gnutella/receipt Tue Oct 16 16:46:05 2018 +0300 288.3 @@ -10,11 +10,11 @@ 288.4 WEB_SITE="http://gtk-gnutella.sourceforge.net" 288.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 288.6 288.7 -DEPENDS="gnutls libgcrypt libgpg-error expat gtk+ libxml2 \ 288.8 +DEPENDS="gnutls libgcrypt libgpg-error expat gtk2 libxml2 \ 288.9 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp \ 288.10 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 288.11 xorg-libXdamage libtasn1" 288.12 -BUILD_DEPENDS="zlib-dev gtk+-dev libxml2-dev glib-dev xorg-dev" 288.13 +BUILD_DEPENDS="zlib-dev gtk2-dev libxml2-dev glib-dev xorg-dev" 288.14 288.15 # Rules to configure and make the package. 288.16 compile_rules()
289.1 --- a/gtk-nodoka-engine/receipt Mon Oct 15 16:44:45 2018 +0300 289.2 +++ b/gtk-nodoka-engine/receipt Tue Oct 16 16:46:05 2018 +0300 289.3 @@ -12,7 +12,7 @@ 289.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 289.5 WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL" 289.6 289.7 -BUILD_DEPENDS="gtk+-dev" 289.8 +BUILD_DEPENDS="gtk2-dev" 289.9 289.10 compile_rules() { 289.11 ./configure $CONFIGURE_ARGS && 289.12 @@ -23,5 +23,5 @@ 289.13 289.14 genpkg_rules() { 289.15 copy @std 289.16 - DEPENDS="gtk+" 289.17 + DEPENDS="gtk2" 289.18 }
290.1 --- a/gtk-screenshot/receipt Mon Oct 15 16:44:45 2018 +0300 290.2 +++ b/gtk-screenshot/receipt Tue Oct 16 16:46:05 2018 +0300 290.3 @@ -12,7 +12,7 @@ 290.4 TARBALL="${PACKAGE}_$VERSION.tar.gz" 290.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 290.6 290.7 -BUILD_DEPENDS="gtk+-dev libxml2-dev automake autoconf xorg-libXext-dev intltool" 290.8 +BUILD_DEPENDS="gtk2-dev libxml2-dev automake autoconf xorg-libXext-dev intltool" 290.9 290.10 compile_rules() { 290.11 cp $stuff/ru.po $src/po 290.12 @@ -29,6 +29,6 @@ 290.13 290.14 genpkg_rules() { 290.15 copy @std 290.16 - DEPENDS="gtk+" 290.17 + DEPENDS="gtk2" 290.18 TAGS="gtk2 screenshot" 290.19 }
291.1 --- a/gtk-sharp/receipt Mon Oct 15 16:44:45 2018 +0300 291.2 +++ b/gtk-sharp/receipt Tue Oct 16 16:46:05 2018 +0300 291.3 @@ -12,11 +12,13 @@ 291.4 SERIES=${VERSION%.*} 291.5 WGET_URL="http://download.mono-project.com/sources/gtk-sharp${SERIES//./}/$TARBALL" 291.6 291.7 -BUILD_DEPENDS="gtk+-dev mono-dev libglade-dev" 291.8 -SPLIT="gtk-sharp-dev" 291.9 +BUILD_DEPENDS="gtk2-dev mono-dev libglade-dev" 291.10 +SPLIT="$PACKAGE-dev" 291.11 291.12 compile_rules() { 291.13 - ./configure $CONFIGURE_ARGS && make && make install 291.14 + ./configure $CONFIGURE_ARGS && 291.15 + make && 291.16 + make install 291.17 } 291.18 291.19 genpkg_rules() { 291.20 @@ -24,7 +26,7 @@ 291.21 gtk-sharp) 291.22 copy *.so *.dll *.config 291.23 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib \ 291.24 - glibc-base gtk+ harfbuzz libffi libglade libpng16 xorg-libxcb \ 291.25 + glibc-base gtk2 harfbuzz libffi libglade libpng16 xorg-libxcb \ 291.26 libxml2 pango pcre xorg-pixman xorg-libX11 xorg-libXau \ 291.27 xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \ 291.28 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \
292.1 --- a/gtk-theme-arc/receipt Mon Oct 15 16:44:45 2018 +0300 292.2 +++ b/gtk-theme-arc/receipt Tue Oct 16 16:46:05 2018 +0300 292.3 @@ -1,4 +1,4 @@ 292.4 -# SliTaz package receipt. 292.5 +# SliTaz package receipt v2. 292.6 292.7 PACKAGE="gtk-theme-arc" 292.8 VERSION="20170302" 292.9 @@ -7,15 +7,13 @@ 292.10 MAINTAINER="al.bobylev@gmail.com" 292.11 LICENSE="GPL3" 292.12 WEB_SITE="https://github.com/horst3180/arc-theme" 292.13 + 292.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 292.15 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 292.16 292.17 -DEPENDS="gtk2-engine-murrine" 292.18 -BUILD_DEPENDS="autoconf automake gtk+3-dev" 292.19 +BUILD_DEPENDS="autoconf automake gtk3-dev" 292.20 292.21 -# Rules to configure and make the package. 292.22 -compile_rules() 292.23 -{ 292.24 +compile_rules() { 292.25 ./autogen.sh \ 292.26 --prefix=/usr \ 292.27 --disable-cinnamon \ 292.28 @@ -24,8 +22,7 @@ 292.29 make install 292.30 } 292.31 292.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 292.33 -genpkg_rules() 292.34 -{ 292.35 - cp -a $install/* $fs 292.36 +genpkg_rules() { 292.37 + copy @std 292.38 + DEPENDS="gtk2-engine-murrine" 292.39 }
293.1 --- a/gtk-theme-switch/receipt Mon Oct 15 16:44:45 2018 +0300 293.2 +++ b/gtk-theme-switch/receipt Tue Oct 16 16:46:05 2018 +0300 293.3 @@ -11,7 +11,7 @@ 293.4 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 293.5 WGET_URL="http://ftp.debian.org/debian/pool/main/g/$PACKAGE/$TARBALL" 293.6 293.7 -BUILD_DEPENDS="gtk+-dev" 293.8 +BUILD_DEPENDS="gtk2-dev" 293.9 293.10 compile_rules() { 293.11 make && 293.12 @@ -20,5 +20,5 @@ 293.13 293.14 genpkg_rules() { 293.15 copy @std 293.16 - DEPENDS="gtk+" 293.17 + DEPENDS="gtk2" 293.18 }
294.1 --- a/gtk-theme-vertex/receipt Mon Oct 15 16:44:45 2018 +0300 294.2 +++ b/gtk-theme-vertex/receipt Tue Oct 16 16:46:05 2018 +0300 294.3 @@ -1,4 +1,4 @@ 294.4 -# SliTaz package receipt. 294.5 +# SliTaz package receipt v2. 294.6 294.7 PACKAGE="gtk-theme-vertex" 294.8 VERSION="20170128" 294.9 @@ -7,15 +7,13 @@ 294.10 MAINTAINER="al.bobylev@gmail.com" 294.11 LICENSE="GPL3" 294.12 WEB_SITE="https://github.com/horst3180/vertex-theme" 294.13 + 294.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 294.15 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 294.16 294.17 -DEPENDS="gtk2-engine-murrine" 294.18 -BUILD_DEPENDS="autoconf automake gtk+3-dev" 294.19 +BUILD_DEPENDS="autoconf automake gtk3-dev" 294.20 294.21 -# Rules to configure and make the package. 294.22 -compile_rules() 294.23 -{ 294.24 +compile_rules() { 294.25 ./autogen.sh \ 294.26 --prefix=/usr \ 294.27 --disable-cinnamon \ 294.28 @@ -24,8 +22,7 @@ 294.29 make install 294.30 } 294.31 294.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 294.33 -genpkg_rules() 294.34 -{ 294.35 - cp -a $install/* $fs 294.36 +genpkg_rules() { 294.37 + copy @std 294.38 + DEPENDS="gtk2-engine-murrine" 294.39 }
295.1 --- a/gtk-vnc/receipt Mon Oct 15 16:44:45 2018 +0300 295.2 +++ b/gtk-vnc/receipt Tue Oct 16 16:46:05 2018 +0300 295.3 @@ -11,12 +11,12 @@ 295.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 295.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 295.6 295.7 -BUILD_DEPENDS="gnutls-dev libgpg-error-dev gtk+-dev cyrus-sasl cyrus-sasl-dev \ 295.8 +BUILD_DEPENDS="gnutls-dev libgpg-error-dev gtk2-dev cyrus-sasl cyrus-sasl-dev \ 295.9 intltool python-pygtk-dev python-pygobject2-dev libffi-dev python-dev \ 295.10 libgcrypt-dev zlib-dev expat-dev libtasn1-dev perl-text-csv libffi expat \ 295.11 pulseaudio-dev util-linux-uuid-dev json-c-dev libsndfile-dev flac-dev \ 295.12 libvorbis-dev dbus-dev" 295.13 -SPLIT="gtk-vnc-dev gtk-vnc-python" 295.14 +SPLIT="$PACKAGE-dev $PACKAGE-python" 295.15 295.16 compile_rules() { 295.17 ./configure $CONFIGURE_ARGS && 295.18 @@ -26,7 +26,7 @@ 295.19 295.20 genpkg_rules() { 295.21 case $PACKAGE in 295.22 - gtk-vnc-python) 295.23 + *-python) 295.24 copy python2.7/ 295.25 CAT="development|Python bindings" 295.26 DEPENDS="gtk-vnc python" 295.27 @@ -34,7 +34,7 @@ 295.28 gtk-vnc) 295.29 copy @std @rm 295.30 SUGGESTED="gtk-vnc-python" 295.31 - DEPENDS="gnutls libgpg-error gtk+ python-pygtk cyrus-sasl libtasn1 \ 295.32 + DEPENDS="gnutls libgpg-error gtk2 python-pygtk cyrus-sasl libtasn1 \ 295.33 pulseaudio util-linux-uuid json-c libsndfile flac \ 295.34 libvorbis" 295.35 TAGS="vnc remote-desktop"
296.1 --- a/gtk-xfce-engine/receipt Mon Oct 15 16:44:45 2018 +0300 296.2 +++ b/gtk-xfce-engine/receipt Tue Oct 16 16:46:05 2018 +0300 296.3 @@ -11,7 +11,7 @@ 296.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 296.5 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 296.6 296.7 -BUILD_DEPENDS="gtk+-dev" 296.8 +BUILD_DEPENDS="gtk2-dev" 296.9 296.10 compile_rules() { 296.11 ./configure \ 296.12 @@ -24,6 +24,6 @@ 296.13 296.14 genpkg_rules() { 296.15 copy @std 296.16 - DEPENDS="cairo glib gtk+" 296.17 + DEPENDS="cairo glib gtk2" 296.18 TAGS="Xfce" 296.19 }
297.1 --- a/gtk2-engine-murrine/receipt Mon Oct 15 16:44:45 2018 +0300 297.2 +++ b/gtk2-engine-murrine/receipt Tue Oct 16 16:46:05 2018 +0300 297.3 @@ -12,7 +12,7 @@ 297.4 TARBALL="murrine-$VERSION.tar.xz" 297.5 WGET_URL="$GNOME_MIRROR/murrine/${VERSION%.*}/$TARBALL" 297.6 297.7 -BUILD_DEPENDS="gtk+-dev libxml2-dev intltool" 297.8 +BUILD_DEPENDS="gtk2-dev libxml2-dev intltool" 297.9 297.10 compile_rules() { 297.11 ./configure \ 297.12 @@ -27,5 +27,5 @@ 297.13 genpkg_rules() { 297.14 copy @std 297.15 TAGS="gtk2" 297.16 - DEPENDS="gtk+" 297.17 + DEPENDS="gtk2" 297.18 }
298.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 298.2 +++ b/gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 298.3 @@ -0,0 +1,69 @@ 298.4 +# SliTaz package receipt v2. 298.5 + 298.6 +PACKAGE="gtk2" 298.7 +VERSION="2.24.31" 298.8 +CATEGORY="x-window" 298.9 +SHORT_DESC="The GIMP Toolkit" 298.10 +MAINTAINER="pankso@slitaz.org" 298.11 +LICENSE="GPL2" 298.12 +WEB_SITE="https://www.gtk.org/" 298.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/gtk2.html" 298.14 + 298.15 +TARBALL="gtk+-$VERSION.tar.xz" 298.16 +WGET_URL="$GNOME_MIRROR/gtk+/${VERSION:0:4}/$TARBALL" 298.17 + 298.18 +BUILD_DEPENDS="paper-icon-theme rsvg-convert optipng-static pngquant-static \ 298.19 +symlinks \ 298.20 +glib-dev atk-dev pango-dev cairo-dev gdk-pixbuf-dev cups-dev \ 298.21 +gobject-introspection-dev gtk-doc automake gettext xorg-libXinerama-dev" 298.22 +BUILD_DEPENDS="glib-dev atk-dev pango-dev cairo-dev gdk-pixbuf-dev cups-dev \ 298.23 +gobject-introspection-dev gtk-doc gettext xorg-libXinerama-dev \ 298.24 +shared-mime-info-dev" 298.25 +SPLIT="$PACKAGE-demo $PACKAGE $PACKAGE-dev" 298.26 + 298.27 +compile_rules() { 298.28 +# . $stuff/replace-icons-paper; cd $src 298.29 + 298.30 +# find $src -type f -name 'Makefile.in' -exec sed -i 's|1.15|1.15.1|' '{}' \; 298.31 +# or 298.32 +# autoreconf -fi && # fix 'version mismatch' between 1.15 and 1.15.1 298.33 + ./configure \ 298.34 + --enable-debug=no \ 298.35 + $CONFIGURE_ARGS && 298.36 + fix libtool && 298.37 + make $MAKEFLAGS $LIBTOOL && 298.38 + make install || return 1 298.39 + 298.40 + ln -s /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache \ 298.41 + $install/etc/gtk-2.0/gdk-pixbuf.loaders 298.42 + 298.43 + mkdir -p $install/usr/share/applications 298.44 + cp $stuff/*.desktop $install/usr/share/applications 298.45 +} 298.46 + 298.47 +genpkg_rules() { 298.48 + case $PACKAGE in 298.49 + *-demo) 298.50 + copy gtk-demo demo/ *.desktop 298.51 + CAT="development|example code and demo" 298.52 + DEPENDS="cairo gdk-pixbuf glib gtk2 pango" 298.53 + ;; 298.54 + gtk2) 298.55 + COOKOPTS="!menus" 298.56 + copy @std @rm 298.57 + DEPENDS="atk cairo fontconfig gdk-pixbuf glib libcups pango \ 298.58 + xorg-libX11 xorg-libXext xorg-libXinerama xorg-libXrender" 298.59 + CONFIG_FILES="/etc/gtk-2.0/im-multipress.conf" 298.60 + SUGGESTED="cups gnutls libgcrypt libgpg-error" 298.61 + ;; 298.62 + *-dev) 298.63 + copy @dev 298.64 + DEPENDS="gtk2 \ 298.65 + atk-dev cairo-dev gdk-pixbuf-dev glib-dev pango-dev" 298.66 + ;; 298.67 + esac 298.68 +} 298.69 + 298.70 +post_install_gtk_() { 298.71 + chroot "$1/" /usr/bin/gtk-query-immodules-2.0 --update-cache 298.72 +}
299.1 Binary file gtk2/stuff/16/document-revert-rtl.png has changed
300.1 Binary file gtk2/stuff/16/edit-redo-rtl.png has changed
301.1 Binary file gtk2/stuff/16/edit-undo-rtl.png has changed
302.1 Binary file gtk2/stuff/16/format-indent-less-rtl.png has changed
303.1 Binary file gtk2/stuff/16/format-indent-more-rtl.png has changed
304.1 Binary file gtk2/stuff/16/go-jump-rtl.png has changed
305.1 Binary file gtk2/stuff/16/media-playback-start-rtl.png has changed
306.1 Binary file gtk2/stuff/16/media-seek-backward-ltr.png has changed
307.1 Binary file gtk2/stuff/16/media-seek-forward-ltr.png has changed
308.1 Binary file gtk2/stuff/20/gtk-apply.png has changed
309.1 Binary file gtk2/stuff/20/gtk-cancel.png has changed
310.1 Binary file gtk2/stuff/20/gtk-no.png has changed
311.1 Binary file gtk2/stuff/20/gtk-ok.png has changed
312.1 Binary file gtk2/stuff/20/gtk-yes.png has changed
313.1 Binary file gtk2/stuff/20/window-close.png has changed
314.1 Binary file gtk2/stuff/24/document-revert-rtl.png has changed
315.1 Binary file gtk2/stuff/24/edit-redo-rtl.png has changed
316.1 Binary file gtk2/stuff/24/edit-undo-rtl.png has changed
317.1 Binary file gtk2/stuff/24/format-indent-less-rtl.png has changed
318.1 Binary file gtk2/stuff/24/format-indent-more-rtl.png has changed
319.1 Binary file gtk2/stuff/24/go-jump-rtl.png has changed
320.1 Binary file gtk2/stuff/24/media-playback-start-rtl.png has changed
321.1 Binary file gtk2/stuff/24/media-seek-backward-ltr.png has changed
322.1 Binary file gtk2/stuff/24/media-seek-forward-ltr.png has changed
323.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 323.2 +++ b/gtk2/stuff/gtk+-demo.desktop Tue Oct 16 16:46:05 2018 +0300 323.3 @@ -0,0 +1,6 @@ 323.4 +[Desktop Entry] 323.5 +Type=Application 323.6 +Name=GTK+ Code demo 323.7 +Exec=gtk-demo 323.8 +Icon=gtk 323.9 +Categories=GTK;Development;
324.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 324.2 +++ b/gtk2/stuff/patches/series Tue Oct 16 16:46:05 2018 +0300 324.3 @@ -0,0 +1,1 @@ 324.4 +#undo_link_icons.patch
325.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 325.2 +++ b/gtk2/stuff/patches/undo_link_icons.patch Tue Oct 16 16:46:05 2018 +0300 325.3 @@ -0,0 +1,38 @@ 325.4 +--- a/gtk/Makefile.am 325.5 ++++ b/gtk/Makefile.am 325.6 +@@ -1409,34 +1409,7 @@ 325.7 + done; \ 325.8 + chmod -R u+w stock-icons; \ 325.9 + fi && \ 325.10 +- for i in 16 24; do \ 325.11 +- (cd stock-icons/$$i \ 325.12 +- && $(RM) document-save.png \ 325.13 +- && $(LN_S) media-floppy.png document-save.png \ 325.14 +- && $(RM) folder-remote.png \ 325.15 +- && $(LN_S) folder.png folder-remote.png \ 325.16 +- && $(RM) go-first-rtl.png \ 325.17 +- && $(LN_S) go-last-ltr.png go-first-rtl.png \ 325.18 +- && $(RM) go-last-rtl.png \ 325.19 +- && $(LN_S) go-first-ltr.png go-last-rtl.png \ 325.20 +- && $(RM) go-next-rtl.png \ 325.21 +- && $(LN_S) go-previous-ltr.png go-next-rtl.png \ 325.22 +- && $(RM) go-previous-rtl.png \ 325.23 +- && $(LN_S) go-next-ltr.png go-previous-rtl.png \ 325.24 +- && $(RM) media-seek-backward-rtl.png \ 325.25 +- && $(LN_S) media-seek-forward-ltr.png media-seek-backward-rtl.png \ 325.26 +- && $(RM) media-seek-forward-rtl.png \ 325.27 +- && $(LN_S) media-seek-backward-ltr.png media-seek-forward-rtl.png \ 325.28 +- && $(RM) media-skip-backward-rtl.png \ 325.29 +- && $(LN_S) media-skip-forward-ltr.png media-skip-backward-rtl.png \ 325.30 +- && $(RM) media-skip-forward-rtl.png \ 325.31 +- && $(LN_S) media-skip-backward-ltr.png media-skip-forward-rtl.png \ 325.32 +- && $(RM) user-desktop.png \ 325.33 +- && $(LN_S) folder.png user-desktop.png \ 325.34 +- && $(RM) user-home.png \ 325.35 +- && $(LN_S) folder.png user-home.png \ 325.36 +- ) done \ 325.37 +- && touch stamp-icons 325.38 ++ touch stamp-icons 325.39 + 325.40 + if CROSS_COMPILING 325.41 + gtk_update_icon_cache_program = $(GTK_UPDATE_ICON_CACHE)
326.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 326.2 +++ b/gtk2/stuff/replace-icons Tue Oct 16 16:46:05 2018 +0300 326.3 @@ -0,0 +1,294 @@ 326.4 +# Replace GTK+ stock icons by Faenza icons 326.5 +# in order to strip icon theme and save some space. 326.6 + 326.7 +echo -n "Replacing icons... " 326.8 + 326.9 +F=/usr/share/icons/Faenza 326.10 + 326.11 +Ac16=$F/actions/16 326.12 +De16=$F/devices/16 326.13 +Pl16=$F/places/16 326.14 +St16=$F/stock/16 326.15 +Mi16=$F/mimetypes/16 326.16 +Ca16=$F/categories/16 326.17 +Sa16=$F/status/16 326.18 + 326.19 + 326.20 +cd $src/gtk/stock-icons/16 326.21 + 326.22 +cp -f $Ac16/application-exit.png . 326.23 +cp -f $Ac16/gtk-info.png ./dialog-information.png 326.24 +cp -f $Ac16/document-new.png . 326.25 +cp -f $Ac16/document-open.png . 326.26 +cp -f $Ac16/document-open-recent.png . 326.27 +cp -f $Ac16/document-print.png . 326.28 +cp -f $Ac16/document-print-preview.png . 326.29 +cp -f $Ac16/document-properties.png . 326.30 +cp -f $Ac16/document-revert.png ./document-revert-ltr.png 326.31 +cp -f $stuff/16/document-revert-rtl.png . 326.32 +cp -f $Ac16/document-save.png . 326.33 +cp -f $Ac16/document-save-as.png . 326.34 +cp -f $De16/drive-harddisk.png . 326.35 +cp -f $Ac16/edit-clear.png . 326.36 +cp -f $Ac16/edit-copy.png . 326.37 +cp -f $Ac16/edit-cut.png . 326.38 +ln -fs list-remove.png ./edit-delete.png 326.39 +cp -f $Ac16/edit-find.png . 326.40 +cp -f $Ac16/edit-find-replace.png . 326.41 +cp -f $Ac16/edit-paste.png . 326.42 +cp -f $Ac16/edit-redo.png ./edit-redo-ltr.png 326.43 +cp -f $stuff/16/edit-redo-rtl.png . 326.44 +cp -f $Ac16/edit-select-all.png . 326.45 +cp -f $Ac16/edit-undo.png ./edit-undo-ltr.png 326.46 +cp -f $stuff/16/edit-undo-rtl.png . 326.47 +cp -f $Pl16/folder.png . 326.48 +cp -f $Pl16/folder-remote.png . 326.49 +cp -f $Ac16/format-indent-less.png ./format-indent-less-ltr.png 326.50 +cp -f $stuff/16/format-indent-less-rtl.png . 326.51 +cp -f $Ac16/format-indent-more.png ./format-indent-more-ltr.png 326.52 +cp -f $stuff/16/format-indent-more-rtl.png . 326.53 +cp -f $Ac16/format-justify-center.png . 326.54 +cp -f $Ac16/format-justify-fill.png . 326.55 +cp -f $Ac16/format-justify-left.png . 326.56 +cp -f $Ac16/format-justify-right.png . 326.57 +cp -f $Ac16/format-text-bold.png . 326.58 +cp -f $Ac16/format-text-italic.png . 326.59 +cp -f $Ac16/format-text-strikethrough.png . 326.60 +cp -f $Ac16/format-text-underline.png . 326.61 +cp -f $Ac16/go-bottom.png . 326.62 +cp -f $Ac16/go-down.png . 326.63 +cp -f $Ac16/go-first.png ./go-first-ltr.png 326.64 +ln -fs go-last-ltr.png ./go-first-rtl.png 326.65 +cp -f $Ac16/go-home.png . 326.66 +cp -f $Ac16/go-jump.png ./go-jump-ltr.png 326.67 +cp -f $stuff/16/go-jump-rtl.png . 326.68 +cp -f $Ac16/go-last.png ./go-last-ltr.png 326.69 +ln -fs go-first-ltr.png ./go-last-rtl.png 326.70 +cp -f $Ac16/go-next.png ./go-next-ltr.png 326.71 +ln -fs go-previous-ltr.png ./go-next-rtl.png 326.72 +cp -f $Ac16/go-previous.png ./go-previous-ltr.png 326.73 +ln -fs go-next-ltr.png ./go-previous-rtl.png 326.74 +cp -f $Ac16/go-top.png . 326.75 +cp -f $Ac16/go-up.png . 326.76 +#gtk-caps-lock-warning.png 326.77 +#gtk-color-picker.png 326.78 +cp -f $St16/stock_connect.png ./gtk-connect.png 326.79 +#gtk-convert.png 326.80 +cp -f $St16/stock_disconnect.png ./gtk-disconnect.png 326.81 +cp -f $Ac16/gtk-edit.png . 326.82 +cp -f $Mi16/font-x-generic.png ./gtk-font.png 326.83 +#gtk-index.png 326.84 +#gtk-orientation-landscape.png 326.85 +#gtk-orientation-portrait.png 326.86 +#gtk-orientation-reverse-landscape.png 326.87 +#gtk-orientation-reverse-portrait.png 326.88 +cp -f $Ac16/document-page-setup.png ./gtk-page-setup.png 326.89 +cp -f $Ca16/preferences-desktop.png ./gtk-preferences.png 326.90 +#gtk-select-color.png 326.91 +ln -fs gtk-font.png ./gtk-select-font.png 326.92 +#gtk-undelete-ltr.png 326.93 +#gtk-undelete-rtl.png 326.94 +cp -f $Ac16/help-about.png . 326.95 +cp -f $Ac16/help-contents.png . 326.96 +cp -f $Sa16/image-missing.png . 326.97 +cp -f $Ac16/list-add.png . 326.98 +cp -f $Ac16/list-remove.png . 326.99 +cp -f $De16/media-floppy.png . 326.100 +cp -f $De16/media-optical.png . 326.101 +cp -f $Ac16/media-playback-pause.png . 326.102 +cp -f $Ac16/media-playback-start.png ./media-playback-start-ltr.png 326.103 +cp -f $stuff/16/media-playback-start-rtl.png . 326.104 +cp -f $Ac16/media-playback-stop.png . 326.105 +cp -f $Ac16/media-record.png . 326.106 +cp -f $stuff/16/media-seek-backward-ltr.png . 326.107 +ln -fs media-seek-forward-ltr.png ./media-seek-backward-rtl.png 326.108 +cp -f $stuff/16/media-seek-forward-ltr.png . 326.109 +ln -fs media-seek-backward-ltr.png ./media-seek-forward-rtl.png 326.110 +cp -f $Ac16/media-skip-backward.png ./media-skip-backward-ltr.png 326.111 +ln -fs media-skip-forward-ltr.png ./media-skip-backward-rtl.png 326.112 +cp -f $Ac16/media-skip-forward.png ./media-skip-forward-ltr.png 326.113 +ln -fs media-skip-backward-ltr.png ./media-skip-forward-rtl.png 326.114 +cp -f $Sa16/network-idle.png . 326.115 +#printer-error.png 326.116 +#printer-info.png 326.117 +#printer-paused.png 326.118 +#printer-warning.png 326.119 +cp -f $Ac16/process-stop.png . 326.120 +cp -f $Ac16/system-run.png . 326.121 +cp -f $Mi16/text-plain.png ./text-x-generic.png 326.122 +cp -f $Ac16/tools-check-spelling.png . 326.123 +cp -f $Pl16/user-desktop.png . 326.124 +cp -f $Pl16/user-home.png . 326.125 +cp -f $Ac16/view-fullscreen.png . 326.126 +cp -f $Ac16/view-refresh.png . 326.127 +cp -f $Ac16/view-restore.png . 326.128 +cp -f $Ac16/view-sort-ascending.png . 326.129 +cp -f $Ac16/view-sort-descending.png . 326.130 +cp -f $Ac16/window-close.png . 326.131 +cp -f $Ac16/zoom-fit.png zoom-fit-best.png 326.132 +cp -f $Ac16/zoom-in.png . 326.133 +cp -f $Ac16/zoom-original.png . 326.134 +cp -f $Ac16/zoom-out.png . 326.135 + 326.136 + 326.137 +cd $src/gtk/stock-icons/20 326.138 + 326.139 +for icon in gtk-apply gtk-cancel gtk-no gtk-ok gtk-yes window-close; do 326.140 + cp -f $stuff/20/$icon.png . 326.141 +done 326.142 + 326.143 + 326.144 +Ac24=$F/actions/24 326.145 +De24=$F/devices/24 326.146 +Pl24=$F/places/24 326.147 +St24=$F/stock/24 326.148 +Sa24=$F/status/24 326.149 +Mi24=$F/mimetypes/24 326.150 +Ca24=$F/categories/24 326.151 + 326.152 + 326.153 +cd $src/gtk/stock-icons/24 326.154 + 326.155 +cp -f $Ac24/application-exit.png . 326.156 +cp -f $Sa24/audio-volume-high.png . 326.157 +cp -f $Sa24/audio-volume-low.png . 326.158 +cp -f $Sa24/audio-volume-medium.png . 326.159 +cp -f $Sa24/audio-volume-muted.png . 326.160 +cp -f $Ac24/gtk-info.png ./dialog-information.png 326.161 +cp -f $Ac24/document-new.png . 326.162 +cp -f $Ac24/document-open.png . 326.163 +cp -f $Ac24/document-open-recent.png . 326.164 +cp -f $Ac24/document-print.png . 326.165 +cp -f $Ac24/document-print-preview.png . 326.166 +cp -f $Ac24/document-properties.png . 326.167 +cp -f $Ac24/document-revert.png ./document-revert-ltr.png 326.168 +cp -f $stuff/24/document-revert-rtl.png . 326.169 +cp -f $Ac24/document-save.png . 326.170 +cp -f $Ac24/document-save-as.png . 326.171 +cp -f $De24/drive-harddisk.png . 326.172 +cp -f $Ac24/edit-clear.png . 326.173 +cp -f $Ac24/edit-copy.png . 326.174 +cp -f $Ac24/edit-cut.png . 326.175 +ln -fs list-remove.png ./edit-delete.png 326.176 +cp -f $Ac24/edit-find.png . 326.177 +cp -f $Ac24/edit-find-replace.png . 326.178 +cp -f $Ac24/edit-paste.png . 326.179 +cp -f $Ac24/edit-redo.png ./edit-redo-ltr.png 326.180 +cp -f $stuff/24/edit-redo-rtl.png . 326.181 +cp -f $Ac24/edit-select-all.png . 326.182 +cp -f $Ac24/edit-undo.png ./edit-undo-ltr.png 326.183 +cp -f $stuff/24/edit-undo-rtl.png . 326.184 +cp -f $Pl24/folder.png . 326.185 +cp -f $Pl24/folder-remote.png . 326.186 +cp -f $Ac24/format-indent-less.png ./format-indent-less-ltr.png 326.187 +cp -f $stuff/24/format-indent-less-rtl.png . 326.188 +cp -f $Ac24/format-indent-more.png ./format-indent-more-ltr.png 326.189 +cp -f $stuff/24/format-indent-more-rtl.png . 326.190 +cp -f $Ac24/format-justify-center.png . 326.191 +cp -f $Ac24/format-justify-fill.png . 326.192 +cp -f $Ac24/format-justify-left.png . 326.193 +cp -f $Ac24/format-justify-right.png . 326.194 +cp -f $Ac24/format-text-bold.png . 326.195 +cp -f $Ac24/format-text-italic.png . 326.196 +cp -f $Ac24/format-text-strikethrough.png . 326.197 +cp -f $Ac24/format-text-underline.png . 326.198 +cp -f $Ac24/go-bottom.png . 326.199 +cp -f $Ac24/go-down.png . 326.200 +cp -f $Ac24/go-first.png ./go-first-ltr.png 326.201 +ln -fs go-last-ltr.png ./go-first-rtl.png 326.202 +cp -f $Ac24/go-home.png . 326.203 +cp -f $Ac24/go-jump.png ./go-jump-ltr.png 326.204 +cp -f $stuff/24/go-jump-rtl.png . 326.205 +cp -f $Ac24/go-last.png ./go-last-ltr.png 326.206 +ln -fs go-first-ltr.png ./go-last-rtl.png 326.207 +cp -f $Ac24/go-next.png ./go-next-ltr.png 326.208 +ln -fs go-previous-ltr.png ./go-next-rtl.png 326.209 +cp -f $Ac24/go-previous.png ./go-previous-ltr.png 326.210 +ln -fs go-next-ltr.png ./go-previous-rtl.png 326.211 +cp -f $Ac24/go-top.png . 326.212 +cp -f $Ac24/go-up.png . 326.213 +#gtk-caps-lock-warning.png 326.214 +#gtk-color-picker.png 326.215 +cp -f $St24/stock_connect.png ./gtk-connect.png 326.216 +#gtk-convert.png 326.217 +cp -f $St24/stock_disconnect.png ./gtk-disconnect.png 326.218 +cp -f $Ac24/gtk-edit.png . 326.219 +cp -f $Mi24/font-x-generic.png ./gtk-font.png 326.220 +#gtk-index.png 326.221 +#gtk-orientation-landscape.png 326.222 +#gtk-orientation-portrait.png 326.223 +#gtk-orientation-reverse-landscape.png 326.224 +#gtk-orientation-reverse-portrait.png 326.225 +cp -f $Ac24/document-page-setup.png ./gtk-page-setup.png 326.226 +cp -f $Ca24/preferences-desktop.png ./gtk-preferences.png 326.227 +#gtk-select-color.png 326.228 +ln -fs gtk-font.png ./gtk-select-font.png 326.229 +#gtk-undelete-ltr.png 326.230 +#gtk-undelete-rtl.png 326.231 +cp -f $Ac24/help-about.png . 326.232 +cp -f $Ac24/help-contents.png . 326.233 +cp -f $Sa24/image-missing.png . 326.234 +cp -f $Ac24/list-add.png . 326.235 +cp -f $Ac24/list-remove.png . 326.236 +cp -f $De24/media-floppy.png . 326.237 +cp -f $De24/media-optical.png . 326.238 +cp -f $Ac24/media-playback-pause.png . 326.239 +cp -f $Ac24/media-playback-start.png ./media-playback-start-ltr.png 326.240 +cp -f $stuff/24/media-playback-start-rtl.png . 326.241 +cp -f $Ac24/media-playback-stop.png . 326.242 +cp -f $Ac24/media-record.png . 326.243 +cp -f $stuff/24/media-seek-backward-ltr.png . 326.244 +ln -fs media-seek-forward-ltr.png ./media-seek-backward-rtl.png 326.245 +cp -f $stuff/24/media-seek-forward-ltr.png . 326.246 +ln -fs media-seek-backward-ltr.png ./media-seek-forward-rtl.png 326.247 +cp -f $Ac24/media-skip-backward.png ./media-skip-backward-ltr.png 326.248 +ln -fs media-skip-forward-ltr.png ./media-skip-backward-rtl.png 326.249 +cp -f $Ac24/media-skip-forward.png ./media-skip-forward-ltr.png 326.250 +ln -fs media-skip-backward-ltr.png ./media-skip-forward-rtl.png 326.251 +cp -f $Sa24/network-idle.png . 326.252 +#printer-error.png 326.253 +#printer-info.png 326.254 +#printer-paused.png 326.255 +#printer-warning.png 326.256 +cp -f $Ac24/process-stop.png . 326.257 +cp -f $Ac24/system-run.png . 326.258 +cp -f $Mi24/text-plain.png ./text-x-generic.png 326.259 +cp -f $Ac24/tools-check-spelling.png . 326.260 +cp -f $Pl24/user-desktop.png . 326.261 +cp -f $Pl24/user-home.png . 326.262 +cp -f $Ac24/view-fullscreen.png . 326.263 +cp -f $Ac24/view-refresh.png . 326.264 +cp -f $Ac24/view-restore.png . 326.265 +cp -f $Ac24/view-sort-ascending.png . 326.266 +cp -f $Ac24/view-sort-descending.png . 326.267 +cp -f $Ac24/window-close.png . 326.268 +cp -f $Ac24/zoom-fit.png zoom-fit-best.png 326.269 +cp -f $Ac24/zoom-in.png . 326.270 +cp -f $Ac24/zoom-original.png . 326.271 +cp -f $Ac24/zoom-out.png . 326.272 + 326.273 + 326.274 +cd $src/gtk/stock-icons/32 326.275 + 326.276 +#gtk-dnd-multiple.png 326.277 +#gtk-dnd.png 326.278 + 326.279 + 326.280 +St48=$F/status/48 326.281 + 326.282 +cd $src/gtk/stock-icons/48 326.283 + 326.284 +cp -f $St48/dialog-error.png . 326.285 +cp -f $St48/dialog-information.png . 326.286 +cp -f $St48/dialog-password.png . 326.287 +cp -f $St48/dialog-question.png . 326.288 +cp -f $St48/dialog-warning.png . 326.289 + 326.290 +echo "Done" 326.291 + 326.292 +for folder in 16 20 24 32 48; do 326.293 + echo -n "Optimizing folder icons $folder... " 326.294 + cd $src/gtk/stock-icons/$folder 326.295 + optipng -quiet -o7 -zm1-9 ./* 326.296 + echo "Done" 326.297 +done
327.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 327.2 +++ b/gtk2/stuff/replace-icons-paper Tue Oct 16 16:46:05 2018 +0300 327.3 @@ -0,0 +1,132 @@ 327.4 +# Replace GTK+ stock icons by Paper icons 327.5 +# in order to strip icon theme and save some space. 327.6 + 327.7 + 327.8 +# Return shortest line 327.9 +shortest_line() { 327.10 + S=$1; shift 327.11 + for L in $@; do 327.12 + [ "${#L}" -lt "${#S}" ] && S="$L" 327.13 + done 327.14 + echo "$S" 327.15 +} 327.16 + 327.17 +# Replace the same files by symlinks, $@ - list of identical files 327.18 +make_symlinks() { 327.19 + S=$(shortest_line $@) 327.20 + for file in $@; do 327.21 + [ "$S" != "$file" ] && ln -sf $S $file 327.22 + done 327.23 +} 327.24 + 327.25 + 327.26 +echo -n "Replacing icons... " 327.27 + 327.28 +F=/usr/share/icons/Paper 327.29 + 327.30 +# copy icon 327.31 +ci() { 327.32 + icon=$(basename $1 .png) 327.33 + size="$2" 327.34 + sub='' 327.35 + case $icon in 327.36 + *-ltr) sub=${icon%-*};; 327.37 + *-rtl) 327.38 + case ${icon%-*} in 327.39 + edit-redo) sub='edit-undo';; 327.40 + edit-undo) sub='edit-redo';; 327.41 + format-indent-less) sub='format-indent-more';; 327.42 + format-indent-more) sub='format-indent-less';; 327.43 + go-first) sub='go-last';; 327.44 + go-last) sub='go-first';; 327.45 + go-next) sub='go-previous';; 327.46 + go-previous) sub='go-next';; 327.47 + media-seek-backward) sub='media-seek-forward';; 327.48 + media-seek-forward) sub='media-seek-backward';; 327.49 + media-skip-backward) sub='media-skip-forward';; 327.50 + media-skip-forward) sub='media-skip-backward';; 327.51 + esac 327.52 + sub="$sub $sub-ltr" 327.53 + ;; 327.54 + gtk-caps-lock-warning) sub='dialog-warning';; 327.55 + gtk-color-picker) sub='color-picker';; 327.56 + gtk-connect) sub='network-transmit-receive';; 327.57 + gtk-disconnect) sub='network-offline';; 327.58 + gtk-edit) sub='edit';; 327.59 + gtk-font) sub='font-x-generic';; 327.60 + gtk-page-setup) sub='document-page-setup';; 327.61 + gtk-preferences) sub='preferences-desktop';; 327.62 + gtk-select-color) sub='color-select';; 327.63 + gtk-select-font) sub='font-select';; 327.64 + gtk-apply) sub='object-select';; 327.65 + gtk-no) sub='emblem-unreadable';; 327.66 + gtk-yes) sub='emblem-default';; 327.67 + gtk-ok) sub='object-select';; 327.68 + esac 327.69 + 327.70 + found='' 327.71 + for i in png svg; do 327.72 + for j in actions apps categories devices emblems emotes mimetypes places status; do 327.73 + for k in $icon $sub; do 327.74 + if [ -f "$F/$size/$j/$k.$i" ]; then 327.75 + found="$F/$size/$j/$k.$i" 327.76 + break 3 327.77 + fi 327.78 + done 327.79 + done 327.80 + done 327.81 + case $found in 327.82 + *.png) cp -f $found $1;; 327.83 + *.svg) rm $1; rsvg-convert $found -o $1;; 327.84 + esac 327.85 +} 327.86 + 327.87 +cd $src/gtk/stock-icons/16; for a in $(ls); do ci $a 16x16; done 327.88 +cd $src/gtk/stock-icons/20; for a in $(ls); do ci $a 16x16; done # yes, using 16x16 for 20 327.89 +cd $src/gtk/stock-icons/24; for a in $(ls); do ci $a 16x16; done # too 327.90 +cd $src/gtk/stock-icons/32; for a in $(ls); do ci $a 32x32; done 327.91 +cd $src/gtk/stock-icons/48; for a in $(ls); do ci $a 48x48; done 327.92 + 327.93 +echo "Done" 327.94 + 327.95 +for folder in 16 20 24 32 48; do 327.96 + echo -n "Optimizing folder icons $folder... " 327.97 + cd $src/gtk/stock-icons/$folder 327.98 + for icon in ./*.png; do 327.99 + pngquant -f --skip-if-larger --ext .png --speed 1 "$icon" 327.100 + optipng -quiet -o7 -zm1-9 "$icon" 327.101 + done 327.102 + echo "Done" 327.103 +done 327.104 + 327.105 + 327.106 +# replace the same icons by symlinks 327.107 + 327.108 +MD5FILE=$(mktemp) 327.109 +find $src/gtk/stock-icons -type f -exec md5sum '{}' \; | sort > $MD5FILE 327.110 +for md in $(uniq -d -w32 $MD5FILE | cut -c1-32); do 327.111 + make_symlinks $(grep $md $MD5FILE | cut -c35-) 327.112 +done 327.113 +rm "$MD5FILE" 327.114 +# make all symlinks relative 327.115 +symlinks -crs $src/gtk/stock-icons >/dev/null 2>&1 327.116 + 327.117 + 327.118 + 327.119 +# missing icons: 327.120 +# 16, 24 327.121 +# ============================================================================== 327.122 +# gtk-convert 327.123 +# gtk-index 327.124 +# gtk-orientation-landscape 327.125 +# gtk-orientation-portrait 327.126 +# gtk-orientation-reverse-landscape 327.127 +# gtk-orientation-reverse-portrait 327.128 +# gtk-undelete-ltr 327.129 +# gtk-undelete-rtl 327.130 +# printer-paused 327.131 +# printer-warning 327.132 +# 32 327.133 +# ============================================================================== 327.134 +# gtk-dnd 327.135 +# gtk-dnd-multiple
328.1 --- a/gtk3-engine-solidity/receipt Mon Oct 15 16:44:45 2018 +0300 328.2 +++ b/gtk3-engine-solidity/receipt Tue Oct 16 16:46:05 2018 +0300 328.3 @@ -11,7 +11,7 @@ 328.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 328.5 WGET_URL="http://gnome-look.org/CONTENT/content-files/142331-solidity-$VERSION.tar.bz2" 328.6 328.7 -BUILD_DEPENDS="vala glib-dev gtk+3-dev" 328.8 +BUILD_DEPENDS="vala glib-dev gtk3-dev" 328.9 328.10 compile_rules() { 328.11 cd $src/source/gtk3 328.12 @@ -31,6 +31,6 @@ 328.13 328.14 genpkg_rules() { 328.15 copy @std 328.16 - DEPENDS="gtk+3" 328.17 + DEPENDS="gtk3" 328.18 TAGS="gtk3" 328.19 }
329.1 --- a/gtk3-engine-unico/receipt Mon Oct 15 16:44:45 2018 +0300 329.2 +++ b/gtk3-engine-unico/receipt Tue Oct 16 16:46:05 2018 +0300 329.3 @@ -12,7 +12,7 @@ 329.4 TARBALL="unico-$VERSION.tar.gz" 329.5 WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL" 329.6 329.7 -BUILD_DEPENDS="gtk+3-dev libxml2-dev" 329.8 +BUILD_DEPENDS="gtk3-dev libxml2-dev" 329.9 329.10 compile_rules() { 329.11 ./configure \ 329.12 @@ -26,6 +26,6 @@ 329.13 329.14 genpkg_rules() { 329.15 copy @std 329.16 - DEPENDS="gtk+3" 329.17 + DEPENDS="gtk3" 329.18 TAGS="gtk3" 329.19 }
330.1 --- a/gtk3/receipt Mon Oct 15 16:44:45 2018 +0300 330.2 +++ b/gtk3/receipt Tue Oct 16 16:46:05 2018 +0300 330.3 @@ -56,20 +56,17 @@ 330.4 rm -r $fs/usr/share/gtk-doc $fs/usr/share/man 330.5 CAT="development|example code and demo" 330.6 DEPENDS="cairo gdk-pixbuf glib gtk3 libepoxy libharfbuzz pango" 330.7 - PROVIDE="gtk+3-demo" 330.8 ;; 330.9 *-widget-factory) 330.10 copy gtk3-widget* 330.11 rm -r $fs/usr/share/gtk-doc $fs/usr/share/man 330.12 CAT="development|widget factory" 330.13 DEPENDS="atk cairo gdk-pixbuf glib gtk3" 330.14 - PROVIDE="gtk+3-widget-factory" 330.15 ;; 330.16 *-icon-browser) 330.17 copy gtk3-icon-browser gtk3-icon-browser.desktop 330.18 CAT="development|icon browser" 330.19 DEPENDS="glib gtk3" 330.20 - PROVIDE="gtk+3-icon-browser" 330.21 ;; 330.22 *-broadwayd) 330.23 copy broadwayd 330.24 @@ -85,7 +82,6 @@ 330.25 xorg-libXcomposite-dev xorg-libXdamage-dev xorg-libXext-dev \ 330.26 xorg-libXfixes-dev xorg-libXi-dev xorg-libXinerama-dev \ 330.27 xorg-libXrandr-dev" 330.28 - PROVIDE="gtk+3-dev" 330.29 ;; 330.30 *) 330.31 COOKOPTS="!menus" 330.32 @@ -95,7 +91,6 @@ 330.33 libxkbcommon mesa-libwayland-egl pango rest wayland xorg-libX11 \ 330.34 xorg-libXcomposite xorg-libXdamage xorg-libXext xorg-libXfixes \ 330.35 xorg-libXi xorg-libXinerama xorg-libXrandr" 330.36 - PROVIDE="gtk+3" 330.37 CONFIG_FILES="/etc/gtk-3.0/settings.ini" 330.38 ;; 330.39 esac
331.1 --- a/gtkballs/receipt Mon Oct 15 16:44:45 2018 +0300 331.2 +++ b/gtkballs/receipt Tue Oct 16 16:46:05 2018 +0300 331.3 @@ -11,7 +11,7 @@ 331.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 331.5 WGET_URL="http://gtkballs.antex.ru/dist/$TARBALL" 331.6 331.7 -BUILD_DEPENDS="gtk+-dev" 331.8 +BUILD_DEPENDS="gtk2-dev" 331.9 SPLIT="gtkballs-themes gtkballs" 331.10 331.11 compile_rules() { 331.12 @@ -48,7 +48,7 @@ 331.13 ;; 331.14 gtkballs) 331.15 copy @std @rm 331.16 - DEPENDS="gtk+ xorg-libXdamage" 331.17 + DEPENDS="gtk2 xorg-libXdamage" 331.18 SUGGESTED="gtkballs-themes" 331.19 ;; 331.20 esac
332.1 --- a/gtkdatabox/receipt Mon Oct 15 16:44:45 2018 +0300 332.2 +++ b/gtkdatabox/receipt Tue Oct 16 16:46:05 2018 +0300 332.3 @@ -11,8 +11,8 @@ 332.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 332.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 332.6 332.7 -BUILD_DEPENDS="libffi gtk+-dev" 332.8 -SPLIT="gtkdatabox-dev" 332.9 +BUILD_DEPENDS="libffi gtk2-dev" 332.10 +SPLIT="$PACKAGE-dev" 332.11 332.12 compile_rules() { 332.13 export LDFLAGS="$LDFLAGS -lm" 332.14 @@ -36,7 +36,7 @@ 332.15 case $PACKAGE in 332.16 gtkdatabox) 332.17 copy @std 332.18 - DEPENDS="gtk+" 332.19 + DEPENDS="gtk2" 332.20 ;; 332.21 *-dev) 332.22 copy @dev
333.1 --- a/gtkdialog/receipt Mon Oct 15 16:44:45 2018 +0300 333.2 +++ b/gtkdialog/receipt Tue Oct 16 16:46:05 2018 +0300 333.3 @@ -11,7 +11,7 @@ 333.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 333.5 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gtkdialog/$TARBALL" 333.6 333.7 -BUILD_DEPENDS="automake gtk+-dev libglade-dev vte-gtk2-dev texinfo" 333.8 +BUILD_DEPENDS="automake gtk2-dev libglade-dev vte-gtk2-dev texinfo" 333.9 333.10 compile_rules() { 333.11 ./autogen.sh \ 333.12 @@ -24,5 +24,5 @@ 333.13 333.14 genpkg_rules() { 333.15 copy @std icons/ 333.16 - DEPENDS="gdk-pixbuf glib gtk+ libglade vte-gtk2" 333.17 + DEPENDS="gdk-pixbuf glib gtk2 libglade vte-gtk2" 333.18 }
334.1 --- a/gtkglext/receipt Mon Oct 15 16:44:45 2018 +0300 334.2 +++ b/gtkglext/receipt Tue Oct 16 16:46:05 2018 +0300 334.3 @@ -11,7 +11,7 @@ 334.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 334.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 334.6 334.7 -BUILD_DEPENDS="gtk+-dev glu glu-dev mesa-dev \ 334.8 +BUILD_DEPENDS="gtk2-dev glu glu-dev mesa-dev \ 334.9 util-linux-uuid-dev autoconf pangox-compat-dev expat-dev xorg-libxshmfence-dev" 334.10 SPLIT="gtkglext-dev" 334.11 334.12 @@ -27,7 +27,7 @@ 334.13 case $PACKAGE in 334.14 gtkglext) 334.15 copy @std 334.16 - DEPENDS="gtk+ mesa glu pangox-compat" 334.17 + DEPENDS="gtk2 mesa glu pangox-compat" 334.18 SUGGESTED="nvidia" 334.19 ;; 334.20 *-dev)
335.1 --- a/gtkhotkey/receipt Mon Oct 15 16:44:45 2018 +0300 335.2 +++ b/gtkhotkey/receipt Tue Oct 16 16:46:05 2018 +0300 335.3 @@ -11,7 +11,7 @@ 335.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 335.5 WGET_URL="$WEB_SITE/${VERSION%.*}/$VERSION/+download/$TARBALL" 335.6 335.7 -BUILD_DEPENDS="glib-dev gtk+-dev intltool" 335.8 +BUILD_DEPENDS="glib-dev gtk2-dev intltool" 335.9 SPLIT="gtkhotkey-dev" 335.10 335.11 compile_rules() { 335.12 @@ -28,7 +28,7 @@ 335.13 case $PACKAGE in 335.14 gtkhotkey) 335.15 copy @std 335.16 - DEPENDS="glib gtk+" 335.17 + DEPENDS="glib gtk2" 335.18 ;; 335.19 *-dev) 335.20 copy @dev
336.1 --- a/gtklife/receipt Mon Oct 15 16:44:45 2018 +0300 336.2 +++ b/gtklife/receipt Tue Oct 16 16:46:05 2018 +0300 336.3 @@ -1,38 +1,35 @@ 336.4 -# SliTaz package receipt. 336.5 +# SliTaz package receipt v2. 336.6 336.7 PACKAGE="gtklife" 336.8 VERSION="5.1" 336.9 CATEGORY="games" 336.10 -SHORT_DESC="Fast, featureful, open-source Conway's Life program." 336.11 +SHORT_DESC="Fast, featureful, open-source Conway's Life program" 336.12 MAINTAINER="pankso@slitaz.org" 336.13 LICENSE="GPL2" 336.14 +WEB_SITE="http://ironphoenix.org/tril/gtklife/" 336.15 + 336.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 336.17 -WEB_SITE="http://ironphoenix.org/tril/gtklife/" 336.18 WGET_URL="http://ironphoenix.org/tril/gtklife/$TARBALL" 336.19 336.20 -DEPENDS="gtk+ xorg-libXdamage" 336.21 -BUILD_DEPENDS="gtk+-dev" 336.22 +BUILD_DEPENDS="gtk2-dev" 336.23 336.24 -# Rules to configure and make the package. 336.25 -compile_rules() 336.26 -{ 336.27 - cd $src 336.28 +compile_rules() { 336.29 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" 336.30 + 336.31 ./configure \ 336.32 --prefix=/usr \ 336.33 --bindir=/usr/games \ 336.34 --with-gtk2 \ 336.35 $CONFIGURE_ARGS && 336.36 make || return 1 336.37 + 336.38 mkdir -p $DESTDIR/usr/games $DESTDIR/usr/share/gtklife 336.39 cp -a graphics $DESTDIR/usr/share/gtklife 336.40 cp -a patterns $DESTDIR/usr/share/gtklife 336.41 cp gtklife $DESTDIR/usr/games 336.42 } 336.43 336.44 -# Rules to gen a SliTaz package suitable for Tazpkg. 336.45 -genpkg_rules() 336.46 -{ 336.47 - cp -a $install/* $fs 336.48 +genpkg_rules() { 336.49 + copy @std 336.50 + DEPENDS="gtk2 xorg-libXdamage" 336.51 } 336.52 -
337.1 --- a/gtklp/receipt Mon Oct 15 16:44:45 2018 +0300 337.2 +++ b/gtklp/receipt Tue Oct 16 16:46:05 2018 +0300 337.3 @@ -11,7 +11,7 @@ 337.4 TARBALL="$PACKAGE-$VERSION.src.tar.gz" 337.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 337.6 337.7 -BUILD_DEPENDS="cups-dev gtk+-dev autoconf automake libtool gettext-tools" 337.8 +BUILD_DEPENDS="cups-dev gtk2-dev autoconf automake libtool gettext-tools" 337.9 337.10 compile_rules() { 337.11 sed -i 's/^gettextize .*/autopoint -f/' autogen.sh 337.12 @@ -28,5 +28,5 @@ 337.13 337.14 genpkg_rules() { 337.15 copy @std 337.16 - DEPENDS="cups gtk+" 337.17 + DEPENDS="cups gtk2" 337.18 }
338.1 --- a/gtkmm/receipt Mon Oct 15 16:44:45 2018 +0300 338.2 +++ b/gtkmm/receipt Tue Oct 16 16:46:05 2018 +0300 338.3 @@ -12,7 +12,7 @@ 338.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 338.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" 338.6 338.7 -BUILD_DEPENDS="doxygen gtk+-dev atkmm-dev glibmm-dev cairomm-dev libsigc++-dev \ 338.8 +BUILD_DEPENDS="doxygen gtk2-dev atkmm-dev glibmm-dev cairomm-dev libsigc++-dev \ 338.9 pangomm-dev glibmm-dev mm-common" 338.10 SPLIT="gtkmm-dev" 338.11 338.12 @@ -29,12 +29,12 @@ 338.13 case $PACKAGE in 338.14 gtkmm) 338.15 copy @std 338.16 - DEPENDS="gtk+ atkmm glibmm cairomm libsigc++ xorg-libXdamage \ 338.17 + DEPENDS="gtk2 atkmm glibmm cairomm libsigc++ xorg-libXdamage \ 338.18 libgiomm pangomm gcc-lib-base" 338.19 ;; 338.20 *-dev) 338.21 copy @dev 338.22 - DEPENDS="gtkmm gtk+-dev atkmm-dev glibmm-dev libgiomm-dev \ 338.23 + DEPENDS="gtkmm gtk2-dev atkmm-dev glibmm-dev libgiomm-dev \ 338.24 pangomm-dev" 338.25 ;; 338.26 esac
339.1 --- a/gtkmm3/receipt Mon Oct 15 16:44:45 2018 +0300 339.2 +++ b/gtkmm3/receipt Tue Oct 16 16:46:05 2018 +0300 339.3 @@ -7,12 +7,12 @@ 339.4 MAINTAINER="al.bobylev@gmail.com" 339.5 LICENSE="LGPL2.1" 339.6 WEB_SITE="https://www.gtkmm.org/en/" 339.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/gtkmm3.html" 339.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/gtkmm3.html" 339.9 339.10 TARBALL="gtkmm-$VERSION.tar.xz" 339.11 WGET_URL="$GNOME_MIRROR/gtkmm/${VERSION%.*}/$TARBALL" 339.12 339.13 -BUILD_DEPENDS="gtk+3-dev libgiomm-dev pangomm-dev cairomm-dev glibmm-dev \ 339.14 +BUILD_DEPENDS="gtk3-dev libgiomm-dev pangomm-dev cairomm-dev glibmm-dev \ 339.15 atkmm-dev" 339.16 SPLIT="gtkmm3-dev" 339.17 339.18 @@ -29,14 +29,14 @@ 339.19 case $PACKAGE in 339.20 gtkmm3) 339.21 copy @std 339.22 - DEPENDS="atkmm cairomm gdk-pixbuf glib glibmm gtk+3 libgiomm \ 339.23 + DEPENDS="atkmm cairomm gdk-pixbuf glib glibmm gtk3 libgiomm \ 339.24 libsigc++ pangomm" 339.25 PROVIDE="gtk3mm" 339.26 ;; 339.27 *-dev) 339.28 copy @dev 339.29 DEPENDS="gtkmm3 atkmm-dev cairomm-dev gdk-pixbuf-dev glibmm-dev \ 339.30 - gtk+3-dev pangomm-dev" 339.31 + gtk3-dev pangomm-dev" 339.32 PROVIDE="gtk3mm-dev" 339.33 ;; 339.34 esac
340.1 --- a/gtkperf/receipt Mon Oct 15 16:44:45 2018 +0300 340.2 +++ b/gtkperf/receipt Tue Oct 16 16:46:05 2018 +0300 340.3 @@ -11,7 +11,7 @@ 340.4 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 340.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 340.6 340.7 -BUILD_DEPENDS="gtk+-dev gettext autoconf" 340.8 +BUILD_DEPENDS="gtk2-dev gettext autoconf" 340.9 340.10 COOKOPTS="skip-log-errors" 340.11 340.12 @@ -26,5 +26,5 @@ 340.13 340.14 genpkg_rules() { 340.15 copy @std 340.16 - DEPENDS="gtk+" 340.17 + DEPENDS="gtk2" 340.18 }
341.1 --- a/gtksourceview/receipt Mon Oct 15 16:44:45 2018 +0300 341.2 +++ b/gtksourceview/receipt Tue Oct 16 16:46:05 2018 +0300 341.3 @@ -12,7 +12,7 @@ 341.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 341.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 341.6 341.7 -BUILD_DEPENDS="intltool gtk+-dev libxml2-dev expat-dev" 341.8 +BUILD_DEPENDS="intltool gtk2-dev libxml2-dev expat-dev" 341.9 SPLIT="gtksourceview-dev" 341.10 341.11 compile_rules() { 341.12 @@ -26,11 +26,11 @@ 341.13 case $PACKAGE in 341.14 gtksourceview) 341.15 copy @std 341.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ libxml2 pango python" 341.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 libxml2 pango python" 341.18 ;; 341.19 *-dev) 341.20 copy @dev 341.21 - DEPENDS="gtksourceview gtk+-dev libxml2-dev" 341.22 + DEPENDS="gtksourceview gtk2-dev libxml2-dev" 341.23 ;; 341.24 esac 341.25 }
342.1 --- a/gtksourceview3/receipt Mon Oct 15 16:44:45 2018 +0300 342.2 +++ b/gtksourceview3/receipt Tue Oct 16 16:46:05 2018 +0300 342.3 @@ -7,12 +7,12 @@ 342.4 MAINTAINER="al.bobylev@gmail.com" 342.5 LICENSE="GPL2" 342.6 WEB_SITE="https://wiki.gnome.org/Projects/GtkSourceView" 342.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/gtksourceview.html" 342.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/gtksourceview.html" 342.9 342.10 TARBALL="gtksourceview-$VERSION.tar.xz" 342.11 WGET_URL="$GNOME_MIRROR/gtksourceview/${VERSION%.*}/$TARBALL" 342.12 342.13 -BUILD_DEPENDS="glib-dev itstool gtk+3-dev libxml2-dev gettext gtk-doc vala \ 342.14 +BUILD_DEPENDS="glib-dev itstool gtk3-dev libxml2-dev gettext gtk-doc vala \ 342.15 gobject-introspection-dev" 342.16 SPLIT="gtksourceview3-dev" 342.17 342.18 @@ -27,11 +27,11 @@ 342.19 case $PACKAGE in 342.20 gtksourceview3) 342.21 copy @std 342.22 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libxml2 pango" 342.23 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 libxml2 pango" 342.24 ;; 342.25 *-dev) 342.26 copy @dev 342.27 - DEPENDS="gtksourceview3 glib-dev gtk+3-dev libxml2-dev" 342.28 + DEPENDS="gtksourceview3 glib-dev gtk3-dev libxml2-dev" 342.29 ;; 342.30 esac 342.31 }
343.1 --- a/gtkspell/receipt Mon Oct 15 16:44:45 2018 +0300 343.2 +++ b/gtkspell/receipt Tue Oct 16 16:46:05 2018 +0300 343.3 @@ -12,7 +12,7 @@ 343.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 343.5 WGET_URL="$WEB_SITE/download/$TARBALL" 343.6 343.7 -BUILD_DEPENDS="gtk+-dev enchant-dev intltool" 343.8 +BUILD_DEPENDS="gtk2-dev enchant-dev intltool" 343.9 SPLIT="gtkspell-dev" 343.10 343.11 compile_rules() { 343.12 @@ -26,11 +26,11 @@ 343.13 case $PACKAGE in 343.14 gtkspell) 343.15 copy @std 343.16 - DEPENDS="enchant glib gtk+" 343.17 + DEPENDS="enchant glib gtk2" 343.18 ;; 343.19 *-dev) 343.20 copy @dev 343.21 - DEPENDS="gtkspell enchant-dev gtk+-dev" 343.22 + DEPENDS="gtkspell enchant-dev gtk2-dev" 343.23 ;; 343.24 esac 343.25 }
344.1 --- a/gtkspell3/receipt Mon Oct 15 16:44:45 2018 +0300 344.2 +++ b/gtkspell3/receipt Tue Oct 16 16:46:05 2018 +0300 344.3 @@ -11,7 +11,7 @@ 344.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 344.5 WGET_URL="$SF_MIRROR/gtkspell/$TARBALL" 344.6 344.7 -BUILD_DEPENDS="gobject-introspection vala intltool gtk+3-dev enchant-dev \ 344.8 +BUILD_DEPENDS="gobject-introspection vala intltool gtk3-dev enchant-dev \ 344.9 gtk-doc" 344.10 SPLIT="gtkspell3-dev" 344.11 344.12 @@ -26,11 +26,11 @@ 344.13 case $PACKAGE in 344.14 gtkspell3) 344.15 copy @std *.mo 344.16 - DEPENDS="enchant glib gtk+3" 344.17 + DEPENDS="enchant glib gtk3" 344.18 ;; 344.19 *-dev) 344.20 copy @dev 344.21 - DEPENDS="gtkspell3 enchant-dev glib-dev gtk+3-dev" 344.22 + DEPENDS="gtkspell3 enchant-dev glib-dev gtk3-dev" 344.23 ;; 344.24 esac 344.25 }
345.1 --- a/gtktetris/receipt Mon Oct 15 16:44:45 2018 +0300 345.2 +++ b/gtktetris/receipt Tue Oct 16 16:46:05 2018 +0300 345.3 @@ -10,8 +10,8 @@ 345.4 WEB_SITE="https://sourceforge.net/projects/gtktetris/" 345.5 WGET_URL="http://mirror.slitaz.org/sources/packages/g/$TARBALL" 345.6 345.7 -DEPENDS="gtk+ xorg-libXdamage" 345.8 -BUILD_DEPENDS="gtk+-dev" 345.9 +DEPENDS="gtk2 xorg-libXdamage" 345.10 +BUILD_DEPENDS="gtk2-dev" 345.11 345.12 # Rules to configure and make the package. 345.13 compile_rules()
346.1 --- a/gucharmap/receipt Mon Oct 15 16:44:45 2018 +0300 346.2 +++ b/gucharmap/receipt Tue Oct 16 16:46:05 2018 +0300 346.3 @@ -11,7 +11,7 @@ 346.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 346.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 346.6 346.7 -BUILD_DEPENDS="itstool libxml2-tools glib-dev gtk+-dev intltool" 346.8 +BUILD_DEPENDS="itstool libxml2-tools glib-dev gtk2-dev intltool" 346.9 SPLIT="gucharmap-dev gucharmap-i18n" 346.10 346.11 compile_rules() { 346.12 @@ -31,7 +31,7 @@ 346.13 case $PACKAGE in 346.14 gucharmap) 346.15 copy @std 346.16 - DEPENDS="gtk+ xorg-libXdamage" 346.17 + DEPENDS="gtk2 xorg-libXdamage" 346.18 ;; 346.19 gucharmap-dev) 346.20 copy @dev
347.1 --- a/gucharmap3/receipt Mon Oct 15 16:44:45 2018 +0300 347.2 +++ b/gucharmap3/receipt Tue Oct 16 16:46:05 2018 +0300 347.3 @@ -7,14 +7,14 @@ 347.4 MAINTAINER="al.bobylev@gmail.com" 347.5 LICENSE="GPL3" 347.6 WEB_SITE="https://wiki.gnome.org/Apps/Gucharmap" 347.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/gucharmap.html" 347.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/gucharmap.html" 347.9 REPOLOGY="gucharmap" 347.10 347.11 TARBALL="gucharmap-$VERSION.tar.xz" 347.12 WGET_URL="$GNOME_MIRROR/gucharmap/${VERSION%.*}/$TARBALL" 347.13 347.14 BUILD_DEPENDS="gtk-doc automake gettext libtool gobject-introspection-dev \ 347.15 -intltool yelp-tools itstool gtk+3-dev desktop-file-utils-extra wget \ 347.16 +intltool yelp-tools itstool gtk3-dev desktop-file-utils-extra wget \ 347.17 coreutils-file-summarize unzip vala" 347.18 SPLIT="gucharmap3-i18n gucharmap-gnome gucharmap3 gucharmap3-dev" 347.19 347.20 @@ -43,11 +43,11 @@ 347.21 ;; 347.22 gucharmap3) 347.23 copy @std @rm 347.24 - DEPENDS="atk cairo glib gtk+3 pango" 347.25 + DEPENDS="atk cairo glib gtk3 pango" 347.26 ;; 347.27 *-dev) 347.28 copy @dev 347.29 - DEPENDS="${SPLIT/$PACKAGE/} glib-dev gtk+3-dev" 347.30 + DEPENDS="${SPLIT/$PACKAGE/} glib-dev gtk3-dev" 347.31 ;; 347.32 esac 347.33 }
348.1 --- a/guile/receipt Mon Oct 15 16:44:45 2018 +0300 348.2 +++ b/guile/receipt Tue Oct 16 16:46:05 2018 +0300 348.3 @@ -7,7 +7,7 @@ 348.4 MAINTAINER="pankso@slitaz.org" 348.5 LICENSE="LGPL3" 348.6 WEB_SITE="https://www.gnu.org/software/guile/" 348.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/guile.html" 348.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/guile.html" 348.9 348.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 348.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
349.1 --- a/gummi/receipt Mon Oct 15 16:44:45 2018 +0300 349.2 +++ b/gummi/receipt Tue Oct 16 16:46:05 2018 +0300 349.3 @@ -10,8 +10,8 @@ 349.4 WEB_SITE="https://github.com/alexandervdm/gummi" 349.5 WGET_URL="http://dev.midnightcoding.org/attachments/download/239/$TARBALL" 349.6 349.7 -DEPENDS="gtk+ gtksourceview gtkspell poppler" 349.8 -BUILD_DEPENDS="gtk+-dev gtksourceview-dev gtkspell-dev intltool poppler-dev glib" 349.9 +DEPENDS="gtk2 gtksourceview gtkspell poppler" 349.10 +BUILD_DEPENDS="gtk2-dev gtksourceview-dev gtkspell-dev intltool poppler-dev glib" 349.11 349.12 # Rules to configure and make the package. 349.13 compile_rules()
350.1 --- a/gutenprint/receipt Mon Oct 15 16:44:45 2018 +0300 350.2 +++ b/gutenprint/receipt Tue Oct 16 16:46:05 2018 +0300 350.3 @@ -32,7 +32,7 @@ 350.4 gutenprint) 350.5 copy @std 350.6 rm -rf $fs/usr/share/$PACKAGE/doc # Remove docs 350.7 - DEPENDS="gnutls readline gtk+ cups libtasn1 gmp" 350.8 + DEPENDS="gnutls readline gtk2 cups libtasn1 gmp" 350.9 ;; 350.10 gutenprint-dev) 350.11 copy @dev
351.1 --- a/gutenpy/receipt Mon Oct 15 16:44:45 2018 +0300 351.2 +++ b/gutenpy/receipt Tue Oct 16 16:46:05 2018 +0300 351.3 @@ -1,31 +1,28 @@ 351.4 -# SliTaz package receipt. 351.5 +# SliTaz package receipt v2. 351.6 351.7 PACKAGE="gutenpy" 351.8 VERSION="0.3.0" 351.9 CATEGORY="office" 351.10 -SHORT_DESC="A text reader and catalog browser for project Gutenburg." 351.11 +SHORT_DESC="A text reader and catalog browser for project Gutenburg" 351.12 MAINTAINER="paul@slitaz.org" 351.13 LICENSE="GPL2" 351.14 +WEB_SITE="http://gutenpy.sourceforge.net/" 351.15 + 351.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 351.17 -WEB_SITE="http://gutenpy.sourceforge.net/" 351.18 -WGET_URL="http://prdownloads.sourceforge.net/gutenpy/$TARBALL" 351.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 351.20 351.21 -DEPENDS="python python-pygtk" 351.22 BUILD_DEPENDS="python-dev" 351.23 351.24 -# Rules to configure and make the package. 351.25 -compile_rules() 351.26 -{ 351.27 +compile_rules() { 351.28 # Fix missing .desktop file 351.29 - sed -i '/share\/applications/d' setup.py 351.30 - sed -i '/gutenpy.desktop/d' setup.py 351.31 - python setup.py install --root=$DESTDIR 351.32 + sed -i '/share\/applications/d; /gutenpy.desktop/d' setup.py 351.33 + 351.34 + python -B setup.py install --root=$DESTDIR 351.35 } 351.36 351.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 351.38 -genpkg_rules() 351.39 -{ 351.40 +genpkg_rules() { 351.41 cp -a $install/usr $fs 351.42 # Add gutenpy.desktop file 351.43 cp -a stuff/* $fs 351.44 + DEPENDS="python python-pygtk" 351.45 }
352.1 --- a/guvcview/receipt Mon Oct 15 16:44:45 2018 +0300 352.2 +++ b/guvcview/receipt Tue Oct 16 16:46:05 2018 +0300 352.3 @@ -12,7 +12,7 @@ 352.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 352.5 352.6 BUILD_DEPENDS="intltool v4l-utils-dev eudev-dev libusb-dev ffmpeg-dev \ 352.7 -libpng16-dev libsdl2-dev gsl-dev portaudio-dev gtk+3-dev" 352.8 +libpng16-dev libsdl2-dev gsl-dev portaudio-dev gtk3-dev" 352.9 SPLIT="guvcview-dev" 352.10 352.11 compile_rules() { 352.12 @@ -30,7 +30,7 @@ 352.13 case $PACKAGE in 352.14 guvcview) 352.15 copy @std *.mo 352.16 - DEPENDS="eudev ffmpeg glib gsl gtk+3 libpng16 libsdl2 libusb \ 352.17 + DEPENDS="eudev ffmpeg glib gsl gtk3 libpng16 libsdl2 libusb \ 352.18 portaudio v4l-utils" 352.19 ;; 352.20 *-dev)
353.1 --- a/gv/receipt Mon Oct 15 16:44:45 2018 +0300 353.2 +++ b/gv/receipt Tue Oct 16 16:46:05 2018 +0300 353.3 @@ -1,22 +1,19 @@ 353.4 -# SliTaz package receipt. 353.5 +# SliTaz package receipt v2. 353.6 353.7 PACKAGE="gv" 353.8 VERSION="3.7.4" 353.9 CATEGORY="office" 353.10 -SHORT_DESC="X11 user interface for Ghostscript." 353.11 +SHORT_DESC="X11 user interface for Ghostscript" 353.12 MAINTAINER="pascal.bellard@slitaz.org" 353.13 LICENSE="GPL3" 353.14 +WEB_SITE="http://www.gnu.org/software/gv/" 353.15 + 353.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 353.17 -WEB_SITE="http://www.gnu.org/software/gv/" 353.18 WGET_URL="http://ftp.gnu.org/gnu/gv/$TARBALL" 353.19 353.20 -DEPENDS="ghostscript xorg-libXaw3d xorg-libXinerama" 353.21 BUILD_DEPENDS="xorg-libXaw3d-dev xorg-libXinerama-dev" 353.22 353.23 -# Rules to configure and make the package. 353.24 -compile_rules() 353.25 -{ 353.26 - cd $src 353.27 +compile_rules() { 353.28 ./configure \ 353.29 --prefix=/usr \ 353.30 $CONFIGURE_ARGS && 353.31 @@ -24,9 +21,8 @@ 353.32 make DESTDIR=$DESTDIR install 353.33 } 353.34 353.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 353.36 -genpkg_rules() 353.37 -{ 353.38 +genpkg_rules() { 353.39 cp -a $install/usr $fs 353.40 rm -rf $fs/usr/share/man 353.41 + DEPENDS="ghostscript xorg-libXaw3d xorg-libXinerama" 353.42 }
354.1 --- a/gvfb/receipt Mon Oct 15 16:44:45 2018 +0300 354.2 +++ b/gvfb/receipt Tue Oct 16 16:46:05 2018 +0300 354.3 @@ -10,8 +10,8 @@ 354.4 WEB_SITE="http://www.minigui.org/" 354.5 WGET_URL="${WEB_SITE}downloads/$TARBALL" 354.6 354.7 -DEPENDS="gtk+" 354.8 -BUILD_DEPENDS="cmake gtk+-dev" 354.9 +DEPENDS="gtk2" 354.10 +BUILD_DEPENDS="cmake gtk2-dev" 354.11 354.12 # Rules to configure and make the package. 354.13 compile_rules()
355.1 --- a/gvfs/receipt Mon Oct 15 16:44:45 2018 +0300 355.2 +++ b/gvfs/receipt Tue Oct 16 16:46:05 2018 +0300 355.3 @@ -14,7 +14,7 @@ 355.4 355.5 BUILD_DEPENDS="meson ninja shared-mime-info libxslt glib-dev gtk-doc dbus-dev \ 355.6 gcr-dev gettext polkit-dev libcap-dev libgphoto2-dev libarchive-dev \ 355.7 -libsoup-dev libcdio-paranoia-dev libmtp-dev fuse2-dev udisks2-dev gtk+3-dev \ 355.8 +libsoup-dev libcdio-paranoia-dev libmtp-dev fuse2-dev udisks2-dev gtk3-dev \ 355.9 libbluray-dev libgudev-dev libsecret-dev libxml2-dev openssh samba-dev \ 355.10 dbus-glib-dev libnfs-dev libgdata-dev gnome-online-accounts-dev" 355.11 SPLIT="gvfs-admin gvfs-afp gvfs-archive gvfs-cdda gvfs-fuse gvfs-goa \ 355.12 @@ -127,7 +127,7 @@ 355.13 gvfs-gtk) 355.14 copy gvfsd-recent recent.mount 355.15 CAT="system-tools|recent files support (GTK+3) - recent:///" 355.16 - DEPENDS="glib gvfs" # + gtk+3 ? 355.17 + DEPENDS="glib gvfs" # + gtk3 ? 355.18 ;; 355.19 gvfs-http) 355.20 copy \
356.1 --- a/gvim/receipt Mon Oct 15 16:44:45 2018 +0300 356.2 +++ b/gvim/receipt Tue Oct 16 16:46:05 2018 +0300 356.3 @@ -1,9 +1,9 @@ 356.4 -# SliTaz package receipt. 356.5 +# SliTaz package receipt v2. 356.6 356.7 PACKAGE="gvim" 356.8 VERSION="7.3" 356.9 CATEGORY="editors" 356.10 -SHORT_DESC="Advanced text editor, with gtk+ GUI" 356.11 +SHORT_DESC="Advanced text editor with GTK+ GUI" 356.12 MAINTAINER="erjo@slitaz.org" 356.13 LICENSE="other" 356.14 WEB_SITE="http://www.vim.org/" 356.15 @@ -12,15 +12,10 @@ 356.16 SOURCE="vim" 356.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 356.18 WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL" 356.19 -CONFIG_FILES="/etc/vim/vimrc" 356.20 -TAGS="text-editor" 356.21 356.22 -DEPENDS="ncurses gtk+ xorg-libXt xorg-libXau xorg-libXdmcp" 356.23 -BUILD_DEPENDS="gtk+-dev" 356.24 +BUILD_DEPENDS="gtk2-dev" 356.25 356.26 -# Rules to configure and make the package. 356.27 -compile_rules() 356.28 -{ 356.29 +compile_rules() { 356.30 # define the place for the global vimrc file (set to /etc/vim/vimrc) 356.31 # (patch from Arch Linux PKGBUILD) 356.32 sed -i 's|^.*\(#define SYS_VIMRC_FILE\).*$|\1 "/etc/vim/vimrc"|' $src/src/feature.h 356.33 @@ -39,16 +34,17 @@ 356.34 --disable-athena-check \ 356.35 --mandir=/usr/share/man \ 356.36 $CONFIGURE_ARGS && 356.37 + make \ 356.38 + VIMRCLOC=/etc/vim \ 356.39 + VIMRUNTIMEDIR=/usr/share/vim/vim73 \ 356.40 + MAKE="make -e" && 356.41 + make DESTDIR=$DESTDIR install || return 1 356.42 356.43 - make VIMRCLOC=/etc/vim VIMRUNTIMEDIR=/usr/share/vim/vim73 MAKE="make -e" && 356.44 - make DESTDIR=$DESTDIR install 356.45 mkdir -p $DESTDIR/etc/vim 356.46 cp -a $src/runtime/vimrc_example.vim $DESTDIR/etc/vim/vimrc 356.47 } 356.48 356.49 -# Rules to gen a SliTaz package suitable for Tazpkg. 356.50 -genpkg_rules() 356.51 -{ 356.52 +genpkg_rules() { 356.53 mkdir -p $fs/usr/share/icons/hicolor/16x16/apps $fs/usr/share/applications $fs/etc 356.54 356.55 cp -a $install/usr/bin $fs/usr 356.56 @@ -56,10 +52,12 @@ 356.57 cp -a $src/runtime/vim16x16.png $fs/usr/share/icons/hicolor/16x16/apps/gvim.png 356.58 cp -a stuff/gvim.desktop $fs/usr/share/applications 356.59 cp -a $install/etc/vim $fs/etc 356.60 + DEPENDS="ncurses gtk2 xorg-libXt xorg-libXau xorg-libXdmcp" 356.61 + CONFIG_FILES="/etc/vim/vimrc" 356.62 + TAGS="text-editor" 356.63 } 356.64 356.65 -post_install() 356.66 -{ 356.67 +post_install() { 356.68 cmd=$(readlink "$1/bin/vi") 356.69 if [ ! "$cmd" == '/usr/bin/vim' ]; then 356.70 echo "" 356.71 @@ -78,8 +76,7 @@ 356.72 fi 356.73 } 356.74 356.75 -post_remove() 356.76 -{ 356.77 +post_remove() { 356.78 # restore previous symlink 356.79 ln -sf busybox "$1/bin/vi" 356.80 }
357.1 --- a/gvolwheel/receipt Mon Oct 15 16:44:45 2018 +0300 357.2 +++ b/gvolwheel/receipt Tue Oct 16 16:46:05 2018 +0300 357.3 @@ -11,7 +11,7 @@ 357.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 357.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 357.6 357.7 -BUILD_DEPENDS="alsa-lib-dev gtk+-dev intltool" 357.8 +BUILD_DEPENDS="alsa-lib-dev gtk2-dev intltool" 357.9 357.10 compile_rules() { 357.11 export LDFLAGS="$LDFLAGS -lX11" 357.12 @@ -26,7 +26,7 @@ 357.13 genpkg_rules() { 357.14 copy @std 357.15 DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base gdk-pixbuf \ 357.16 - glib glibc-base gtk+ libffi libpng16 xorg-libxcb pango xorg-pixman \ 357.17 + glib glibc-base gtk2 libffi libpng16 xorg-libxcb pango xorg-pixman \ 357.18 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 357.19 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ 357.20 xorg-libXrender zlib"
358.1 --- a/gweled/receipt Mon Oct 15 16:44:45 2018 +0300 358.2 +++ b/gweled/receipt Tue Oct 16 16:46:05 2018 +0300 358.3 @@ -10,8 +10,8 @@ 358.4 WEB_SITE="https://launchpad.net/$PACKAGE" 358.5 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL" 358.6 358.7 -DEPENDS="gtk+ librsvg libmikmod" 358.8 -BUILD_DEPENDS="wget intltool gtk+-dev librsvg-dev libmikmod-dev" 358.9 +DEPENDS="gtk2 librsvg libmikmod" 358.10 +BUILD_DEPENDS="wget intltool gtk2-dev librsvg-dev libmikmod-dev" 358.11 358.12 # Rules to configure and make the package. 358.13 compile_rules()
359.1 --- a/gxine/receipt Mon Oct 15 16:44:45 2018 +0300 359.2 +++ b/gxine/receipt Tue Oct 16 16:46:05 2018 +0300 359.3 @@ -12,7 +12,7 @@ 359.4 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" 359.5 359.6 BUILD_DEPENDS="shared-mime-info spidermonkey-dev xine-lib-dev xorg-dev \ 359.7 -dbus-dev gtk+-dev xorg-libXinerama-dev xorg-libXext-dev perl \ 359.8 +dbus-dev gtk2-dev xorg-libXinerama-dev xorg-libXext-dev perl \ 359.9 xorg-libXv-dev xorg-xorgproto" 359.10 359.11 compile_rules() { 359.12 @@ -38,5 +38,5 @@ 359.13 359.14 genpkg_rules() { 359.15 copy @std 359.16 - DEPENDS="xine-lib libvorbis gtk+ spidermonkey dbus" 359.17 + DEPENDS="xine-lib libvorbis gtk2 spidermonkey dbus" 359.18 }
360.1 --- a/gxmessage/receipt Mon Oct 15 16:44:45 2018 +0300 360.2 +++ b/gxmessage/receipt Tue Oct 16 16:46:05 2018 +0300 360.3 @@ -11,7 +11,7 @@ 360.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 360.5 WGET_URL="http://homepages.ihug.co.nz/~trmusson/stuff/$TARBALL" 360.6 360.7 -BUILD_DEPENDS="gtk+-dev" 360.8 +BUILD_DEPENDS="gtk2-dev" 360.9 360.10 compile_rules() { 360.11 ./configure --prefix=/usr $CONFIGURE_ARGS && 360.12 @@ -23,5 +23,5 @@ 360.13 360.14 genpkg_rules() { 360.15 copy @std 360.16 - DEPENDS="gtk+ expat xorg-libXdamage" 360.17 + DEPENDS="gtk2 expat xorg-libXdamage" 360.18 }
361.1 --- a/gyrus/receipt Mon Oct 15 16:44:45 2018 +0300 361.2 +++ b/gyrus/receipt Tue Oct 16 16:46:05 2018 +0300 361.3 @@ -11,7 +11,7 @@ 361.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 361.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 361.6 361.7 -BUILD_DEPENDS="intltool gtk+-dev glib-dev gconf-dev" 361.8 +BUILD_DEPENDS="intltool gtk2-dev glib-dev gconf-dev" 361.9 361.10 compile_rules() { 361.11 ./configure $CONFIGURE_ARGS && 361.12 @@ -21,5 +21,5 @@ 361.13 361.14 genpkg_rules() { 361.15 copy @std 361.16 - DEPENDS="cairo gconf gdk-pixbuf glib gtk+ pango" 361.17 + DEPENDS="cairo gconf gdk-pixbuf glib gtk2 pango" 361.18 }
362.1 --- a/hardinfo/receipt Mon Oct 15 16:44:45 2018 +0300 362.2 +++ b/hardinfo/receipt Tue Oct 16 16:46:05 2018 +0300 362.3 @@ -10,8 +10,8 @@ 362.4 WEB_SITE="http://hardinfo.berlios.de/" 362.5 WGET_URL="http://download.berlios.de/hardinfo/$TARBALL" 362.6 362.7 -DEPENDS="gtk+ pciutils xorg-libXdamage" 362.8 -BUILD_DEPENDS="gtk+ gtk+-dev" 362.9 +DEPENDS="gtk2 pciutils xorg-libXdamage" 362.10 +BUILD_DEPENDS="gtk2-dev" 362.11 362.12 # Rules to configure and make the package. 362.13 compile_rules()
363.1 --- a/hexchat/receipt Mon Oct 15 16:44:45 2018 +0300 363.2 +++ b/hexchat/receipt Tue Oct 16 16:46:05 2018 +0300 363.3 @@ -11,7 +11,7 @@ 363.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 363.5 WGET_URL="https://dl.hexchat.net/hexchat/$TARBALL" 363.6 363.7 -BUILD_DEPENDS="automake autoconf-archive libtool intltool gtk+-dev perl-dev \ 363.8 +BUILD_DEPENDS="automake autoconf-archive libtool intltool gtk2-dev perl-dev \ 363.9 python-dev openssl-dev pciutils-dev dbus-glib-dev libnotify-dev \ 363.10 libcanberra-dev iso-codes" # libproxy-dev 363.11 SPLIT="hexchat-plugin-perl hexchat-plugin-python hexchat hexchat-dev" 363.12 @@ -40,7 +40,7 @@ 363.13 hexchat) 363.14 copy @std @rm 363.15 rm -r $fs/usr/share/appdata/ 363.16 - DEPENDS="dbus-glib gdk-pixbuf glib gtk+ libcanberra libnotify \ 363.17 + DEPENDS="dbus-glib gdk-pixbuf glib gtk2 libcanberra libnotify \ 363.18 openssl pango pciutils" 363.19 ;; 363.20 *-dev)
364.1 --- a/hitori/receipt Mon Oct 15 16:44:45 2018 +0300 364.2 +++ b/hitori/receipt Tue Oct 16 16:46:05 2018 +0300 364.3 @@ -11,7 +11,7 @@ 364.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 364.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 364.6 364.7 -BUILD_DEPENDS="glib-dev gettext itstool libxml2-tools gtk+3-dev cairo-dev \ 364.8 +BUILD_DEPENDS="glib-dev gettext itstool libxml2-tools gtk3-dev cairo-dev \ 364.9 desktop-file-utils-extra" 364.10 364.11 compile_rules() { 364.12 @@ -25,5 +25,5 @@ 364.13 364.14 genpkg_rules() { 364.15 copy @std 364.16 - DEPENDS="cairo glib gtk+3 pango" 364.17 + DEPENDS="cairo glib gtk3 pango" 364.18 }
365.1 --- a/homebank/receipt Mon Oct 15 16:44:45 2018 +0300 365.2 +++ b/homebank/receipt Tue Oct 16 16:46:05 2018 +0300 365.3 @@ -11,8 +11,8 @@ 365.4 WGET_URL="http://homebank.free.fr/public/$TARBALL" 365.5 TAGS="office finance" 365.6 365.7 -DEPENDS="gtk+ xorg-libXdamage" 365.8 -BUILD_DEPENDS="intltool gtk+-dev" 365.9 +DEPENDS="gtk2 xorg-libXdamage" 365.10 +BUILD_DEPENDS="intltool gtk2-dev" 365.11 365.12 # Rules to configure and make the package. 365.13 compile_rules()
366.1 --- a/httrack/receipt Mon Oct 15 16:44:45 2018 +0300 366.2 +++ b/httrack/receipt Tue Oct 16 16:46:05 2018 +0300 366.3 @@ -1,28 +1,25 @@ 366.4 -# SliTaz package receipt. 366.5 +# SliTaz package receipt v2. 366.6 366.7 PACKAGE="httrack" 366.8 VERSION="3.45.4" 366.9 CATEGORY="system-tools" 366.10 -SHORT_DESC="An easy-to-use offline browser utility." 366.11 +SHORT_DESC="An easy-to-use offline browser utility" 366.12 MAINTAINER="slaxemulator@gmail.com" 366.13 LICENSE="GPL3" 366.14 WEB_SITE="http://www.httrack.com/" 366.15 + 366.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 366.17 WGET_URL="http://download.httrack.com/$TARBALL" 366.18 366.19 -DEPENDS="bash zlib" 366.20 BUILD_DEPENDS="zlib-dev" 366.21 366.22 -# Rules to configure and make the package. 366.23 -compile_rules() 366.24 -{ 366.25 - cd $src 366.26 - ./configure $CONFIGURE_ARGS && make -j1 && make install 366.27 +compile_rules() { 366.28 + ./configure $CONFIGURE_ARGS && 366.29 + make -j1 && 366.30 + make install 366.31 } 366.32 366.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 366.34 -genpkg_rules() 366.35 -{ 366.36 +genpkg_rules() { 366.37 mkdir -p $fs/usr/lib/httrack 366.38 cp -a $install/usr/bin $fs/usr 366.39 cp -a $install/usr/lib/*.so* $fs/usr/lib 366.40 @@ -30,4 +27,5 @@ 366.41 cp -a $install/usr/share $fs/usr 366.42 rm -rf $fs/usr/share/man 366.43 rm -rf $fs/usr/share/doc 366.44 + DEPENDS="bash zlib" 366.45 }
367.1 --- a/hydra/receipt Mon Oct 15 16:44:45 2018 +0300 367.2 +++ b/hydra/receipt Tue Oct 16 16:46:05 2018 +0300 367.3 @@ -10,9 +10,9 @@ 367.4 WEB_SITE="https://github.com/vanhauser-thc/thc-hydra" 367.5 WGET_URL="http://freeworld.thc.org/releases/$TARBALL" 367.6 367.7 -DEPENDS="gtk+ openssl xorg-libXdamage apr libssh libmysqlclient \ 367.8 +DEPENDS="gtk2 openssl xorg-libXdamage apr libssh libmysqlclient \ 367.9 libidn libpostgresqlclient libsvn" 367.10 -BUILD_DEPENDS="openssl-dev apr-dev gtk+-dev libssh-dev libmysqlclient \ 367.11 +BUILD_DEPENDS="openssl-dev apr-dev gtk2-dev libssh-dev libmysqlclient \ 367.12 postgresql-dev subversion-dev libidn-dev mysql-dev" 367.13 367.14 # Rules to configure and make the package.
368.1 --- a/iagno/receipt Mon Oct 15 16:44:45 2018 +0300 368.2 +++ b/iagno/receipt Tue Oct 16 16:46:05 2018 +0300 368.3 @@ -11,7 +11,7 @@ 368.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 368.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 368.6 368.7 -BUILD_DEPENDS="vala glib-dev gtk+3-dev librsvg-dev libcanberra-dev gettext \ 368.8 +BUILD_DEPENDS="vala glib-dev gtk3-dev librsvg-dev libcanberra-dev gettext \ 368.9 itstool" 368.10 368.11 compile_rules() { 368.12 @@ -24,5 +24,5 @@ 368.13 368.14 genpkg_rules() { 368.15 copy @std 368.16 - DEPENDS="cairo gdk-pixbuf glib gtk+3 libcanberra libcanberra-gtk3 librsvg" 368.17 + DEPENDS="cairo gdk-pixbuf glib gtk3 libcanberra libcanberra-gtk3 librsvg" 368.18 }
369.1 --- a/ibus/receipt Mon Oct 15 16:44:45 2018 +0300 369.2 +++ b/ibus/receipt Tue Oct 16 16:46:05 2018 +0300 369.3 @@ -11,7 +11,7 @@ 369.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 369.5 WGET_URL="http://ibus.googlecode.com/files/$TARBALL" # FIXME 369.6 369.7 -BUILD_DEPENDS="gtk+-dev gconf-dev python-dev python-dbus-dev dbus-glib-dev \ 369.8 +BUILD_DEPENDS="gtk2-dev gconf-dev python-dev python-dbus-dev dbus-glib-dev \ 369.9 intltool gettext perl iso-codes-dev" 369.10 SPLIT="ibus-dev" 369.11 369.12 @@ -28,7 +28,7 @@ 369.13 case $PACKAGE in 369.14 ibus) 369.15 copy @std 369.16 - DEPENDS="gconf glib gtk+ pango python xorg-libX11" 369.17 + DEPENDS="gconf glib gtk2 pango python xorg-libX11" 369.18 ;; 369.19 *-dev) 369.20 copy @dev
370.1 --- a/icedtea6-jdk/receipt Mon Oct 15 16:44:45 2018 +0300 370.2 +++ b/icedtea6-jdk/receipt Tue Oct 16 16:46:05 2018 +0300 370.3 @@ -4,7 +4,7 @@ 370.4 SOURCE="icedtea6" 370.5 VERSION="1.9.9" 370.6 CATEGORY="development" 370.7 -SHORT_DESC="A Free Software harness for OpenJDK." 370.8 +SHORT_DESC="A Free Software harness for OpenJDK" 370.9 MAINTAINER="rcx@zoominternet.net" 370.10 LICENSE="GPL2" 370.11 WEB_SITE="http://www.iced-tea.org/" 370.12 @@ -16,10 +16,10 @@ 370.13 BUILD_DEPENDS="gcc+gcj autoconf automake m4 diffutils gawk cups-dev cpio \ 370.14 coreutils-file-special coreutils-file-summarize alsa-lib-dev file patch perl \ 370.15 zip unzip findutils bzip2 tar glib-dev fastjar rhino ecj apache-ant jpeg-dev \ 370.16 -xalan-xerces-j gtk+-dev giflib-dev libpng16-dev xorg-dev xorg-libXtst-dev \ 370.17 +xalan-xerces-j gtk2-dev giflib-dev libpng16-dev xorg-dev xorg-libXtst-dev \ 370.18 xorg-libXp-dev xorg-dev-proto nss nss-dev jdk6-jaxws jdk6-jaxp jdk6-jaf \ 370.19 openjdk-6-src" 370.20 -SPLIT="icedtea6-jdk icedtea6-jre java-jdk java-jre" 370.21 +SPLIT="$PACKAGE icedtea6-jre java-jdk java-jre" 370.22 370.23 # Note to icedtea6 updaters, 370.24 # You should check version into receipts: 370.25 @@ -34,9 +34,7 @@ 370.26 jdk6-jaxp-$openjdk_version.zip jdk6-jaf-$openjdk_version.zip \ 370.27 openjdk-6-src-$openjdk_version-$openjdk_date.tar.gz" 370.28 370.29 -# Rules to configure and make the package. 370.30 -compile_rules() 370.31 -{ 370.32 +compile_rules() { 370.33 # Limit memory usage 370.34 ulimit -v $(awk '/MemTotal/ { print int(($2*80)/100) }' < /proc/meminfo) 370.35 370.36 @@ -152,48 +150,43 @@ 370.37 fi 370.38 } 370.39 370.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 370.41 -genpkg_rules() 370.42 -{ 370.43 +genpkg_rules() { 370.44 case $PACKAGE in 370.45 - icedtea6-jdk) 370.46 - DEPENDS="icedtea6-jre xorg xorg-libXtst xorg-libXp cups" 370.47 - mkdir -p $fs/usr/lib/jvm/java-icedtea 370.48 - cp -a $install/usr/lib/jvm/java-icedtea/bin $fs/usr/lib/jvm/java-icedtea 370.49 - cp -a $install/usr/lib/jvm/java-icedtea/lib $fs/usr/lib/jvm/java-icedtea 370.50 - ;; 370.51 - icedtea6-jre) 370.52 - CAT="development|A Free Software harness for OpenJDK JRE." 370.53 - DEPENDS="glibc-base gcc-lib-base util-linux-uuid alsa-lib \ 370.54 + icedtea6-jdk) 370.55 + mkdir -p $fs/usr/lib/jvm/java-icedtea 370.56 + cp -a $install/usr/lib/jvm/java-icedtea/bin $fs/usr/lib/jvm/java-icedtea 370.57 + cp -a $install/usr/lib/jvm/java-icedtea/lib $fs/usr/lib/jvm/java-icedtea 370.58 + DEPENDS="icedtea6-jre xorg xorg-libXtst xorg-libXp cups" 370.59 + ;; 370.60 + icedtea6-jre) 370.61 + mkdir -p $fs/usr/lib/jvm/java-icedtea 370.62 + cp -a $install/usr/lib/jvm/java-icedtea/jre $fs/usr/lib/jvm/java-icedtea 370.63 + CAT="development|JRE" 370.64 + DEPENDS="glibc-base gcc-lib-base util-linux-uuid alsa-lib \ 370.65 freetype giflib libjpeg libpng16 zlib xorg-libICE \ 370.66 xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \ 370.67 xorg-libXext xorg-libXi xorg-libXrender xorg-libXtst" 370.68 - mkdir -p $fs/usr/lib/jvm/java-icedtea 370.69 - cp -a $install/usr/lib/jvm/java-icedtea/jre $fs/usr/lib/jvm/java-icedtea 370.70 - ;; 370.71 - java-jdk) 370.72 - CAT="development|Symlinks for the default Java Development Kit (icedtea6)." 370.73 - TAGS="java" 370.74 - DEPENDS="icedtea6-jdk" 370.75 - mkdir -p $fs/usr 370.76 - cp -a $install/usr/jdk-bin $fs/usr/bin 370.77 - ;; 370.78 - java-jre) 370.79 - CAT="development|Symlinks for the default Java Runtime Environment (icedtea6)." 370.80 - DEPENDS="icedtea6-jre" 370.81 - mkdir -p $fs/usr 370.82 - cp -a $install/usr/jre-bin $fs/usr/bin 370.83 - ;; 370.84 + ;; 370.85 + java-jdk) 370.86 + mkdir -p $fs/usr 370.87 + cp -a $install/usr/jdk-bin $fs/usr/bin 370.88 + CAT="development|symlinks for the default Java Development Kit (icedtea6)" 370.89 + TAGS="java" 370.90 + DEPENDS="icedtea6-jdk" 370.91 + ;; 370.92 + java-jre) 370.93 + mkdir -p $fs/usr 370.94 + cp -a $install/usr/jre-bin $fs/usr/bin 370.95 + CAT="development|symlinks for the default Java Runtime Environment (icedtea6)" 370.96 + DEPENDS="icedtea6-jre" 370.97 + ;; 370.98 esac 370.99 } 370.100 370.101 -# Post install/remove commands for Tazpkg. 370.102 -post_install_icedtea6_jre() 370.103 -{ 370.104 +post_install_icedtea6_jre() { 370.105 ln -sf /usr/lib/jvm/java-icedtea/bin/java "$1/usr/bin/java" 370.106 } 370.107 370.108 -post_remove_icedtea6_jre() 370.109 -{ 370.110 +post_remove_icedtea6_jre() { 370.111 rm -f "$1/usr/bin/java" 370.112 }
371.1 --- a/icu/receipt Mon Oct 15 16:44:45 2018 +0300 371.2 +++ b/icu/receipt Tue Oct 16 16:46:05 2018 +0300 371.3 @@ -7,7 +7,7 @@ 371.4 MAINTAINER="pankso@slitaz.org" 371.5 LICENSE="MIT" 371.6 WEB_SITE="http://site.icu-project.org/" 371.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/icu.html" 371.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/icu.html" 371.9 371.10 # We need to get sources from SVN in order to customize ICU and shrink its size. 371.11 # http://userguide.icu-project.org/icudata#TOC-Customizing-ICU-s-Data-Library
372.1 --- a/imagemagick/receipt Mon Oct 15 16:44:45 2018 +0300 372.2 +++ b/imagemagick/receipt Tue Oct 16 16:46:05 2018 +0300 372.3 @@ -7,7 +7,7 @@ 372.4 MAINTAINER="pankso@slitaz.org" 372.5 LICENSE="Apache" 372.6 WEB_SITE="https://www.imagemagick.org/script/index.php" 372.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/imagemagick.html" 372.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/imagemagick.html" 372.9 372.10 TARBALL="ImageMagick-$VERSION.tar.xz" 372.11 WGET_URL="https://www.imagemagick.org/download/releases/$TARBALL"
373.1 --- a/imagemagick6/receipt Mon Oct 15 16:44:45 2018 +0300 373.2 +++ b/imagemagick6/receipt Tue Oct 16 16:46:05 2018 +0300 373.3 @@ -7,7 +7,7 @@ 373.4 MAINTAINER="pankso@slitaz.org" 373.5 LICENSE="Apache" 373.6 WEB_SITE="https://www.imagemagick.org/script/index.php" 373.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/imagemagick6.html" 373.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/imagemagick6.html" 373.9 373.10 TARBALL="ImageMagick-$VERSION.tar.xz" 373.11 #WGET_URL="https://www.imagemagick.org/download/releases/$TARBALL" # not available here now
374.1 --- a/imagination/receipt Mon Oct 15 16:44:45 2018 +0300 374.2 +++ b/imagination/receipt Tue Oct 16 16:46:05 2018 +0300 374.3 @@ -11,7 +11,7 @@ 374.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 374.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 374.6 374.7 -BUILD_DEPENDS="intltool ffmpeg gtk+-dev" 374.8 +BUILD_DEPENDS="intltool ffmpeg gtk2-dev" 374.9 374.10 compile_rules() { 374.11 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lgmodule-2.0" 374.12 @@ -24,6 +24,6 @@ 374.13 374.14 genpkg_rules() { 374.15 copy @std 374.16 - DEPENDS="gtk+ ffmpeg" 374.17 + DEPENDS="gtk2 ffmpeg" 374.18 TAGS="slideshow photo" 374.19 }
375.1 --- a/inkscape/receipt Mon Oct 15 16:44:45 2018 +0300 375.2 +++ b/inkscape/receipt Tue Oct 16 16:46:05 2018 +0300 375.3 @@ -7,21 +7,21 @@ 375.4 MAINTAINER="pankso@slitaz.org" 375.5 LICENSE="GPL2" 375.6 WEB_SITE="https://inkscape.org/en/" 375.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/xsoft/inkscape.html" 375.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/xsoft/inkscape.html" 375.9 375.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 375.11 WGET_URL="https://gitlab.com/inkscape/inkscape/repository/INKSCAPE_${VERSION//./_}/archive.tar.bz2" 375.12 375.13 BUILD_DEPENDS="cmake gtest pango-dev fontconfig-dev glib-dev gsl-dev \ 375.14 gnome-vfs-dev lcms2-dev gc-dev poppler-dev libwpg-dev libvisio-dev libcdr-dev \ 375.15 -libwpd-dev popt-dev potrace-dev gtkmm-dev gtk+-dev gtkspell-dev boost-dev \ 375.16 +libwpd-dev popt-dev potrace-dev gtkmm-dev gtk2-dev gtkspell-dev boost-dev \ 375.17 aspell-dev libxslt-dev imagemagick6-dev gettext dbus-dev" 375.18 COOKOPTS="!svgz" # don't process svg or they will be broken 375.19 -SPLIT="inkscape-examples inkscape-tutorials inkscape" 375.20 +SPLIT="$PACKAGE-examples $PACKAGE-tutorials $PACKAGE" 375.21 375.22 compile_rules() { 375.23 - mkdir -p build 375.24 - cd build 375.25 + mkdir build 375.26 + cd build 375.27 cmake \ 375.28 -DCMAKE_INSTALL_PREFIX=/usr \ 375.29 -DCMAKE_BUILD_TYPE=Release \ 375.30 @@ -55,7 +55,7 @@ 375.31 inkscape) 375.32 copy @std @rm 375.33 DEPENDS="aspell atk atkmm cairo cairomm fontconfig freetype gc \ 375.34 - gdk-pixbuf glib glibmm gnome-vfs gsl gtk+ gtkmm gtkspell \ 375.35 + gdk-pixbuf glib glibmm gnome-vfs gsl gtk2 gtkmm gtkspell \ 375.36 imagemagick6 lcms2 libcdr libgiomm libgomp libjpeg-turbo libpng16 \ 375.37 librevenge libsigc++ libvisio libwpg libxml2 libxslt pango pangomm \ 375.38 perl poppler popt potrace python xorg-libX11 zlib"
376.1 --- a/iperf/receipt Mon Oct 15 16:44:45 2018 +0300 376.2 +++ b/iperf/receipt Tue Oct 16 16:46:05 2018 +0300 376.3 @@ -1,31 +1,25 @@ 376.4 -# SliTaz package receipt. 376.5 +# SliTaz package receipt v2. 376.6 376.7 PACKAGE="iperf" 376.8 VERSION="2.0.5" 376.9 CATEGORY="network" 376.10 -SHORT_DESC="Measure network performance." 376.11 +SHORT_DESC="Measure network performance" 376.12 MAINTAINER="pascal.bellard@slitaz.org" 376.13 LICENSE="BSD" 376.14 +WEB_SITE="http://iperf.fr/" 376.15 + 376.16 TARBALL="$PACKAGE-$VERSION-source.tar.gz" 376.17 -WEB_SITE="http://iperf.fr/" 376.18 WGET_URL="${WEB_SITE}download/${PACKAGE}_$VERSION/$TARBALL" 376.19 376.20 -DEPENDS="gcc-lib-base" 376.21 -BUILD_DEPENDS="" 376.22 376.23 -# Rules to configure and make the package. 376.24 -compile_rules() 376.25 -{ 376.26 - cd $src 376.27 +compile_rules() { 376.28 ./configure prefix=/usr && 376.29 make && 376.30 make DESTDIR=$DESTDIR install 376.31 } 376.32 376.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 376.34 -genpkg_rules() 376.35 -{ 376.36 +genpkg_rules() { 376.37 mkdir -p $fs/usr 376.38 cp -a $install/usr/bin $fs/usr 376.39 + DEPENDS="gcc-lib-base" 376.40 } 376.41 -
377.1 --- a/iptables/receipt Mon Oct 15 16:44:45 2018 +0300 377.2 +++ b/iptables/receipt Tue Oct 16 16:46:05 2018 +0300 377.3 @@ -8,7 +8,7 @@ 377.4 MAINTAINER="pankso@slitaz.org" 377.5 LICENSE="GPL2" 377.6 WEB_SITE="http://www.netfilter.org/projects/iptables/" 377.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/iptables.html" 377.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/iptables.html" 377.9 377.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 377.11 WGET_URL="http://www.netfilter.org/projects/iptables/files/$TARBALL"
378.1 --- a/iptraf/receipt Mon Oct 15 16:44:45 2018 +0300 378.2 +++ b/iptraf/receipt Tue Oct 16 16:46:05 2018 +0300 378.3 @@ -1,44 +1,40 @@ 378.4 -# SliTaz package receipt. 378.5 +# SliTaz package receipt v2. 378.6 378.7 PACKAGE="iptraf" 378.8 VERSION="3.0.0" 378.9 CATEGORY="network" 378.10 -SHORT_DESC="IP Network Monitoring Software." 378.11 +SHORT_DESC="IP Network Monitoring Software" 378.12 MAINTAINER="pascal.bellard@slitaz.org" 378.13 LICENSE="GPL2" 378.14 +WEB_SITE="http://$PACKAGE.seul.org/" 378.15 + 378.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 378.17 -WEB_SITE="http://$PACKAGE.seul.org/" 378.18 -WGET_URL="ftp://$PACKAGE.seul.org/pub/$PACKAGE/$TARBALL" 378.19 -CONFIG_FILES="/var/iptraf/iptraf.cfg" 378.20 +WGET_URL="ftp://iptraf.seul.org/pub/$PACKAGE/$TARBALL" 378.21 378.22 -DEPENDS="ncurses" 378.23 BUILD_DEPENDS="ncurses-dev" 378.24 378.25 -# Rules to configure and make the package. 378.26 -compile_rules() 378.27 -{ 378.28 +compile_rules() { 378.29 cd $src/src 378.30 mkdir -p $DESTDIR/usr/bin 2> /dev/null 378.31 sed -i 's/ARPHRD_PPP:$/& case ARPHRD_NONE:/' packet.c 378.32 sed -i 's|/local/|/|' Makefile 378.33 + 378.34 make clean && 378.35 make && 378.36 cp rvnamed rawtime iptraf $DESTDIR/usr/bin 378.37 } 378.38 378.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 378.40 -genpkg_rules() 378.41 -{ 378.42 +genpkg_rules() { 378.43 mkdir -p $fs/var/iptraf $fs/var/log/iptraf 378.44 cp -a $install/* $fs 378.45 + DEPENDS="ncurses" 378.46 + CONFIG_FILES="/var/iptraf/iptraf.cfg" 378.47 } 378.48 378.49 -post_install() 378.50 -{ 378.51 +post_install() { 378.52 mkdir -p "$1/var/run/iptraf" 378.53 } 378.54 378.55 -post_remove() 378.56 -{ 378.57 +post_remove() { 378.58 rm -r "$1/var/run/iptraf" 378.59 }
379.1 --- a/iso-codes/receipt Mon Oct 15 16:44:45 2018 +0300 379.2 +++ b/iso-codes/receipt Tue Oct 16 16:46:05 2018 +0300 379.3 @@ -7,7 +7,7 @@ 379.4 MAINTAINER="pascal.bellard@slitaz.org" 379.5 LICENSE="LGPL2.1" 379.6 WEB_SITE="https://salsa.debian.org/debian/iso-codes" 379.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/iso-codes.html" 379.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/iso-codes.html" 379.9 379.10 TARBALL="$PACKAGE-upstream-$VERSION.tar.bz2" 379.11 WGET_URL="https://salsa.debian.org/debian/iso-codes/-/archive/upstream/$VERSION/$TARBALL"
380.1 --- a/isomaster/receipt Mon Oct 15 16:44:45 2018 +0300 380.2 +++ b/isomaster/receipt Tue Oct 16 16:46:05 2018 +0300 380.3 @@ -11,7 +11,7 @@ 380.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 380.5 WGET_URL="http://littlesvr.ca/isomaster/releases/$TARBALL" 380.6 380.7 -BUILD_DEPENDS="gettext gtk+-dev iniparser-dev" 380.8 +BUILD_DEPENDS="gettext gtk2-dev iniparser-dev" 380.9 380.10 compile_rules() { 380.11 rm -r iniparser-4.1/ 380.12 @@ -38,6 +38,6 @@ 380.13 380.14 genpkg_rules() { 380.15 copy @std hicolor/ 380.16 - DEPENDS="gdk-pixbuf glib gtk+ iniparser" 380.17 + DEPENDS="gdk-pixbuf glib gtk2 iniparser" 380.18 TAGS="iso editor" 380.19 }
381.1 --- a/jasper/receipt Mon Oct 15 16:44:45 2018 +0300 381.2 +++ b/jasper/receipt Tue Oct 16 16:46:05 2018 +0300 381.3 @@ -7,7 +7,7 @@ 381.4 MAINTAINER="jozee@slitaz.org" 381.5 LICENSE="MIT" 381.6 WEB_SITE="http://www.ece.uvic.ca/~frodo/jasper/" 381.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/jasper.html" 381.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/jasper.html" 381.9 381.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 381.11 WGET_URL="http://www.ece.uvic.ca/~frodo/jasper/software/$TARBALL"
382.1 --- a/jfsutils/receipt Mon Oct 15 16:44:45 2018 +0300 382.2 +++ b/jfsutils/receipt Tue Oct 16 16:46:05 2018 +0300 382.3 @@ -7,24 +7,22 @@ 382.4 MAINTAINER="pascal.bellard@slitaz.org" 382.5 LICENSE="GPL3" 382.6 WEB_SITE="http://jfs.sourceforge.net/" 382.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/jfsutils.html" 382.8 382.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 382.10 WGET_URL="${WEB_SITE}project/pub/$TARBALL" 382.11 382.12 BUILD_DEPENDS="util-linux-uuid-dev" 382.13 382.14 -# Rules to configure and make the package. 382.15 -compile_rules() 382.16 -{ 382.17 - # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/jfsutils.html 382.18 - sed "s@<unistd.h>@&\n#include <sys/types.h>@g" -i fscklog/extract.c && 382.19 +compile_rules() { 382.20 + sed "s@<unistd.h>@&\n#include <sys/types.h>@g" -i fscklog/extract.c 382.21 382.22 - ./configure $CONFIGURE_ARGS && make && make install 382.23 + ./configure $CONFIGURE_ARGS && 382.24 + make && 382.25 + make install 382.26 } 382.27 382.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 382.29 -genpkg_rules() 382.30 -{ 382.31 +genpkg_rules() { 382.32 copy @std 382.33 DEPENDS="util-linux-uuid" 382.34 TAGS="filesystem"
383.1 --- a/jpilot/receipt Mon Oct 15 16:44:45 2018 +0300 383.2 +++ b/jpilot/receipt Tue Oct 16 16:46:05 2018 +0300 383.3 @@ -11,7 +11,7 @@ 383.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 383.5 WGET_URL="$WEB_SITE/$TARBALL" 383.6 383.7 -BUILD_DEPENDS="gtk+-dev gettext pilot-link-dev intltool" 383.8 +BUILD_DEPENDS="gtk2-dev gettext pilot-link-dev intltool" 383.9 383.10 compile_rules() { 383.11 ./configure $CONFIGURE_ARGS && 383.12 @@ -29,7 +29,7 @@ 383.13 383.14 genpkg_rules() { 383.15 copy @std *.mo 383.16 - DEPENDS="gtk+ gettext pilot-link" 383.17 + DEPENDS="gtk2 gettext pilot-link" 383.18 } 383.19 383.20 post_install(){
384.1 --- a/js/receipt Mon Oct 15 16:44:45 2018 +0300 384.2 +++ b/js/receipt Tue Oct 16 16:46:05 2018 +0300 384.3 @@ -7,7 +7,7 @@ 384.4 MAINTAINER="al.bobylev@gmail.com" 384.5 LICENSE="MPL2" 384.6 WEB_SITE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" 384.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/js38.html" 384.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/js38.html" 384.9 384.10 TARBALL="mozjs-$VERSION.rc0.tar.bz2" 384.11 #WGET_URL="https://people.mozilla.org/~sstangl/$TARBALL"
385.1 --- a/js185/receipt Mon Oct 15 16:44:45 2018 +0300 385.2 +++ b/js185/receipt Tue Oct 16 16:46:05 2018 +0300 385.3 @@ -7,7 +7,7 @@ 385.4 MAINTAINER="al.bobylev@gmail.com" 385.5 LICENSE="MPL2" 385.6 WEB_SITE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/1.8.5" 385.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/js38.html" 385.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/js38.html" 385.9 385.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 385.11 WGET_URL="http://ftp.mozilla.org/pub/js/$TARBALL"
386.1 --- a/json-glib/receipt Mon Oct 15 16:44:45 2018 +0300 386.2 +++ b/json-glib/receipt Tue Oct 16 16:46:05 2018 +0300 386.3 @@ -7,7 +7,7 @@ 386.4 MAINTAINER="mallory@sweetpeople.org" 386.5 LICENSE="LGPL2.1" 386.6 WEB_SITE="https://wiki.gnome.org/Projects/JsonGlib" 386.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/json-glib.html" 386.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/json-glib.html" 386.9 386.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 386.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
387.1 --- a/jwm/receipt Mon Oct 15 16:44:45 2018 +0300 387.2 +++ b/jwm/receipt Tue Oct 16 16:46:05 2018 +0300 387.3 @@ -6,7 +6,7 @@ 387.4 SHORT_DESC="JWM is a light Window Manager for the X window system" 387.5 MAINTAINER="pankso@slitaz.org" 387.6 LICENSE="GPL2" 387.7 -WEB_SITE="http://www.joewing.net/programs/jwm/" 387.8 +WEB_SITE="http://joewing.net/programs/jwm/" 387.9 387.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 387.11 WGET_URL="http://www.joewing.net/programs/jwm/releases/$TARBALL"
388.1 --- a/kazehakase/receipt Mon Oct 15 16:44:45 2018 +0300 388.2 +++ b/kazehakase/receipt Tue Oct 16 16:46:05 2018 +0300 388.3 @@ -13,7 +13,7 @@ 388.4 PATCH_URL="http://http.debian.net/debian/pool/main/k/kazehakase/kazehakase_0.5.8-4.diff.gz" 388.5 388.6 BUILD_DEPENDS="libtool automake autoconf intltool \ 388.7 -gtk+-dev dbus-glib-dev webkitgtk-dev gnutls-dev xorg-libSM-dev zlib-dev \ 388.8 +gtk2-dev dbus-glib-dev webkitgtk-dev gnutls-dev xorg-libSM-dev zlib-dev \ 388.9 util-linux-uuid-dev libxslt-dev" 388.10 388.11 compile_rules() {
389.1 --- a/keybinder/receipt Mon Oct 15 16:44:45 2018 +0300 389.2 +++ b/keybinder/receipt Tue Oct 16 16:46:05 2018 +0300 389.3 @@ -11,7 +11,7 @@ 389.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 389.5 WGET_URL="https://github.com/kupferlauncher/keybinder/releases/download/v$VERSION/$TARBALL" 389.6 389.7 -BUILD_DEPENDS="gtk+-dev gobject-introspection-dev xorg-libXext-dev python-dev \ 389.8 +BUILD_DEPENDS="gtk2-dev gobject-introspection-dev xorg-libXext-dev python-dev \ 389.9 python-pygtk-dev python-pygobject2-dev automake autoconf libtool" 389.10 SPLIT="keybinder-python keybinder-dev" 389.11 389.12 @@ -27,7 +27,7 @@ 389.13 case $PACKAGE in 389.14 keybinder) 389.15 copy libkeybinder.so* 389.16 - DEPENDS="glib gtk+ xorg-libX11" 389.17 + DEPENDS="glib gtk2 xorg-libX11" 389.18 ;; 389.19 keybinder-python) 389.20 copy @std @rm 389.21 @@ -37,7 +37,7 @@ 389.22 *-dev) 389.23 copy @dev 389.24 DEPENDS="keybinder keybinder-python \ 389.25 - gtk+-dev" 389.26 + gtk2-dev" 389.27 ;; 389.28 esac 389.29 }
390.1 --- a/keybinder3/receipt Mon Oct 15 16:44:45 2018 +0300 390.2 +++ b/keybinder3/receipt Tue Oct 16 16:46:05 2018 +0300 390.3 @@ -12,7 +12,7 @@ 390.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 390.5 WGET_URL="https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v$VERSION/keybinder-3.0-$VERSION.tar.gz" 390.6 390.7 -BUILD_DEPENDS="gtk+3-dev gobject-introspection-dev xorg-libXext-dev \ 390.8 +BUILD_DEPENDS="gtk3-dev gobject-introspection-dev xorg-libXext-dev \ 390.9 xorg-libXrender-dev" 390.10 SPLIT="keybinder3-dev" 390.11 390.12 @@ -27,11 +27,11 @@ 390.13 case $PACKAGE in 390.14 keybinder3) 390.15 copy @std 390.16 - DEPENDS="glib gtk+3 xorg-libX11" 390.17 + DEPENDS="glib gtk3 xorg-libX11" 390.18 ;; 390.19 *-dev) 390.20 copy @dev 390.21 - DEPENDS="keybinder3 gtk+3-dev" 390.22 + DEPENDS="keybinder3 gtk3-dev" 390.23 ;; 390.24 esac 390.25 }
391.1 --- a/kguiaddons/receipt Mon Oct 15 16:44:45 2018 +0300 391.2 +++ b/kguiaddons/receipt Tue Oct 16 16:46:05 2018 +0300 391.3 @@ -7,7 +7,7 @@ 391.4 MAINTAINER="al.bobylev@gmail.com" 391.5 LICENSE="LGPL2.1" 391.6 WEB_SITE="https://github.com/KDE/kguiaddons" 391.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-kguiaddons.html" 391.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-kguiaddons.html" 391.9 391.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 391.11 WGET_URL="http://download.kde.org/stable/frameworks/${VERSION%.*}/$TARBALL"
392.1 --- a/kidletime/receipt Mon Oct 15 16:44:45 2018 +0300 392.2 +++ b/kidletime/receipt Tue Oct 16 16:46:05 2018 +0300 392.3 @@ -7,7 +7,7 @@ 392.4 MAINTAINER="al.bobylev@gmail.com" 392.5 LICENSE="LGPL2.1" 392.6 WEB_SITE="https://github.com/KDE/kidletime" 392.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-kidletime.html" 392.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-kidletime.html" 392.9 392.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 392.11 WGET_URL="http://download.kde.org/stable/frameworks/${VERSION%.*}/$TARBALL" 392.12 @@ -16,7 +16,8 @@ 392.13 SPLIT="kidletime-dev" 392.14 392.15 compile_rules() { 392.16 - mkdir build; cd build 392.17 + mkdir build 392.18 + cd build 392.19 cmake \ 392.20 -DCMAKE_BUILD_TYPE=Release \ 392.21 -DCMAKE_INSTALL_PREFIX=/usr \
393.1 --- a/kino/receipt Mon Oct 15 16:44:45 2018 +0300 393.2 +++ b/kino/receipt Tue Oct 16 16:46:05 2018 +0300 393.3 @@ -11,7 +11,7 @@ 393.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 393.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 393.6 393.7 -BUILD_DEPENDS="intltool libdv perl xorg-dev xorg-dev-proto gtk+-dev libglade-dev \ 393.8 +BUILD_DEPENDS="intltool libdv perl xorg-dev xorg-dev-proto gtk2-dev libglade-dev \ 393.9 libdv-dev libraw1394-dev libavc1394-dev libsamplerate-dev xorg-libXv-dev \ 393.10 libiec61883-dev libxml2-dev bash libpng16-dev freetype-dev fontconfig-dev \ 393.11 libiec61883 ffmpeg-dev xorg-libXv libsamplerate util-linux-uuid-dev \ 393.12 @@ -35,7 +35,7 @@ 393.13 copy @std 393.14 # Remove Help files 393.15 rm -rf $fs/usr/share/kino/help 393.16 - DEPENDS="gtk+ libglade libdv libraw1394 libavc1394 libsamplerate alsa-lib \ 393.17 + DEPENDS="gtk2 libglade libdv libraw1394 libavc1394 libsamplerate alsa-lib \ 393.18 libiec61883 xorg-libXv linux-firewire xorg-libXdamage ffmpeg" 393.19 SUGGESTED="lame vorbis-tools mjpegtools dvdauthor" 393.20 TAGS="video editor"
394.1 --- a/kkedit/receipt Mon Oct 15 16:44:45 2018 +0300 394.2 +++ b/kkedit/receipt Tue Oct 16 16:46:05 2018 +0300 394.3 @@ -10,8 +10,8 @@ 394.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 394.5 WGET_URL="http://khapplications.darktech.org/zips/kkedit/KKEdit-$VERSION.tar.gz" 394.6 394.7 -DEPENDS="gtk+ gtksourceview libunique" 394.8 -BUILD_DEPENDS="automake autoconf gtk+-dev gtksourceview-dev libunique-dev \ 394.9 +DEPENDS="gtk2 gtksourceview libunique" 394.10 +BUILD_DEPENDS="automake autoconf gtk2-dev gtksourceview-dev libunique-dev \ 394.11 ctags libxml2-dev libtool" 394.12 394.13 # Rules to configure and make the package.
395.1 --- a/klavaro/receipt Mon Oct 15 16:44:45 2018 +0300 395.2 +++ b/klavaro/receipt Tue Oct 16 16:46:05 2018 +0300 395.3 @@ -11,8 +11,8 @@ 395.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 395.5 TAGS="typing" 395.6 395.7 -DEPENDS="gtk+ xorg-libXdamage gtkdatabox libcurl libsexy" 395.8 -BUILD_DEPENDS="$DEPENDS gtk+-dev xorg-xorgproto gtkdatabox-dev \ 395.9 +DEPENDS="gtk2 xorg-libXdamage gtkdatabox libcurl libsexy" 395.10 +BUILD_DEPENDS="$DEPENDS gtk2-dev xorg-xorgproto gtkdatabox-dev \ 395.11 curl-dev libsexy-dev" 395.12 395.13 # Rules to configure and make the package.
396.1 --- a/kwayland/receipt Mon Oct 15 16:44:45 2018 +0300 396.2 +++ b/kwayland/receipt Tue Oct 16 16:46:05 2018 +0300 396.3 @@ -7,7 +7,7 @@ 396.4 MAINTAINER="al.bobylev@gmail.com" 396.5 LICENSE="LGPL2.1" 396.6 WEB_SITE="https://github.com/KDE/kwayland" 396.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-kwayland.html" 396.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-kwayland.html" 396.9 396.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 396.11 WGET_URL="http://download.kde.org/stable/frameworks/${VERSION%.*}/$TARBALL"
397.1 --- a/kwindowsystem/receipt Mon Oct 15 16:44:45 2018 +0300 397.2 +++ b/kwindowsystem/receipt Tue Oct 16 16:46:05 2018 +0300 397.3 @@ -7,7 +7,7 @@ 397.4 MAINTAINER="al.bobylev@gmail.com" 397.5 LICENSE="LGPL2.1" 397.6 WEB_SITE="https://github.com/KDE/kwindowsystem" 397.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-kwindowsystem.html" 397.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-kwindowsystem.html" 397.9 397.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 397.11 WGET_URL="http://download.kde.org/stable/frameworks/${VERSION%.*}/$TARBALL"
398.1 --- a/l3afpad/receipt Mon Oct 15 16:44:45 2018 +0300 398.2 +++ b/l3afpad/receipt Tue Oct 16 16:46:05 2018 +0300 398.3 @@ -11,7 +11,7 @@ 398.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 398.5 WGET_URL="https://github.com/stevenhoneyman/l3afpad/archive/v$VERSION.tar.gz" 398.6 398.7 -BUILD_DEPENDS="automake gtk+3-dev intltool" 398.8 +BUILD_DEPENDS="automake gtk3-dev intltool" 398.9 398.10 compile_rules() { 398.11 ./autogen.sh && 398.12 @@ -23,6 +23,6 @@ 398.13 genpkg_rules() { 398.14 copy @std @ico 398.15 rm -r $fs/usr/share/pixmaps/ 398.16 - DEPENDS="cairo glib gtk+3 pango" 398.17 + DEPENDS="cairo glib gtk3 pango" 398.18 TAGS="text-editor" 398.19 }
399.1 --- a/labyrinth/receipt Mon Oct 15 16:44:45 2018 +0300 399.2 +++ b/labyrinth/receipt Tue Oct 16 16:46:05 2018 +0300 399.3 @@ -11,7 +11,7 @@ 399.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 399.5 WGET_URL="git|git://github.com/labyrinth-team/labyrinth" 399.6 399.7 -BUILD_DEPENDS="bzip2 git python-dev python-pygtk-dev gtk+-dev python-pycairo-dev \ 399.8 +BUILD_DEPENDS="bzip2 git python-dev python-pygtk-dev gtk2-dev python-pycairo-dev \ 399.9 python-pygobject2-dev gettext" 399.10 399.11 compile_rules() { 399.12 @@ -21,6 +21,6 @@ 399.13 399.14 genpkg_rules() { 399.15 copy @std 399.16 - DEPENDS="python python-pygtk gtk+ python-pyxdg python-pycairo python-pygobject2 \ 399.17 + DEPENDS="python python-pygtk gtk2 python-pyxdg python-pycairo python-pygobject2 \ 399.18 python-gconf" 399.19 }
400.1 --- a/lame/receipt Mon Oct 15 16:44:45 2018 +0300 400.2 +++ b/lame/receipt Tue Oct 16 16:46:05 2018 +0300 400.3 @@ -7,7 +7,7 @@ 400.4 MAINTAINER="pankso@slitaz.org" 400.5 LICENSE="LGPL2" 400.6 WEB_SITE="http://lame.sourceforge.net/" 400.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/lame.html" 400.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/lame.html" 400.9 400.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 400.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
401.1 --- a/lazarus/receipt Mon Oct 15 16:44:45 2018 +0300 401.2 +++ b/lazarus/receipt Tue Oct 16 16:46:05 2018 +0300 401.3 @@ -12,7 +12,7 @@ 401.4 TAGS="lazarus ide pascal" 401.5 401.6 DEPENDS="fpc fpc-src gdb make" 401.7 -BUILD_DEPENDS="gtk+-dev fpc fpc-src" 401.8 +BUILD_DEPENDS="gtk2-dev fpc fpc-src" 401.9 401.10 # Rules to configure and make the package. 401.11 compile_rules()
402.1 --- a/lbreakout2/receipt Mon Oct 15 16:44:45 2018 +0300 402.2 +++ b/lbreakout2/receipt Tue Oct 16 16:46:05 2018 +0300 402.3 @@ -1,34 +1,36 @@ 402.4 -# SliTaz package receipt. 402.5 +# SliTaz package receipt v2. 402.6 402.7 PACKAGE="lbreakout2" 402.8 VERSION="2.6.5" 402.9 CATEGORY="games" 402.10 -SHORT_DESC="Breakout clone." 402.11 +SHORT_DESC="Breakout clone" 402.12 MAINTAINER="pascal.bellard@slitaz.org" 402.13 LICENSE="GPL2" 402.14 +WEB_SITE="http://lgames.sourceforge.net/index.php?project=LBreakout2" 402.15 + 402.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 402.17 -WEB_SITE="http://lgames.sourceforge.net/index.php?project=LBreakout2" 402.18 -WGET_URL="http://prdownloads.sourceforge.net/lgames/$TARBALL" 402.19 +WGET_URL="$SF_MIRROR/lgames/$TARBALL" 402.20 402.21 -DEPENDS="libpng16 libsdl libsdl-mixer zlib" 402.22 BUILD_DEPENDS="libpng16-dev libsdl-dev" 402.23 402.24 -# Rules to configure and make the package. 402.25 -compile_rules() 402.26 -{ 402.27 +compile_rules() { 402.28 sed -i 's|/usr/doc|/usr/share/doc|' configure* 402.29 - ./configure --prefix=/usr --infodir=/usr/share/info \ 402.30 - --disable-sdltest --mandir=/usr/share/man $CONFIGURE_ARGS && 402.31 + 402.32 + ./configure \ 402.33 + --prefix=/usr \ 402.34 + --infodir=/usr/share/info \ 402.35 + --disable-sdltest \ 402.36 + --mandir=/usr/share/man \ 402.37 + $CONFIGURE_ARGS && 402.38 make && 402.39 make DESTDIR=$DESTDIR install 402.40 } 402.41 402.42 -# Rules to gen a SliTaz package suitable for Tazpkg. 402.43 -genpkg_rules() 402.44 -{ 402.45 +genpkg_rules() { 402.46 mkdir -p $fs/usr 402.47 cp -a $install/usr/bin $fs/usr 402.48 cp -a $install/usr/share $fs/usr 402.49 rm -rf $fs/usr/share/doc 402.50 cp -a stuff/* $fs 402.51 + DEPENDS="libpng16 libsdl libsdl-mixer zlib" 402.52 }
403.1 --- a/lcms/receipt Mon Oct 15 16:44:45 2018 +0300 403.2 +++ b/lcms/receipt Tue Oct 16 16:46:05 2018 +0300 403.3 @@ -7,7 +7,7 @@ 403.4 MAINTAINER="pankso@slitaz.org" 403.5 LICENSE="MIT" 403.6 WEB_SITE="http://www.littlecms.com/" 403.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/lcms.html" 403.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/lcms.html" 403.9 403.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 403.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
404.1 --- a/lcms2/receipt Mon Oct 15 16:44:45 2018 +0300 404.2 +++ b/lcms2/receipt Tue Oct 16 16:46:05 2018 +0300 404.3 @@ -7,7 +7,7 @@ 404.4 MAINTAINER="al.bobylev@gmail.com" 404.5 LICENSE="MIT" 404.6 WEB_SITE="http://www.littlecms.com/" 404.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/lcms2.html" 404.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/lcms2.html" 404.9 HOST_ARCH="i486 x86_64" 404.10 404.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
405.1 --- a/ldns/receipt Mon Oct 15 16:44:45 2018 +0300 405.2 +++ b/ldns/receipt Tue Oct 16 16:46:05 2018 +0300 405.3 @@ -7,7 +7,7 @@ 405.4 MAINTAINER="al.bobylev@gmail.com" 405.5 LICENSE="BSD" 405.6 WEB_SITE="https://www.nlnetlabs.nl/projects/ldns/about/" 405.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/ldns.html" 405.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/ldns.html" 405.9 405.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 405.11 WGET_URL="http://www.nlnetlabs.nl/downloads/ldns/$TARBALL"
406.1 --- a/leafpad/receipt Mon Oct 15 16:44:45 2018 +0300 406.2 +++ b/leafpad/receipt Tue Oct 16 16:46:05 2018 +0300 406.3 @@ -11,7 +11,7 @@ 406.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 406.5 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 406.6 406.7 -BUILD_DEPENDS="gtk+-dev xorg-libXrender-dev xorg-xorgproto intltool" 406.8 +BUILD_DEPENDS="gtk2-dev xorg-libXrender-dev xorg-xorgproto intltool" 406.9 406.10 COOKOPTS="!pixmaps" 406.11 406.12 @@ -23,6 +23,6 @@ 406.13 406.14 genpkg_rules() { 406.15 copy leafpad 406.16 - DEPENDS="gtk+ xorg-libXdamage" 406.17 + DEPENDS="gtk2 xorg-libXdamage" 406.18 TAGS="text-editor" 406.19 }
407.1 --- a/leocad/receipt Mon Oct 15 16:44:45 2018 +0300 407.2 +++ b/leocad/receipt Tue Oct 16 16:46:05 2018 +0300 407.3 @@ -11,11 +11,11 @@ 407.4 WGET_URL="http://leocad.googlecode.com/files/$TARBALL" # FIXME 407.5 407.6 DEPENDS="glibc-base gcc-lib-base glib expat zlib leocad-pieces \ 407.7 -gtk+ atk cairo xorg-pixman pango jpeg libpng16 fontconfig freetype xorg-libxcb xorg-xcb-util \ 407.8 +gtk2 atk cairo xorg-pixman pango jpeg libpng16 fontconfig freetype xorg-libxcb xorg-xcb-util \ 407.9 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 407.10 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXft xorg-libXinerama \ 407.11 xorg-libXrender mesa glu" 407.12 -BUILD_DEPENDS="mesa-dev gtk+-dev glib-dev" 407.13 +BUILD_DEPENDS="mesa-dev gtk2-dev glib-dev" 407.14 407.15 # Rules to configure and make the package. 407.16 compile_rules()
408.1 --- a/libappindicator-gtk2/receipt Mon Oct 15 16:44:45 2018 +0300 408.2 +++ b/libappindicator-gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 408.3 @@ -12,9 +12,9 @@ 408.4 TARBALL="libappindicator-$VERSION.tar.gz" 408.5 WGET_URL="https://launchpad.net/libappindicator/${VERSION%.*}/$VERSION/+download/$TARBALL" 408.6 408.7 -BUILD_DEPENDS="glib-dev gtk-doc gtk+-dev libindicator-gtk2-dev \ 408.8 +BUILD_DEPENDS="glib-dev gtk-doc gtk2-dev libindicator-gtk2-dev \ 408.9 libdbusmenu-gtk2-dev dbus-glib-dev gobject-introspection-dev vala python-dev \ 408.10 -python-pygtk-dev python-pygobject2-dev gtk+3-dev libindicator-gtk3-dev libdbusmenu-gtk3-dev" 408.11 +python-pygtk-dev python-pygobject2-dev gtk3-dev libindicator-gtk3-dev libdbusmenu-gtk3-dev" 408.12 SPLIT="libappindicator-gtk2 libappindicator-gtk2-python \ 408.13 libappindicator-gtk2-dev libappindicator-gtk3:3 libappindicator-gtk3-dev:3" 408.14 408.15 @@ -39,7 +39,7 @@ 408.16 libappindicator-gtk2) 408.17 copy libappindicator.so* 408.18 CAT="x-window|GTK+2" 408.19 - DEPENDS="glib gtk+ libdbusmenu-gtk2 libindicator-gtk2" 408.20 + DEPENDS="glib gtk2 libdbusmenu-gtk2 libindicator-gtk2" 408.21 ;; 408.22 libappindicator-gtk2-python) 408.23 copy @std @rm 408.24 @@ -49,18 +49,18 @@ 408.25 libappindicator-gtk2-dev) 408.26 copy @dev 408.27 DEPENDS="libappindicator-gtk2 libappindicator-gtk2-python \ 408.28 - gtk+-dev libdbusmenu-gtk2-dev" 408.29 + gtk2-dev libdbusmenu-gtk2-dev" 408.30 ;; 408.31 408.32 libappindicator-gtk3) 408.33 copy @std 408.34 CAT="x-window|GTK+3" 408.35 - DEPENDS="glib gtk+3 libdbusmenu-gtk3 libindicator-gtk3" 408.36 + DEPENDS="glib gtk3 libdbusmenu-gtk3 libindicator-gtk3" 408.37 ;; 408.38 libappindicator-gtk3-dev) 408.39 copy @dev 408.40 DEPENDS="libappindicator-gtk3 \ 408.41 - gtk+3-dev libdbusmenu-gtk3-dev" 408.42 + gtk3-dev libdbusmenu-gtk3-dev" 408.43 ;; 408.44 esac 408.45 }
409.1 --- a/libass/receipt Mon Oct 15 16:44:45 2018 +0300 409.2 +++ b/libass/receipt Tue Oct 16 16:46:05 2018 +0300 409.3 @@ -7,7 +7,7 @@ 409.4 MAINTAINER="slaxemulator@gmail.com" 409.5 LICENSE="BSD" 409.6 WEB_SITE="https://github.com/libass/libass" 409.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libass.html" 409.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libass.html" 409.9 409.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 409.11 WGET_URL="https://github.com/libass/libass/releases/download/$VERSION/$TARBALL"
410.1 --- a/libassuan/receipt Mon Oct 15 16:44:45 2018 +0300 410.2 +++ b/libassuan/receipt Tue Oct 16 16:46:05 2018 +0300 410.3 @@ -7,7 +7,7 @@ 410.4 MAINTAINER="pankso@slitaz.org" 410.5 LICENSE="GPL3" 410.6 WEB_SITE="https://www.gnupg.org/related_software/libassuan/" 410.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libassuan.html" 410.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libassuan.html" 410.9 410.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 410.11 WGET_URL="https://www.gnupg.org/ftp/gcrypt/libassuan/$TARBALL"
411.1 --- a/libatasmart/receipt Mon Oct 15 16:44:45 2018 +0300 411.2 +++ b/libatasmart/receipt Tue Oct 16 16:46:05 2018 +0300 411.3 @@ -7,7 +7,7 @@ 411.4 MAINTAINER="pankso@slitaz.org" 411.5 LICENSE="LGPL2.1" 411.6 WEB_SITE="http://0pointer.de/blog/projects/being-smart.html" 411.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libatasmart.html" 411.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libatasmart.html" 411.9 411.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 411.11 WGET_URL="http://0pointer.de/public/$TARBALL"
412.1 --- a/libbonoboui/receipt Mon Oct 15 16:44:45 2018 +0300 412.2 +++ b/libbonoboui/receipt Tue Oct 16 16:46:05 2018 +0300 412.3 @@ -11,7 +11,7 @@ 412.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 412.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 412.6 412.7 -BUILD_DEPENDS="intltool gtk+-dev pangox-compat-dev xorg-libICE-dev popt-dev \ 412.8 +BUILD_DEPENDS="intltool gtk2-dev pangox-compat-dev xorg-libICE-dev popt-dev \ 412.9 libgnomecanvas-dev libbonobo-dev libgnome-dev gconf-dev libglade-dev \ 412.10 xorg-libSM-dev libgcrypt-dev" 412.11 SPLIT="libbonoboui-dev" 412.12 @@ -29,7 +29,7 @@ 412.13 case $PACKAGE in 412.14 libbonoboui) 412.15 copy @std 412.16 - DEPENDS="atk gconf gdk-pixbuf glib gtk+ libart_lgpl libbonobo \ 412.17 + DEPENDS="atk gconf gdk-pixbuf glib gtk2 libart_lgpl libbonobo \ 412.18 libglade libgnome libgnomecanvas libxml2 orbit2 popt xorg-libX11" 412.19 ;; 412.20 *-dev)
413.1 --- a/libcanberra/receipt Mon Oct 15 16:44:45 2018 +0300 413.2 +++ b/libcanberra/receipt Tue Oct 16 16:46:05 2018 +0300 413.3 @@ -7,13 +7,13 @@ 413.4 MAINTAINER="devl547@gmail.com" 413.5 LICENSE="LGPL2.1" 413.6 WEB_SITE="http://0pointer.de/lennart/projects/libcanberra/" 413.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcanberra.html" 413.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libcanberra.html" 413.9 413.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 413.11 WGET_URL="$WEB_SITE/$TARBALL" 413.12 413.13 -BUILD_DEPENDS="libtool gtk+-dev libvorbis-dev alsa-lib-dev eudev-dev \ 413.14 -gstreamer1-dev gtk+3-dev" 413.15 +BUILD_DEPENDS="libtool gtk2-dev libvorbis-dev alsa-lib-dev eudev-dev \ 413.16 +gstreamer1-dev gtk3-dev" 413.17 SPLIT="libcanberra-gnome libcanberra-gstreamer1 libcanberra-gtk2 \ 413.18 libcanberra-gtk3 libcanberra libcanberra-dev" 413.19 413.20 @@ -42,12 +42,12 @@ 413.21 *-gtk2) 413.22 copy gtk-2.0/modules/*.so libcanberra-gtk.so* 413.23 CAT="sound|GTK+2 integration" 413.24 - DEPENDS="glib gtk+ libcanberra xorg-libX11" 413.25 + DEPENDS="glib gtk2 libcanberra xorg-libX11" 413.26 ;; 413.27 *-gtk3) 413.28 copy gtk-3.0/modules/*.so libcanberra-gtk3.so* canberra-gtk-play 413.29 CAT="sound|GTK+3 integration" 413.30 - DEPENDS="glib gtk+3 libcanberra xorg-libX11" 413.31 + DEPENDS="glib gtk3 libcanberra xorg-libX11" 413.32 ;; 413.33 libcanberra) 413.34 copy @std @rm 413.35 @@ -56,7 +56,7 @@ 413.36 *-dev) 413.37 copy @dev 413.38 DEPENDS="${SPLIT/$PACKAGE/} \ 413.39 - gtk+-dev gtk+3-dev xorg-libX11-dev" 413.40 + gtk2-dev gtk3-dev xorg-libX11-dev" 413.41 ;; 413.42 esac 413.43 }
414.1 --- a/libcddb/receipt Mon Oct 15 16:44:45 2018 +0300 414.2 +++ b/libcddb/receipt Tue Oct 16 16:46:05 2018 +0300 414.3 @@ -7,7 +7,7 @@ 414.4 MAINTAINER="pankso@slitaz.org" 414.5 LICENSE="LGPL2" 414.6 WEB_SITE="http://libcddb.sourceforge.net/" 414.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcddb.html" 414.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libcddb.html" 414.9 414.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 414.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
415.1 --- a/libcdio/receipt Mon Oct 15 16:44:45 2018 +0300 415.2 +++ b/libcdio/receipt Tue Oct 16 16:46:05 2018 +0300 415.3 @@ -7,13 +7,13 @@ 415.4 MAINTAINER="rj.rohit@gmail.com" 415.5 LICENSE="GPL3" 415.6 WEB_SITE="https://www.gnu.org/software/libcdio/" 415.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcdio.html" 415.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libcdio.html" 415.9 415.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 415.11 WGET_URL="https://ftp.gnu.org/gnu/libcdio/$TARBALL" 415.12 415.13 BUILD_DEPENDS="perl libcddb-dev ncurses-dev" 415.14 -SPLIT="libcdio-utils libcdio-dev" 415.15 +SPLIT="$PACKAGE-utils $PACKAGE-dev" 415.16 415.17 compile_rules() { 415.18 ./configure $CONFIGURE_ARGS && 415.19 @@ -24,8 +24,15 @@ 415.20 415.21 genpkg_rules() { 415.22 case $PACKAGE in 415.23 - libcdio) copy *.so*;; 415.24 - *-utils) copy bin/; DEPENDS="libcdio libcddb ncurses";; 415.25 - *-dev) copy @dev;; 415.26 + libcdio) 415.27 + copy *.so* 415.28 + ;; 415.29 + *-utils) 415.30 + copy bin/ 415.31 + DEPENDS="libcdio libcddb ncurses" 415.32 + ;; 415.33 + *-dev) 415.34 + copy @dev 415.35 + ;; 415.36 esac 415.37 }
416.1 --- a/libcroco/receipt Mon Oct 15 16:44:45 2018 +0300 416.2 +++ b/libcroco/receipt Tue Oct 16 16:46:05 2018 +0300 416.3 @@ -7,13 +7,13 @@ 416.4 MAINTAINER="pankso@slitaz.org" 416.5 LICENSE="LGPL2" 416.6 WEB_SITE="https://developer.gnome.org/libcroco/" 416.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libcroco.html" 416.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libcroco.html" 416.9 416.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 416.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 416.12 416.13 BUILD_DEPENDS="libxml2-dev glib-dev zlib-dev gtk-doc" 416.14 -SPLIT="libcroco-dev" 416.15 +SPLIT="$PACKAGE-dev" 416.16 416.17 compile_rules() { 416.18 ./configure \
417.1 --- a/libdaemon/receipt Mon Oct 15 16:44:45 2018 +0300 417.2 +++ b/libdaemon/receipt Tue Oct 16 16:46:05 2018 +0300 417.3 @@ -7,7 +7,7 @@ 417.4 MAINTAINER="al.bobylev@gmail.com" 417.5 LICENSE="LGPL2.1" 417.6 WEB_SITE="http://0pointer.de/lennart/projects/libdaemon/" 417.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libdaemon.html" 417.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libdaemon.html" 417.9 417.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 417.11 WGET_URL="http://0pointer.de/lennart/projects/libdaemon/$TARBALL"
418.1 --- a/libdbusmenu-qt/receipt Mon Oct 15 16:44:45 2018 +0300 418.2 +++ b/libdbusmenu-qt/receipt Tue Oct 16 16:46:05 2018 +0300 418.3 @@ -7,7 +7,7 @@ 418.4 MAINTAINER="pankso@slitaz.org" 418.5 LICENSE="LGPL2" 418.6 WEB_SITE="https://launchpad.net/libdbusmenu-qt" 418.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/kde/libdbusmenu-qt.html" 418.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/kde/libdbusmenu-qt.html" 418.9 418.10 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 418.11 WGET_URL="http://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL"
419.1 --- a/libdbusmenu/receipt Mon Oct 15 16:44:45 2018 +0300 419.2 +++ b/libdbusmenu/receipt Tue Oct 16 16:46:05 2018 +0300 419.3 @@ -11,7 +11,7 @@ 419.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 419.5 WGET_URL="https://launchpad.net/libdbusmenu/${VERSION%.*}/$VERSION/+download/$TARBALL" 419.6 419.7 -BUILD_DEPENDS="intltool gtk-doc gtk+3-dev gtk+-dev json-glib-dev vala \ 419.8 +BUILD_DEPENDS="intltool gtk-doc gtk3-dev gtk2-dev json-glib-dev vala \ 419.9 gobject-introspection-dev" 419.10 SPLIT="libdbusmenu-gtk2-apps libdbusmenu-gtk2 libdbusmenu-gtk2-dev \ 419.11 libdbusmenu-gtk3-apps:3 libdbusmenu-gtk3:3 libdbusmenu-gtk3-dev:3" 419.12 @@ -34,35 +34,35 @@ 419.13 case $PACKAGE in 419.14 libdbusmenu-gtk2-apps) 419.15 copy libexec/ 419.16 - DEPENDS="glib gtk+ json-glib libdbusmenu-gtk2 xorg-libX11" 419.17 + DEPENDS="glib gtk2 json-glib libdbusmenu-gtk2 xorg-libX11" 419.18 CAT="development|GTK+2 applications" 419.19 ;; 419.20 libdbusmenu-gtk2) 419.21 copy @std @rm 419.22 - DEPENDS="atk gdk-pixbuf glib gtk+ json-glib pango" 419.23 + DEPENDS="atk gdk-pixbuf glib gtk2 json-glib pango" 419.24 CAT="x-window|GTK+2" 419.25 ;; 419.26 libdbusmenu-gtk2-dev) 419.27 copy @dev 419.28 DEPENDS="libdbusmenu-gtk2-apps libdbusmenu-gtk2 \ 419.29 - gdk-pixbuf-dev gtk+-dev json-glib-dev" 419.30 + gdk-pixbuf-dev gtk2-dev json-glib-dev" 419.31 CAT="development|GTK+2 development files" 419.32 ;; 419.33 419.34 libdbusmenu-gtk3-apps) 419.35 - copy libexec/ # note "gtk+" in depends 419.36 - DEPENDS="glib gtk+ json-glib libdbusmenu-gtk3 xorg-libX11" 419.37 + copy libexec/ # note "gtk2" in depends 419.38 + DEPENDS="glib gtk2 json-glib libdbusmenu-gtk3 xorg-libX11" 419.39 CAT="development|GTK+3 applications" 419.40 ;; 419.41 libdbusmenu-gtk3) 419.42 copy @std @rm 419.43 - DEPENDS="atk gdk-pixbuf glib gtk+3 json-glib pango" 419.44 + DEPENDS="atk gdk-pixbuf glib gtk3 json-glib pango" 419.45 CAT="x-window|GTK+3" 419.46 ;; 419.47 libdbusmenu-gtk3-dev) 419.48 copy @dev 419.49 DEPENDS="libdbusmenu-gtk3-apps libdbusmenu-gtk3 \ 419.50 - gdk-pixbuf-dev gtk+3-dev json-glib-dev" 419.51 + gdk-pixbuf-dev gtk3-dev json-glib-dev" 419.52 CAT="development|GTK+3 development files" 419.53 ;; 419.54 esac
420.1 --- a/libdesktop-agnostic/receipt Mon Oct 15 16:44:45 2018 +0300 420.2 +++ b/libdesktop-agnostic/receipt Tue Oct 16 16:46:05 2018 +0300 420.3 @@ -12,7 +12,7 @@ 420.4 TARBALL="libdesktop-agnostic-${COMMIT:-$VERSION}.tar.gz" 420.5 WGET_URL="https://github.com/p12tic/libdesktop-agnostic/archive/${COMMIT:-v$VERSION}.tar.gz" 420.6 420.7 -BUILD_DEPENDS="python-dev vala gettext intltool gtk+-dev gconf-dev \ 420.8 +BUILD_DEPENDS="python-dev vala gettext intltool gtk2-dev gconf-dev \ 420.9 gobject-introspection-dev python-pygobject2-dev python-pygtk-dev" 420.10 SPLIT="libdesktop-agnostic-dev" 420.11 420.12 @@ -34,12 +34,12 @@ 420.13 case $PACKAGE in 420.14 libdesktop-agnostic) 420.15 copy @std 420.16 - DEPENDS="gconf atk cairo fontconfig freetype gdk-pixbuf glib gtk+ \ 420.17 + DEPENDS="gconf atk cairo fontconfig freetype gdk-pixbuf glib gtk2 \ 420.18 pango python" 420.19 ;; 420.20 *-dev) 420.21 copy @dev 420.22 - DEPENDS="libdesktop-agnostic glib-dev gtk+-dev" 420.23 + DEPENDS="libdesktop-agnostic glib-dev gtk2-dev" 420.24 ;; 420.25 esac 420.26 }
421.1 --- a/libdv/receipt Mon Oct 15 16:44:45 2018 +0300 421.2 +++ b/libdv/receipt Tue Oct 16 16:46:05 2018 +0300 421.3 @@ -7,7 +7,7 @@ 421.4 MAINTAINER="pankso@slitaz.org" 421.5 LICENSE="LGPL2.1" 421.6 WEB_SITE="http://libdv.sourceforge.net/" 421.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libdv.html" 421.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libdv.html" 421.9 421.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 421.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
422.1 --- a/libesmtp/receipt Mon Oct 15 16:44:45 2018 +0300 422.2 +++ b/libesmtp/receipt Tue Oct 16 16:46:05 2018 +0300 422.3 @@ -7,7 +7,7 @@ 422.4 MAINTAINER="erjo@slitaz.org" 422.5 LICENSE="LGPL3" 422.6 WEB_SITE="http://brianstafford.info/libesmtp/" 422.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libesmtp.html" 422.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libesmtp.html" 422.9 422.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 422.11 WGET_URL="http://brianstafford.info/libesmtp/$TARBALL"
423.1 --- a/libevdev/receipt Mon Oct 15 16:44:45 2018 +0300 423.2 +++ b/libevdev/receipt Tue Oct 16 16:46:05 2018 +0300 423.3 @@ -7,13 +7,13 @@ 423.4 MAINTAINER="al.bobylev@gmail.com" 423.5 LICENSE="other" 423.6 WEB_SITE="https://www.freedesktop.org/wiki/Software/libevdev/" 423.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7driver.html#libevdev" 423.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#libevdev" 423.9 423.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 423.11 WGET_URL="http://www.freedesktop.org/software/libevdev/$TARBALL" 423.12 423.13 BUILD_DEPENDS="check-dev python" # doxygen 423.14 -SPLIT="libevdev-dev" 423.15 +SPLIT="$PACKAGE-dev" 423.16 423.17 compile_rules() { 423.18 ./configure \
424.1 --- a/libevent/receipt Mon Oct 15 16:44:45 2018 +0300 424.2 +++ b/libevent/receipt Tue Oct 16 16:46:05 2018 +0300 424.3 @@ -7,7 +7,7 @@ 424.4 MAINTAINER="0dddba11@googlemail.com" 424.5 LICENSE="BSD" 424.6 WEB_SITE="http://libevent.org/" 424.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/libevent.html" 424.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/libevent.html" 424.9 424.10 TARBALL="$PACKAGE-$VERSION-stable.tar.gz" 424.11 WGET_URL="https://github.com/libevent/libevent/releases/download/release-$VERSION-stable/$TARBALL"
425.1 --- a/libexif/receipt Mon Oct 15 16:44:45 2018 +0300 425.2 +++ b/libexif/receipt Tue Oct 16 16:46:05 2018 +0300 425.3 @@ -7,7 +7,7 @@ 425.4 MAINTAINER="pankso@slitaz.org" 425.5 LICENSE="LGPL2.1" 425.6 WEB_SITE="http://libexif.sourceforge.net/" 425.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libexif.html" 425.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libexif.html" 425.9 425.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 425.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
426.1 --- a/libffi/receipt Mon Oct 15 16:44:45 2018 +0300 426.2 +++ b/libffi/receipt Tue Oct 16 16:46:05 2018 +0300 426.3 @@ -7,7 +7,7 @@ 426.4 MAINTAINER="rcx@zoominternet.net" 426.5 LICENSE="MIT" 426.6 WEB_SITE="https://sourceware.org/libffi/" 426.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libffi.html" 426.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libffi.html" 426.9 426.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 426.11 WGET_URL="https://sourceware.org/ftp/libffi/$TARBALL"
427.1 --- a/libfm-extra/receipt Mon Oct 15 16:44:45 2018 +0300 427.2 +++ b/libfm-extra/receipt Tue Oct 16 16:46:05 2018 +0300 427.3 @@ -7,7 +7,7 @@ 427.4 MAINTAINER="al.bobylev@gmail.com" 427.5 LICENSE="GPL2" 427.6 WEB_SITE="https://wiki.lxde.org/en/Libfm" 427.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/libfm-extra.html" 427.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/libfm-extra.html" 427.9 REPOLOGY="libfm" 427.10 427.11 TARBALL="libfm-$VERSION.tar.xz"
428.1 --- a/libfm-qt/receipt Mon Oct 15 16:44:45 2018 +0300 428.2 +++ b/libfm-qt/receipt Tue Oct 16 16:46:05 2018 +0300 428.3 @@ -7,7 +7,7 @@ 428.4 MAINTAINER="al.bobylev@gmail.com" 428.5 LICENSE="LGPL2.1" 428.6 WEB_SITE="https://github.com/lxde/libfm-qt" 428.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/libfm-qt.html" 428.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/libfm-qt.html" 428.9 428.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 428.11 WGET_URL="https://github.com/lxde/libfm-qt/releases/download/$VERSION/$TARBALL"
429.1 --- a/libfm/receipt Mon Oct 15 16:44:45 2018 +0300 429.2 +++ b/libfm/receipt Tue Oct 16 16:46:05 2018 +0300 429.3 @@ -7,17 +7,14 @@ 429.4 MAINTAINER="pankso@slitaz.org" 429.5 LICENSE="GPL2" 429.6 WEB_SITE="https://wiki.lxde.org/en/Libfm" 429.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/libfm.html" 429.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/libfm.html" 429.9 429.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 429.11 #WGET_URL="$SF_MIRROR/pcmanfm/$TARBALL" # SF download problems 429.12 WGET_URL="https://git.lxde.org/gitweb/?p=lxde/libfm.git;a=snapshot;h=$VERSION;sf=txz" 429.13 429.14 -BUILD_DEPENDS_arm="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \ 429.15 -xorg-libxcb-dev xorg-xcb-util-dev menu-cache-dev expat-dev glib-dev \ 429.16 -shared-mime-info-dev" 429.17 BUILD_DEPENDS="automake gtk-doc libtool gettext glib-dev intltool vala \ 429.18 -gtk+-dev pango-dev cairo-dev menu-cache-dev libexif-dev" 429.19 +gtk2-dev pango-dev cairo-dev menu-cache-dev libexif-dev" 429.20 SIBLINGS="libfm-extra" 429.21 SPLIT="libfm-gtk libfm-dev" 429.22 429.23 @@ -58,13 +55,13 @@ 429.24 libfm-gtk) 429.25 copy bin/ applications/ images/ ui/ libfm-gtk.so* gtk*.so 429.26 CAT="system-tools|GTK+2 GUI library" 429.27 - DEPENDS="atk cairo gdk-pixbuf glib gtk+ libfm menu-cache pango" 429.28 + DEPENDS="atk cairo gdk-pixbuf glib gtk2 libfm menu-cache pango" 429.29 PROVIDE="lxshortcut" 429.30 ;; 429.31 libfm-dev) 429.32 copy @dev 429.33 DEPENDS="libfm libfm-gtk libfm-extra-dev \ 429.34 - glib-dev gtk+-dev" 429.35 + glib-dev gtk2-dev" 429.36 ;; 429.37 esac 429.38 }
430.1 --- a/libgcrypt/receipt Mon Oct 15 16:44:45 2018 +0300 430.2 +++ b/libgcrypt/receipt Tue Oct 16 16:46:05 2018 +0300 430.3 @@ -7,7 +7,7 @@ 430.4 MAINTAINER="erjo@slitaz.org" 430.5 LICENSE="GPL2 LGPL2.1" 430.6 WEB_SITE="https://www.gnupg.org/related_software/libgcrypt/" 430.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libgcrypt.html" 430.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libgcrypt.html" 430.9 430.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 430.11 WGET_URL="https://www.gnupg.org/ftp/gcrypt/libgcrypt/$TARBALL"
431.1 --- a/libglade/receipt Mon Oct 15 16:44:45 2018 +0300 431.2 +++ b/libglade/receipt Tue Oct 16 16:46:05 2018 +0300 431.3 @@ -11,7 +11,7 @@ 431.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 431.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 431.6 431.7 -BUILD_DEPENDS="gtk+-dev" 431.8 +BUILD_DEPENDS="gtk2-dev" 431.9 SPLIT="libglade-dev" 431.10 431.11 compile_rules() { 431.12 @@ -30,11 +30,11 @@ 431.13 case $PACKAGE in 431.14 libglade) 431.15 copy @std 431.16 - DEPENDS="atk gdk-pixbuf glib gtk+ libxml2 pango" 431.17 + DEPENDS="atk gdk-pixbuf glib gtk2 libxml2 pango" 431.18 ;; 431.19 *-dev) 431.20 copy @dev 431.21 - DEPENDS="libglade gtk+-dev libxml2-dev" 431.22 + DEPENDS="libglade gtk2-dev libxml2-dev" 431.23 ;; 431.24 esac 431.25 }
432.1 --- a/libgnome-games-support/receipt Mon Oct 15 16:44:45 2018 +0300 432.2 +++ b/libgnome-games-support/receipt Tue Oct 16 16:46:05 2018 +0300 432.3 @@ -11,7 +11,7 @@ 432.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 432.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 432.6 432.7 -BUILD_DEPENDS="vala libgee-dev gtk+3-dev gettext" 432.8 +BUILD_DEPENDS="vala libgee-dev gtk3-dev gettext" 432.9 SPLIT="libgnome-games-support-dev" 432.10 432.11 compile_rules() { 432.12 @@ -25,11 +25,11 @@ 432.13 case $PACKAGE in 432.14 libgnome-games-support) 432.15 copy @std 432.16 - DEPENDS="glib gtk+3 libgee" 432.17 + DEPENDS="glib gtk3 libgee" 432.18 ;; 432.19 *-dev) 432.20 copy @dev 432.21 - DEPENDS="libgnome-games-support glib-dev gtk+3-dev libgee-dev" 432.22 + DEPENDS="libgnome-games-support glib-dev gtk3-dev libgee-dev" 432.23 ;; 432.24 esac 432.25 }
433.1 --- a/libgnomecanvas/receipt Mon Oct 15 16:44:45 2018 +0300 433.2 +++ b/libgnomecanvas/receipt Tue Oct 16 16:46:05 2018 +0300 433.3 @@ -11,7 +11,7 @@ 433.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 433.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 433.6 433.7 -BUILD_DEPENDS="gtk+-dev libglade-dev libart_lgpl-dev xorg-libXcursor-dev \ 433.8 +BUILD_DEPENDS="gtk2-dev libglade-dev libart_lgpl-dev xorg-libXcursor-dev \ 433.9 intltool" 433.10 SPLIT="libgnomecanvas-dev" 433.11 433.12 @@ -29,11 +29,11 @@ 433.13 case $PACKAGE in 433.14 libgnomecanvas) 433.15 copy @std 433.16 - DEPENDS="atk gdk-pixbuf glib gtk+ libart_lgpl libglade pango" 433.17 + DEPENDS="atk gdk-pixbuf glib gtk2 libart_lgpl libglade pango" 433.18 ;; 433.19 *-dev) 433.20 copy @dev 433.21 - DEPENDS="libgnomecanvas gtk+-dev libart_lgpl-dev pango-dev" 433.22 + DEPENDS="libgnomecanvas gtk2-dev libart_lgpl-dev pango-dev" 433.23 ;; 433.24 esac 433.25 }
434.1 --- a/libgnomeprintui/receipt Mon Oct 15 16:44:45 2018 +0300 434.2 +++ b/libgnomeprintui/receipt Tue Oct 16 16:46:05 2018 +0300 434.3 @@ -30,7 +30,7 @@ 434.4 case $PACKAGE in 434.5 libgnomeprintui) 434.6 copy @std 434.7 - DEPENDS="atk gdk-pixbuf glib gtk+ libart_lgpl libgnomecanvas \ 434.8 + DEPENDS="atk gdk-pixbuf glib gtk2 libart_lgpl libgnomecanvas \ 434.9 libgnomeprint" 434.10 ;; 434.11 *-dev)
435.1 --- a/libgnomeui/receipt Mon Oct 15 16:44:45 2018 +0300 435.2 +++ b/libgnomeui/receipt Tue Oct 16 16:46:05 2018 +0300 435.3 @@ -15,7 +15,7 @@ 435.4 libgnome-keyring-dev libbonoboui-dev util-linux-uuid-dev libgcrypt-dev \ 435.5 dbus-glib-dev esound-dev audiofile-dev libglade-dev intltool xorg-libICE-dev \ 435.6 xorg-libSM-dev" 435.7 -SPLIT="libgnomeui-dev" 435.8 +SPLIT="$PACKAGE-dev" 435.9 435.10 compile_rules() { 435.11 ./configure \ 435.12 @@ -30,14 +30,14 @@ 435.13 case $PACKAGE in 435.14 libgnomeui) 435.15 copy @std 435.16 - DEPENDS="gconf atk gdk-pixbuf glib gnome-vfs gtk+ libart_lgpl \ 435.17 + DEPENDS="gconf atk gdk-pixbuf glib gnome-vfs gtk2 libart_lgpl \ 435.18 libbonoboui libglade libgnome libgnome-keyring libgnomecanvas \ 435.19 pango xorg-libICE xorg-libSM" 435.20 ;; 435.21 *-dev) 435.22 copy @dev 435.23 DEPENDS="libgnomeui gconf-dev gdk-pixbuf-dev gnome-vfs-dev \ 435.24 - gtk+-dev libart_lgpl-dev libbonoboui-dev libgnome-dev \ 435.25 + gtk2-dev libart_lgpl-dev libbonoboui-dev libgnome-dev \ 435.26 libgnome-keyring-dev libgnomecanvas-dev xorg-libICE-dev \ 435.27 xorg-libSM-dev" 435.28 ;;
436.1 --- a/libgsf/receipt Mon Oct 15 16:44:45 2018 +0300 436.2 +++ b/libgsf/receipt Tue Oct 16 16:46:05 2018 +0300 436.3 @@ -7,7 +7,7 @@ 436.4 MAINTAINER="pankso@slitaz.org" 436.5 LICENSE="GPL2" 436.6 WEB_SITE="https://developer.gnome.org/gsf/" 436.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libgsf.html" 436.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libgsf.html" 436.9 436.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 436.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
437.1 --- a/libgtkhtml/receipt Mon Oct 15 16:44:45 2018 +0300 437.2 +++ b/libgtkhtml/receipt Tue Oct 16 16:46:05 2018 +0300 437.3 @@ -12,7 +12,7 @@ 437.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 437.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 437.6 437.7 -BUILD_DEPENDS="libxml2-dev gtk+-dev xorg-libXdamage-dev expat-dev" 437.8 +BUILD_DEPENDS="libxml2-dev gtk2-dev xorg-libXdamage-dev expat-dev" 437.9 SPLIT="libgtkhtml-dev" 437.10 437.11 compile_rules() { 437.12 @@ -26,7 +26,7 @@ 437.13 case $PACKAGE in 437.14 libgtkhtml) 437.15 copy @std 437.16 - DEPENDS="glibc-base glib expat libxml2 zlib gtk+ cairo atk \ 437.17 + DEPENDS="glibc-base glib expat libxml2 zlib gtk2 cairo atk \ 437.18 fontconfig freetype pango xorg-pixman libpng16 xorg-libX11 \ 437.19 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXcursor \ 437.20 xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \
438.1 --- a/libgtkimageview/receipt Mon Oct 15 16:44:45 2018 +0300 438.2 +++ b/libgtkimageview/receipt Tue Oct 16 16:46:05 2018 +0300 438.3 @@ -11,7 +11,7 @@ 438.4 TARBALL="gtkimageview-$VERSION.tar.gz" 438.5 WGET_URL="http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/$TARBALL?format=raw" # FIXME 438.6 438.7 -BUILD_DEPENDS="gtk+-dev expat-dev" 438.8 +BUILD_DEPENDS="gtk2-dev expat-dev" 438.9 SPLIT="libgtkimageview-dev" 438.10 438.11 compile_rules() { 438.12 @@ -25,7 +25,7 @@ 438.13 case $PACKAGE in 438.14 libgtkimageview) 438.15 copy @std 438.16 - DEPENDS="gtk+" 438.17 + DEPENDS="gtk2" 438.18 ;; 438.19 *-dev) 438.20 copy @dev
439.1 --- a/libgtop/receipt Mon Oct 15 16:44:45 2018 +0300 439.2 +++ b/libgtop/receipt Tue Oct 16 16:46:05 2018 +0300 439.3 @@ -7,7 +7,7 @@ 439.4 MAINTAINER="pascal.bellard@slitaz.org" 439.5 LICENSE="GPL2" 439.6 WEB_SITE="https://developer.gnome.org/libgtop/stable/" 439.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/libgtop.html" 439.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/libgtop.html" 439.9 439.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 439.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
440.1 --- a/libgudev/receipt Mon Oct 15 16:44:45 2018 +0300 440.2 +++ b/libgudev/receipt Tue Oct 16 16:46:05 2018 +0300 440.3 @@ -7,7 +7,7 @@ 440.4 MAINTAINER="gokhlayeh@slitaz.org" 440.5 LICENSE="GPL2" 440.6 WEB_SITE="https://wiki.gnome.org/Projects/libgudev" 440.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libgudev.html" 440.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libgudev.html" 440.9 440.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 440.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/$VERSION/$TARBALL"
441.1 --- a/libgusb/receipt Mon Oct 15 16:44:45 2018 +0300 441.2 +++ b/libgusb/receipt Tue Oct 16 16:46:05 2018 +0300 441.3 @@ -7,7 +7,7 @@ 441.4 MAINTAINER="al.bobylev@gmail.com" 441.5 LICENSE="LGPL2.1" 441.6 WEB_SITE="https://github.com/hughsie/libgusb" 441.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libgusb.html" 441.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libgusb.html" 441.9 441.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 441.11 WGET_URL="https://people.freedesktop.org/~hughsient/releases/$TARBALL"
442.1 --- a/libical/receipt Mon Oct 15 16:44:45 2018 +0300 442.2 +++ b/libical/receipt Tue Oct 16 16:46:05 2018 +0300 442.3 @@ -7,7 +7,7 @@ 442.4 MAINTAINER="erjo@slitaz.org" 442.5 LICENSE="MPL LGPL2.1" 442.6 WEB_SITE="https://github.com/libical" 442.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libical.html" 442.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libical.html" 442.9 442.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 442.11 WGET_URL="https://github.com/libical/libical/releases/download/v$VERSION/$TARBALL"
443.1 --- a/libid3tag/receipt Mon Oct 15 16:44:45 2018 +0300 443.2 +++ b/libid3tag/receipt Tue Oct 16 16:46:05 2018 +0300 443.3 @@ -9,10 +9,10 @@ 443.4 WEB_SITE="http://www.underbit.com/products/mad/" 443.5 443.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 443.7 -WGET_URL="http://downloads.sourceforge.net/mad/$TARBALL" 443.8 +WGET_URL="$SF_MIRROR/mad/$TARBALL" 443.9 443.10 BUILD_DEPENDS="zlib-dev gfortran" 443.11 -SPLIT="libid3tag-dev" 443.12 +SPLIT="$PACKAGE-dev" 443.13 443.14 compile_rules() { 443.15 ./configure $CONFIGURE_ARGS &&
444.1 --- a/libidn/receipt Mon Oct 15 16:44:45 2018 +0300 444.2 +++ b/libidn/receipt Tue Oct 16 16:46:05 2018 +0300 444.3 @@ -7,13 +7,13 @@ 444.4 MAINTAINER="pascal.bellard@slitaz.org" 444.5 LICENSE="GPL3 LGPL2.1" 444.6 WEB_SITE="https://www.gnu.org/software/libidn/" 444.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libidn.html" 444.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libidn.html" 444.9 444.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 444.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 444.12 444.13 BUILD_DEPENDS="gettext" 444.14 -SPLIT="libidn-dev" 444.15 +SPLIT="$PACKAGE-dev" 444.16 444.17 compile_rules() { 444.18 ./configure \
445.1 --- a/libindicator-gtk2/receipt Mon Oct 15 16:44:45 2018 +0300 445.2 +++ b/libindicator-gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 445.3 @@ -11,7 +11,7 @@ 445.4 TARBALL="libindicator-$VERSION.tar.gz" 445.5 WGET_URL="https://launchpad.net/libindicator/${VERSION%.*}/$VERSION/+download/$TARBALL" 445.6 445.7 -BUILD_DEPENDS="gtk+-dev glib-dev automake libtool" 445.8 +BUILD_DEPENDS="gtk2-dev glib-dev automake libtool" 445.9 SPLIT="libindicator-gtk2-dev" 445.10 SIBLINGS="libindicator-gtk3" 445.11 445.12 @@ -37,11 +37,11 @@ 445.13 libindicator-gtk2) 445.14 copy @std 445.15 rm -r $fs/usr/share 445.16 - DEPENDS="gdk-pixbuf glib gtk+" 445.17 + DEPENDS="gdk-pixbuf glib gtk2" 445.18 ;; 445.19 *-dev) 445.20 copy @dev 80indicator-debugging 445.21 - DEPENDS="libindicator-gtk2 gtk+-dev" 445.22 + DEPENDS="libindicator-gtk2 gtk2-dev" 445.23 ;; 445.24 esac 445.25 }
446.1 --- a/libindicator-gtk3/receipt Mon Oct 15 16:44:45 2018 +0300 446.2 +++ b/libindicator-gtk3/receipt Tue Oct 16 16:46:05 2018 +0300 446.3 @@ -11,7 +11,7 @@ 446.4 TARBALL="libindicator-$VERSION.tar.gz" 446.5 WGET_URL="https://launchpad.net/libindicator/${VERSION%.*}/$VERSION/+download/$TARBALL" 446.6 446.7 -BUILD_DEPENDS="gtk+3-dev glib-dev automake libtool" 446.8 +BUILD_DEPENDS="gtk3-dev glib-dev automake libtool" 446.9 SPLIT="libindicator-gtk3-dev" 446.10 SIBLINGS="libindicator-gtk2" 446.11 446.12 @@ -37,11 +37,11 @@ 446.13 libindicator-gtk3) 446.14 copy @std 446.15 rm -r $fs/usr/share 446.16 - DEPENDS="gdk-pixbuf glib gtk+3" 446.17 + DEPENDS="gdk-pixbuf glib gtk3" 446.18 ;; 446.19 *-dev) 446.20 copy @dev 80indicator-debugging 446.21 - DEPENDS="libindicator-gtk3 gtk+3-dev" 446.22 + DEPENDS="libindicator-gtk3 gtk3-dev" 446.23 ;; 446.24 esac 446.25 }
447.1 --- a/libiodbc/receipt Mon Oct 15 16:44:45 2018 +0300 447.2 +++ b/libiodbc/receipt Tue Oct 16 16:46:05 2018 +0300 447.3 @@ -7,12 +7,12 @@ 447.4 MAINTAINER="pankso@slitaz.org" 447.5 LICENSE="GPL2" 447.6 WEB_SITE="http://www.iodbc.org/" 447.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libiodbc.html" 447.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libiodbc.html" 447.9 447.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 447.11 WGET_URL="$SF_MIRROR/iodbc/$TARBALL" 447.12 447.13 -BUILD_DEPENDS="gtk+-dev chrpath" 447.14 +BUILD_DEPENDS="gtk2-dev chrpath" 447.15 SPLIT="libiodbc-gui libiodbc libiodbc-dev" 447.16 447.17 compile_rules() { 447.18 @@ -34,7 +34,7 @@ 447.19 case $PACKAGE in 447.20 libiodbc-gui) 447.21 copy iodbcadm-gtk libdrvproxy.so* libiodbcadm.so* 447.22 - DEPENDS="glib gtk+ libiodbc" 447.23 + DEPENDS="glib gtk2 libiodbc" 447.24 ;; 447.25 libiodbc) 447.26 copy @std @rm
448.1 --- a/libksba/receipt Mon Oct 15 16:44:45 2018 +0300 448.2 +++ b/libksba/receipt Tue Oct 16 16:46:05 2018 +0300 448.3 @@ -7,7 +7,7 @@ 448.4 MAINTAINER="pankso@slitaz.org" 448.5 LICENSE="GPL3" 448.6 WEB_SITE="https://www.gnupg.org/related_software/libksba/" 448.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libksba.html" 448.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libksba.html" 448.9 448.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 448.11 WGET_URL="https://www.gnupg.org/ftp/gcrypt/libksba/$TARBALL"
449.1 --- a/libkscreen/receipt Mon Oct 15 16:44:45 2018 +0300 449.2 +++ b/libkscreen/receipt Tue Oct 16 16:46:05 2018 +0300 449.3 @@ -7,7 +7,7 @@ 449.4 MAINTAINER="al.bobylev@gmail.com" 449.5 LICENSE="GPL2" 449.6 WEB_SITE="https://github.com/KDE/libkscreen" 449.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-libkscreen.html" 449.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-libkscreen.html" 449.9 449.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 449.11 WGET_URL="http://download.kde.org/stable/plasma/$VERSION/$TARBALL"
450.1 --- a/liblinear/receipt Mon Oct 15 16:44:45 2018 +0300 450.2 +++ b/liblinear/receipt Tue Oct 16 16:46:05 2018 +0300 450.3 @@ -7,7 +7,7 @@ 450.4 MAINTAINER="al.bobylev@gmail.com" 450.5 LICENSE="BSD" 450.6 WEB_SITE="https://github.com/cjlin1/liblinear/" 450.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/liblinear.html" 450.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/liblinear.html" 450.9 450.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 450.11 WGET_URL="https://github.com/cjlin1/liblinear/archive/v$VERSION/$TARBALL"
451.1 --- a/liblxqt/receipt Mon Oct 15 16:44:45 2018 +0300 451.2 +++ b/liblxqt/receipt Tue Oct 16 16:46:05 2018 +0300 451.3 @@ -7,7 +7,7 @@ 451.4 MAINTAINER="al.bobylev@gmail.com" 451.5 LICENSE="LGPL2.1" 451.6 WEB_SITE="https://github.com/lxde/liblxqt" 451.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/liblxqt.html" 451.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/liblxqt.html" 451.9 451.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 451.11 WGET_URL="https://github.com/lxde/liblxqt/releases/download/$VERSION/$TARBALL"
452.1 --- a/libmatekbd/receipt Mon Oct 15 16:44:45 2018 +0300 452.2 +++ b/libmatekbd/receipt Tue Oct 16 16:46:05 2018 +0300 452.3 @@ -11,7 +11,7 @@ 452.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 452.5 WGET_URL="https://github.com/mate-desktop/libmatekbd/archive/v$VERSION.tar.gz" 452.6 452.7 -BUILD_DEPENDS="mate-common gobject-introspection-dev gtk+3-dev libxklavier-dev" 452.8 +BUILD_DEPENDS="mate-common gobject-introspection-dev gtk3-dev libxklavier-dev" 452.9 SPLIT="libmatekbd-dev" 452.10 452.11 compile_rules() { 452.12 @@ -25,11 +25,11 @@ 452.13 case $PACKAGE in 452.14 libmatekbd) 452.15 copy @std 452.16 - DEPENDS="cairo gdk-pixbuf glib gtk+3 libxklavier pango xorg-libX11" 452.17 + DEPENDS="cairo gdk-pixbuf glib gtk3 libxklavier pango xorg-libX11" 452.18 ;; 452.19 *-dev) 452.20 copy @dev 452.21 - DEPENDS="libmatekbd glib-dev gtk+3-dev libxklavier-dev" 452.22 + DEPENDS="libmatekbd glib-dev gtk3-dev libxklavier-dev" 452.23 ;; 452.24 esac 452.25 TAGS="MATE"
453.1 --- a/libmateweather/receipt Mon Oct 15 16:44:45 2018 +0300 453.2 +++ b/libmateweather/receipt Tue Oct 16 16:46:05 2018 +0300 453.3 @@ -11,7 +11,7 @@ 453.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 453.5 WGET_URL="https://github.com/mate-desktop/libmateweather/archive/v$VERSION.tar.gz" 453.6 453.7 -BUILD_DEPENDS="mate-common gtk-doc gtk+3-dev libsoup-dev tzdata" 453.8 +BUILD_DEPENDS="mate-common gtk-doc gtk3-dev libsoup-dev tzdata" 453.9 SPLIT="libmateweather-misc-icons libmateweather-misc-locales libmateweather-dev" 453.10 453.11 compile_rules() { 453.12 @@ -37,7 +37,7 @@ 453.13 cp $install/usr/share/libmateweather/Locations.$i.xml.gz \ 453.14 $fs/usr/share/libmateweather 453.15 done 453.16 - DEPENDS="gdk-pixbuf glib gtk+3 libsoup libxml2" 453.17 + DEPENDS="gdk-pixbuf glib gtk3 libsoup libxml2" 453.18 ;; 453.19 libmateweather-misc-icons) 453.20 copy icons/mate/ @rm 453.21 @@ -51,7 +51,7 @@ 453.22 ;; 453.23 *-dev) 453.24 copy @dev 453.25 - DEPENDS="${SPLIT/$PACKAGE/} gdk-pixbuf-dev glib-dev gtk+3-dev \ 453.26 + DEPENDS="${SPLIT/$PACKAGE/} gdk-pixbuf-dev glib-dev gtk3-dev \ 453.27 libsoup-dev libxml2-dev" 453.28 ;; 453.29 esac
454.1 --- a/libmng/receipt Mon Oct 15 16:44:45 2018 +0300 454.2 +++ b/libmng/receipt Tue Oct 16 16:46:05 2018 +0300 454.3 @@ -7,7 +7,7 @@ 454.4 MAINTAINER="allan316@gmail.com" 454.5 LICENSE="zlib/libpng" 454.6 WEB_SITE="http://libmng.com/" 454.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libmng.html" 454.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libmng.html" 454.9 454.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 454.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
455.1 --- a/libmpeg2/receipt Mon Oct 15 16:44:45 2018 +0300 455.2 +++ b/libmpeg2/receipt Tue Oct 16 16:46:05 2018 +0300 455.3 @@ -7,7 +7,7 @@ 455.4 MAINTAINER="jozee@slitaz.org" 455.5 LICENSE="GPL2" 455.6 WEB_SITE="http://libmpeg2.sourceforge.net/" 455.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libmpeg2.html" 455.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libmpeg2.html" 455.9 455.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 455.11 WGET_URL="http://libmpeg2.sourceforge.net/files/$TARBALL" # no $SF_MIRROR
456.1 --- a/libndp/receipt Mon Oct 15 16:44:45 2018 +0300 456.2 +++ b/libndp/receipt Tue Oct 16 16:46:05 2018 +0300 456.3 @@ -7,7 +7,7 @@ 456.4 MAINTAINER="al.bobylev@gmail.com" 456.5 LICENSE="LGPL2.1" 456.6 WEB_SITE="http://libndp.org/" 456.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/libndp.html" 456.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/libndp.html" 456.9 456.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 456.11 WGET_URL="http://libndp.org/files/$TARBALL"
457.1 --- a/libnl/receipt Mon Oct 15 16:44:45 2018 +0300 457.2 +++ b/libnl/receipt Tue Oct 16 16:46:05 2018 +0300 457.3 @@ -7,7 +7,7 @@ 457.4 MAINTAINER="pascal.bellard@slitaz.org" 457.5 LICENSE="LGPL2.1" 457.6 WEB_SITE="http://www.infradead.org/~tgr/libnl/" 457.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/libnl.html" 457.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/libnl.html" 457.9 457.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 457.11 WGET_URL="https://github.com/thom311/libnl/releases/download/libnl${VERSION//./_}/$TARBALL"
458.1 --- a/libnotify/receipt Mon Oct 15 16:44:45 2018 +0300 458.2 +++ b/libnotify/receipt Tue Oct 16 16:46:05 2018 +0300 458.3 @@ -11,8 +11,7 @@ 458.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 458.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 458.6 458.7 -BUILD_DEPENDS_arm="dbus-dev gtk+-dev dbus-glib dbus-glib-dev expat-dev" 458.8 -BUILD_DEPENDS="gdk-pixbuf-dev glib-dev gtk+-dev gobject-introspection-dev \ 458.9 +BUILD_DEPENDS="gdk-pixbuf-dev glib-dev gtk2-dev gobject-introspection-dev \ 458.10 gtk-doc xmlto" 458.11 SPLIT="libnotify-dev" 458.12
459.1 --- a/libnsl/receipt Mon Oct 15 16:44:45 2018 +0300 459.2 +++ b/libnsl/receipt Tue Oct 16 16:46:05 2018 +0300 459.3 @@ -7,7 +7,7 @@ 459.4 MAINTAINER="al.bobylev@gmail.com" 459.5 LICENSE="LGPL2.1" 459.6 WEB_SITE="https://github.com/thkukuk/libnsl/" 459.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/libnsl.html" 459.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/libnsl.html" 459.9 459.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 459.11 WGET_URL="https://github.com/thkukuk/libnsl/archive/v$VERSION/$TARBALL"
460.1 --- a/libpaper/receipt Mon Oct 15 16:44:45 2018 +0300 460.2 +++ b/libpaper/receipt Tue Oct 16 16:46:05 2018 +0300 460.3 @@ -7,7 +7,7 @@ 460.4 MAINTAINER="pankso@slitaz.org" 460.5 LICENSE="GPL2" 460.6 WEB_SITE="https://packages.debian.org/unstable/source/libpaper" 460.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libpaper.html" 460.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libpaper.html" 460.9 460.10 TARBALL="libpaper_$VERSION.tar.gz" 460.11 WGET_URL="http://ftp.debian.org/debian/pool/main/libp/libpaper/$TARBALL"
461.1 --- a/libpeas/receipt Mon Oct 15 16:44:45 2018 +0300 461.2 +++ b/libpeas/receipt Tue Oct 16 16:46:05 2018 +0300 461.3 @@ -7,14 +7,14 @@ 461.4 MAINTAINER="al.bobylev@gmail.com" 461.5 LICENSE="GPL2" 461.6 WEB_SITE="https://wiki.gnome.org/Projects/Libpeas" 461.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/libpeas.html" 461.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/libpeas.html" 461.9 461.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 461.11 WGET_URL="$GNOME_MIRROR/libpeas/${VERSION%.*}/$TARBALL" 461.12 461.13 -BUILD_DEPENDS="intltool gobject-introspection-dev gtk+3-dev python-dev \ 461.14 +BUILD_DEPENDS="intltool gobject-introspection-dev gtk3-dev python-dev \ 461.15 python-pygobject-dev gtk-doc" 461.16 -SPLIT="libpeas-gtk libpeas-python libpeas-dev libpeas-demo" 461.17 +SPLIT="$PACKAGE-gtk $PACKAGE-python $PACKAGE-dev $PACKAGE-demo" 461.18 461.19 compile_rules() { 461.20 ./configure $CONFIGURE_ARGS && 461.21 @@ -31,7 +31,7 @@ 461.22 ;; 461.23 *-gtk) 461.24 copy libpeas-gtk-1.0.so* 461.25 - DEPENDS="glib gobject-introspection gtk+3 libpeas" 461.26 + DEPENDS="glib gobject-introspection gtk3 libpeas" 461.27 ;; 461.28 *-python) 461.29 copy libpythonloader.so 461.30 @@ -40,12 +40,12 @@ 461.31 *-dev) 461.32 copy @dev 461.33 DEPENDS="${SPLIT/$PACKAGE/} glib-dev gobject-introspection-dev \ 461.34 - gtk+3-dev" 461.35 + gtk3-dev" 461.36 ;; 461.37 *-demo) 461.38 copy peas-demo peas-demo/ hicolor/ @rm 461.39 find $fs -name '*.la' -delete 461.40 - DEPENDS="glib gobject-introspection gtk+3 libpeas libpeas-gtk" 461.41 + DEPENDS="glib gobject-introspection gtk3 libpeas libpeas-gtk" 461.42 ;; 461.43 esac 461.44 }
462.1 --- a/libproxy/receipt Mon Oct 15 16:44:45 2018 +0300 462.2 +++ b/libproxy/receipt Tue Oct 16 16:46:05 2018 +0300 462.3 @@ -11,7 +11,7 @@ 462.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 462.5 WGET_URL="https://github.com/libproxy/libproxy/archive/$VERSION.tar.gz" 462.6 462.7 -BUILD_DEPENDS="cmake webkitgtk-dev python-dev perl gtk+-dev" 462.8 +BUILD_DEPENDS="cmake webkitgtk-dev python-dev perl gtk2-dev" 462.9 SPLIT="libproxy-dev" 462.10 462.11 compile_rules() { 462.12 @@ -27,7 +27,7 @@ 462.13 case $PACKAGE in 462.14 libproxy) 462.15 copy @std 462.16 - DEPENDS="glib gtk+ xorg-libXmu webkitgtk libtasn1" 462.17 + DEPENDS="glib gtk2 xorg-libXmu webkitgtk libtasn1" 462.18 SUGGESTED="python icu libcurl libxslt" 462.19 ;; 462.20 *-dev)
463.1 --- a/libqmi/receipt Mon Oct 15 16:44:45 2018 +0300 463.2 +++ b/libqmi/receipt Tue Oct 16 16:46:05 2018 +0300 463.3 @@ -7,7 +7,7 @@ 463.4 MAINTAINER="al.bobylev@gmail.com" 463.5 LICENSE="GPL2 LGPL2.1" 463.6 WEB_SITE="https://www.freedesktop.org/wiki/Software/libqmi/" 463.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libqmi.html" 463.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libqmi.html" 463.9 463.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 463.11 WGET_URL="https://www.freedesktop.org/software/libqmi/$TARBALL"
464.1 --- a/libqtxdg/receipt Mon Oct 15 16:44:45 2018 +0300 464.2 +++ b/libqtxdg/receipt Tue Oct 16 16:46:05 2018 +0300 464.3 @@ -7,7 +7,7 @@ 464.4 MAINTAINER="al.bobylev@gmail.com" 464.5 LICENSE="LGPL2.1" 464.6 WEB_SITE="https://github.com/lxde/libqtxdg" 464.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/libqtxdg.html" 464.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/libqtxdg.html" 464.9 464.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 464.11 WGET_URL="https://github.com/lxde/libqtxdg/releases/download/$VERSION/$TARBALL"
465.1 --- a/libquicktime/receipt Mon Oct 15 16:44:45 2018 +0300 465.2 +++ b/libquicktime/receipt Tue Oct 16 16:46:05 2018 +0300 465.3 @@ -11,7 +11,7 @@ 465.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 465.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 465.6 465.7 -BUILD_DEPENDS="gtk+-dev ffmpeg-dev alsa-lib-dev xorg-libXv-dev xorg-libXaw-dev \ 465.8 +BUILD_DEPENDS="gtk2-dev ffmpeg-dev alsa-lib-dev xorg-libXv-dev xorg-libXaw-dev \ 465.9 x264-dev zlib-dev mesa-dev" 465.10 SPLIT="libquicktime-dev" 465.11 465.12 @@ -31,7 +31,7 @@ 465.13 case $PACKAGE in 465.14 libquicktime) 465.15 copy @std 465.16 - DEPENDS="gtk+ ffmpeg alsa-lib xorg-libXv mesa xorg-libXaw x264" 465.17 + DEPENDS="gtk2 ffmpeg alsa-lib xorg-libXv mesa xorg-libXaw x264" 465.18 ;; 465.19 *-dev) 465.20 copy @dev
466.1 --- a/libraw/receipt Mon Oct 15 16:44:45 2018 +0300 466.2 +++ b/libraw/receipt Tue Oct 16 16:46:05 2018 +0300 466.3 @@ -7,7 +7,7 @@ 466.4 MAINTAINER="slaxemulator@gmail.com" 466.5 LICENSE="LGPL2.1" 466.6 WEB_SITE="https://www.libraw.org/" 466.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libraw.html" 466.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libraw.html" 466.9 466.10 TARBALL="LibRaw-$VERSION.tar.gz" 466.11 WGET_URL="http://www.libraw.org/data/$TARBALL"
467.1 --- a/librep/receipt Mon Oct 15 16:44:45 2018 +0300 467.2 +++ b/librep/receipt Tue Oct 16 16:46:05 2018 +0300 467.3 @@ -7,7 +7,7 @@ 467.4 MAINTAINER="al.bobylev@gmail.com" 467.5 LICENSE="GPL2" 467.6 WEB_SITE="http://librep.sourceforge.net/" 467.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/librep.html" 467.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/librep.html" 467.9 467.10 TARBALL="librep_$VERSION.tar.xz" 467.11 WGET_URL="http://download.tuxfamily.org/librep/$TARBALL"
468.1 --- a/librsvg/receipt Mon Oct 15 16:44:45 2018 +0300 468.2 +++ b/librsvg/receipt Tue Oct 16 16:46:05 2018 +0300 468.3 @@ -7,13 +7,13 @@ 468.4 MAINTAINER="erjo@slitaz.org" 468.5 LICENSE="GPL2" 468.6 WEB_SITE="https://wiki.gnome.org/Projects/LibRsvg" 468.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/librsvg.html" 468.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/librsvg.html" 468.9 468.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 468.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 468.12 468.13 BUILD_DEPENDS="glib-dev gdk-pixbuf-dev libxml2-dev pango-dev libcroco-dev \ 468.14 -gtk-doc gobject-introspection-dev vala gtk+3-dev rust" 468.15 +gtk-doc gobject-introspection-dev vala gtk3-dev rust" 468.16 SPLIT="rsvg-convert rsvg-view librsvg-dev" 468.17 468.18 compile_rules() { 468.19 @@ -41,7 +41,7 @@ 468.20 rsvg-view) 468.21 copy rsvg-view* 468.22 CAT="graphics|viewer" 468.23 - DEPENDS="cairo glib gtk+3 librsvg" 468.24 + DEPENDS="cairo glib gtk3 librsvg" 468.25 ;; 468.26 librsvg-dev) 468.27 copy @dev
469.1 --- a/libsamplerate/receipt Mon Oct 15 16:44:45 2018 +0300 469.2 +++ b/libsamplerate/receipt Tue Oct 16 16:46:05 2018 +0300 469.3 @@ -7,7 +7,7 @@ 469.4 MAINTAINER="pankso@slitaz.org" 469.5 LICENSE="GPL2" 469.6 WEB_SITE="http://www.mega-nerd.com/SRC/" 469.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libsamplerate.html" 469.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libsamplerate.html" 469.9 469.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 469.11 WGET_URL="http://www.mega-nerd.com/SRC/$TARBALL"
470.1 --- a/libsde-utils-gtk/receipt Mon Oct 15 16:44:45 2018 +0300 470.2 +++ b/libsde-utils-gtk/receipt Tue Oct 16 16:46:05 2018 +0300 470.3 @@ -12,7 +12,7 @@ 470.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 470.5 WGET_URL="https://github.com/sde-gui/libsde-utils-gtk/archive/$COMMIT.tar.gz" 470.6 470.7 -BUILD_DEPENDS="automake libtool glib-dev gtk+-dev gdk-pixbuf-dev \ 470.8 +BUILD_DEPENDS="automake libtool glib-dev gtk2-dev gdk-pixbuf-dev \ 470.9 libsde-utils-dev" 470.10 SPLIT="$PACKAGE-dev" 470.11 470.12 @@ -28,7 +28,7 @@ 470.13 case $PACKAGE in 470.14 libsde-utils-gtk) 470.15 copy @std 470.16 - DEPENDS="gdk-pixbuf glib gtk+ libsde-utils pango" 470.17 + DEPENDS="gdk-pixbuf glib gtk2 libsde-utils pango" 470.18 ;; 470.19 *-dev) 470.20 copy @dev
471.1 --- a/libsde-utils-jansson/receipt Mon Oct 15 16:44:45 2018 +0300 471.2 +++ b/libsde-utils-jansson/receipt Tue Oct 16 16:46:05 2018 +0300 471.3 @@ -12,7 +12,7 @@ 471.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 471.5 WGET_URL="https://github.com/sde-gui/libsde-utils-jansson/archive/$COMMIT.tar.gz" 471.6 471.7 -BUILD_DEPENDS="automake libtool glib-dev gtk+-dev jansson-dev libsde-utils-dev \ 471.8 +BUILD_DEPENDS="automake libtool glib-dev gtk2-dev jansson-dev libsde-utils-dev \ 471.9 libsde-utils-gtk-dev" 471.10 SPLIT="$PACKAGE-dev" 471.11 471.12 @@ -28,7 +28,7 @@ 471.13 case $PACKAGE in 471.14 libsde-utils-jansson) 471.15 copy @std 471.16 - DEPENDS="glib gtk+ jansson libsde-utils-gtk" 471.17 + DEPENDS="glib gtk2 jansson libsde-utils-gtk" 471.18 ;; 471.19 *-dev) 471.20 copy @dev
472.1 --- a/libsdl/receipt Mon Oct 15 16:44:45 2018 +0300 472.2 +++ b/libsdl/receipt Tue Oct 16 16:46:05 2018 +0300 472.3 @@ -7,7 +7,7 @@ 472.4 MAINTAINER="pankso@slitaz.org" 472.5 LICENSE="LGPL2.1" 472.6 WEB_SITE="http://www.libsdl.org/" 472.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/sdl.html" 472.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/sdl.html" 472.9 REPOLOGY="sdl" 472.10 472.11 TARBALL="SDL-$VERSION.tar.gz"
473.1 --- a/libsdl2/receipt Mon Oct 15 16:44:45 2018 +0300 473.2 +++ b/libsdl2/receipt Tue Oct 16 16:46:05 2018 +0300 473.3 @@ -7,7 +7,7 @@ 473.4 MAINTAINER="tcg.thegamer@gmail.com" 473.5 LICENSE="zlib/libpng" 473.6 WEB_SITE="http://libsdl.org/" 473.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/sdl2.html" 473.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/sdl2.html" 473.9 REPOLOGY="sdl2" 473.10 473.11 TARBALL="SDL2-$VERSION.tar.gz"
474.1 --- a/libseccomp/receipt Mon Oct 15 16:44:45 2018 +0300 474.2 +++ b/libseccomp/receipt Tue Oct 16 16:46:05 2018 +0300 474.3 @@ -7,12 +7,12 @@ 474.4 MAINTAINER="al.bobylev@gmail.com" 474.5 LICENSE="LGPL2.1" 474.6 WEB_SITE="https://github.com/seccomp/libseccomp/" 474.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libseccomp.html" 474.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libseccomp.html" 474.9 474.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 474.11 WGET_URL="https://github.com/seccomp/libseccomp/releases/download/v$VERSION/$TARBALL" 474.12 474.13 -SPLIT="libseccomp-dev" 474.14 +SPLIT="$PACKAGE-dev" 474.15 474.16 compile_rules() { 474.17 ./configure \
475.1 --- a/libsexy/receipt Mon Oct 15 16:44:45 2018 +0300 475.2 +++ b/libsexy/receipt Tue Oct 16 16:46:05 2018 +0300 475.3 @@ -11,7 +11,7 @@ 475.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 475.5 WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL" 475.6 475.7 -BUILD_DEPENDS="gtk+-dev xorg-xorgproto libxml2-dev" 475.8 +BUILD_DEPENDS="gtk2-dev xorg-xorgproto libxml2-dev" 475.9 SPLIT="libsexy-dev" 475.10 475.11 compile_rules() { 475.12 @@ -25,7 +25,7 @@ 475.13 case $PACKAGE in 475.14 libsexy) 475.15 copy @std 475.16 - DEPENDS="gtk+ xorg-libXdamage" 475.17 + DEPENDS="gtk2 xorg-libXdamage" 475.18 ;; 475.19 *-dev) 475.20 copy @dev
476.1 --- a/libsexymm/receipt Mon Oct 15 16:44:45 2018 +0300 476.2 +++ b/libsexymm/receipt Tue Oct 16 16:46:05 2018 +0300 476.3 @@ -12,7 +12,7 @@ 476.4 WGET_URL="http://releases.chipx86.com/libsexy/libsexymm/$TARBALL" 476.5 476.6 BUILD_DEPENDS="glibmm-dev libgiomm-dev cairomm-dev gtkmm-dev libsexy-dev \ 476.7 -libsigc++-dev libxml2-dev gtk+-dev" 476.8 +libsigc++-dev libxml2-dev gtk2-dev" 476.9 SPLIT="libsexymm-dev" 476.10 476.11 compile_rules() {
477.1 --- a/libsigc++/receipt Mon Oct 15 16:44:45 2018 +0300 477.2 +++ b/libsigc++/receipt Tue Oct 16 16:46:05 2018 +0300 477.3 @@ -7,13 +7,13 @@ 477.4 MAINTAINER="pankso@slitaz.org" 477.5 LICENSE="LGPL2.1" 477.6 WEB_SITE="https://developer.gnome.org/libsigc++/" 477.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libsigc.html" 477.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libsigc.html" 477.9 477.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 477.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 477.12 477.13 BUILD_DEPENDS="m4 perl" 477.14 -SPLIT="libsigc++-dev" 477.15 +SPLIT="$PACKAGE-dev" 477.16 477.17 compile_rules() { 477.18 sed -e "/^libdocdir =/ s/\$(book_name)/libsigc++-$VERSION/" -i \
478.1 --- a/libsigsegv/receipt Mon Oct 15 16:44:45 2018 +0300 478.2 +++ b/libsigsegv/receipt Tue Oct 16 16:46:05 2018 +0300 478.3 @@ -7,7 +7,7 @@ 478.4 MAINTAINER="paul@slitaz.org" 478.5 LICENSE="GPL2" 478.6 WEB_SITE="http://www.gnu.org/software/libsigsegv/" 478.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libsigsegv.html" 478.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libsigsegv.html" 478.9 478.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 478.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
479.1 --- a/libsmfm-gtk/receipt Mon Oct 15 16:44:45 2018 +0300 479.2 +++ b/libsmfm-gtk/receipt Tue Oct 16 16:46:05 2018 +0300 479.3 @@ -13,7 +13,7 @@ 479.4 WGET_URL="https://github.com/sde-gui/libsmfm-gtk/archive/$COMMIT.tar.gz" 479.5 479.6 BUILD_DEPENDS="automake gtk-doc libtool gettext shared-mime-info \ 479.7 -libsmfm-core-dev intltool pango-dev gtk+-dev menu-cache-dev" 479.8 +libsmfm-core-dev intltool pango-dev gtk2-dev menu-cache-dev" 479.9 SPLIT="$PACKAGE-dev" 479.10 479.11 # WARNING: custom actions support isn't ready yet (as for git20170110 version) 479.12 @@ -35,12 +35,12 @@ 479.13 case $PACKAGE in 479.14 libsmfm-gtk) 479.15 copy @std 479.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+ libsmfm-core menu-cache \ 479.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk2 libsmfm-core menu-cache \ 479.18 pango" 479.19 ;; 479.20 *-dev) 479.21 copy @dev 479.22 - DEPENDS="libsmfm-gtk glib-dev gtk+-dev libsmfm-core-dev" 479.23 + DEPENDS="libsmfm-gtk glib-dev gtk2-dev libsmfm-core-dev" 479.24 ;; 479.25 esac 479.26 }
480.1 --- a/libsmpeg/receipt Mon Oct 15 16:44:45 2018 +0300 480.2 +++ b/libsmpeg/receipt Tue Oct 16 16:46:05 2018 +0300 480.3 @@ -13,12 +13,13 @@ 480.4 BRANCH="$VERSION" 480.5 WGET_URL="subversion|svn://svn.icculus.org/smpeg/trunk" 480.6 480.7 -BUILD_DEPENDS="libsdl libsdl-dev gtk+-dev autoconf automake m4 subversion tar" 480.8 -SPLIT="libsmpeg-dev" 480.9 +BUILD_DEPENDS="libsdl libsdl-dev gtk2-dev autoconf automake m4 subversion tar" 480.10 +SPLIT="$PACKAGE-dev" 480.11 480.12 compile_rules() { 480.13 sed -i 's/ 0-1/(unsigned int)&/g' audio/hufftable.cpp 480.14 chmod +x install-sh 480.15 + 480.16 ./autogen.sh 480.17 ./configure \ 480.18 --disable-gtk-player \
481.1 --- a/libstatgrab/receipt Mon Oct 15 16:44:45 2018 +0300 481.2 +++ b/libstatgrab/receipt Tue Oct 16 16:46:05 2018 +0300 481.3 @@ -7,7 +7,7 @@ 481.4 MAINTAINER="pankso@slitaz.org" 481.5 LICENSE="GPL2" 481.6 WEB_SITE="https://www.i-scream.org/libstatgrab/" 481.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libstatgrab.html" 481.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libstatgrab.html" 481.9 481.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 481.11 WGET_URL="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/$TARBALL"
482.1 --- a/libtasn1/receipt Mon Oct 15 16:44:45 2018 +0300 482.2 +++ b/libtasn1/receipt Tue Oct 16 16:46:05 2018 +0300 482.3 @@ -7,7 +7,7 @@ 482.4 MAINTAINER="pankso@slitaz.org" 482.5 LICENSE="GPL3 LGPL2.1" 482.6 WEB_SITE="https://www.gnu.org/software/libtasn1/" 482.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libtasn1.html" 482.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libtasn1.html" 482.9 482.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 482.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
483.1 --- a/libunique/receipt Mon Oct 15 16:44:45 2018 +0300 483.2 +++ b/libunique/receipt Tue Oct 16 16:46:05 2018 +0300 483.3 @@ -7,16 +7,15 @@ 483.4 MAINTAINER="erjo@slitaz.org" 483.5 LICENSE="LGPL2.1" 483.6 WEB_SITE="https://wiki.gnome.org/Attic/LibUnique" 483.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libunique.html" 483.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libunique.html" 483.9 REPOLOGY="unique" 483.10 483.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 483.12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 483.13 483.14 -BUILD_DEPENDS_arm="cairo-dev gtk+-dev glib-dev expat-dev" 483.15 -BUILD_DEPENDS="patch automake glib-dev gettext libtool gtk+-dev \ 483.16 +BUILD_DEPENDS="patch automake glib-dev gettext libtool gtk2-dev \ 483.17 xorg-libICE-dev gobject-introspection-dev gtk-doc" 483.18 -SPLIT="libunique-dev" 483.19 +SPLIT="$PACKAGE-dev" 483.20 483.21 compile_rules() { 483.22 autoreconf -fi && 483.23 @@ -34,11 +33,11 @@ 483.24 case $PACKAGE in 483.25 libunique) 483.26 copy @std 483.27 - DEPENDS="glib gtk+ xorg-libX11" 483.28 + DEPENDS="glib gtk2 xorg-libX11" 483.29 ;; 483.30 *-dev) 483.31 copy @dev 483.32 - DEPENDS="libunique gtk+-dev" 483.33 + DEPENDS="libunique gtk2-dev" 483.34 ;; 483.35 esac 483.36 }
484.1 --- a/libusb-compat/receipt Mon Oct 15 16:44:45 2018 +0300 484.2 +++ b/libusb-compat/receipt Tue Oct 16 16:46:05 2018 +0300 484.3 @@ -7,7 +7,7 @@ 484.4 MAINTAINER="pankso@slitaz.org" 484.5 LICENSE="LGPL2.1" 484.6 WEB_SITE="https://libusb.info/" 484.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libusb-compat.html" 484.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libusb-compat.html" 484.9 484.10 #TARBALL="$PACKAGE-$VERSION.tar.bz2" 484.11 #WGET_URL="$SF_MIRROR/libusb/$TARBALL"
485.1 --- a/libvpx/receipt Mon Oct 15 16:44:45 2018 +0300 485.2 +++ b/libvpx/receipt Tue Oct 16 16:46:05 2018 +0300 485.3 @@ -7,7 +7,7 @@ 485.4 MAINTAINER="slaxemulator@gmail.com" 485.5 LICENSE="BSD" 485.6 WEB_SITE="https://www.webmproject.org/" 485.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libvpx.html" 485.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libvpx.html" 485.9 485.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 485.11 WGET_URL="https://github.com/webmproject/libvpx/archive/v$VERSION/$TARBALL"
486.1 --- a/libwebp/receipt Mon Oct 15 16:44:45 2018 +0300 486.2 +++ b/libwebp/receipt Tue Oct 16 16:46:05 2018 +0300 486.3 @@ -7,7 +7,7 @@ 486.4 MAINTAINER="devl547@gmail.com" 486.5 LICENSE="Apache2" 486.6 WEB_SITE="https://developers.google.com/speed/webp/" 486.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libwebp.html" 486.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libwebp.html" 486.9 486.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 486.11 WGET_URL="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/$TARBALL"
487.1 --- a/libwmf/receipt Mon Oct 15 16:44:45 2018 +0300 487.2 +++ b/libwmf/receipt Tue Oct 16 16:46:05 2018 +0300 487.3 @@ -12,7 +12,7 @@ 487.4 WGET_URL="$SF_MIRROR/wvware/$TARBALL" 487.5 487.6 BUILD_DEPENDS="gfortran xorg-libXt-dev expat-dev libxml2-dev freetype-dev \ 487.7 -libjpeg-turbo-dev libgd-dev gdk-pixbuf-dev gtk+-dev" 487.8 +libjpeg-turbo-dev libgd-dev gdk-pixbuf-dev gtk2-dev" 487.9 SPLIT="libwmf-dev" 487.10 487.11 compile_rules() {
488.1 --- a/libwnck2/receipt Mon Oct 15 16:44:45 2018 +0300 488.2 +++ b/libwnck2/receipt Tue Oct 16 16:46:05 2018 +0300 488.3 @@ -11,7 +11,7 @@ 488.4 TARBALL="libwnck-$VERSION.tar.xz" 488.5 WGET_URL="$GNOME_MIRROR/libwnck/${VERSION%.*}/$TARBALL" 488.6 488.7 -BUILD_DEPENDS="intltool startup-notification-dev xorg-libX11-dev gtk+-dev \ 488.8 +BUILD_DEPENDS="intltool startup-notification-dev xorg-libX11-dev gtk2-dev \ 488.9 gobject-introspection-dev xorg-xcb-util-dev" 488.10 SPLIT="libwnck2-dev" 488.11 488.12 @@ -27,13 +27,13 @@ 488.13 libwnck2) 488.14 copy @std 488.15 PROVIDE="libwnck" 488.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+ pango startup-notification \ 488.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk2 pango startup-notification \ 488.18 xorg-libX11" 488.19 ;; 488.20 *-dev) 488.21 copy @dev 488.22 PROVIDE="libwnck-dev" 488.23 - DEPENDS="libwnck2 cairo-dev glib-dev gtk+-dev pango-dev \ 488.24 + DEPENDS="libwnck2 cairo-dev glib-dev gtk2-dev pango-dev \ 488.25 startup-notification-dev xorg-libX11-dev" 488.26 ;; 488.27 esac
489.1 --- a/libwnck3/receipt Mon Oct 15 16:44:45 2018 +0300 489.2 +++ b/libwnck3/receipt Tue Oct 16 16:46:05 2018 +0300 489.3 @@ -7,12 +7,12 @@ 489.4 MAINTAINER="al.bobylev@gmail.com" 489.5 LICENSE="LGPL2" 489.6 WEB_SITE="https://developer.gnome.org/libwnck/" 489.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/libwnck.html" 489.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/libwnck.html" 489.9 489.10 TARBALL="libwnck-$VERSION.tar.xz" 489.11 WGET_URL="$GNOME_MIRROR/libwnck/${VERSION%.*}/$TARBALL" 489.12 489.13 -BUILD_DEPENDS="gettext startup-notification-dev xorg-libX11-dev gtk+3-dev \ 489.14 +BUILD_DEPENDS="gettext startup-notification-dev xorg-libX11-dev gtk3-dev \ 489.15 xorg-libXres-dev gtk-doc xorg-xcb-util-dev" 489.16 SPLIT="libwnck3-dev" 489.17 489.18 @@ -27,12 +27,12 @@ 489.19 case $PACKAGE in 489.20 libwnck3) 489.21 copy @std 489.22 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 pango \ 489.23 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 pango \ 489.24 startup-notification xorg-libX11 xorg-libXrender xorg-libXres" 489.25 ;; 489.26 *-dev) 489.27 copy @dev 489.28 - DEPENDS="libwnck3 cairo-dev glib-dev gtk+3-dev pango-dev \ 489.29 + DEPENDS="libwnck3 cairo-dev glib-dev gtk3-dev pango-dev \ 489.30 startup-notification-dev xorg-libX11-dev xorg-libXres-dev" 489.31 ;; 489.32 esac
490.1 --- a/libxfce4ui/receipt Mon Oct 15 16:44:45 2018 +0300 490.2 +++ b/libxfce4ui/receipt Tue Oct 16 16:46:05 2018 +0300 490.3 @@ -12,7 +12,7 @@ 490.4 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 490.5 490.6 BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev xorg-libSM-dev \ 490.7 -gtk+-dev libxfce4util-dev startup-notification-dev xfconf-dev glade3-dev \ 490.8 +gtk2-dev libxfce4util-dev startup-notification-dev xfconf-dev glade3-dev \ 490.9 xorg-xcb-util-dev" 490.10 SPLIT="libxfce4ui-dev libxfce4ui-glade3 libxfce4ui" 490.11 490.12 @@ -31,17 +31,17 @@ 490.13 *-dev) 490.14 copy @dev 490.15 DEPENDS="libxfce4ui libxfce4ui-glade3 \ 490.16 - gtk+-dev libxfce4util-dev xfconf-dev" 490.17 + gtk2-dev libxfce4util-dev xfconf-dev" 490.18 ;; 490.19 *-glade3) 490.20 copy glade3/ @rm 490.21 find $fs -name '*.la' -delete 490.22 - DEPENDS="glade3 glib gtk+ libxfce4ui" 490.23 + DEPENDS="glade3 glib gtk2 libxfce4ui" 490.24 CAT="x-window|Glade3 module" 490.25 ;; 490.26 libxfce4ui) 490.27 copy @std @rm 490.28 - DEPENDS="atk cairo gdk-pixbuf glib gtk+ libxfce4util pango \ 490.29 + DEPENDS="atk cairo gdk-pixbuf glib gtk2 libxfce4util pango \ 490.30 startup-notification xfconf xorg-libICE xorg-libSM xorg-libX11" 490.31 ;; 490.32 esac
491.1 --- a/libxfcegui4/receipt Mon Oct 15 16:44:45 2018 +0300 491.2 +++ b/libxfcegui4/receipt Tue Oct 16 16:46:05 2018 +0300 491.3 @@ -11,7 +11,7 @@ 491.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 491.5 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 491.6 491.7 -BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev \ 491.8 +BUILD_DEPENDS="gtk2-dev libxfce4util-dev xfconf-dev startup-notification-dev \ 491.9 libglade-dev xorg-xcb-util-dev intltool util-linux-uuid-dev" 491.10 SPLIT="libxfcegui4-dev" 491.11 491.12 @@ -32,12 +32,12 @@ 491.13 case $PACKAGE in 491.14 libxfcegui4) 491.15 copy @std 491.16 - DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib \ 491.17 + DEPENDS="gtk2 libxfce4util xfconf startup-notification dbus-glib \ 491.18 libglade" 491.19 ;; 491.20 *-dev) 491.21 copy @dev 491.22 - DEPENDS="gtk+ libxfcegui4 libxfce4util-dev" 491.23 + DEPENDS="gtk2 libxfcegui4 libxfce4util-dev" 491.24 ;; 491.25 esac 491.26 }
492.1 --- a/libxkbcommon/receipt Mon Oct 15 16:44:45 2018 +0300 492.2 +++ b/libxkbcommon/receipt Tue Oct 16 16:46:05 2018 +0300 492.3 @@ -7,7 +7,7 @@ 492.4 MAINTAINER="al.bobylev@gmail.com" 492.5 LICENSE="custom" 492.6 WEB_SITE="https://xkbcommon.org/" 492.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libxkbcommon.html" 492.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libxkbcommon.html" 492.9 492.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 492.11 WGET_URL="http://xkbcommon.org/download/$TARBALL"
493.1 --- a/libxklavier/receipt Mon Oct 15 16:44:45 2018 +0300 493.2 +++ b/libxklavier/receipt Tue Oct 16 16:46:05 2018 +0300 493.3 @@ -7,7 +7,7 @@ 493.4 MAINTAINER="al.bobylev@gmail.com" 493.5 LICENSE="GPL2" 493.6 WEB_SITE="https://freedesktop.org/wiki/Software/LibXklavier/" 493.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/libxklavier.html" 493.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/libxklavier.html" 493.9 493.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 493.11 WGET_URL="https://people.freedesktop.org/~svu/$TARBALL"
494.1 --- a/libxslt/receipt Mon Oct 15 16:44:45 2018 +0300 494.2 +++ b/libxslt/receipt Tue Oct 16 16:46:05 2018 +0300 494.3 @@ -7,7 +7,7 @@ 494.4 MAINTAINER="pankso@slitaz.org" 494.5 LICENSE="MIT" 494.6 WEB_SITE="http://www.xmlsoft.org/XSLT/" 494.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libxslt.html" 494.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html" 494.9 494.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 494.11 WGET_URL="http://xmlsoft.org/sources/$TARBALL"
495.1 --- a/liferea/receipt Mon Oct 15 16:44:45 2018 +0300 495.2 +++ b/liferea/receipt Tue Oct 16 16:46:05 2018 +0300 495.3 @@ -11,7 +11,7 @@ 495.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 495.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 495.6 495.7 -BUILD_DEPENDS="gtk+-dev glib-dev pango-dev gconf-dev orbit2-dev \ 495.8 +BUILD_DEPENDS="gtk2-dev glib-dev pango-dev gconf-dev orbit2-dev \ 495.9 libunique-dev libxml2-dev libxslt-dev sqlite3-dev libsoup-dev webkitgtk-dev \ 495.10 libnotify-dev gnutls-dev json-glib-dev intltool" 495.11 495.12 @@ -28,6 +28,6 @@ 495.13 495.14 genpkg_rules() { 495.15 copy @std *.mo 495.16 - DEPENDS="gtk+ glib pango gconf libunique libxml2 libxslt sqlite3 libsoup \ 495.17 + DEPENDS="gtk2 glib pango gconf libunique libxml2 libxslt sqlite3 libsoup \ 495.18 webkitgtk libnotify gnutls json-glib" #intltool? 495.19 }
496.1 --- a/lightdm-gtk2-greeter/receipt Mon Oct 15 16:44:45 2018 +0300 496.2 +++ b/lightdm-gtk2-greeter/receipt Tue Oct 16 16:46:05 2018 +0300 496.3 @@ -12,7 +12,7 @@ 496.4 TARBALL="lightdm-gtk-greeter-$VERSION.tar.gz" 496.5 WGET_URL="https://launchpad.net/lightdm-gtk-greeter/1.6/$VERSION/+download/$TARBALL" 496.6 496.7 -BUILD_DEPENDS="gobject-introspection-dev gtk+-dev gtk+3-dev lightdm-dev \ 496.8 +BUILD_DEPENDS="gobject-introspection-dev gtk2-dev gtk3-dev lightdm-dev \ 496.9 libxklavier-dev intltool" 496.10 SPLIT="lightdm-gtk3-greeter:gtk3" 496.11 496.12 @@ -47,7 +47,7 @@ 496.13 [ -d $langf ] && cp -a $langf $fs/usr/share/locale 496.14 done 496.15 CAT="x-window|GTK+2" 496.16 - DEPENDS="gtk+ lightdm" 496.17 + DEPENDS="gtk2 lightdm" 496.18 ;; 496.19 lightdm-gtk3-greeter) 496.20 mkdir -p $fs/usr/share/locale 496.21 @@ -62,7 +62,7 @@ 496.22 [ -d $langf ] && cp -a $langf $fs/usr/share/locale 496.23 done 496.24 CAT="x-window|GTK+3" 496.25 - DEPENDS="gtk+3 lightdm" 496.26 + DEPENDS="gtk3 lightdm" 496.27 ;; 496.28 esac 496.29 }
497.1 --- a/lingot/receipt Mon Oct 15 16:44:45 2018 +0300 497.2 +++ b/lingot/receipt Tue Oct 16 16:46:05 2018 +0300 497.3 @@ -11,7 +11,7 @@ 497.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 497.5 WGET_URL="http://download.savannah.gnu.org/releases/lingot/$TARBALL" 497.6 497.7 -BUILD_DEPENDS="gtk+-dev alsa-lib-dev jack-dev \ 497.8 +BUILD_DEPENDS="gtk2-dev alsa-lib-dev jack-dev \ 497.9 libglade-dev intltool" 497.10 497.11 compile_rules() { 497.12 @@ -27,5 +27,5 @@ 497.13 497.14 genpkg_rules() { 497.15 copy @std 497.16 - DEPENDS="gtk+ alsa-lib jack libglade" 497.17 + DEPENDS="gtk2 alsa-lib jack libglade" 497.18 }
498.1 --- a/links/receipt Mon Oct 15 16:44:45 2018 +0300 498.2 +++ b/links/receipt Tue Oct 16 16:46:05 2018 +0300 498.3 @@ -7,7 +7,7 @@ 498.4 MAINTAINER="pankso@slitaz.org" 498.5 LICENSE="GPL2" 498.6 WEB_SITE="http://links.twibright.com/" 498.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/links.html" 498.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/links.html" 498.9 498.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 498.11 WGET_URL="http://links.twibright.com/download/$TARBALL"
499.1 --- a/linphone/receipt Mon Oct 15 16:44:45 2018 +0300 499.2 +++ b/linphone/receipt Tue Oct 16 16:46:05 2018 +0300 499.3 @@ -12,7 +12,7 @@ 499.4 WGET_URL="http://download-mirror.savannah.gnu.org/releases/linphone/${VERSION%.*}.x/sources/$TARBALL" 499.5 499.6 BUILD_DEPENDS="intltool libsdl-dev ffmpeg-dev osip-dev exosip-dev speex-dev \ 499.7 -xorg-libXv-dev v4l-utils-dev libglade-dev gtk+-dev glib-dev speex-dev" 499.8 +xorg-libXv-dev v4l-utils-dev libglade-dev gtk2-dev glib-dev speex-dev" 499.9 SPLIT="linphone-dev" 499.10 499.11 COOKOPTS="skip-log-errors" 499.12 @@ -42,7 +42,7 @@ 499.13 case $PACKAGE in 499.14 linphone) 499.15 copy @std 499.16 - DEPENDS="osip exosip speex ffmpeg xorg-libXv v4l-utils libglade gtk+ \ 499.17 + DEPENDS="osip exosip speex ffmpeg xorg-libXv v4l-utils libglade gtk2 \ 499.18 glib" 499.19 TAGS="softphone telephony" 499.20 ;;
500.1 --- a/linuxdcpp/receipt Mon Oct 15 16:44:45 2018 +0300 500.2 +++ b/linuxdcpp/receipt Tue Oct 16 16:46:05 2018 +0300 500.3 @@ -1,31 +1,29 @@ 500.4 -# SliTaz package receipt. 500.5 +# SliTaz package receipt v2. 500.6 500.7 PACKAGE="linuxdcpp" 500.8 VERSION="1.0.3" 500.9 CATEGORY="network" 500.10 -SHORT_DESC="Direct Connect client based on DC++." 500.11 +SHORT_DESC="Direct Connect client based on DC++" 500.12 MAINTAINER="pankso@slitaz.org" 500.13 LICENSE="GPL2" 500.14 -DEPENDS="gtk+ libglade openssl gcc-lib-base bzlib" 500.15 -BUILD_DEPENDS="gtk+-dev libglade-dev openssl-dev scons2 libglade bzlib bzip2-dev" 500.16 +WEB_SITE="https://launchpad.net/linuxdcpp" 500.17 + 500.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 500.19 -WEB_SITE="https://launchpad.net/linuxdcpp" 500.20 WGET_URL="http://mirror.slitaz.org/sources/packages/l/$TARBALL" 500.21 -# Rules to configure and make the package. 500.22 -compile_rules() 500.23 -{ 500.24 - cd $src 500.25 + 500.26 +BUILD_DEPENDS="gtk2-dev libglade-dev openssl-dev scons2 libglade bzlib bzip2-dev" 500.27 + 500.28 +compile_rules() { 500.29 mkdir -p $DESTDIR/usr 500.30 scons PREFIX=/usr && 500.31 scons PREFIX=$DESTDIR/usr install 500.32 } 500.33 500.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 500.35 -genpkg_rules() 500.36 -{ 500.37 +genpkg_rules() { 500.38 mkdir -p $fs/usr/share/pixmaps 500.39 cp -a $install/usr/bin $fs/usr 500.40 cp -a $install/usr/share/linuxdcpp $fs/usr/share 500.41 cd $fs/usr/share/pixmaps 500.42 ln -s ../linuxdcpp/pixmaps/linuxdcpp.png . 500.43 + DEPENDS="gtk2 libglade openssl gcc-lib-base bzlib" 500.44 }
501.1 --- a/listpatron/receipt Mon Oct 15 16:44:45 2018 +0300 501.2 +++ b/listpatron/receipt Tue Oct 16 16:46:05 2018 +0300 501.3 @@ -1,22 +1,19 @@ 501.4 -# SliTaz package receipt. 501.5 +# SliTaz package receipt v2. 501.6 501.7 PACKAGE="listpatron" 501.8 VERSION="0.1.1" 501.9 CATEGORY="office" 501.10 -SHORT_DESC="GTK+2 application for maintaining lists of information.." 501.11 +SHORT_DESC="GTK+2 application for maintaining lists of information" 501.12 MAINTAINER="pankso@slitaz.org" 501.13 LICENSE="GPL2" 501.14 +WEB_SITE="http://www.electricmonk.nl/Programmings/ListPatron" 501.15 + 501.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 501.17 -WEB_SITE="http://www.electricmonk.nl/Programmings/ListPatron" 501.18 WGET_URL="http://projects.electricmonk.nl/projects/$PACKAGE/$TARBALL" 501.19 501.20 -DEPENDS="gtk+ xorg-libXdamage" 501.21 -BUILD_DEPENDS="gtk+-dev" 501.22 +BUILD_DEPENDS="gtk2-dev" 501.23 501.24 -# Rules to configure and make the package. 501.25 -compile_rules() 501.26 -{ 501.27 - cd $src 501.28 +compile_rules() { 501.29 ./configure \ 501.30 --prefix=/usr \ 501.31 --libexecdir=/usr/lib/$PACKAGE \ 501.32 @@ -25,15 +22,13 @@ 501.33 make DESTDIR=$DESTDIR install 501.34 } 501.35 501.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 501.37 -genpkg_rules() 501.38 -{ 501.39 - mkdir -p $fs/usr/share/applications 501.40 - cp -a $stuff/listpatron.desktop $fs/usr/share/applications 501.41 - cp -a $install/usr/bin $fs/usr 501.42 - cp -a $install/usr/share/pixmaps $fs/usr/share 501.43 - cp -a $install/usr/share/xml $fs/usr/share 501.44 - cd $fs/usr/share/pixmaps 501.45 - ln -s listpatron/icons/listpatron-col-add.png listpatron.png 501.46 +genpkg_rules() { 501.47 + mkdir -p $fs/usr/share/applications 501.48 + cp -a $stuff/listpatron.desktop $fs/usr/share/applications 501.49 + cp -a $install/usr/bin $fs/usr 501.50 + cp -a $install/usr/share/pixmaps $fs/usr/share 501.51 + cp -a $install/usr/share/xml $fs/usr/share 501.52 + cd $fs/usr/share/pixmaps 501.53 + ln -s listpatron/icons/listpatron-col-add.png listpatron.png 501.54 + DEPENDS="gtk2 xorg-libXdamage" 501.55 } 501.56 -
502.1 --- a/lives/receipt Mon Oct 15 16:44:45 2018 +0300 502.2 +++ b/lives/receipt Tue Oct 16 16:46:05 2018 +0300 502.3 @@ -11,7 +11,7 @@ 502.4 TARBALL="LiVES-$VERSION.tar.bz2" 502.5 WGET_URL="http://lives-video.com/releases/$TARBALL" 502.6 502.7 -BUILD_DEPENDS="alsa-lib alsa-lib-dev libpng16-dev gtk+-dev procps expat-dev \ 502.8 +BUILD_DEPENDS="alsa-lib alsa-lib-dev libpng16-dev gtk2-dev procps expat-dev \ 502.9 perl gettext-tools" 502.10 502.11 compile_rules() { 502.12 @@ -28,5 +28,5 @@ 502.13 502.14 genpkg_rules() { 502.15 copy @std 502.16 - DEPENDS="alsa-lib libpng16 gtk+ sox mjpegtools libavc1394 liboil libtheora" 502.17 + DEPENDS="alsa-lib libpng16 gtk2 sox mjpegtools libavc1394 liboil libtheora" 502.18 }
503.1 --- a/lm-sensors/receipt Mon Oct 15 16:44:45 2018 +0300 503.2 +++ b/lm-sensors/receipt Tue Oct 16 16:46:05 2018 +0300 503.3 @@ -7,7 +7,7 @@ 503.4 MAINTAINER="pascal.bellard@slitaz.org" 503.5 LICENSE="GPL2" 503.6 WEB_SITE="https://github.com/groeck/lm-sensors/issues/3" 503.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/lm_sensors.html" 503.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/lm_sensors.html" 503.9 503.10 TARBALL="lm_sensors-$VERSION.tar.bz2" 503.11 WGET_URL="https://ftp.gwdg.de/pub/linux/misc/lm-sensors/$TARBALL"
504.1 --- a/log4c/receipt Mon Oct 15 16:44:45 2018 +0300 504.2 +++ b/log4c/receipt Tue Oct 16 16:46:05 2018 +0300 504.3 @@ -9,9 +9,9 @@ 504.4 WEB_SITE="http://log4c.sourceforge.net" 504.5 504.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 504.7 -WGET_URL="http://prdownloads.sourceforge.net/log4c/$TARBALL" 504.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 504.9 504.10 -SPLIT="log4c-dev" 504.11 +SPLIT="$PACKAGE-dev" 504.12 504.13 compile_rules() { 504.14 ./configure $CONFIGURE_ARGS &&
505.1 --- a/logrotate/receipt Mon Oct 15 16:44:45 2018 +0300 505.2 +++ b/logrotate/receipt Tue Oct 16 16:46:05 2018 +0300 505.3 @@ -7,7 +7,7 @@ 505.4 MAINTAINER="pascal.bellard@slitaz.org" 505.5 LICENSE="GPL2" 505.6 WEB_SITE="https://github.com/logrotate/logrotate" 505.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/logrotate.html" 505.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/logrotate.html" 505.9 505.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 505.11 WGET_URL="https://github.com/logrotate/logrotate/releases/download/$VERSION/$TARBALL"
506.1 --- a/loqui/receipt Mon Oct 15 16:44:45 2018 +0300 506.2 +++ b/loqui/receipt Tue Oct 16 16:46:05 2018 +0300 506.3 @@ -11,7 +11,7 @@ 506.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 506.5 WGET_URL="https://launchpadlibrarian.net/85404437/$TARBALL" 506.6 506.7 -BUILD_DEPENDS="gtk+-dev" 506.8 +BUILD_DEPENDS="gtk2-dev" 506.9 506.10 compile_rules() { 506.11 export LDFLAGS="$LDFLAGS -lgthread-2.0" 506.12 @@ -24,5 +24,5 @@ 506.13 506.14 genpkg_rules() { 506.15 copy @std 506.16 - DEPENDS="gtk+" 506.17 + DEPENDS="gtk2" 506.18 }
507.1 --- a/lostirc/receipt Mon Oct 15 16:44:45 2018 +0300 507.2 +++ b/lostirc/receipt Tue Oct 16 16:46:05 2018 +0300 507.3 @@ -11,7 +11,7 @@ 507.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 507.5 WGET_URL="http://dfn.dl.sourceforge.net/sourceforge/lostirc/$TARBALL" 507.6 507.7 -BUILD_DEPENDS="glibmm-dev cairomm-dev gtkmm-dev libsigc++-dev gtk+-dev" 507.8 +BUILD_DEPENDS="glibmm-dev cairomm-dev gtkmm-dev libsigc++-dev gtk2-dev" 507.9 507.10 compile_rules() { 507.11 ./configure $CONFIGURE_ARGS &&
508.1 --- a/lsb-release/receipt Mon Oct 15 16:44:45 2018 +0300 508.2 +++ b/lsb-release/receipt Tue Oct 16 16:46:05 2018 +0300 508.3 @@ -7,34 +7,26 @@ 508.4 MAINTAINER="al.bobylev@gmail.com" 508.5 LICENSE="OSI" 508.6 WEB_SITE="https://sourceforge.net/projects/lsb/" 508.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/lsb-release.html" 508.8 508.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 508.10 WGET_URL="$SF_MIRROR/lsb/$TARBALL" 508.11 508.12 BUILD_DEPENDS="help2man" 508.13 508.14 -# Rules to configure and make the package. 508.15 -compile_rules() 508.16 -{ 508.17 - # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/lsb-release.html 508.18 +compile_rules() { 508.19 sed -i "s|n/a|unavailable|" lsb_release 508.20 ./help2man -N \ 508.21 --include ./lsb_release.examples \ 508.22 --alt_version_key=program_version \ 508.23 ./lsb_release > lsb_release.1 508.24 508.25 - mkdir -p $install/usr/share/man/man1/ 508.26 - install -v -m644 lsb_release.1 $install/usr/share/man/man1/ 508.27 + install -Dm755 lsb_release $install/usr/bin/lsb_release 508.28 + install -Dm644 $stuff/lsb-release $install/etc/lsb-release 508.29 508.30 - mkdir -p $install/usr/bin/ 508.31 - install -v -m755 lsb_release $install/usr/bin/ 508.32 - 508.33 - mkdir -p $install/etc/ 508.34 - cp $stuff/lsb-release $install/etc/ 508.35 + cook_pick_manpages lsb_release.1 508.36 } 508.37 508.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 508.39 -genpkg_rules() 508.40 -{ 508.41 +genpkg_rules() { 508.42 copy @std 508.43 }
509.1 --- a/lsof/receipt Mon Oct 15 16:44:45 2018 +0300 509.2 +++ b/lsof/receipt Tue Oct 16 16:46:05 2018 +0300 509.3 @@ -7,7 +7,7 @@ 509.4 MAINTAINER="pascal.bellard@slitaz.org" 509.5 LICENSE="BSD" 509.6 WEB_SITE="https://people.freebsd.org/~abe/" 509.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/lsof.html" 509.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/lsof.html" 509.9 509.10 TARBALL="${PACKAGE}_$VERSION.tar.bz2" 509.11 WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/$TARBALL"
510.1 --- a/lua/receipt Mon Oct 15 16:44:45 2018 +0300 510.2 +++ b/lua/receipt Tue Oct 16 16:46:05 2018 +0300 510.3 @@ -7,7 +7,7 @@ 510.4 MAINTAINER="pankso@slitaz.org" 510.5 LICENSE="MIT" 510.6 WEB_SITE="https://www.lua.org/" 510.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/lua.html" 510.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/lua.html" 510.9 REPOLOGY="lua53" 510.10 510.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 510.12 @@ -16,15 +16,12 @@ 510.13 TARBALL_SHA1="79790cfd40e09ba796b01a571d4d63b52b1cd950" 510.14 510.15 BUILD_DEPENDS="readline-dev" 510.16 -SPLIT="liblua lua-dev" 510.17 +SPLIT="liblua $PACKAGE-dev" 510.18 510.19 compile_rules() { 510.20 sed -i '/#define LUA_ROOT/ s:/usr/local/:/usr/:' src/luaconf.h 510.21 510.22 case "$ARCH" in 510.23 - arm) 510.24 - make CC=${HOST_SYSTEM}-gcc posix 510.25 - ;; 510.26 i486) 510.27 sed -i "s|-O2|-Os -march=$ARCH|" src/Makefile 510.28 make MYCFLAGS="-DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" linux
511.1 --- a/lxappearance-obconf/receipt Mon Oct 15 16:44:45 2018 +0300 511.2 +++ b/lxappearance-obconf/receipt Tue Oct 16 16:46:05 2018 +0300 511.3 @@ -7,11 +7,11 @@ 511.4 MAINTAINER="pankso@slitaz.org" 511.5 LICENSE="GPL2" 511.6 WEB_SITE="https://lxde.org/" 511.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxappearance-obconf.html" 511.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxappearance-obconf.html" 511.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 511.10 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 511.11 511.12 -BUILD_DEPENDS="intltool openbox-dev gtk+-dev lxappearance-dev \ 511.13 +BUILD_DEPENDS="intltool openbox-dev gtk2-dev lxappearance-dev \ 511.14 xorg-libXrandr-dev" 511.15 511.16 compile_rules() {
512.1 --- a/lxappearance/receipt Mon Oct 15 16:44:45 2018 +0300 512.2 +++ b/lxappearance/receipt Tue Oct 16 16:46:05 2018 +0300 512.3 @@ -7,12 +7,12 @@ 512.4 MAINTAINER="pankso@slitaz.org" 512.5 LICENSE="GPL2" 512.6 WEB_SITE="https://wiki.lxde.org/en/LXAppearance" 512.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxappearance.html" 512.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxappearance.html" 512.9 512.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 512.11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 512.12 512.13 -BUILD_DEPENDS="intltool xorg-libX11-dev gtk+-dev dbus-dev dbus-glib-dev" 512.14 +BUILD_DEPENDS="intltool xorg-libX11-dev gtk2-dev dbus-dev dbus-glib-dev" 512.15 SPLIT="lxappearance-dev" 512.16 512.17 compile_rules() { 512.18 @@ -32,11 +32,11 @@ 512.19 lxappearance) 512.20 copy @std 512.21 DEPENDS="atk cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \ 512.22 - glib gtk+ pango xorg-libX11" 512.23 + glib gtk2 pango xorg-libX11" 512.24 ;; 512.25 *-dev) 512.26 copy @dev 512.27 - DEPENDS="lxappearance glib-dev gtk+-dev" 512.28 + DEPENDS="lxappearance glib-dev gtk2-dev" 512.29 ;; 512.30 esac 512.31 }
513.1 --- a/lxde-common/receipt Mon Oct 15 16:44:45 2018 +0300 513.2 +++ b/lxde-common/receipt Tue Oct 16 16:46:05 2018 +0300 513.3 @@ -7,7 +7,7 @@ 513.4 MAINTAINER="al.bobylev@gmail.com" 513.5 LICENSE="LGPL3" 513.6 WEB_SITE="http://www.lxde.org/" 513.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxde-common.html" 513.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxde-common.html" 513.9 513.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 513.11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
514.1 --- a/lxde-icon-theme/receipt Mon Oct 15 16:44:45 2018 +0300 514.2 +++ b/lxde-icon-theme/receipt Tue Oct 16 16:46:05 2018 +0300 514.3 @@ -7,7 +7,7 @@ 514.4 MAINTAINER="al.bobylev@gmail.com" 514.5 LICENSE="LGPL3" 514.6 WEB_SITE="http://www.lxde.org/" 514.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/lxde-icon-theme.html" 514.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/lxde-icon-theme.html" 514.9 514.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 514.11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
515.1 --- a/lxde/receipt Mon Oct 15 16:44:45 2018 +0300 515.2 +++ b/lxde/receipt Tue Oct 16 16:46:05 2018 +0300 515.3 @@ -20,7 +20,7 @@ 515.4 515.5 TAGS="LXDE window-manager desktop" 515.6 SUGGESTED="lxterminal lxdm lxshortcut xarchiver" 515.7 - DEPENDS="xorg-libX11 gtk+ lxpanel lxtask lxappearance lxsession pcmanfm \ 515.8 + DEPENDS="xorg-libX11 gtk2 lxpanel lxtask lxappearance lxsession pcmanfm \ 515.9 lxrandr lxinput openbox obconf gpicview leafpad slitaz-configs \ 515.10 slitaz-tools-boxes" 515.11 }
516.1 --- a/lxdm/receipt Mon Oct 15 16:44:45 2018 +0300 516.2 +++ b/lxdm/receipt Tue Oct 16 16:46:05 2018 +0300 516.3 @@ -11,7 +11,7 @@ 516.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 516.5 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 516.6 516.7 -BUILD_DEPENDS="intltool xorg-libX11-dev gtk+-dev iso-codes" # + consolekit2-dev 516.8 +BUILD_DEPENDS="intltool xorg-libX11-dev gtk2-dev iso-codes" # + consolekit2-dev 516.9 SPLIT="lxdm-dev" 516.10 516.11 compile_rules() { 516.12 @@ -36,7 +36,7 @@ 516.13 case $PACKAGE in 516.14 lxdm) 516.15 copy @std 516.16 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \ 516.17 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango \ 516.18 xorg-libX11 xorg-libxcb" 516.19 SUGGESTED="iso-codes" 516.20 CONFIG_FILES="/etc/lxdm/LoginReady /etc/lxdm/PostLogin \ 516.21 @@ -47,7 +47,7 @@ 516.22 *-dev) 516.23 copy @dev 516.24 DEPENDS="lxdm atk-dev cairo-dev fontconfig-dev freetype-dev \ 516.25 - gdk-pixbuf-dev glib-dev gtk+-dev pango-dev" 516.26 + gdk-pixbuf-dev glib-dev gtk2-dev pango-dev" 516.27 ;; 516.28 esac 516.29 }
517.1 --- a/lximage-qt/receipt Mon Oct 15 16:44:45 2018 +0300 517.2 +++ b/lximage-qt/receipt Tue Oct 16 16:46:05 2018 +0300 517.3 @@ -7,7 +7,7 @@ 517.4 MAINTAINER="al.bobylev@gmail.com" 517.5 LICENSE="GPL2" 517.6 WEB_SITE="https://github.com/lxde/lximage-qt" 517.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lximage-qt.html" 517.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lximage-qt.html" 517.9 517.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 517.11 WGET_URL="https://github.com/lxde/lximage-qt/releases/download/$VERSION/$TARBALL"
518.1 --- a/lxinput/receipt Mon Oct 15 16:44:45 2018 +0300 518.2 +++ b/lxinput/receipt Tue Oct 16 16:46:05 2018 +0300 518.3 @@ -1,4 +1,4 @@ 518.4 -# SliTaz package receipt. 518.5 +# SliTaz package receipt v2. 518.6 518.7 PACKAGE="lxinput" 518.8 VERSION="0.3.5" 518.9 @@ -7,17 +7,14 @@ 518.10 MAINTAINER="pankso@slitaz.org" 518.11 LICENSE="GPL3" 518.12 WEB_SITE="https://lxde.org/" 518.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxinput.html" 518.14 518.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 518.16 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 518.17 518.18 -BUILD_DEPENDS="intltool gtk+-dev" 518.19 +BUILD_DEPENDS="intltool gtk2-dev" 518.20 518.21 -# Rules to configure and make the package. 518.22 -compile_rules() 518.23 -{ 518.24 - # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxinput.html 518.25 - 518.26 +compile_rules() { 518.27 sed -i 's|^Icon=.*$|Icon=preferences-desktop-keyboard|' \ 518.28 data/lxinput.desktop.in 518.29 518.30 @@ -26,12 +23,10 @@ 518.31 make && make install 518.32 } 518.33 518.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 518.35 -genpkg_rules() 518.36 -{ 518.37 +genpkg_rules() { 518.38 # skip icons (found in the icon theme) 518.39 copy bin/ *.ui 518.40 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \ 518.41 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango \ 518.42 xorg-libX11 xorg-xset" 518.43 TAGS="LXDE keyboard mouse" 518.44 }
519.1 --- a/lxlauncher/receipt Mon Oct 15 16:44:45 2018 +0300 519.2 +++ b/lxlauncher/receipt Tue Oct 16 16:46:05 2018 +0300 519.3 @@ -11,7 +11,7 @@ 519.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 519.5 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 519.6 519.7 -BUILD_DEPENDS="xorg-libX11-dev gtk+-dev gnome-menus gnome-menus-dev \ 519.8 +BUILD_DEPENDS="xorg-libX11-dev gtk2-dev gnome-menus gnome-menus-dev \ 519.9 menu-cache-dev startup-notification-dev startup-notification xorg-libxcb-dev \ 519.10 intltool" 519.11 519.12 @@ -26,7 +26,7 @@ 519.13 519.14 genpkg_rules() { 519.15 copy @std 519.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ menu-cache startup-notification \ 519.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 menu-cache startup-notification \ 519.18 xorg-libX11 gnome-menus" 519.19 TAGS="LXDE netbook" 519.20 }
520.1 --- a/lxmenu-data/receipt Mon Oct 15 16:44:45 2018 +0300 520.2 +++ b/lxmenu-data/receipt Tue Oct 16 16:46:05 2018 +0300 520.3 @@ -7,17 +7,17 @@ 520.4 MAINTAINER="rcx@zoominternet.net" 520.5 LICENSE="GPL2" 520.6 WEB_SITE="https://lxde.org/" 520.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxmenu-data.html" 520.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxmenu-data.html" 520.9 520.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 520.11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 520.12 520.13 -BUILD_DEPENDS_arm=" " 520.14 BUILD_DEPENDS="gettext intltool" 520.15 520.16 compile_rules() { 520.17 ./configure $CONFIGURE_ARGS && 520.18 - make && make install 520.19 + make && 520.20 + make install 520.21 } 520.22 520.23 genpkg_rules() {
521.1 --- a/lxpanel/receipt Mon Oct 15 16:44:45 2018 +0300 521.2 +++ b/lxpanel/receipt Tue Oct 16 16:46:05 2018 +0300 521.3 @@ -12,9 +12,9 @@ 521.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 521.5 WGET_URL="https://git.lxde.org/gitweb/?p=lxde/lxpanel.git;a=snapshot;h=$COMMIT;sf=txz" 521.6 521.7 -BUILD_DEPENDS_arm="gtk+-dev menu-cache-dev alsa-lib-dev wireless_tools-dev \ 521.8 +BUILD_DEPENDS_arm="gtk2-dev menu-cache-dev alsa-lib-dev wireless_tools-dev \ 521.9 libxml2-dev lxmenu-data" 521.10 -BUILD_DEPENDS="automake libtool intltool gtk+-dev menu-cache-dev alsa-lib-dev \ 521.11 +BUILD_DEPENDS="automake libtool intltool gtk2-dev menu-cache-dev alsa-lib-dev \ 521.12 wireless_tools-dev libxml2-dev lxmenu-data libwnck2-dev libfm-dev \ 521.13 keybinder-dev" 521.14 SPLIT="lxpanel-extra lxpanel lxpanel-dev" 521.15 @@ -47,11 +47,11 @@ 521.16 stock_volume.png volume-*.png window-manager.png 521.17 CAT="x-window|extra files and plugins" 521.18 TAGS="LXDE" 521.19 - DEPENDS="glib gtk+ lxpanel xorg-libX11" 521.20 + DEPENDS="glib gtk2 lxpanel xorg-libX11" 521.21 ;; 521.22 lxpanel) 521.23 copy @std @rm 521.24 - DEPENDS="alsa-lib cairo gdk-pixbuf glib gtk+ libfm libfm-gtk \ 521.25 + DEPENDS="alsa-lib cairo gdk-pixbuf glib gtk2 libfm libfm-gtk \ 521.26 keybinder libwnck2 libxml2 menu-cache pango wireless_tools \ 521.27 xorg-libX11 slitaz-menus" 521.28 #CONFIG_FILES="/etc/xdg/lxpanel/default/" 521.29 @@ -61,7 +61,7 @@ 521.30 lxpanel-dev) 521.31 copy @dev 521.32 DEPENDS="lxpanel lxpanel-extra \ 521.33 - gtk+-dev libfm-dev" 521.34 + gtk2-dev libfm-dev" 521.35 ;; 521.36 esac 521.37 }
522.1 --- a/lxpolkit/receipt Mon Oct 15 16:44:45 2018 +0300 522.2 +++ b/lxpolkit/receipt Tue Oct 16 16:46:05 2018 +0300 522.3 @@ -11,7 +11,7 @@ 522.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 522.5 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 522.6 522.7 -BUILD_DEPENDS="gtk+-dev polkit-dev intltool" 522.8 +BUILD_DEPENDS="gtk2-dev polkit-dev intltool" 522.9 522.10 compile_rules() { 522.11 ./configure \ 522.12 @@ -23,6 +23,6 @@ 522.13 522.14 genpkg_rules() { 522.15 copy @std 522.16 - DEPENDS="gtk+ polkit" 522.17 + DEPENDS="gtk2 polkit" 522.18 TAGS="LXDE" 522.19 }
523.1 --- a/lxqt-about/receipt Mon Oct 15 16:44:45 2018 +0300 523.2 +++ b/lxqt-about/receipt Tue Oct 16 16:46:05 2018 +0300 523.3 @@ -7,7 +7,7 @@ 523.4 MAINTAINER="al.bobylev@gmail.com" 523.5 LICENSE="LGPL2.1" 523.6 WEB_SITE="https://github.com/lxde/lxqt-about" 523.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-about.html" 523.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-about.html" 523.9 523.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 523.11 WGET_URL="https://github.com/lxde/lxqt-about/releases/download/$VERSION/$TARBALL"
524.1 --- a/lxqt-admin/receipt Mon Oct 15 16:44:45 2018 +0300 524.2 +++ b/lxqt-admin/receipt Tue Oct 16 16:46:05 2018 +0300 524.3 @@ -7,7 +7,7 @@ 524.4 MAINTAINER="al.bobylev@gmail.com" 524.5 LICENSE="LGPL2.1" 524.6 WEB_SITE="https://github.com/lxde/lxqt-admin" 524.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-admin.html" 524.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-admin.html" 524.9 524.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 524.11 WGET_URL="https://github.com/lxde/lxqt-admin/releases/download/$VERSION/$TARBALL"
525.1 --- a/lxqt-build-tools/receipt Mon Oct 15 16:44:45 2018 +0300 525.2 +++ b/lxqt-build-tools/receipt Tue Oct 16 16:46:05 2018 +0300 525.3 @@ -7,7 +7,7 @@ 525.4 MAINTAINER="al.bobylev@gmail.com" 525.5 LICENSE="LGPL2.1" 525.6 WEB_SITE="https://github.com/lxde/lxqt-build-tools" 525.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-build-tools.html" 525.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-build-tools.html" 525.9 525.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 525.11 WGET_URL="https://github.com/lxde/lxqt-build-tools/releases/download/$VERSION/$TARBALL"
526.1 --- a/lxqt-config/receipt Mon Oct 15 16:44:45 2018 +0300 526.2 +++ b/lxqt-config/receipt Tue Oct 16 16:46:05 2018 +0300 526.3 @@ -7,7 +7,7 @@ 526.4 MAINTAINER="al.bobylev@gmail.com" 526.5 LICENSE="LGPL2.1" 526.6 WEB_SITE="https://github.com/lxde/lxqt-config" 526.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-config.html" 526.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-config.html" 526.9 526.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 526.11 WGET_URL="https://github.com/lxde/lxqt-config/releases/download/$VERSION/$TARBALL"
527.1 --- a/lxqt-globalkeys/receipt Mon Oct 15 16:44:45 2018 +0300 527.2 +++ b/lxqt-globalkeys/receipt Tue Oct 16 16:46:05 2018 +0300 527.3 @@ -7,7 +7,7 @@ 527.4 MAINTAINER="al.bobylev@gmail.com" 527.5 LICENSE="LGPL2.1" 527.6 WEB_SITE="https://github.com/lxde/lxqt-globalkeys" 527.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-globalkeys.html" 527.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-globalkeys.html" 527.9 527.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 527.11 WGET_URL="https://github.com/lxde/lxqt-globalkeys/releases/download/$VERSION/$TARBALL"
528.1 --- a/lxqt-l10n/receipt Mon Oct 15 16:44:45 2018 +0300 528.2 +++ b/lxqt-l10n/receipt Tue Oct 16 16:46:05 2018 +0300 528.3 @@ -7,7 +7,7 @@ 528.4 MAINTAINER="al.bobylev@gmail.com" 528.5 LICENSE="LGPL2.1" 528.6 WEB_SITE="https://github.com/lxde/lxqt-l10n" 528.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-l10n.html" 528.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-l10n.html" 528.9 528.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 528.11 WGET_URL="https://github.com/lxde/lxqt-l10n/releases/download/$VERSION/$TARBALL"
529.1 --- a/lxqt-notificationd/receipt Mon Oct 15 16:44:45 2018 +0300 529.2 +++ b/lxqt-notificationd/receipt Tue Oct 16 16:46:05 2018 +0300 529.3 @@ -7,7 +7,7 @@ 529.4 MAINTAINER="al.bobylev@gmail.com" 529.5 LICENSE="LGPL2.1" 529.6 WEB_SITE="https://github.com/lxde/lxqt-notificationd" 529.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-notificationd.html" 529.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-notificationd.html" 529.9 529.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 529.11 WGET_URL="https://github.com/lxde/lxqt-notificationd/releases/download/$VERSION/$TARBALL"
530.1 --- a/lxqt-panel/receipt Mon Oct 15 16:44:45 2018 +0300 530.2 +++ b/lxqt-panel/receipt Tue Oct 16 16:46:05 2018 +0300 530.3 @@ -7,7 +7,7 @@ 530.4 MAINTAINER="al.bobylev@gmail.com" 530.5 LICENSE="LGPL2.1" 530.6 WEB_SITE="https://github.com/lxde/lxqt-panel" 530.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-panel.html" 530.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-panel.html" 530.9 530.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 530.11 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
531.1 --- a/lxqt-policykit/receipt Mon Oct 15 16:44:45 2018 +0300 531.2 +++ b/lxqt-policykit/receipt Tue Oct 16 16:46:05 2018 +0300 531.3 @@ -7,7 +7,7 @@ 531.4 MAINTAINER="al.bobylev@gmail.com" 531.5 LICENSE="LGPL2.1" 531.6 WEB_SITE="https://github.com/lxde/lxqt-policykit" 531.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-policykit.html" 531.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-policykit.html" 531.9 531.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 531.11 WGET_URL="https://github.com/lxde/lxqt-policykit/releases/download/$VERSION/$TARBALL"
532.1 --- a/lxqt-powermanagement/receipt Mon Oct 15 16:44:45 2018 +0300 532.2 +++ b/lxqt-powermanagement/receipt Tue Oct 16 16:46:05 2018 +0300 532.3 @@ -7,7 +7,7 @@ 532.4 MAINTAINER="al.bobylev@gmail.com" 532.5 LICENSE="LGPL2.1" 532.6 WEB_SITE="https://github.com/lxde/lxqt-powermanagement" 532.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-powermanagement.html" 532.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-powermanagement.html" 532.9 532.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 532.11 WGET_URL="https://github.com/lxde/lxqt-powermanagement/releases/download/$VERSION/$TARBALL"
533.1 --- a/lxqt-qtplugin/receipt Mon Oct 15 16:44:45 2018 +0300 533.2 +++ b/lxqt-qtplugin/receipt Tue Oct 16 16:46:05 2018 +0300 533.3 @@ -7,7 +7,7 @@ 533.4 MAINTAINER="al.bobylev@gmail.com" 533.5 LICENSE="LGPL2.1" 533.6 WEB_SITE="https://github.com/lxde/lxqt-qtplugin" 533.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-qtplugin.html" 533.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-qtplugin.html" 533.9 533.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 533.11 WGET_URL="https://github.com/lxde/lxqt-qtplugin/releases/download/$VERSION/$TARBALL"
534.1 --- a/lxqt-runner/receipt Mon Oct 15 16:44:45 2018 +0300 534.2 +++ b/lxqt-runner/receipt Tue Oct 16 16:46:05 2018 +0300 534.3 @@ -7,7 +7,7 @@ 534.4 MAINTAINER="al.bobylev@gmail.com" 534.5 LICENSE="LGPL2.1" 534.6 WEB_SITE="https://github.com/lxde/lxqt-runner" 534.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-runner.html" 534.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-runner.html" 534.9 534.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 534.11 WGET_URL="https://github.com/lxde/lxqt-runner/releases/download/$VERSION/$TARBALL"
535.1 --- a/lxqt-session/receipt Mon Oct 15 16:44:45 2018 +0300 535.2 +++ b/lxqt-session/receipt Tue Oct 16 16:46:05 2018 +0300 535.3 @@ -7,7 +7,7 @@ 535.4 MAINTAINER="al.bobylev@gmail.com" 535.5 LICENSE="LGPL2.1" 535.6 WEB_SITE="https://github.com/lxde/lxqt-session" 535.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-session.html" 535.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-session.html" 535.9 535.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 535.11 WGET_URL="https://github.com/lxde/lxqt-session/releases/download/$VERSION/$TARBALL"
536.1 --- a/lxrandr/receipt Mon Oct 15 16:44:45 2018 +0300 536.2 +++ b/lxrandr/receipt Tue Oct 16 16:46:05 2018 +0300 536.3 @@ -7,17 +7,14 @@ 536.4 MAINTAINER="gokhlayeh@slitaz.org" 536.5 LICENSE="GPL2" 536.6 WEB_SITE="https://wiki.lxde.org/en/LXRandR" 536.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxrandr.html" 536.8 536.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 536.10 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 536.11 536.12 -BUILD_DEPENDS="intltool gtk+-dev" 536.13 +BUILD_DEPENDS="intltool gtk2-dev" 536.14 536.15 -# Rules to configure and make the package. 536.16 -compile_rules() 536.17 -{ 536.18 - # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxrandr.html 536.19 - 536.20 +compile_rules() { 536.21 # change icon and remove keywords from desktop file 536.22 sed -i 's|^Icon=.*$|Icon=preferences-desktop-display|; 536.23 /^_Keywords=/d' data/lxrandr.desktop.in 536.24 @@ -27,10 +24,8 @@ 536.25 make && make install 536.26 } 536.27 536.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 536.29 -genpkg_rules() 536.30 -{ 536.31 +genpkg_rules() { 536.32 copy @std 536.33 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango" 536.34 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango" 536.35 TAGS="LXDE" 536.36 }
537.1 --- a/lxsession/receipt Mon Oct 15 16:44:45 2018 +0300 537.2 +++ b/lxsession/receipt Tue Oct 16 16:46:05 2018 +0300 537.3 @@ -7,13 +7,13 @@ 537.4 MAINTAINER="pankso@slitaz.org" 537.5 LICENSE="GPL2" 537.6 WEB_SITE="https://wiki.lxde.org/en/LXSession" 537.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxsession.html" 537.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxsession.html" 537.9 537.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 537.11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 537.12 537.13 BUILD_DEPENDS="intltool xorg-libX11-dev polkit-dev vala libxslt docbook-xsl \ 537.14 -automake gtk+-dev" 537.15 +automake gtk2-dev" 537.16 537.17 compile_rules() { 537.18 # https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/lxsession 537.19 @@ -54,7 +54,7 @@ 537.20 537.21 genpkg_rules() { 537.22 copy @std 537.23 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango polkit \ 537.24 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango polkit \ 537.25 xorg-libX11 dbus-glib lsb-release" 537.26 CONFIG_FILES="/etc/xdg/lxsession/LXDE/desktop.conf \ 537.27 /etc/xdg/lxsession/LXDE/conffiles.conf"
538.1 --- a/lxtask/receipt Mon Oct 15 16:44:45 2018 +0300 538.2 +++ b/lxtask/receipt Tue Oct 16 16:46:05 2018 +0300 538.3 @@ -7,27 +7,24 @@ 538.4 MAINTAINER="pankso@slitaz.org" 538.5 LICENSE="GPL2" 538.6 WEB_SITE="https://wiki.lxde.org/en/LXTask" 538.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxtask.html" 538.8 538.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 538.10 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 538.11 538.12 -BUILD_DEPENDS="gtk+-dev intltool" 538.13 +BUILD_DEPENDS="gtk2-dev intltool" 538.14 538.15 -# Rules to configure and make the package. 538.16 -compile_rules() 538.17 -{ 538.18 - # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxtask.html 538.19 - 538.20 +compile_rules() { 538.21 # remove keywords from desktop file 538.22 sed -i '/^_Keywords=/d' data/lxtask.desktop.in 538.23 538.24 - ./configure $CONFIGURE_ARGS && make && make install 538.25 + ./configure $CONFIGURE_ARGS && 538.26 + make && 538.27 + make install 538.28 } 538.29 538.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 538.31 -genpkg_rules() 538.32 -{ 538.33 +genpkg_rules() { 538.34 copy @std 538.35 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango" 538.36 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango" 538.37 TAGS="LXDE" 538.38 }
539.1 --- a/lxterminal/receipt Mon Oct 15 16:44:45 2018 +0300 539.2 +++ b/lxterminal/receipt Tue Oct 16 16:46:05 2018 +0300 539.3 @@ -7,18 +7,20 @@ 539.4 MAINTAINER="gokhlayeh@slitaz.org" 539.5 LICENSE="GPL2" 539.6 WEB_SITE="https://wiki.lxde.org/en/LXTerminal" 539.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxterminal.html" 539.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxterminal.html" 539.9 539.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 539.11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 539.12 539.13 -BUILD_DEPENDS="intltool gtk+-dev vte-gtk2-dev" 539.14 +BUILD_DEPENDS="intltool gtk2-dev vte-gtk2-dev" 539.15 SPLIT="lxterminal-locales" 539.16 539.17 compile_rules() { 539.18 sed -i '/_Keywords=/d; /TryExec=/d' $src/data/lxterminal.desktop.in 539.19 539.20 - ./configure $CONFIGURE_ARGS && make && make install 539.21 + ./configure $CONFIGURE_ARGS && 539.22 + make && 539.23 + make install 539.24 } 539.25 539.26 genpkg_rules() { 539.27 @@ -26,7 +28,7 @@ 539.28 lxterminal) 539.29 copy @std 539.30 rm -r $fs/usr/share/icons 539.31 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \ 539.32 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango \ 539.33 vte-gtk2 xorg-libX11 xorg-libXext" 539.34 SUGGESTED="lxterminal-locales" 539.35 TAGS="LXDE terminal"
540.1 --- a/lzo/receipt Mon Oct 15 16:44:45 2018 +0300 540.2 +++ b/lzo/receipt Tue Oct 16 16:46:05 2018 +0300 540.3 @@ -7,7 +7,7 @@ 540.4 MAINTAINER="erjo@slitaz.org" 540.5 LICENSE="GPL2" 540.6 WEB_SITE="http://www.oberhumer.com/opensource/lzo/" 540.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/lzo.html" 540.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/lzo.html" 540.9 540.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 540.11 WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL"
541.1 --- a/magnifier/receipt Mon Oct 15 16:44:45 2018 +0300 541.2 +++ b/magnifier/receipt Tue Oct 16 16:46:05 2018 +0300 541.3 @@ -1,4 +1,4 @@ 541.4 -# SliTaz package receipt. 541.5 +# SliTaz package receipt v2. 541.6 541.7 PACKAGE="magnifier" 541.8 VERSION="3.5" 541.9 @@ -6,28 +6,22 @@ 541.10 SHORT_DESC="Virtual magnifying glass" 541.11 MAINTAINER="paul@slitaz.org" 541.12 LICENSE="GPL2" 541.13 -SOURCE="magnifier-linux" 541.14 -TARBALL="$SOURCE-$VERSION.tar.bz2" 541.15 WEB_SITE="http://magnifier.sourceforge.net/" 541.16 -WGET_URL="http://downloads.sourceforge.net/magnifier/$TARBALL" 541.17 541.18 -DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \ 541.19 -xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 541.20 -xorg-libXrandr xorg-libXrender xorg-libXdamage" 541.21 +TARBALL="magnifier-linux-$VERSION.tar.bz2" 541.22 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 541.23 541.24 -# Rules to configure and make the package. 541.25 -compile_rules() 541.26 -{ 541.27 +compile_rules() { 541.28 cd $src 541.29 ./install.sh DESTDIR=$DESTDIR install 541.30 } 541.31 541.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 541.33 -genpkg_rules() 541.34 -{ 541.35 +genpkg_rules() { 541.36 mkdir -p $fs/usr/share/pixmaps 541.37 cp -a $install/usr/bin $fs/usr 541.38 cp -a $install/usr/share $fs/usr 541.39 cp $install/usr/share/magnifier/icon3.ico $fs/usr/share/pixmaps/icon3.png 541.40 + DEPENDS="expat gtk2 xorg-libX11 xorg-libXau xorg-libXcomposite \ 541.41 + xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 541.42 + xorg-libXrandr xorg-libXrender xorg-libXdamage" 541.43 } 541.44 -
542.1 --- a/marco/receipt Mon Oct 15 16:44:45 2018 +0300 542.2 +++ b/marco/receipt Tue Oct 16 16:46:05 2018 +0300 542.3 @@ -11,7 +11,7 @@ 542.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 542.5 WGET_URL="https://github.com/mate-desktop/marco/archive/v$VERSION.tar.gz" 542.6 542.7 -BUILD_DEPENDS="mate-common yelp-tools gtk+3-dev startup-notification-dev \ 542.8 +BUILD_DEPENDS="mate-common yelp-tools gtk3-dev startup-notification-dev \ 542.9 xorg-libXcursor-dev libgtop-dev libcanberra-dev zenity itstool \ 542.10 xorg-xcb-util-dev" 542.11 SPLIT="marco-dev" 542.12 @@ -28,14 +28,14 @@ 542.13 case $PACKAGE in 542.14 marco) 542.15 copy @std 542.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libcanberra \ 542.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 libcanberra \ 542.18 libcanberra-gtk3 libgtop pango startup-notification xorg-libX11 \ 542.19 xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXext \ 542.20 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender" 542.21 ;; 542.22 *-dev) 542.23 copy @dev 542.24 - DEPENDS="marco gtk+3-dev" 542.25 + DEPENDS="marco gtk3-dev" 542.26 ;; 542.27 esac 542.28 TAGS="MATE"
543.1 --- a/matchbox-config-gtk/receipt Mon Oct 15 16:44:45 2018 +0300 543.2 +++ b/matchbox-config-gtk/receipt Tue Oct 16 16:46:05 2018 +0300 543.3 @@ -11,7 +11,7 @@ 543.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 543.5 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-config-gtk/snapshot/$TARBALL" 543.6 543.7 -BUILD_DEPENDS="automake gtk+3-dev gconf-dev" 543.8 +BUILD_DEPENDS="automake gtk3-dev gconf-dev" 543.9 543.10 compile_rules() { 543.11 ./autogen.sh \ 543.12 @@ -22,6 +22,6 @@ 543.13 543.14 genpkg_rules() { 543.15 copy @std 543.16 - DEPENDS="gconf glib gtk+3" 543.17 + DEPENDS="gconf glib gtk3" 543.18 TAGS="matchbox" 543.19 }
544.1 --- a/matchbox-desktop-2/receipt Mon Oct 15 16:44:45 2018 +0300 544.2 +++ b/matchbox-desktop-2/receipt Tue Oct 16 16:46:05 2018 +0300 544.3 @@ -12,8 +12,8 @@ 544.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 544.5 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-desktop-2/snapshot/$TARBALL" 544.6 544.7 -BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev" 544.8 -BUILD_DEPENDS="automake glib-dev gtk+3-dev xorg-libX11-dev" 544.9 +BUILD_DEPENDS="gtk2-dev dbus-dev dbus-glib-dev util-linux-uuid-dev" 544.10 +BUILD_DEPENDS="automake glib-dev gtk3-dev xorg-libX11-dev" 544.11 544.12 compile_rules() { 544.13 mkdir m4 544.14 @@ -28,6 +28,6 @@ 544.15 544.16 genpkg_rules() { 544.17 copy @std 544.18 - DEPENDS="atk gdk-pixbuf glib gtk+3 pango xorg-libX11" 544.19 + DEPENDS="atk gdk-pixbuf glib gtk3 pango xorg-libX11" 544.20 TAGS="matchbox" 544.21 }
545.1 --- a/matchbox-panel-2/receipt Mon Oct 15 16:44:45 2018 +0300 545.2 +++ b/matchbox-panel-2/receipt Tue Oct 16 16:46:05 2018 +0300 545.3 @@ -12,7 +12,7 @@ 545.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 545.5 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-panel-2/snapshot/$TARBALL" 545.6 545.7 -BUILD_DEPENDS="automake libtool gettext xorg-libX11-dev gtk+3-dev dbus-glib-dev" 545.8 +BUILD_DEPENDS="automake libtool gettext xorg-libX11-dev gtk3-dev dbus-glib-dev" 545.9 545.10 compile_rules() { 545.11 ./autogen.sh \ 545.12 @@ -24,6 +24,6 @@ 545.13 545.14 genpkg_rules() { 545.15 copy @std 545.16 - DEPENDS="cairo dbus-glib gdk-pixbuf glib gtk+3 xorg-libX11" 545.17 + DEPENDS="cairo dbus-glib gdk-pixbuf glib gtk3 xorg-libX11" 545.18 TAGS="matchbox" 545.19 }
546.1 --- a/matchbox-panel-manager/receipt Mon Oct 15 16:44:45 2018 +0300 546.2 +++ b/matchbox-panel-manager/receipt Tue Oct 16 16:46:05 2018 +0300 546.3 @@ -11,7 +11,7 @@ 546.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 546.5 WGET_URL="http://downloads.yoctoproject.org/releases/matchbox/matchbox-panel-manager/$VERSION/$TARBALL" 546.6 546.7 -BUILD_DEPENDS="gtk+-dev" 546.8 +BUILD_DEPENDS="gtk2-dev" 546.9 546.10 compile_rules() { 546.11 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" 546.12 @@ -23,6 +23,6 @@ 546.13 546.14 genpkg_rules() { 546.15 copy @std 546.16 - DEPENDS="gdk-pixbuf glib gtk+ xorg-libX11" 546.17 + DEPENDS="gdk-pixbuf glib gtk2 xorg-libX11" 546.18 TAGS="matchbox" 546.19 }
547.1 --- a/matchbox-terminal/receipt Mon Oct 15 16:44:45 2018 +0300 547.2 +++ b/matchbox-terminal/receipt Tue Oct 16 16:46:05 2018 +0300 547.3 @@ -11,7 +11,7 @@ 547.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 547.5 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-terminal/snapshot/$TARBALL" 547.6 547.7 -BUILD_DEPENDS="automake glib-dev gtk+3-dev vte-dev" 547.8 +BUILD_DEPENDS="automake glib-dev gtk3-dev vte-dev" 547.9 547.10 compile_rules() { 547.11 mkdir m4 547.12 @@ -24,6 +24,6 @@ 547.13 547.14 genpkg_rules() { 547.15 copy @std 547.16 - DEPENDS="glib gtk+3 vte" 547.17 + DEPENDS="glib gtk3 vte" 547.18 TAGS="matchbox" 547.19 }
548.1 --- a/matchbox-window-manager-2/receipt Mon Oct 15 16:44:45 2018 +0300 548.2 +++ b/matchbox-window-manager-2/receipt Tue Oct 16 16:46:05 2018 +0300 548.3 @@ -12,7 +12,7 @@ 548.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 548.5 WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-window-manager-2/snapshot/matchbox-window-manager-2-$HASH.tar.bz2" 548.6 548.7 -BUILD_DEPENDS="automake libtool xorg-libX11-dev pango-dev gtk+-dev \ 548.8 +BUILD_DEPENDS="automake libtool xorg-libX11-dev pango-dev gtk2-dev \ 548.9 libpng12-dev xorg-libXcomposite-dev xorg-libXdamage-dev xorg-libXcursor-dev \ 548.10 expat-dev" 548.11 548.12 @@ -41,6 +41,6 @@ 548.13 548.14 genpkg_rules() { 548.15 copy @std 548.16 - DEPENDS="expat glib gtk+ libpng16 pango xorg-libX11 xorg-libXcomposite \ 548.17 + DEPENDS="expat glib gtk2 libpng16 pango xorg-libX11 xorg-libXcomposite \ 548.18 xorg-libXdamage xorg-libXext xorg-libXfixes xorg-libXft xorg-libXrender" 548.19 }
549.1 --- a/mate-applets/receipt Mon Oct 15 16:44:45 2018 +0300 549.2 +++ b/mate-applets/receipt Tue Oct 16 16:46:05 2018 +0300 549.3 @@ -11,7 +11,7 @@ 549.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 549.5 WGET_URL="https://github.com/mate-desktop/mate-applets/archive/v$VERSION.tar.gz" 549.6 549.7 -BUILD_DEPENDS="mate-common yelp-tools xorg-libX11-dev python-dev gtk+3-dev \ 549.8 +BUILD_DEPENDS="mate-common yelp-tools xorg-libX11-dev python-dev gtk3-dev \ 549.9 mate-panel-dev libgtop-dev libwnck3-dev libnotify-dev dbus-glib-dev \ 549.10 polkit-dev upower-dev gucharmap3-dev python-pygobject-dev itstool libmateweather-dev \ 549.11 gtksourceview3-dev wireless_tools-dev" # + cpufrequtils-dev + libcpupower(absent) 549.12 @@ -31,7 +31,7 @@ 549.13 } 549.14 549.15 genpkg_rules() { 549.16 - deps="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+3 libffi \ 549.17 + deps="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk3 libffi \ 549.18 libharfbuzz liblzma libpng16 libxml2 mate-panel pango pcre \ 549.19 util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau \ 549.20 xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman zlib"
550.1 --- a/mate-calc/receipt Mon Oct 15 16:44:45 2018 +0300 550.2 +++ b/mate-calc/receipt Tue Oct 16 16:46:05 2018 +0300 550.3 @@ -11,7 +11,7 @@ 550.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 550.5 WGET_URL="https://github.com/mate-desktop/mate-calc/archive/v$VERSION.tar.gz" 550.6 550.7 -BUILD_DEPENDS="mate-common yelp-tools gtk+3-dev itstool" 550.8 +BUILD_DEPENDS="mate-common yelp-tools gtk3-dev itstool" 550.9 550.10 compile_rules() { 550.11 ./autogen.sh \ 550.12 @@ -22,6 +22,6 @@ 550.13 550.14 genpkg_rules() { 550.15 copy @std 550.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libxml2 pango" 550.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 libxml2 pango" 550.18 TAGS="MATE" 550.19 }
551.1 --- a/mate-control-center/receipt Mon Oct 15 16:44:45 2018 +0300 551.2 +++ b/mate-control-center/receipt Tue Oct 16 16:46:05 2018 +0300 551.3 @@ -13,7 +13,7 @@ 551.4 551.5 BUILD_DEPENDS="mate-common yelp-tools itstool xorg-libX11-dev \ 551.6 xorg-libXScrnSaver-dev xorg-libXext-dev libcanberra-dev xorg-libXxf86misc-dev \ 551.7 -xorg-xorgproto gtk+3-dev mate-desktop-dev mate-menus-dev dbus-glib-dev marco-dev \ 551.8 +xorg-xorgproto gtk3-dev mate-desktop-dev mate-menus-dev dbus-glib-dev marco-dev \ 551.9 librsvg-dev mate-settings-daemon-dev libappindicator-gtk3-dev \ 551.10 desktop-file-utils xorg-libXcursor-dev libmatekbd-dev libxklavier-dev" 551.11 SPLIT="mate-control-center-dev" 551.12 @@ -33,14 +33,14 @@ 551.13 copy @std 551.14 rm $fs/usr/share/applications/mimeinfo.cache 551.15 DEPENDS="atk cairo dbus-glib dconf fontconfig freetype gdk-pixbuf \ 551.16 - glib gtk+3 libappindicator-gtk3 libcanberra libcanberra-gtk3 \ 551.17 + glib gtk3 libappindicator-gtk3 libcanberra libcanberra-gtk3 \ 551.18 libmatekbd librsvg libxklavier libxml2 marco mate-desktop \ 551.19 mate-menus pango xorg-libX11 xorg-libXScrnSaver xorg-libXcursor \ 551.20 xorg-libXi" 551.21 ;; 551.22 *-dev) 551.23 copy @dev 551.24 - DEPENDS="mate-control-center glib-dev gtk+3-dev librsvg-dev \ 551.25 + DEPENDS="mate-control-center glib-dev gtk3-dev librsvg-dev \ 551.26 mate-desktop-dev mate-menus-dev" 551.27 ;; 551.28 esac
552.1 --- a/mate-desktop/receipt Mon Oct 15 16:44:45 2018 +0300 552.2 +++ b/mate-desktop/receipt Tue Oct 16 16:46:05 2018 +0300 552.3 @@ -13,7 +13,7 @@ 552.4 552.5 BUILD_DEPENDS="mate-common gtk-doc gobject-introspection-dev dconf-dev \ 552.6 startup-notification-dev xorg-libX11-dev xorg-libXrandr-dev gdk-pixbuf-dev \ 552.7 -gtk+3-dev xorg-xcb-util-dev" 552.8 +gtk3-dev xorg-xcb-util-dev" 552.9 SPLIT="mate-desktop-dev" 552.10 552.11 compile_rules() { 552.12 @@ -28,12 +28,12 @@ 552.13 case $PACKAGE in 552.14 mate-desktop) 552.15 copy @std @ico # only 16 and 48 icons 552.16 - DEPENDS="atk cairo dconf gdk-pixbuf glib gtk+3 pango \ 552.17 + DEPENDS="atk cairo dconf gdk-pixbuf glib gtk3 pango \ 552.18 startup-notification xorg-libX11 xorg-libXrandr" 552.19 ;; 552.20 *-dev) 552.21 copy @dev 552.22 - DEPENDS="mate-desktop dconf-dev gtk+3-dev startup-notification-dev" 552.23 + DEPENDS="mate-desktop dconf-dev gtk3-dev startup-notification-dev" 552.24 ;; 552.25 esac 552.26 TAGS="MATE"
553.1 --- a/mate-indicator-applet/receipt Mon Oct 15 16:44:45 2018 +0300 553.2 +++ b/mate-indicator-applet/receipt Tue Oct 16 16:46:05 2018 +0300 553.3 @@ -11,7 +11,7 @@ 553.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 553.5 WGET_URL="https://github.com/mate-desktop/mate-indicator-applet/archive/v$VERSION.tar.gz" 553.6 553.7 -BUILD_DEPENDS="mate-common gtk+3-dev xorg-libX11-dev mate-panel-dev \ 553.8 +BUILD_DEPENDS="mate-common gtk3-dev xorg-libX11-dev mate-panel-dev \ 553.9 libindicator-gtk3-dev" 553.10 553.11 compile_rules() { 553.12 @@ -24,6 +24,6 @@ 553.13 553.14 genpkg_rules() { 553.15 copy @std 553.16 - DEPENDS="atk glib gtk+3 libindicator-gtk3 mate-panel xorg-libX11" 553.17 + DEPENDS="atk glib gtk3 libindicator-gtk3 mate-panel xorg-libX11" 553.18 TAGS="MATE" 553.19 }
554.1 --- a/mate-media/receipt Mon Oct 15 16:44:45 2018 +0300 554.2 +++ b/mate-media/receipt Tue Oct 16 16:46:05 2018 +0300 554.3 @@ -11,7 +11,7 @@ 554.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 554.5 WGET_URL="https://github.com/mate-desktop/mate-media/archive/v$VERSION.tar.gz" 554.6 554.7 -BUILD_DEPENDS="mate-common gtk+3-dev libcanberra-dev mate-desktop-dev \ 554.8 +BUILD_DEPENDS="mate-common gtk3-dev libcanberra-dev mate-desktop-dev \ 554.9 libmatemixer-dev" 554.10 554.11 compile_rules() { 554.12 @@ -24,7 +24,7 @@ 554.13 554.14 genpkg_rules() { 554.15 copy @std 554.16 - DEPENDS="cairo glib gtk+3 libcanberra libcanberra-gtk3 libmatemixer \ 554.17 + DEPENDS="cairo glib gtk3 libcanberra libcanberra-gtk3 libmatemixer \ 554.18 libxml2 mate-desktop pango" 554.19 TAGS="MATE" 554.20 }
555.1 --- a/mate-netbook/receipt Mon Oct 15 16:44:45 2018 +0300 555.2 +++ b/mate-netbook/receipt Tue Oct 16 16:46:05 2018 +0300 555.3 @@ -11,7 +11,7 @@ 555.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 555.5 WGET_URL="https://github.com/mate-desktop/mate-netbook/archive/v$VERSION.tar.gz" 555.6 555.7 -BUILD_DEPENDS="mate-common gtk+3-dev libwnck3-dev xorg-libXtst-dev \ 555.8 +BUILD_DEPENDS="mate-common gtk3-dev libwnck3-dev xorg-libXtst-dev \ 555.9 libfakekey-dev mate-panel-dev" 555.10 555.11 compile_rules() { 555.12 @@ -24,7 +24,7 @@ 555.13 555.14 genpkg_rules() { 555.15 copy @std 555.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libfakekey libwnck3 mate-panel \ 555.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 libfakekey libwnck3 mate-panel \ 555.18 pango xorg-libX11" 555.19 TAGS="MATE" 555.20 }
556.1 --- a/mate-notification-daemon-gtk2/receipt Mon Oct 15 16:44:45 2018 +0300 556.2 +++ b/mate-notification-daemon-gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 556.3 @@ -13,7 +13,7 @@ 556.4 TARBALL="mate-notification-daemon-$VERSION.tar.gz" 556.5 WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" 556.6 556.7 -BUILD_DEPENDS="autoconf automake libtool gtk+-dev dbus-dev dbus-glib-dev \ 556.8 +BUILD_DEPENDS="autoconf automake libtool gtk2-dev dbus-dev dbus-glib-dev \ 556.9 libcanberra-dev libwnck2-dev libnotify-dev intltool" 556.10 556.11 compile_rules() { 556.12 @@ -31,7 +31,7 @@ 556.13 556.14 genpkg_rules() { 556.15 copy @std @ico # only 16 and 48 icons 556.16 - DEPENDS="atk cairo dbus dbus-glib gdk-pixbuf glib gtk+ libcanberra-gtk2 \ 556.17 + DEPENDS="atk cairo dbus dbus-glib gdk-pixbuf glib gtk2 libcanberra-gtk2 \ 556.18 libnotify libwnck2 xorg-libX11" 556.19 PROVIDE="notification-daemon" 556.20 TAGS="MATE"
557.1 --- a/mate-notification-daemon/receipt Mon Oct 15 16:44:45 2018 +0300 557.2 +++ b/mate-notification-daemon/receipt Tue Oct 16 16:46:05 2018 +0300 557.3 @@ -11,7 +11,7 @@ 557.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 557.5 WGET_URL="https://github.com/mate-desktop/mate-notification-daemon/archive/v$VERSION.tar.gz" 557.6 557.7 -BUILD_DEPENDS="mate-common gtk+3-dev dbus-glib-dev libcanberra-dev \ 557.8 +BUILD_DEPENDS="mate-common gtk3-dev dbus-glib-dev libcanberra-dev \ 557.9 libwnck3-dev libnotify-dev" 557.10 SPLIT="mate-notification-daemon-dev" 557.11 557.12 @@ -27,9 +27,9 @@ 557.13 case $PACKAGE in 557.14 mate-notification-daemon) 557.15 copy @std @ico # only 16 and 48 icons 557.16 - DEPENDS="atk cairo dbus dbus-glib gdk-pixbuf glib gtk+3 \ 557.17 + DEPENDS="atk cairo dbus dbus-glib gdk-pixbuf glib gtk3 \ 557.18 libcanberra-gtk3 libnotify libwnck3 pango xorg-libX11" 557.19 - PROVIDE="gtk+3:notification-daemon" 557.20 + PROVIDE="gtk3:notification-daemon" 557.21 ;; 557.22 *-dev) 557.23 copy @dev
558.1 --- a/mate-panel/receipt Mon Oct 15 16:44:45 2018 +0300 558.2 +++ b/mate-panel/receipt Tue Oct 16 16:46:05 2018 +0300 558.3 @@ -12,7 +12,7 @@ 558.4 WGET_URL="https://github.com/mate-desktop/mate-panel/archive/v$VERSION.tar.gz" 558.5 558.6 BUILD_DEPENDS="mate-common gtk-doc yelp-tools gobject-introspection-dev \ 558.7 -xorg-libICE-dev xorg-libSM-dev gtk+3-dev mate-desktop-dev mate-menus-dev \ 558.8 +xorg-libICE-dev xorg-libSM-dev gtk3-dev mate-desktop-dev mate-menus-dev \ 558.9 dbus-glib-dev libwnck3-dev librsvg-dev libmateweather-dev itstool" 558.10 SPLIT="mate-panel-dev" 558.11 558.12 @@ -29,13 +29,13 @@ 558.13 case $PACKAGE in 558.14 mate-panel) 558.15 copy @std 558.16 - DEPENDS="atk cairo dbus-glib gdk-pixbuf glib gtk+3 libmateweather \ 558.17 + DEPENDS="atk cairo dbus-glib gdk-pixbuf glib gtk3 libmateweather \ 558.18 librsvg libwnck3 mate-desktop mate-menus pango xorg-libICE \ 558.19 xorg-libSM xorg-libX11 xorg-libXrandr" 558.20 ;; 558.21 *-dev) 558.22 copy @dev 558.23 - DEPENDS="mate-panel glib-dev gtk+3-dev" 558.24 + DEPENDS="mate-panel glib-dev gtk3-dev" 558.25 ;; 558.26 esac 558.27 TAGS="MATE"
559.1 --- a/mate-polkit/receipt Mon Oct 15 16:44:45 2018 +0300 559.2 +++ b/mate-polkit/receipt Tue Oct 16 16:46:05 2018 +0300 559.3 @@ -11,7 +11,7 @@ 559.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 559.5 WGET_URL="http://pub.mate-desktop.org/releases/${VERSION%.*}/$TARBALL" 559.6 559.7 -BUILD_DEPENDS="mate-common gtk-doc gtk+3-dev polkit-dev \ 559.8 +BUILD_DEPENDS="mate-common gtk-doc gtk3-dev polkit-dev \ 559.9 gobject-introspection-dev" 559.10 559.11 compile_rules() { 559.12 @@ -24,6 +24,6 @@ 559.13 559.14 genpkg_rules() { 559.15 copy @std 559.16 - DEPENDS="gdk-pixbuf glib gtk+3 polkit" 559.17 + DEPENDS="gdk-pixbuf glib gtk3 polkit" 559.18 TAGS="MATE" 559.19 }
560.1 --- a/mate-power-manager/receipt Mon Oct 15 16:44:45 2018 +0300 560.2 +++ b/mate-power-manager/receipt Tue Oct 16 16:46:05 2018 +0300 560.3 @@ -24,7 +24,7 @@ 560.4 560.5 genpkg_rules() { 560.6 copy @std 560.7 - DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk+3 libcanberra \ 560.8 + DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk3 libcanberra \ 560.9 libcanberra-gtk3 libgnome-keyring3 libnotify mate-panel pango upower \ 560.10 xorg-libX11 xorg-libXext xorg-libXrandr" 560.11 TAGS="MATE"
561.1 --- a/mate-screensaver/receipt Mon Oct 15 16:44:45 2018 +0300 561.2 +++ b/mate-screensaver/receipt Tue Oct 16 16:46:05 2018 +0300 561.3 @@ -11,7 +11,7 @@ 561.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 561.5 WGET_URL="https://github.com/mate-desktop/mate-screensaver/archive/v$VERSION.tar.gz" 561.6 561.7 -BUILD_DEPENDS="mate-common xorg-libX11-dev xorg-libXScrnSaver-dev gtk+3-dev \ 561.8 +BUILD_DEPENDS="mate-common xorg-libX11-dev xorg-libXScrnSaver-dev gtk3-dev \ 561.9 dbus-glib-dev mate-desktop-dev mate-menus-dev xmlto xorg-libXext-dev \ 561.10 mesa-dev libmatekbd-dev libnotify-dev expat-dev xorg-libxshmfence-dev" 561.11 SPLIT="mate-screensaver-dev" 561.12 @@ -28,7 +28,7 @@ 561.13 case $PACKAGE in 561.14 mate-screensaver) 561.15 copy @std 561.16 - DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk+3 libmatekbd \ 561.17 + DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk3 libmatekbd \ 561.18 libnotify libxklavier mate-desktop mate-menus mesa pango \ 561.19 xorg-libX11 xorg-libXScrnSaver xorg-libXext xorg-libXxf86vm" 561.20 ;;
562.1 --- a/mate-sensors-applet/receipt Mon Oct 15 16:44:45 2018 +0300 562.2 +++ b/mate-sensors-applet/receipt Tue Oct 16 16:46:05 2018 +0300 562.3 @@ -11,7 +11,7 @@ 562.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 562.5 WGET_URL="https://github.com/mate-desktop/mate-sensors-applet/archive/v$VERSION.tar.gz" 562.6 562.7 -BUILD_DEPENDS="mate-common yelp-tools gtk+3-dev mate-panel-dev dbus-glib-dev \ 562.8 +BUILD_DEPENDS="mate-common yelp-tools gtk3-dev mate-panel-dev dbus-glib-dev \ 562.9 libatasmart-dev libnotify-dev lm-sensors-dev libxslt-dev itstool" 562.10 SPLIT="mate-sensors-applet-dev" 562.11 562.12 @@ -27,7 +27,7 @@ 562.13 case $PACKAGE in 562.14 mate-sensors-applet) 562.15 copy @std 562.16 - DEPENDS="cairo dbus-glib gdk-pixbuf glib gtk+3 libatasmart \ 562.17 + DEPENDS="cairo dbus-glib gdk-pixbuf glib gtk3 libatasmart \ 562.18 libnotify lm-sensors mate-panel" 562.19 ;; 562.20 *-dev)
563.1 --- a/mate-session-manager/receipt Mon Oct 15 16:44:45 2018 +0300 563.2 +++ b/mate-session-manager/receipt Tue Oct 16 16:46:05 2018 +0300 563.3 @@ -11,7 +11,7 @@ 563.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 563.5 WGET_URL="https://github.com/mate-desktop/mate-session-manager/archive/v$VERSION.tar.gz" 563.6 563.7 -BUILD_DEPENDS="mate-common gtk+3-dev dbus-glib-dev xorg-libXtst-dev xmlto \ 563.8 +BUILD_DEPENDS="mate-common gtk3-dev dbus-glib-dev xorg-libXtst-dev xmlto \ 563.9 libxslt-dev libwrap-dev docbook-xsl xorg-libSM-dev xorg-xtrans" 563.10 563.11 compile_rules() { 563.12 @@ -24,7 +24,7 @@ 563.13 563.14 genpkg_rules() { 563.15 copy @std @ico # only 16 and 48 icons 563.16 - DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk+3 xorg-libICE xorg-libSM \ 563.17 + DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk3 xorg-libICE xorg-libSM \ 563.18 xorg-libX11 xorg-libXau xorg-libXext xorg-libXrender xorg-libXtst" 563.19 TAGS="MATE" 563.20 }
564.1 --- a/mate-settings-daemon/receipt Mon Oct 15 16:44:45 2018 +0300 564.2 +++ b/mate-settings-daemon/receipt Tue Oct 16 16:46:05 2018 +0300 564.3 @@ -11,7 +11,7 @@ 564.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 564.5 WGET_URL="https://github.com/mate-desktop/mate-settings-daemon/archive/v$VERSION.tar.gz" 564.6 564.7 -BUILD_DEPENDS="mate-common gtk+3-dev dbus-glib-dev dconf-dev mate-desktop-dev \ 564.8 +BUILD_DEPENDS="mate-common gtk3-dev dbus-glib-dev dconf-dev mate-desktop-dev \ 564.9 libnotify-dev xorg-libXxf86misc-dev libmatekbd-dev libcanberra-dev \ 564.10 libmatemixer-dev nss-dev polkit-dev pulseaudio-dev" 564.11 SPLIT="mate-settings-daemon-dev" 564.12 @@ -30,7 +30,7 @@ 564.13 mate-settings-daemon) 564.14 copy @std 564.15 DEPENDS="cairo dbus dbus-glib dconf fontconfig gdk-pixbuf glib \ 564.16 - gtk+3 libcanberra-gtk3 libmatekbd libmatemixer libnotify \ 564.17 + gtk3 libcanberra-gtk3 libmatekbd libmatemixer libnotify \ 564.18 libxklavier mate-desktop nspr nss polkit pulseaudio xorg-libX11 \ 564.19 xorg-libXi xorg-libXxf86misc" 564.20 ;;
565.1 --- a/mate-system-monitor/receipt Mon Oct 15 16:44:45 2018 +0300 565.2 +++ b/mate-system-monitor/receipt Tue Oct 16 16:46:05 2018 +0300 565.3 @@ -11,7 +11,7 @@ 565.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 565.5 WGET_URL="https://github.com/mate-desktop/mate-system-monitor/archive/v$VERSION.tar.gz" 565.6 565.7 -BUILD_DEPENDS="mate-common yelp-tools libgtop-dev libwnck3-dev gtk+3-dev \ 565.8 +BUILD_DEPENDS="mate-common yelp-tools libgtop-dev libwnck3-dev gtk3-dev \ 565.9 gtkmm3-dev librsvg-dev glibmm-dev libgiomm-dev itstool" 565.10 565.11 compile_rules() { 565.12 @@ -24,7 +24,7 @@ 565.13 565.14 genpkg_rules() { 565.15 copy @std 565.16 - DEPENDS="cairo gdk-pixbuf glib glibmm gtk+3 gtkmm3 libgiomm libgtop \ 565.17 + DEPENDS="cairo gdk-pixbuf glib glibmm gtk3 gtkmm3 libgiomm libgtop \ 565.18 librsvg libsigc++ libwnck3 libxml2 pango" 565.19 TAGS="MATE" 565.20 }
566.1 --- a/mate-terminal/receipt Mon Oct 15 16:44:45 2018 +0300 566.2 +++ b/mate-terminal/receipt Tue Oct 16 16:46:05 2018 +0300 566.3 @@ -11,7 +11,7 @@ 566.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 566.5 WGET_URL="https://github.com/mate-desktop/mate-terminal/archive/v$VERSION.tar.gz" 566.6 566.7 -BUILD_DEPENDS="mate-common yelp-tools vte-dev gtk+3-dev dconf-dev \ 566.8 +BUILD_DEPENDS="mate-common yelp-tools vte-dev gtk3-dev dconf-dev \ 566.9 xorg-libX11-dev itstool xorg-libSM-dev" 566.10 566.11 compile_rules() { 566.12 @@ -24,7 +24,7 @@ 566.13 566.14 genpkg_rules() { 566.15 copy @std 566.16 - DEPENDS="atk dconf gdk-pixbuf glib gtk+3 pango vte xorg-libICE xorg-libSM \ 566.17 + DEPENDS="atk dconf gdk-pixbuf glib gtk3 pango vte xorg-libICE xorg-libSM \ 566.18 xorg-libX11" 566.19 TAGS="MATE" 566.20 }
567.1 --- a/mate-themes/receipt Mon Oct 15 16:44:45 2018 +0300 567.2 +++ b/mate-themes/receipt Tue Oct 16 16:46:05 2018 +0300 567.3 @@ -11,7 +11,7 @@ 567.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 567.5 WGET_URL="https://github.com/mate-desktop/mate-themes/archive/v$VERSION.tar.gz" 567.6 567.7 -BUILD_DEPENDS="mate-common gtk+-dev" 567.8 +BUILD_DEPENDS="mate-common gtk2-dev" 567.9 567.10 compile_rules() { 567.11 ./autogen.sh \ 567.12 @@ -25,6 +25,6 @@ 567.13 567.14 genpkg_rules() { 567.15 copy @std 567.16 - SUGGESTED="gtk2-engine-murrine gtk+3" 567.17 + SUGGESTED="gtk2-engine-murrine gtk3" 567.18 TAGS="MATE" 567.19 }
568.1 --- a/mate-utils/receipt Mon Oct 15 16:44:45 2018 +0300 568.2 +++ b/mate-utils/receipt Tue Oct 16 16:46:05 2018 +0300 568.3 @@ -11,7 +11,7 @@ 568.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 568.5 WGET_URL="https://github.com/mate-desktop/mate-utils/archive/v$VERSION.tar.gz" 568.6 568.7 -BUILD_DEPENDS="mate-common yelp-tools gtk-doc gtk+3-dev mate-panel-dev \ 568.8 +BUILD_DEPENDS="mate-common yelp-tools gtk-doc gtk3-dev mate-panel-dev \ 568.9 libgtop-dev libcanberra-dev itstool xorg-libSM-dev" 568.10 SPLIT="mate-utils-dev" 568.11 568.12 @@ -26,13 +26,13 @@ 568.13 case $PACKAGE in 568.14 mate-utils) 568.15 copy @std @ico # only 16 and 48 icons 568.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libcanberra \ 568.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 libcanberra \ 568.18 libcanberra-gtk3 libgtop mate-panel pango xorg-libICE xorg-libSM \ 568.19 xorg-libX11 xorg-libXext zlib" 568.20 ;; 568.21 *-dev) 568.22 copy @dev 568.23 - DEPENDS="mate-utils gtk+3-dev" 568.24 + DEPENDS="mate-utils gtk3-dev" 568.25 esac 568.26 TAGS="MATE" 568.27 }
569.1 --- a/matplotlib/receipt Mon Oct 15 16:44:45 2018 +0300 569.2 +++ b/matplotlib/receipt Tue Oct 16 16:46:05 2018 +0300 569.3 @@ -10,7 +10,7 @@ 569.4 WEB_SITE="http://matplotlib.sourceforge.net/" 569.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 569.6 569.7 -DEPENDS="python zlib libpng16 freetype python-numpy gtk+ expat xorg-libXau \ 569.8 +DEPENDS="python zlib libpng16 freetype python-numpy gtk2 expat xorg-libXau \ 569.9 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ 569.10 xorg-libXinerama xorg-libXrandr xorg-libXrender python-pygtk gcc-lib-base" 569.11 BUILD_DEPENDS="python python-dev zlib-dev libpng16-dev freetype-dev python-numpy \
570.1 --- a/mb-applet-volume/receipt Mon Oct 15 16:44:45 2018 +0300 570.2 +++ b/mb-applet-volume/receipt Tue Oct 16 16:46:05 2018 +0300 570.3 @@ -10,8 +10,8 @@ 570.4 WEB_SITE="http://matchbox-project.org/" 570.5 WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL" 570.6 570.7 -DEPENDS="gtk+ libmatchbox" 570.8 -BUILD_DEPENDS="gtk+-dev libmatchbox-dev" 570.9 +DEPENDS="gtk2 libmatchbox" 570.10 +BUILD_DEPENDS="gtk2-dev libmatchbox-dev" 570.11 570.12 # Rules to configure and make the package. 570.13 compile_rules()
571.1 --- a/mcrypt/receipt Mon Oct 15 16:44:45 2018 +0300 571.2 +++ b/mcrypt/receipt Tue Oct 16 16:46:05 2018 +0300 571.3 @@ -9,7 +9,7 @@ 571.4 WEB_SITE="http://mcrypt.sourceforge.net/" 571.5 571.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 571.7 -WGET_URL="http://downloads.sourceforge.net/project/mcrypt/MCrypt/$VERSION/$TARBALL" 571.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 571.9 571.10 BUILD_DEPENDS="libmcrypt-dev mhash-dev zlib-dev" 571.11 COOKOPTS="skip-log-errors"
572.1 --- a/mediainfo-gui/receipt Mon Oct 15 16:44:45 2018 +0300 572.2 +++ b/mediainfo-gui/receipt Tue Oct 16 16:46:05 2018 +0300 572.3 @@ -10,7 +10,7 @@ 572.4 TARBALL="MediaInfo_GUI_${VERSION}_GNU_FromSource.tar.xz" 572.5 WGET_URL="http://mediaarea.net/download/binary/$PACKAGE/$VERSION/$TARBALL" 572.6 572.7 -DEPENDS="wxWidgets gtk+" 572.8 +DEPENDS="wxWidgets gtk2" 572.9 BUILD_DEPENDS="wxWidgets-dev" 572.10 572.11 # Rules to configure and make the package.
573.1 --- a/menu-cache/receipt Mon Oct 15 16:44:45 2018 +0300 573.2 +++ b/menu-cache/receipt Tue Oct 16 16:46:05 2018 +0300 573.3 @@ -7,7 +7,7 @@ 573.4 MAINTAINER="pankso@slitaz.org" 573.5 LICENSE="GPL2" 573.6 WEB_SITE="https://github.com/lxde/menu-cache" 573.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/menu-cache.html" 573.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/menu-cache.html" 573.9 573.10 TARBALL="$PACKAGE-$VERSION.tar.gz" # (.xz from SF) 573.11 #WGET_URL="$SF_MIRROR/lxde/$TARBALL" # SF download problems
574.1 --- a/mercurial/receipt Mon Oct 15 16:44:45 2018 +0300 574.2 +++ b/mercurial/receipt Tue Oct 16 16:46:05 2018 +0300 574.3 @@ -7,7 +7,7 @@ 574.4 MAINTAINER="pankso@slitaz.org" 574.5 LICENSE="GPL2" 574.6 WEB_SITE="https://www.mercurial-scm.org/" 574.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/mercurial.html" 574.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/mercurial.html" 574.9 574.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 574.11 WGET_URL="https://www.mercurial-scm.org/release/$TARBALL"
575.1 --- a/mesa/receipt Mon Oct 15 16:44:45 2018 +0300 575.2 +++ b/mesa/receipt Tue Oct 16 16:46:05 2018 +0300 575.3 @@ -7,7 +7,7 @@ 575.4 MAINTAINER="al.bobylev@gmail.com" 575.5 LICENSE="MIT" 575.6 WEB_SITE="https://www.mesa3d.org/" 575.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/mesa.html" 575.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/mesa.html" 575.9 575.10 TARBALL="mesa-$VERSION.tar.xz" 575.11 WGET_URL="https://mesa.freedesktop.org/archive/$TARBALL"
576.1 --- a/metacity/receipt Mon Oct 15 16:44:45 2018 +0300 576.2 +++ b/metacity/receipt Tue Oct 16 16:46:05 2018 +0300 576.3 @@ -11,7 +11,7 @@ 576.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 576.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 576.6 576.7 -BUILD_DEPENDS="gsettings-desktop-schemas glib-dev gtk+-dev \ 576.8 +BUILD_DEPENDS="gsettings-desktop-schemas glib-dev gtk2-dev \ 576.9 xorg-libXcomposite-dev xorg-libXdamage-dev zenity-gtk2 xorg-libXinerama-dev \ 576.10 xorg-libXrandr-dev xorg-libXcursor-dev libcanberra-dev libltdl libvorbis-dev \ 576.11 libogg-dev libtool gnome-doc-utils gconf-dev util-linux-uuid-dev intltool" 576.12 @@ -29,7 +29,7 @@ 576.13 576.14 genpkg_rules() { 576.15 copy @std 576.16 - DEPENDS="gsettings-desktop-schemas glib gtk+ xorg-libXcomposite \ 576.17 + DEPENDS="gsettings-desktop-schemas glib gtk2 xorg-libXcomposite \ 576.18 xorg-libXdamage zenity-gtk2 xorg-libXinerama xorg-libXrandr xorg-libXcursor \ 576.19 libcanberra libltdl libvorbis libogg gconf" 576.20 }
577.1 --- a/mhwaveedit/receipt Mon Oct 15 16:44:45 2018 +0300 577.2 +++ b/mhwaveedit/receipt Tue Oct 16 16:46:05 2018 +0300 577.3 @@ -1,4 +1,4 @@ 577.4 -# SliTaz package receipt. 577.5 +# SliTaz package receipt v2. 577.6 577.7 PACKAGE="mhwaveedit" 577.8 VERSION="1.4.23" 577.9 @@ -6,19 +6,14 @@ 577.10 SHORT_DESC="Lightweight sound files editor, recorder and player." 577.11 MAINTAINER="pankso@slitaz.org" 577.12 LICENSE="GPL2" 577.13 +WEB_SITE="https://github.com/magnush/mhwaveedit/" 577.14 + 577.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 577.16 -WEB_SITE="https://github.com/magnush/mhwaveedit/" 577.17 WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL" # FIXME 577.18 577.19 -DEPENDS="alsa-lib libxml2 expat gtk+ xorg-libX11 xorg-libXau \ 577.20 -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 577.21 -xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 577.22 -xorg-libXdamage" 577.23 -BUILD_DEPENDS="alsa-lib-dev libxml2-dev xorg-libX11-dev gtk+-dev" 577.24 +BUILD_DEPENDS="alsa-lib-dev libxml2-dev xorg-libX11-dev gtk2-dev" 577.25 577.26 -# Rules to configure and make the package. 577.27 -compile_rules() 577.28 -{ 577.29 +compile_rules() { 577.30 chmod +x install-sh 577.31 ./configure \ 577.32 --prefix=/usr \ 577.33 @@ -32,11 +27,13 @@ 577.34 make DESTDIR=$DESTDIR install 577.35 } 577.36 577.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 577.38 -genpkg_rules() 577.39 -{ 577.40 +genpkg_rules() { 577.41 mkdir -p $fs/usr $fs/etc 577.42 cp -a $install/usr/bin $fs/usr 577.43 cp -a $stuff/skel $fs/etc 577.44 chown -R 0.0 $fs 577.45 + DEPENDS="alsa-lib libxml2 expat gtk2 xorg-libX11 xorg-libXau \ 577.46 + xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 577.47 + xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 577.48 + xorg-libXdamage" 577.49 }
578.1 --- a/miau/receipt Mon Oct 15 16:44:45 2018 +0300 578.2 +++ b/miau/receipt Tue Oct 16 16:46:05 2018 +0300 578.3 @@ -9,7 +9,7 @@ 578.4 WEB_SITE="http://miau.sourceforge.net/" 578.5 578.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 578.7 -WGET_URL="http://downloads.sourceforge.net/miau/$TARBALL" 578.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 578.9 578.10 compile_rules() { 578.11 ./configure $CONFIGURE_ARGS &&
579.1 --- a/midori/receipt Mon Oct 15 16:44:45 2018 +0300 579.2 +++ b/midori/receipt Tue Oct 16 16:46:05 2018 +0300 579.3 @@ -12,7 +12,7 @@ 579.4 WGET_URL="https://midori-browser.org/downloads/$TARBALL" 579.5 TARBALL_SHA1="64c86935028feb5f89d799c2acacaad67764da6f" 579.6 579.7 -BUILD_DEPENDS_arm="glib-dev libnotify-dev gtk+-dev xorg-libXScrnSaver-dev \ 579.8 +BUILD_DEPENDS_arm="glib-dev libnotify-dev gtk2-dev xorg-libXScrnSaver-dev \ 579.9 webkitgtk-dev libunique-dev libsoup-dev libxslt-dev gettext intltool" 579.10 BUILD_DEPENDS="cmake vala sqlite3-dev libsoup-dev shared-mime-info gcr-dev \ 579.11 webkitgtk-dev gettext rsvg-convert intltool" 579.12 @@ -29,7 +29,7 @@ 579.13 579.14 genpkg_rules() { 579.15 copy @std 579.16 - DEPENDS="atk cairo fontconfig freetype gcr-base gdk-pixbuf glib gtk+ \ 579.17 + DEPENDS="atk cairo fontconfig freetype gcr-base gdk-pixbuf glib gtk2 \ 579.18 libsoup libsoup-gnome libsqlite3 libxml2 p11-kit pango webkitgtk \ 579.19 gsettings-desktop-schemas" 579.20 TAGS="web-browser web webkit"
580.1 --- a/mikmod/receipt Mon Oct 15 16:44:45 2018 +0300 580.2 +++ b/mikmod/receipt Tue Oct 16 16:46:05 2018 +0300 580.3 @@ -1,30 +1,27 @@ 580.4 -# SliTaz package receipt. 580.5 +# SliTaz package receipt v2. 580.6 580.7 PACKAGE="mikmod" 580.8 VERSION="3.2.5" 580.9 CATEGORY="multimedia" 580.10 -SHORT_DESC="Mikmod module player." 580.11 +SHORT_DESC="Mikmod module player" 580.12 MAINTAINER="paul@slitaz.org" 580.13 LICENSE="GPL2" 580.14 +WEB_SITE="http://mikmod.shlomifish.org/" 580.15 + 580.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 580.17 -WEB_SITE="http://mikmod.shlomifish.org/" 580.18 -WGET_URL="http://downloads.sourceforge.net/project/mikmod/$PACKAGE/$VERSION/$TARBALL" 580.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 580.20 580.21 -DEPENDS="ncurses libmikmod" 580.22 BUILD_DEPENDS="ncurses-dev libmikmod-dev" 580.23 580.24 -# Rules to configure and make the package. 580.25 -compile_rules() 580.26 -{ 580.27 - ./configure --prefix=/usr \ 580.28 +compile_rules() { 580.29 + ./configure \ 580.30 + --prefix=/usr \ 580.31 $CONFIGURE_ARGS && 580.32 - make && make install 580.33 + make && 580.34 + make install 580.35 } 580.36 580.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 580.38 -genpkg_rules() 580.39 -{ 580.40 - mkdir -p $fs/usr/share 580.41 - cp -a $install/usr/bin $fs/usr 580.42 - cp -a $install/usr/share/mikmod $fs/usr/share 580.43 +genpkg_rules() { 580.44 + copy @std 580.45 + DEPENDS="ncurses libmikmod" 580.46 }
581.1 --- a/mjpegtools/receipt Mon Oct 15 16:44:45 2018 +0300 581.2 +++ b/mjpegtools/receipt Tue Oct 16 16:46:05 2018 +0300 581.3 @@ -11,14 +11,14 @@ 581.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 581.5 WGET_URL="$SF_MIRROR/mjpeg/$TARBALL" 581.6 581.7 -BUILD_DEPENDS="libdv expat gtk+ jpeg libsdl libsdl-gfx xorg-libX11 xorg-libXau \ 581.8 +BUILD_DEPENDS="libdv expat gtk2 jpeg libsdl libsdl-gfx xorg-libX11 xorg-libXau \ 581.9 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ 581.10 xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage gcc-lib-base \ 581.11 libdv-dev libsdl-gfx-dev jpeg-dev" 581.12 SPLIT="mjpegtools-dev" 581.13 581.14 BUILD_DEPENDS="libjpeg-turbo-dev libpng16-dev libdv-dev xorg-libX11-dev \ 581.15 -xorg-libICE-dev xorg-libXxf86dga-dev gtk+-dev libsdl-dev" 581.16 +xorg-libICE-dev xorg-libXxf86dga-dev gtk2-dev libsdl-dev" 581.17 581.18 compile_rules() { 581.19 ./configure $CONFIGURE_ARGS && 581.20 @@ -31,7 +31,7 @@ 581.21 case $PACKAGE in 581.22 mjpegtools) 581.23 copy @std 581.24 - DEPENDS="glib gtk+ libdv libjpeg-turbo libpng16 libsdl" 581.25 + DEPENDS="glib gtk2 libdv libjpeg-turbo libpng16 libsdl" 581.26 TAGS="mpeg mjpeg video" 581.27 ;; 581.28 *-dev)
582.1 --- a/mlt/receipt Mon Oct 15 16:44:45 2018 +0300 582.2 +++ b/mlt/receipt Tue Oct 16 16:46:05 2018 +0300 582.3 @@ -29,7 +29,7 @@ 582.4 case $PACKAGE in 582.5 mlt) 582.6 copy @std 582.7 - DEPENDS="libsdl-image libsamplerate libdv qt4 sox libxml2 gtk+ \ 582.8 + DEPENDS="libsdl-image libsamplerate libdv qt4 sox libxml2 gtk2 \ 582.9 ffmpeg frei0r-plugins" 582.10 TAGS="multimedia" 582.11 ;;
583.1 --- a/modem-manager/receipt Mon Oct 15 16:44:45 2018 +0300 583.2 +++ b/modem-manager/receipt Tue Oct 16 16:46:05 2018 +0300 583.3 @@ -7,7 +7,7 @@ 583.4 MAINTAINER="al.bobylev@gmail.com" 583.5 LICENSE="GPL2 LGPL2.1" 583.6 WEB_SITE="https://www.freedesktop.org/wiki/Software/ModemManager/" 583.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/ModemManager.html" 583.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/ModemManager.html" 583.9 583.10 TARBALL="ModemManager-$VERSION.tar.xz" 583.11 WGET_URL="https://www.freedesktop.org/software/ModemManager/$TARBALL"
584.1 --- a/moserial/receipt Mon Oct 15 16:44:45 2018 +0300 584.2 +++ b/moserial/receipt Tue Oct 16 16:46:05 2018 +0300 584.3 @@ -11,7 +11,7 @@ 584.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 584.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 584.6 584.7 -BUILD_DEPENDS="gconf-dev gnome-doc-utils intltool vala gtk+-dev" 584.8 +BUILD_DEPENDS="gconf-dev gnome-doc-utils intltool vala gtk2-dev" 584.9 584.10 compile_rules() { 584.11 ./configure \ 584.12 @@ -24,6 +24,6 @@ 584.13 584.14 genpkg_rules() { 584.15 copy @std *.mo 584.16 - DEPENDS="gconf gtk+" 584.17 + DEPENDS="gconf gtk2" 584.18 TAGS="serial console" 584.19 }
585.1 --- a/mousepad/receipt Mon Oct 15 16:44:45 2018 +0300 585.2 +++ b/mousepad/receipt Tue Oct 16 16:46:05 2018 +0300 585.3 @@ -7,12 +7,12 @@ 585.4 MAINTAINER="erjo@slitaz.org" 585.5 LICENSE="GPL2" 585.6 WEB_SITE="https://www.xfce.org/" 585.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/mousepad.html" 585.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/mousepad.html" 585.9 585.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 585.11 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 585.12 585.13 -BUILD_DEPENDS="intltool gtk+-dev gtksourceview-dev dbus-glib-dev" 585.14 +BUILD_DEPENDS="intltool gtk2-dev gtksourceview-dev dbus-glib-dev" 585.15 585.16 compile_rules() { 585.17 ./configure \ 585.18 @@ -25,6 +25,6 @@ 585.19 585.20 genpkg_rules() { 585.21 copy @std 585.22 - DEPENDS="dbus dbus-glib glib gtk+ gtksourceview pango" 585.23 + DEPENDS="dbus dbus-glib glib gtk2 gtksourceview pango" 585.24 TAGS="Xfce text-editor" 585.25 }
586.1 --- a/mozo/receipt Mon Oct 15 16:44:45 2018 +0300 586.2 +++ b/mozo/receipt Tue Oct 16 16:46:05 2018 +0300 586.3 @@ -22,6 +22,6 @@ 586.4 586.5 genpkg_rules() { 586.6 copy @std 586.7 - DEPENDS="python mate-menus gtk+3-dev python-pygobject" 586.8 + DEPENDS="python mate-menus gtk3-dev python-pygobject" 586.9 TAGS="MATE" 586.10 }
587.1 --- a/mp/receipt Mon Oct 15 16:44:45 2018 +0300 587.2 +++ b/mp/receipt Tue Oct 16 16:46:05 2018 +0300 587.3 @@ -11,8 +11,8 @@ 587.4 WGET_URL="http://triptico.com/download/mp/$TARBALL" 587.5 TAGS="text-editor" 587.6 587.7 -DEPENDS="gtk+" 587.8 -BUILD_DEPENDS="gtk+-dev" 587.9 +DEPENDS="gtk2" 587.10 +BUILD_DEPENDS="gtk2-dev" 587.11 587.12 # Rules to configure and make the package. 587.13 compile_rules()
588.1 --- a/mp3info/receipt Mon Oct 15 16:44:45 2018 +0300 588.2 +++ b/mp3info/receipt Tue Oct 16 16:46:05 2018 +0300 588.3 @@ -10,8 +10,8 @@ 588.4 WEB_SITE="http://ibiblio.org/mp3info/" 588.5 WGET_URL="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/$TARBALL" 588.6 588.7 -DEPENDS="ncurses gtk+" 588.8 -BUILD_DEPENDS="ncurses-dev gtk+-dev" 588.9 +DEPENDS="ncurses gtk2" 588.10 +BUILD_DEPENDS="ncurses-dev gtk2-dev" 588.11 588.12 # Rules to configure and make the package. 588.13 compile_rules()
589.1 --- a/mplayer-svn/receipt Mon Oct 15 16:44:45 2018 +0300 589.2 +++ b/mplayer-svn/receipt Tue Oct 16 16:46:05 2018 +0300 589.3 @@ -14,9 +14,9 @@ 589.4 BRANCH="$VERSION" 589.5 SUGGESTED="v4l-utils" 589.6 589.7 -DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora lame giflib \ 589.8 +DEPENDS="gtk2 cdparanoia-III libmad xorg-libXv libtheora lame giflib \ 589.9 xorg-libXScrnSaver xorg-libXxf86vm alsa-lib bzlib x264 libass" 589.10 -BUILD_DEPENDS="alsa-lib-dev gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev libtheora-dev subversion yasm" 589.11 +BUILD_DEPENDS="alsa-lib-dev gtk2-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev libtheora-dev subversion yasm" 589.12 589.13 # Rules to configure and make the package. 589.14 #
590.1 --- a/mplayer/receipt Mon Oct 15 16:44:45 2018 +0300 590.2 +++ b/mplayer/receipt Tue Oct 16 16:46:05 2018 +0300 590.3 @@ -11,11 +11,7 @@ 590.4 TARBALL="MPlayer-$VERSION.tar.xz" 590.5 WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/$TARBALL" 590.6 590.7 -BUILD_DEPENDS_arm="gtk+-dev libmad-dev xorg-libXv-dev libtheora-dev \ 590.8 -alsa-lib-dev ncurses-dev lame-dev xorg-libXdamage-dev giflib-dev \ 590.9 -xorg-libXxf86vm-dev esound-dev audiofile-dev libogg-dev libvorbis-dev \ 590.10 -xvidcore-dev zlib-dev xorg-xorgproto pkg-config yasm libsdl-dev" 590.11 -BUILD_DEPENDS="gtk+-dev libmad-dev xorg-libXv-dev libtheora-dev \ 590.12 +BUILD_DEPENDS="gtk2-dev libmad-dev xorg-libXv-dev libtheora-dev \ 590.13 alsa-lib-dev ncurses-dev lame-dev xorg-libXdamage-dev giflib-dev \ 590.14 xorg-libXxf86vm-dev esound-dev audiofile-dev libogg-dev libvorbis-dev \ 590.15 xvidcore-dev zlib-dev xorg-xorgproto yasm cdparanoia-III-dev \ 590.16 @@ -28,10 +24,6 @@ 590.17 i?86) 590.18 ARCH_ARGS="--target=i386-linux --disable-sdl --enable-runtime-cpudetection" 590.19 ;; 590.20 - arm*) 590.21 - export PATH=/cross/arm/tools/arm-slitaz-linux-gnueabi/bin:$PATH 590.22 - ARCH_ARGS="--target=arm-linux --enable-cross-compile --enable-sdl" 590.23 - ;; 590.24 esac 590.25 590.26 ./configure \ 590.27 @@ -53,7 +45,7 @@ 590.28 --disable-speex \ 590.29 ${ARCH_ARGS} && 590.30 make $MAKEFLAGS && 590.31 - make DESTDIR=$DESTDIR install | sed '/install: strip: .*/'d 590.32 + make DESTDIR=$DESTDIR install 590.33 } 590.34 590.35 genpkg_rules() { 590.36 @@ -73,24 +65,12 @@ 590.37 tar xjf $stuff/productive-1.0.tar.bz2 -C $fs/usr/share/mplayer/skins 590.38 cd $fs/usr/share/mplayer/skins && ln -s productive default 590.39 # Font 590.40 - cd .. && ln -s ../fonts/truetype/ttf-dejavu/DejaVuSans.ttf subfont.ttf 590.41 - # Xv support dont work for ARM and gmplayer symlink not created 590.42 - case "$ARCH" in 590.43 - arm*) 590.44 - cp -f $stuff/mplayer-arm.conf $fs/etc/mplayer/mplayer.conf 590.45 - cd $fs/usr/bin && ln -s mplayer gmplayer ;; 590.46 - esac 590.47 - DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora alsa-lib \ 590.48 + cd .. 590.49 + ln -s ../fonts/truetype/ttf-dejavu/DejaVuSans.ttf subfont.ttf 590.50 + DEPENDS="gtk2 cdparanoia-III libmad xorg-libXv libtheora alsa-lib \ 590.51 ncurses lame xorg-libXdamage giflib enca lirc xorg-libXxf86vm \ 590.52 esound libmng audiofile libvorbis libogg zlib xvidcore x264 \ 590.53 xorg-libXScrnSaver" 590.54 - # Handle arch package install. Less deps and no GTK gui for ARM 590.55 - case "$SLITAZ_ARCH" in 590.56 - arm*) 590.57 - DEPENDS="alsa-lib zlib libmad xorg-libXv xorg-libXxf86vm \ 590.58 - libogg libvorbis libtheora libsdl xvidcore lame esound gtk+" 590.59 - ;; 590.60 - esac 590.61 ;; 590.62 mencoder) 590.63 copy /usr/bin/mencoder 590.64 @@ -98,13 +78,6 @@ 590.65 DEPENDS="libtheora alsa-lib cdparanoia-III expat libogg libvorbis \ 590.66 fontconfig freetype x264 xvidcore jpeg libmad ncurses zlib lame \ 590.67 libpng16 giflib enca lirc" 590.68 - # Handle arch package install 590.69 - case "$SLITAZ_ARCH" in 590.70 - arm*) 590.71 - DEPENDS="alsa-lib zlib libmad xorg-libXv xorg-libXxf86vm \ 590.72 - libogg libvorbis libtheora xvidcore lame esound" 590.73 - ;; 590.74 - esac 590.75 ;; 590.76 esac 590.77 }
591.1 --- a/mplayerplug-in/receipt Mon Oct 15 16:44:45 2018 +0300 591.2 +++ b/mplayerplug-in/receipt Tue Oct 16 16:46:05 2018 +0300 591.3 @@ -1,29 +1,20 @@ 591.4 -# SliTaz package receipt. 591.5 +# SliTaz package receipt v2. 591.6 591.7 PACKAGE="mplayerplug-in" 591.8 VERSION="3.55" 591.9 CATEGORY="multimedia" 591.10 -SHORT_DESC="a browser plugin that uses mplayer to play videos from websites" 591.11 +SHORT_DESC="A browser plugin that uses mplayer to play videos from websites" 591.12 MAINTAINER="jozee@slitaz.org" 591.13 LICENSE="GPL" 591.14 +WEB_SITE="http://mplayerplug-in.sourceforge.net/" 591.15 + 591.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 591.17 -WEB_SITE="http://mplayerplug-in.sourceforge.net/" 591.18 -WGET_URL="http://downloads.sourceforge.net/mplayerplug-in/$TARBALL" 591.19 -TAGS="player audio video browser" 591.20 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 591.21 591.22 -DEPENDS="mplayer xorg-libXpm gtk+ gcc-lib-base" 591.23 -BUILD_DEPENDS="mplayer gtk+-dev xorg-libXpm-dev firefox-dev libIDL gettext \ 591.24 +BUILD_DEPENDS="mplayer gtk2-dev xorg-libXpm-dev firefox-dev libIDL gettext \ 591.25 nspr-dev" 591.26 591.27 -get_firefox_version() 591.28 -{ 591.29 - FIREFOX_VER=$(cat "$1/var/lib/tazpkg/installed/firefox/receipt" | \ 591.30 - grep VERSION= | cut -d \" -f 2) 591.31 -} 591.32 - 591.33 -# Rules to configure and make the package. 591.34 -compile_rules() 591.35 -{ 591.36 +compile_rules() { 591.37 sed -i 's/npupp\.h/npfunctions.h/' */np* 591.38 sed -i 's|char [\* ]*NP*_GetMIMEDescription(|const &|' \ 591.39 plugingate/np_entry.cpp Source/plugin.cpp 591.40 @@ -34,7 +25,7 @@ 591.41 591.42 make distclean 591.43 touch install.sh 591.44 - get_firefox_version 591.45 + FIREFOX_VER=$(. /var/lib/tazpkg/installed/firefox/receipt; echo $VERSION) 591.46 ./configure \ 591.47 --enable-x \ 591.48 --enable-wmp \ 591.49 @@ -49,25 +40,24 @@ 591.50 make DESTDIR=$DESTDIR install 591.51 } 591.52 591.53 -genpkg_rules() 591.54 -{ 591.55 +genpkg_rules() { 591.56 mkdir -p $fs/usr/lib 591.57 cp -a $install/etc $fs 591.58 cp -a $install/usr/lib/mozilla $fs/usr/lib 591.59 # change the default video output to xv,x11 591.60 sed -i "s/#vo=xv,x11/vo=xv,x11/" $fs/etc/$PACKAGE.conf 591.61 + DEPENDS="mplayer xorg-libXpm gtk2 gcc-lib-base" 591.62 + TAGS="player audio video browser" 591.63 } 591.64 591.65 -post_install() 591.66 -{ 591.67 - get_firefox_version "$1" 591.68 +post_install() { 591.69 + FIREFOX_VER=$(. "$1/var/lib/tazpkg/installed/firefox/receipt"; echo $VERSION) 591.70 cd "$1/" 591.71 for i in usr/lib/mozilla/plugins/$PACKAGE*.so ; do 591.72 ln -s "/$i" "$1/usr/lib/firefox-$FIREFOX_VER/plugins" 591.73 done 591.74 } 591.75 591.76 -post_remove() 591.77 -{ 591.78 +post_remove() { 591.79 rm -f /usr/lib/firefox*/plugins/$PACKAGE*.so 591.80 }
592.1 --- a/mtdev/receipt Mon Oct 15 16:44:45 2018 +0300 592.2 +++ b/mtdev/receipt Tue Oct 16 16:46:05 2018 +0300 592.3 @@ -7,7 +7,7 @@ 592.4 MAINTAINER="mojo@slitaz.org" 592.5 LICENSE="MIT" 592.6 WEB_SITE="http://bitmath.org/code/mtdev/" 592.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/mtdev.html" 592.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/mtdev.html" 592.9 592.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 592.11 WGET_URL="$WEB_SITE$TARBALL"
593.1 --- a/mtpaint/receipt Mon Oct 15 16:44:45 2018 +0300 593.2 +++ b/mtpaint/receipt Tue Oct 16 16:46:05 2018 +0300 593.3 @@ -12,7 +12,7 @@ 593.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 593.5 WGET_URL="https://github.com/wjaguar/mtPaint/archive/$COMMIT.tar.gz" 593.6 593.7 -BUILD_DEPENDS="gtk+-dev libpng16-dev lcms-dev zlib-dev gettext \ 593.8 +BUILD_DEPENDS="gtk2-dev libpng16-dev lcms-dev zlib-dev gettext \ 593.9 libjpeg-turbo-dev tiff-dev" 593.10 593.11 compile_rules() { 593.12 @@ -39,6 +39,6 @@ 593.13 593.14 genpkg_rules() { 593.15 copy @std 593.16 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ lcms \ 593.17 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 lcms \ 593.18 libjpeg-turbo libpng16 pango tiff xorg-libX11 zlib" 593.19 }
594.1 --- a/mupen64plus/receipt Mon Oct 15 16:44:45 2018 +0300 594.2 +++ b/mupen64plus/receipt Tue Oct 16 16:46:05 2018 +0300 594.3 @@ -11,7 +11,7 @@ 594.4 TARBALL="$PACKAGE-bundle-src-$VERSION.tar.gz" 594.5 WGET_URL="https://github.com/mupen64plus/mupen64plus-core/releases/download/$VERSION/$TARBALL" 594.6 594.7 -BUILD_DEPENDS="gtk+-dev boost-dev boost-filesystem glu-dev \ 594.8 +BUILD_DEPENDS="gtk2-dev boost-dev boost-filesystem glu-dev \ 594.9 libsamplerate-dev libsdl-dev libsdl-ttf-dev mesa-dev speex-dev yasm zlib-dev \ 594.10 speexdsp-dev" 594.11
595.1 --- a/nabi/receipt Mon Oct 15 16:44:45 2018 +0300 595.2 +++ b/nabi/receipt Tue Oct 16 16:46:05 2018 +0300 595.3 @@ -11,7 +11,7 @@ 595.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 595.5 WGET_URL="http://kldp.net/frs/download.php/5287/$TARBALL" 595.6 595.7 -BUILD_DEPENDS="libhangul libhangul-dev gtk+-dev cairo-dev" 595.8 +BUILD_DEPENDS="libhangul libhangul-dev gtk2-dev cairo-dev" 595.9 595.10 compile_rules() { 595.11 ./configure \ 595.12 @@ -24,5 +24,5 @@ 595.13 595.14 genpkg_rules() { 595.15 copy @std 595.16 - DEPENDS="libhangul gtk+ cairo xorg-libSM xorg-libICE" 595.17 + DEPENDS="libhangul gtk2 cairo xorg-libSM xorg-libICE" 595.18 }
596.1 --- a/nagios-nsca/receipt Mon Oct 15 16:44:45 2018 +0300 596.2 +++ b/nagios-nsca/receipt Tue Oct 16 16:46:05 2018 +0300 596.3 @@ -9,8 +9,7 @@ 596.4 WEB_SITE="https://www.nagios.org/" 596.5 596.6 TARBALL="nsca-$VERSION.tar.gz" 596.7 -#WGET_URL="$SF_MIRROR/nagios/$TARBALL" 596.8 -WGET_URL="http://prdownloads.sourceforge.net/sourceforge/nagios/$TARBALL" 596.9 +WGET_URL="$SF_MIRROR/nagios/$TARBALL" 596.10 596.11 BUILD_DEPENDS="libmcrypt-dev perl libwrap-dev" 596.12
597.1 --- a/nasm/receipt Mon Oct 15 16:44:45 2018 +0300 597.2 +++ b/nasm/receipt Tue Oct 16 16:46:05 2018 +0300 597.3 @@ -7,7 +7,7 @@ 597.4 MAINTAINER="pascal.bellard@slitaz.org" 597.5 LICENSE="BSD" 597.6 WEB_SITE="https://www.nasm.us/" 597.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/nasm.html" 597.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/nasm.html" 597.9 597.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 597.11 WGET_URL="http://www.nasm.us/pub/nasm/releasebuilds/$VERSION/$TARBALL"
598.1 --- a/nathive/receipt Mon Oct 15 16:44:45 2018 +0300 598.2 +++ b/nathive/receipt Tue Oct 16 16:46:05 2018 +0300 598.3 @@ -11,15 +11,16 @@ 598.4 TARBALL="$PACKAGE-$VERSION.tgz" 598.5 WGET_URL="${WEB_SITE}dl/$TARBALL" 598.6 598.7 -BUILD_DEPENDS="gtk+-dev python-dev coreutils-operations" 598.8 +BUILD_DEPENDS="gtk2-dev python-dev coreutils-operations" 598.9 598.10 compile_rules() { 598.11 sed -i "s|^BASE.*|BASE = $DESTDIR/usr/|;s|nathive.sh|nathive.py|" makefile 598.12 + 598.13 make install 598.14 } 598.15 598.16 genpkg_rules() { 598.17 copy @std 598.18 - DEPENDS="gtk+ python" 598.19 + DEPENDS="gtk2 python" 598.20 TAGS="image photo editor" 598.21 }
599.1 --- a/navit/receipt Mon Oct 15 16:44:45 2018 +0300 599.2 +++ b/navit/receipt Tue Oct 16 16:46:05 2018 +0300 599.3 @@ -12,7 +12,7 @@ 599.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 599.5 599.6 BUILD_DEPENDS="mesa-dev freeglut-dev quesoglc-dev freeimage-dev \ 599.7 -imagemagick-dev xorg-libXpm-dev xorg-libXmu-dev gtk+-dev libsdl-dev \ 599.8 +imagemagick-dev xorg-libXpm-dev xorg-libXmu-dev gtk2-dev libsdl-dev \ 599.9 libsdl-image-dev freetype-dev fribidi-dev imlib2-dev postgresql-dev \ 599.10 xorg-libXi-dev openssl-dev" 599.11
600.1 --- a/neon/receipt Mon Oct 15 16:44:45 2018 +0300 600.2 +++ b/neon/receipt Tue Oct 16 16:46:05 2018 +0300 600.3 @@ -7,7 +7,7 @@ 600.4 MAINTAINER="lehswe@gmail.com" 600.5 LICENSE="GPL2" 600.6 WEB_SITE="https://web.archive.org/web/20170928175008/http://www.webdav.org/neon/" 600.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/neon.html" 600.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/neon.html" 600.9 600.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 600.11 WGET_URL="https://fossies.org/linux/www/$TARBALL"
601.1 --- a/netsurf/receipt Mon Oct 15 16:44:45 2018 +0300 601.2 +++ b/netsurf/receipt Tue Oct 16 16:46:05 2018 +0300 601.3 @@ -12,7 +12,7 @@ 601.4 WGET_URL="http://download.netsurf-browser.org/netsurf/releases/source-full/$TARBALL" 601.5 601.6 BUILD_DEPENDS="bison flex perl expat-dev gperf libjpeg-turbo-dev curl-dev \ 601.7 -openssl-dev libpng16-dev librsvg-dev gtk+-dev check-dev perl-html-parser" 601.8 +openssl-dev libpng16-dev librsvg-dev gtk2-dev check-dev perl-html-parser" 601.9 # libharu-dev gstreamer0-dev 601.10 601.11 compile_rules() { 601.12 @@ -56,7 +56,7 @@ 601.13 copy @std 601.14 # Remove files to save some space 601.15 rm -rf $fs/usr/share/netsurf/*.xpm 601.16 - DEPENDS="cairo expat gdk-pixbuf glib gtk+ libcurl libjpeg-turbo libpng16 \ 601.17 + DEPENDS="cairo expat gdk-pixbuf glib gtk2 libcurl libjpeg-turbo libpng16 \ 601.18 librsvg openssl pango zlib" 601.19 TAGS="web-browser" 601.20 }
602.1 --- a/network-manager/receipt Mon Oct 15 16:44:45 2018 +0300 602.2 +++ b/network-manager/receipt Tue Oct 16 16:46:05 2018 +0300 602.3 @@ -12,7 +12,7 @@ 602.4 TARBALL="NetworkManager-$VERSION.tar.xz" 602.5 WGET_URL="$GNOME_MIRROR/NetworkManager/${VERSION%.*.*}/$TARBALL" 602.6 602.7 -BUILD_DEPENDS="dbus-dev dbus-glib-dev gtk+-dev wireless_tools-dev libgudev-dev \ 602.8 +BUILD_DEPENDS="dbus-dev dbus-glib-dev gtk2-dev wireless_tools-dev libgudev-dev \ 602.9 libnl-dev nss-dev ppp-dev iptables-dev util-linux-uuid-dev dhcp-client \ 602.10 intltool eudev-dev" 602.11 SPLIT="network-manager-dev" 602.12 @@ -35,7 +35,7 @@ 602.13 case $PACKAGE in 602.14 network-manager) 602.15 copy @std 602.16 - DEPENDS="dbus dbus-glib gtk+ wireless_tools libgudev libnl nss ppp \ 602.17 + DEPENDS="dbus dbus-glib gtk2 wireless_tools libgudev libnl nss ppp \ 602.18 iptables dhcp-client" 602.19 ;; 602.20 *-dev)
603.1 --- a/newt/receipt Mon Oct 15 16:44:45 2018 +0300 603.2 +++ b/newt/receipt Tue Oct 16 16:46:05 2018 +0300 603.3 @@ -7,7 +7,7 @@ 603.4 MAINTAINER="erjo@slitaz.org" 603.5 LICENSE="GPL2" 603.6 WEB_SITE="https://pagure.io/newt" 603.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/newt.html" 603.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/newt.html" 603.9 603.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 603.11 WGET_URL="https://releases.pagure.org/newt/$TARBALL"
604.1 --- a/nghttp2/receipt Mon Oct 15 16:44:45 2018 +0300 604.2 +++ b/nghttp2/receipt Tue Oct 16 16:46:05 2018 +0300 604.3 @@ -7,7 +7,7 @@ 604.4 MAINTAINER="al.bobylev@gmail.com" 604.5 LICENSE="MIT" 604.6 WEB_SITE="https://nghttp2.org/" 604.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/nghttp2.html" 604.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/nghttp2.html" 604.9 604.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 604.11 WGET_URL="https://github.com/nghttp2/nghttp2/releases/download/v$VERSION/$TARBALL"
605.1 --- a/nicotine+/receipt Mon Oct 15 16:44:45 2018 +0300 605.2 +++ b/nicotine+/receipt Tue Oct 16 16:46:05 2018 +0300 605.3 @@ -21,6 +21,6 @@ 605.4 605.5 genpkg_rules() { 605.6 copy @std *.mo 605.7 - DEPENDS="gtk+ python python-pygtk" 605.8 + DEPENDS="gtk2 python python-pygtk" 605.9 TAGS="fileshare p2p peer-to-peer" 605.10 }
606.1 --- a/nitrogen/receipt Mon Oct 15 16:44:45 2018 +0300 606.2 +++ b/nitrogen/receipt Tue Oct 16 16:46:05 2018 +0300 606.3 @@ -11,7 +11,7 @@ 606.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 606.5 WGET_URL="https://github.com/l3ib/nitrogen/releases/download/$VERSION/$TARBALL" 606.6 606.7 -BUILD_DEPENDS="glib-dev gtk+-dev gtkmm-dev gettext xorg-libXinerama-dev" 606.8 +BUILD_DEPENDS="glib-dev gtk2-dev gtkmm-dev gettext xorg-libXinerama-dev" 606.9 606.10 compile_rules() { 606.11 ./configure $CONFIGURE_ARGS && 606.12 @@ -21,7 +21,7 @@ 606.13 606.14 genpkg_rules() { 606.15 copy @std 606.16 - DEPENDS="atkmm glib glibmm gtk+ gtkmm libgiomm libsigc++ pangomm \ 606.17 + DEPENDS="atkmm glib glibmm gtk2 gtkmm libgiomm libsigc++ pangomm \ 606.18 xorg-libX11 xorg-libXinerama" 606.19 TAGS="wallpaper" 606.20 }
607.1 --- a/nmap/receipt Mon Oct 15 16:44:45 2018 +0300 607.2 +++ b/nmap/receipt Tue Oct 16 16:46:05 2018 +0300 607.3 @@ -7,7 +7,7 @@ 607.4 MAINTAINER="erjo@slitaz.org" 607.5 LICENSE="GPL2" 607.6 WEB_SITE="https://nmap.org/" 607.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/nmap.html" 607.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/nmap.html" 607.9 607.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 607.11 WGET_URL="https://nmap.org/dist/$TARBALL"
608.1 --- a/node/receipt Mon Oct 15 16:44:45 2018 +0300 608.2 +++ b/node/receipt Tue Oct 16 16:46:05 2018 +0300 608.3 @@ -7,7 +7,7 @@ 608.4 MAINTAINER="pankso@slitaz.org" 608.5 LICENSE="MIT" 608.6 WEB_SITE="https://nodejs.org/" 608.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/nodejs.html" 608.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/nodejs.html" 608.9 REPOLOGY="nodejs" 608.10 608.11 TARBALL="$PACKAGE-v$VERSION.tar.xz"
609.1 --- a/notecase/receipt Mon Oct 15 16:44:45 2018 +0300 609.2 +++ b/notecase/receipt Tue Oct 16 16:46:05 2018 +0300 609.3 @@ -11,7 +11,7 @@ 609.4 TARBALL="$PACKAGE-${VERSION}_src.tar.gz" 609.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 609.6 609.7 -BUILD_DEPENDS="gtk+-dev xorg-pixman-dev gtksourceview-dev gnome-vfs-dev \ 609.8 +BUILD_DEPENDS="gtk2-dev xorg-pixman-dev gtksourceview-dev gnome-vfs-dev \ 609.9 gconf-dev gettext-tools libgcrypt-dev" 609.10 609.11 compile_rules() {
610.1 --- a/notification-daemon-gtk2/receipt Mon Oct 15 16:44:45 2018 +0300 610.2 +++ b/notification-daemon-gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 610.3 @@ -11,23 +11,24 @@ 610.4 TARBALL="notification-daemon-$VERSION.tar.bz2" 610.5 WGET_URL="$GNOME_MIRROR/notification-daemon/${VERSION%.*}/$TARBALL" 610.6 610.7 -BUILD_DEPENDS="intltool gtk+-dev dbus-dev dbus-glib-dev libcanberra-dev \ 610.8 +BUILD_DEPENDS="intltool gtk2-dev dbus-dev dbus-glib-dev libcanberra-dev \ 610.9 gconf-dev libwnck2-dev libnotify-dev" 610.10 -SPLIT="notification-daemon-gtk2-dev" 610.11 +SPLIT="$PACKAGE-dev" 610.12 610.13 compile_rules() { 610.14 export LDFLAGS="$LDFLAGS -lgmodule-2.0" 610.15 610.16 ./configure $CONFIGURE_ARGS && 610.17 fix libtool && 610.18 - make && make install 610.19 + make && 610.20 + make install 610.21 } 610.22 610.23 genpkg_rules() { 610.24 case $PACKAGE in 610.25 notification-daemon-gtk2) 610.26 copy @std @ico # only 16 and 48 icons 610.27 - DEPENDS="gconf atk cairo dbus dbus-glib gdk-pixbuf glib gtk+ \ 610.28 + DEPENDS="gconf atk cairo dbus dbus-glib gdk-pixbuf glib gtk2 \ 610.29 libcanberra-gtk2 libnotify libwnck2 xorg-libX11" 610.30 ;; 610.31 *-dev)
611.1 --- a/notification-daemon/receipt Mon Oct 15 16:44:45 2018 +0300 611.2 +++ b/notification-daemon/receipt Tue Oct 16 16:46:05 2018 +0300 611.3 @@ -11,7 +11,7 @@ 611.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 611.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 611.6 611.7 -BUILD_DEPENDS="gettext gtk+3-dev glib-dev xorg-libX11-dev" 611.8 +BUILD_DEPENDS="gettext gtk3-dev glib-dev xorg-libX11-dev" 611.9 611.10 compile_rules() { 611.11 ./configure $CONFIGURE_ARGS && 611.12 @@ -22,5 +22,5 @@ 611.13 611.14 genpkg_rules() { 611.15 copy @std 611.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 pango xorg-libX11" 611.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 pango xorg-libX11" 611.18 }
612.1 --- a/npapi-sdk/receipt Mon Oct 15 16:44:45 2018 +0300 612.2 +++ b/npapi-sdk/receipt Tue Oct 16 16:46:05 2018 +0300 612.3 @@ -7,7 +7,7 @@ 612.4 MAINTAINER="al.bobylev@gmail.com" 612.5 LICENSE="MPL" 612.6 WEB_SITE="https://bitbucket.org/mgorny/npapi-sdk/" 612.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/npapi-sdk.html" 612.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/npapi-sdk.html" 612.9 612.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 612.11 WGET_URL="https://bitbucket.org/mgorny/npapi-sdk/downloads/$TARBALL"
613.1 --- a/ntfs-3g/receipt Mon Oct 15 16:44:45 2018 +0300 613.2 +++ b/ntfs-3g/receipt Tue Oct 16 16:46:05 2018 +0300 613.3 @@ -7,7 +7,7 @@ 613.4 MAINTAINER="pankso@slitaz.org" 613.5 LICENSE="GPL2 LGPL2" 613.6 WEB_SITE="https://www.tuxera.com/community/open-source-ntfs-3g/" 613.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/ntfs-3g.html" 613.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/ntfs-3g.html" 613.9 613.10 TARBALL="ntfs-3g_ntfsprogs-$VERSION.tgz" 613.11 WGET_URL="https://tuxera.com/opensource/$TARBALL"
614.1 --- a/nvidia-173xx/receipt Mon Oct 15 16:44:45 2018 +0300 614.2 +++ b/nvidia-173xx/receipt Tue Oct 16 16:46:05 2018 +0300 614.3 @@ -17,7 +17,7 @@ 614.4 TAGS="driver graphic video" 614.5 PROVIDE="nvidia mesa" 614.6 614.7 -DEPENDS="linux xorg-server gtk+ cairo linux-agp xorg-libXv" 614.8 +DEPENDS="linux xorg-server gtk2 cairo linux-agp xorg-libXv" 614.9 BUILD_DEPENDS="linux-module-headers coreutils-file-summarize xz" 614.10 614.11 # Rules to configure and make the package.
615.1 --- a/nvidia-96xx/receipt Mon Oct 15 16:44:45 2018 +0300 615.2 +++ b/nvidia-96xx/receipt Tue Oct 16 16:46:05 2018 +0300 615.3 @@ -60,7 +60,7 @@ 615.4 mv -f $i ${i//./-.-} 615.5 done 615.6 615.7 - DEPENDS="linux xorg-server gtk+ cairo linux-agp linux-drm" 615.8 + DEPENDS="linux xorg-server gtk2 cairo linux-agp linux-drm" 615.9 PROVIDE="mesa" 615.10 TAGS="drivers graphic video" 615.11 }
616.1 --- a/obconf/receipt Mon Oct 15 16:44:45 2018 +0300 616.2 +++ b/obconf/receipt Tue Oct 16 16:46:05 2018 +0300 616.3 @@ -11,7 +11,7 @@ 616.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 616.5 WGET_URL="http://openbox.org/dist/obconf/$TARBALL" 616.6 616.7 -BUILD_DEPENDS="gtk+-dev libglade-dev openbox-dev gdk-pixbuf-dev \ 616.8 +BUILD_DEPENDS="gtk2-dev libglade-dev openbox-dev gdk-pixbuf-dev \ 616.9 startup-notification-dev xorg-libXft-dev" 616.10 616.11 compile_rules() { 616.12 @@ -26,7 +26,7 @@ 616.13 616.14 genpkg_rules() { 616.15 copy @std 616.16 - DEPENDS="openbox gtk+ libglade shared-mime-info xorg-libXdamage \ 616.17 + DEPENDS="openbox gtk2 libglade shared-mime-info xorg-libXdamage \ 616.18 startup-notification slitaz-boot-scripts desktop-file-utils" 616.19 TAGS="openbox" 616.20 }
617.1 --- a/obex-data-server/receipt Mon Oct 15 16:44:45 2018 +0300 617.2 +++ b/obex-data-server/receipt Tue Oct 16 16:46:05 2018 +0300 617.3 @@ -7,7 +7,7 @@ 617.4 MAINTAINER="al.bobylev@gmail.com" 617.5 LICENSE="GPL2" 617.6 WEB_SITE="http://tadas.dailyda.com/" 617.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/obex-data-server.html" 617.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/obex-data-server.html" 617.9 617.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 617.11 WGET_URL="http://tadas.dailyda.com/software/$TARBALL"
618.1 --- a/obmenu/receipt Mon Oct 15 16:44:45 2018 +0300 618.2 +++ b/obmenu/receipt Tue Oct 16 16:46:05 2018 +0300 618.3 @@ -9,13 +9,13 @@ 618.4 WEB_SITE="http://obmenu.sourceforge.net/index.html" 618.5 618.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 618.7 -WGET_URL="http://downloads.sourceforge.net/obmenu/$TARBALL" 618.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 618.9 618.10 -BUILD_DEPENDS="python python-dev" 618.11 +BUILD_DEPENDS="python-dev" 618.12 618.13 compile_rules() { 618.14 - python setup.py build && 618.15 - python setup.py install --root=$DESTDIR 618.16 + python -B setup.py build && 618.17 + python -B setup.py install --root=$DESTDIR 618.18 } 618.19 618.20 genpkg_rules() {
619.1 --- a/obshutdown/receipt Mon Oct 15 16:44:45 2018 +0300 619.2 +++ b/obshutdown/receipt Tue Oct 16 16:46:05 2018 +0300 619.3 @@ -11,7 +11,7 @@ 619.4 TARBALL="${PACKAGE}-${VERSION}.tar.gz" 619.5 WGET_URL="https://github.com/downloads/panjandrum/$PACKAGE/$TARBALL" 619.6 619.7 -BUILD_DEPENDS="gtk+-dev cairo-dev" 619.8 +BUILD_DEPENDS="gtk2-dev cairo-dev" 619.9 619.10 compile_rules() { 619.11 ./configure $CONFIGURE_ARGS && 619.12 @@ -24,7 +24,7 @@ 619.13 619.14 genpkg_rules() { 619.15 copy @std 619.16 - DEPENDS="gtk+ cairo openbox" 619.17 + DEPENDS="gtk2 cairo openbox" 619.18 } 619.19 619.20 post_install() {
620.1 --- a/opal/receipt Mon Oct 15 16:44:45 2018 +0300 620.2 +++ b/opal/receipt Tue Oct 16 16:46:05 2018 +0300 620.3 @@ -7,7 +7,7 @@ 620.4 MAINTAINER="pascal.bellard@slitaz.org" 620.5 LICENSE="MPL" 620.6 WEB_SITE="https://www.ekiga.org/" 620.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/opal.html" 620.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/opal.html" 620.9 620.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 620.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
621.1 --- a/opencv/receipt Mon Oct 15 16:44:45 2018 +0300 621.2 +++ b/opencv/receipt Tue Oct 16 16:46:05 2018 +0300 621.3 @@ -7,7 +7,7 @@ 621.4 MAINTAINER="pascal.bellard@slitaz.org" 621.5 LICENSE="BSD" 621.6 WEB_SITE="https://opencv.org/" 621.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/opencv.html" 621.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/opencv.html" 621.9 621.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 621.11 WGET_URL="https://github.com/opencv/opencv/archive/$VERSION.tar.gz" 621.12 @@ -19,7 +19,7 @@ 621.13 621.14 BUILD_DEPENDS="cmake python-dev python-numpy zlib-dev \ 621.15 libjpeg-turbo-dev tiff-dev libpng16-dev libwebp-dev jasper-dev openexr-dev \ 621.16 -ilmbase-dev gtk+-dev glib-dev gstreamer1-dev gst1-plugins-base-dev \ 621.17 +ilmbase-dev gtk2-dev glib-dev gstreamer1-dev gst1-plugins-base-dev \ 621.18 libgphoto2-dev shared-mime-info xine-lib-dev protobuf-dev " # lapack-dev 621.19 SPLIT="opencv opencv-dev" 621.20 621.21 @@ -69,7 +69,7 @@ 621.22 case $PACKAGE in 621.23 opencv) 621.24 copy @std 621.25 - DEPENDS="cairo gdk-pixbuf glib gst1-plugins-base gstreamer1 gtk+ \ 621.26 + DEPENDS="cairo gdk-pixbuf glib gst1-plugins-base gstreamer1 gtk2 \ 621.27 jasper libgphoto2 libjpeg-turbo libpng16 libwebp openexr tiff \ 621.28 xine-lib zlib" 621.29 ;;
622.1 --- a/openjpeg/receipt Mon Oct 15 16:44:45 2018 +0300 622.2 +++ b/openjpeg/receipt Tue Oct 16 16:46:05 2018 +0300 622.3 @@ -7,7 +7,7 @@ 622.4 MAINTAINER="slaxemulator@gmail.com" 622.5 LICENSE="BSD" 622.6 WEB_SITE="http://www.openjpeg.org/" 622.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/openjpeg.html" 622.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/openjpeg.html" 622.9 REPOLOGY="openjpeg15" 622.10 622.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
623.1 --- a/openjpeg2/receipt Mon Oct 15 16:44:45 2018 +0300 623.2 +++ b/openjpeg2/receipt Tue Oct 16 16:46:05 2018 +0300 623.3 @@ -7,7 +7,7 @@ 623.4 MAINTAINER="al.bobylev@gmail.com" 623.5 LICENSE="BSD" 623.6 WEB_SITE="http://www.openjpeg.org/" 623.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/openjpeg2.html" 623.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/openjpeg2.html" 623.9 REPOLOGY="openjpeg" 623.10 623.11 TARBALL="openjpeg-$VERSION.tar.gz"
624.1 --- a/openobex/receipt Mon Oct 15 16:44:45 2018 +0300 624.2 +++ b/openobex/receipt Tue Oct 16 16:46:05 2018 +0300 624.3 @@ -7,7 +7,7 @@ 624.4 MAINTAINER="al.bobylev@gmail.com" 624.5 LICENSE="LGPL2" 624.6 WEB_SITE="https://gitlab.com/openobex/mainline" 624.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/openobex.html" 624.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/openobex.html" 624.9 624.10 TARBALL="openobex-$VERSION-Source.tar.gz" 624.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
625.1 --- a/openssh/receipt Mon Oct 15 16:44:45 2018 +0300 625.2 +++ b/openssh/receipt Tue Oct 16 16:46:05 2018 +0300 625.3 @@ -7,7 +7,7 @@ 625.4 MAINTAINER="pascal.bellard@slitaz.org" 625.5 LICENSE="BSD" 625.6 WEB_SITE="https://www.openssh.com/" 625.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/openssh.html" 625.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/openssh.html" 625.9 625.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 625.11 WGET_URL="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$TARBALL"
626.1 --- a/openssl/receipt Mon Oct 15 16:44:45 2018 +0300 626.2 +++ b/openssl/receipt Tue Oct 16 16:46:05 2018 +0300 626.3 @@ -7,7 +7,7 @@ 626.4 MAINTAINER="pascal.bellard@slitaz.org" 626.5 LICENSE="BSD" 626.6 WEB_SITE="https://www.openssl.org/" 626.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/openssl.html" 626.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/openssl.html" 626.9 626.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 626.11 WGET_URL="https://www.openssl.org/source/$TARBALL"
627.1 --- a/openssl10/receipt Mon Oct 15 16:44:45 2018 +0300 627.2 +++ b/openssl10/receipt Tue Oct 16 16:46:05 2018 +0300 627.3 @@ -7,7 +7,7 @@ 627.4 MAINTAINER="pascal.bellard@slitaz.org" 627.5 LICENSE="BSD" 627.6 WEB_SITE="https://www.openssl.org/" 627.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/openssl10.html" 627.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/openssl10.html" 627.9 REPOLOGY="openssl" 627.10 627.11 TARBALL="openssl-$VERSION.tar.gz"
628.1 --- a/openvas-client/receipt Mon Oct 15 16:44:45 2018 +0300 628.2 +++ b/openvas-client/receipt Tue Oct 16 16:46:05 2018 +0300 628.3 @@ -12,7 +12,7 @@ 628.4 WGET_URL="http://wald.intevation.org/frs/download.php/757/$TARBALL" 628.5 628.6 BUILD_DEPENDS="libgd-dev libpng16-dev glib-dev openvas-libraries-dev \ 628.7 -gnutls-dev gtk+-dev" 628.8 +gnutls-dev gtk2-dev" 628.9 628.10 compile_rules() { 628.11 cp -a $stuff/libopenvas-config /usr/bin 628.12 @@ -24,6 +24,6 @@ 628.13 628.14 genpkg_rules() { 628.15 copy @std 628.16 - DEPENDS="openvas-libraries gtk+" 628.17 + DEPENDS="openvas-libraries gtk2" 628.18 CONFIG_FILES="/etc/openvas/" 628.19 }
629.1 --- a/ophcrack/receipt Mon Oct 15 16:44:45 2018 +0300 629.2 +++ b/ophcrack/receipt Tue Oct 16 16:46:05 2018 +0300 629.3 @@ -1,4 +1,4 @@ 629.4 -# SliTaz package receipt. 629.5 +# SliTaz package receipt v2. 629.6 629.7 PACKAGE="ophcrack" 629.8 VERSION="3.5.0" 629.9 @@ -6,26 +6,23 @@ 629.10 SHORT_DESC="Windows password cracker" 629.11 MAINTAINER="slitaz@objectif-securite.ch" 629.12 LICENSE="GPL2" 629.13 +WEB_SITE="http://ophcrack.sourceforge.net" 629.14 + 629.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 629.16 -WEB_SITE="http://ophcrack.sourceforge.net" 629.17 -WGET_URL="http://downloads.sourceforge.net/ophcrack/$TARBALL" 629.18 -TAGS="password windows" 629.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 629.20 629.21 -DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl expat gcc-lib-base" 629.22 BUILD_DEPENDS="Qt4-dev qmake libqwt5-qt4-dev openssl-dev expat-dev" 629.23 629.24 -# Rules to configure and make the package. 629.25 -compile_rules() 629.26 -{ 629.27 - cd $src 629.28 - ./configure --prefix=/usr $CONFIGURE_ARGS && 629.29 +compile_rules() { 629.30 + ./configure \ 629.31 + --prefix=/usr \ 629.32 + $CONFIGURE_ARGS && 629.33 make 629.34 } 629.35 629.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 629.37 -genpkg_rules() 629.38 -{ 629.39 +genpkg_rules() { 629.40 mkdir -p $fs/usr/bin 629.41 cp -a $src/src/ophcrack $fs/usr/bin 629.42 + DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl expat gcc-lib-base" 629.43 + TAGS="password windows" 629.44 } 629.45 -
630.1 --- a/opus/receipt Mon Oct 15 16:44:45 2018 +0300 630.2 +++ b/opus/receipt Tue Oct 16 16:46:05 2018 +0300 630.3 @@ -7,7 +7,7 @@ 630.4 MAINTAINER="pascal.bellard@slitaz.org" 630.5 LICENSE="BSD" 630.6 WEB_SITE="http://opus-codec.org/" 630.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/opus.html" 630.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/opus.html" 630.9 630.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 630.11 WGET_URL="https://archive.mozilla.org/pub/opus/$TARBALL"
631.1 --- a/orage/receipt Mon Oct 15 16:44:45 2018 +0300 631.2 +++ b/orage/receipt Tue Oct 16 16:46:05 2018 +0300 631.3 @@ -11,7 +11,7 @@ 631.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 631.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 631.6 631.7 -BUILD_DEPENDS="intltool gtk+-dev xfce4-panel-dev libical-dev db-dev \ 631.8 +BUILD_DEPENDS="intltool gtk2-dev xfce4-panel-dev libical-dev db-dev \ 631.9 dbus-glib-dev libnotify-dev popt-dev" 631.10 631.11 compile_rules() { 631.12 @@ -25,7 +25,7 @@ 631.13 631.14 genpkg_rules() { 631.15 copy @std 631.16 - DEPENDS="dbus dbus-glib gdk-pixbuf glib gtk+ libical libnotify \ 631.17 + DEPENDS="dbus dbus-glib gdk-pixbuf glib gtk2 libical libnotify \ 631.18 libxfce4util pango popt xfce4-panel xorg-libX11" 631.19 TAGS="Xfce office" 631.20 }
632.1 --- a/osmo/receipt Mon Oct 15 16:44:45 2018 +0300 632.2 +++ b/osmo/receipt Tue Oct 16 16:46:05 2018 +0300 632.3 @@ -11,7 +11,7 @@ 632.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 632.5 WGET_URL="$SF_MIRROR/osmo-pim/$TARBALL" 632.6 632.7 -BUILD_DEPENDS="gettext gtk+3-dev libarchive-dev libical-dev gtkspell3-dev \ 632.8 +BUILD_DEPENDS="gettext gtk3-dev libarchive-dev libical-dev gtkspell3-dev \ 632.9 libnotify-dev webkit2gtk-dev" 632.10 632.11 compile_rules() { 632.12 @@ -20,7 +20,7 @@ 632.13 632.14 genpkg_rules() { 632.15 copy @std *.mo @ico # only 16 and 48 icons 632.16 - DEPENDS="atk cairo enchant gdk-pixbuf glib gtk+3 gtkspell3 libarchive \ 632.17 + DEPENDS="atk cairo enchant gdk-pixbuf glib gtk3 gtkspell3 libarchive \ 632.18 libical liblzma libnotify libsoup libxml2 pango webkit2gtk zlib" 632.19 TAGS="office" 632.20 }
633.1 --- a/oxine/receipt Mon Oct 15 16:44:45 2018 +0300 633.2 +++ b/oxine/receipt Tue Oct 16 16:46:05 2018 +0300 633.3 @@ -1,30 +1,26 @@ 633.4 -# SliTaz package receipt. 633.5 +# SliTaz package receipt v2. 633.6 633.7 PACKAGE="oxine" 633.8 VERSION="0.7.1" 633.9 CATEGORY="multimedia" 633.10 -SHORT_DESC="oxine is a lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems." 633.11 +SHORT_DESC="Lightweight, purely OSD based xine frontend for set-top boxes and home entertainment systems" 633.12 MAINTAINER="devl547@gmail.com" 633.13 LICENSE="GPL2" 633.14 +WEB_SITE="http://oxine.sourceforge.net/" 633.15 + 633.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 633.17 -WEB_SITE="http://oxine.sourceforge.net/" 633.18 -WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 633.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 633.20 633.21 -DEPENDS="libcdio xine-lib curl" 633.22 BUILD_DEPENDS="shared-mime-info libcdio-dev xine-lib-dev curl-dev \ 633.23 xorg-libX11-dev xorg-libXtst-dev" 633.24 633.25 -# Rules to configure and make the package. 633.26 -compile_rules() 633.27 -{ 633.28 +compile_rules() { 633.29 ./configure $CONFIGURE_ARGS && 633.30 - make && make install 633.31 + make && 633.32 + make install 633.33 } 633.34 633.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 633.36 -genpkg_rules() 633.37 -{ 633.38 - mkdir -p $fs/usr/ 633.39 - cp -a $install/usr/bin $fs/usr 633.40 - cp -a $install/usr/share/ $fs/usr 633.41 +genpkg_rules() { 633.42 + copy @std 633.43 + DEPENDS="libcdio xine-lib curl" 633.44 }
634.1 --- a/oxygen-gtk/receipt Mon Oct 15 16:44:45 2018 +0300 634.2 +++ b/oxygen-gtk/receipt Tue Oct 16 16:46:05 2018 +0300 634.3 @@ -12,7 +12,7 @@ 634.4 BRANCH="$VERSION" 634.5 WGET_URL="git|git://anongit.kde.org/oxygen-gtk" 634.6 634.7 -BUILD_DEPENDS="git cmake xorg-libX11-dev gtk+-dev" 634.8 +BUILD_DEPENDS="git cmake xorg-libX11-dev gtk2-dev" 634.9 634.10 compile_rules() { 634.11 mkdir build 634.12 @@ -24,5 +24,5 @@ 634.13 634.14 genpkg_rules() { 634.15 copy @std 634.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ pango xorg-libX11" 634.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 pango xorg-libX11" 634.18 }
635.1 --- a/p11-kit/receipt Mon Oct 15 16:44:45 2018 +0300 635.2 +++ b/p11-kit/receipt Tue Oct 16 16:46:05 2018 +0300 635.3 @@ -7,7 +7,7 @@ 635.4 MAINTAINER="slaxemulator@gmail.com" 635.5 LICENSE="BSD" 635.6 WEB_SITE="https://p11-glue.freedesktop.org/" 635.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html" 635.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/p11-kit.html" 635.9 635.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 635.11 WGET_URL="https://github.com/p11-glue/p11-kit/releases/download/$VERSION/$TARBALL"
636.1 --- a/p7zip/receipt Mon Oct 15 16:44:45 2018 +0300 636.2 +++ b/p7zip/receipt Tue Oct 16 16:46:05 2018 +0300 636.3 @@ -8,17 +8,16 @@ 636.4 LICENSE="LGPL2.1" 636.5 #WEB_SITE="http://p7zip.sourceforge.net/" 636.6 WEB_SITE="https://sourceforge.net/projects/sevenzip/" 636.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/p7zip.html" 636.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/p7zip.html" 636.9 636.10 TARBALL="${PACKAGE}_${VERSION}_src_all.tar.bz2" 636.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 636.12 636.13 BUILD_DEPENDS="nasm yasm" 636.14 -SPLIT="p7zip p7zip-full" 636.15 +SPLIT="$PACKAGE-full" 636.16 636.17 compile_rules() { 636.18 case $ARCH in 636.19 - arm) cp makefile.linux_cross_arm makefile.machine;; 636.20 i?86) cp makefile.linux_x86_asm_gcc_4.X makefile.machine;; 636.21 x86_64) cp makefile.linux_amd64_asm makefile.machine;; 636.22 esac 636.23 @@ -38,7 +37,7 @@ 636.24 copy 7zr 636.25 CAT="utilities|supports only 7z archives" 636.26 ;; 636.27 - p7zip-full) 636.28 + *-full) 636.29 copy @std @rm 636.30 CAT="utilities|full version with restricted codecs" 636.31 DEPENDS="p7zip"
637.1 --- a/palemoon/receipt Mon Oct 15 16:44:45 2018 +0300 637.2 +++ b/palemoon/receipt Tue Oct 16 16:46:05 2018 +0300 637.3 @@ -12,8 +12,8 @@ 637.4 TAGS="browser web-browser" 637.5 PROVIDE="browser-html5" 637.6 637.7 -DEPENDS="gtk+" 637.8 -BUILD_DEPENDS="autoconf213 gtk+-dev yasm zip unzip iw dbus-dev dbus-glib-dev \ 637.9 +DEPENDS="gtk2" 637.10 +BUILD_DEPENDS="autoconf213 gtk2-dev yasm zip unzip iw dbus-dev dbus-glib-dev \ 637.11 iw libpng16-dev gstreamer0 gstreamer0-dev gst0-plugins-base-dev gst0-plugins-base \ 637.12 libvpx-dev mesa-dev virtualenv zlib-dev bzip2-dev python-dev \ 637.13 xorg-pixman xorg-pixman-dev libffi libffi-dev libjpeg-turbo-dev \
638.1 --- a/pan/receipt Mon Oct 15 16:44:45 2018 +0300 638.2 +++ b/pan/receipt Tue Oct 16 16:46:05 2018 +0300 638.3 @@ -10,8 +10,8 @@ 638.4 WEB_SITE="http://pan.rebelbase.com" 638.5 WGET_URL="$WEB_SITE/download/releases/$VERSION/source/$TARBALL" 638.6 638.7 -DEPENDS="pcre gmime gtkspell gtk+ cairo gcc-lib-base glibc-base" 638.8 -BUILD_DEPENDS="intltool gmime-dev glib-dev gtk+-dev" 638.9 +DEPENDS="pcre gmime gtkspell gtk2 cairo gcc-lib-base glibc-base" 638.10 +BUILD_DEPENDS="intltool gmime-dev glib-dev gtk2-dev" 638.11 638.12 # Rules to configure and make the package. 638.13 compile_rules()
639.1 --- a/pangomm/receipt Mon Oct 15 16:44:45 2018 +0300 639.2 +++ b/pangomm/receipt Tue Oct 16 16:46:05 2018 +0300 639.3 @@ -7,7 +7,7 @@ 639.4 MAINTAINER="pankso@slitaz.org" 639.5 LICENSE="LGPL2.1" 639.6 WEB_SITE="https://developer.gnome.org/pangomm/" 639.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/pangomm.html" 639.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/pangomm.html" 639.9 639.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 639.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
640.1 --- a/parcellite/receipt Mon Oct 15 16:44:45 2018 +0300 640.2 +++ b/parcellite/receipt Tue Oct 16 16:46:05 2018 +0300 640.3 @@ -10,8 +10,8 @@ 640.4 WEB_SITE="http://parcellite.sourceforge.net/" 640.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 640.6 640.7 -DEPENDS="gtk+ xorg-libX11 xorg-libXdamage" 640.8 -BUILD_DEPENDS="xorg-libX11-dev gtk+-dev intltool" 640.9 +DEPENDS="gtk2 xorg-libX11 xorg-libXdamage" 640.10 +BUILD_DEPENDS="xorg-libX11-dev gtk2-dev intltool" 640.11 640.12 # Rules to configure and make the package. 640.13 compile_rules()
641.1 --- a/parole/receipt Mon Oct 15 16:44:45 2018 +0300 641.2 +++ b/parole/receipt Tue Oct 16 16:46:05 2018 +0300 641.3 @@ -30,7 +30,7 @@ 641.4 parole) 641.5 copy @std 641.6 DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gst0-plugins-base \ 641.7 - gstreamer0 gtk+ libnotify libxfce4ui libxfce4util taglib xfconf \ 641.8 + gstreamer0 gtk2 libnotify libxfce4ui libxfce4util taglib xfconf \ 641.9 xorg-libX11" 641.10 ;; 641.11 *-dev)
642.1 --- a/parted/receipt Mon Oct 15 16:44:45 2018 +0300 642.2 +++ b/parted/receipt Tue Oct 16 16:46:05 2018 +0300 642.3 @@ -7,7 +7,7 @@ 642.4 MAINTAINER="pankso@slitaz.org" 642.5 LICENSE="GPL3" 642.6 WEB_SITE="http://www.gnu.org/software/parted/index.shtml" 642.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/parted.html" 642.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/parted.html" 642.9 642.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 642.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
643.1 --- a/pavucontrol/receipt Mon Oct 15 16:44:45 2018 +0300 643.2 +++ b/pavucontrol/receipt Tue Oct 16 16:46:05 2018 +0300 643.3 @@ -1,7 +1,7 @@ 643.4 # SliTaz package receipt v2. 643.5 643.6 PACKAGE="pavucontrol" 643.7 -VERSION="3.0+23" # 23 commits since latest release 3.0 (2015-03-24) 643.8 +VERSION="3.0postgit20150324" 643.9 COMMIT="335c26c57c18d95cc7d4ca693a75ef94fe919e1d" # https://cgit.freedesktop.org/pulseaudio/pavucontrol/ 643.10 CATEGORY="multimedia" 643.11 SHORT_DESC="A GTK volume control for PulseAudio" 643.12 @@ -30,6 +30,6 @@ 643.13 genpkg_rules() { 643.14 copy @std 643.15 DEPENDS="atk atkmm cairo cairomm fontconfig freetype gdk-pixbuf glib \ 643.16 - glibmm gtk+ gtkmm libcanberra libgiomm libsigc++ pango pangomm pulseaudio \ 643.17 + glibmm gtk2 gtkmm libcanberra libgiomm libsigc++ pango pangomm pulseaudio \ 643.18 pulseaudio-glib xorg-libX11" 643.19 }
644.1 --- a/pax/receipt Mon Oct 15 16:44:45 2018 +0300 644.2 +++ b/pax/receipt Tue Oct 16 16:46:05 2018 +0300 644.3 @@ -7,7 +7,7 @@ 644.4 MAINTAINER="al.bobylev@gmail.com" 644.5 LICENSE="GPL2 LGPL2.1" 644.6 WEB_SITE="https://sourceforge.net/projects/heirloom/" 644.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pax.html" 644.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/pax.html" 644.9 644.10 TARBALL="heirloom-$VERSION.tar.bz2" 644.11 WGET_URL="$SF_MIRROR/heirloom/$TARBALL"
645.1 --- a/pciutils/receipt Mon Oct 15 16:44:45 2018 +0300 645.2 +++ b/pciutils/receipt Tue Oct 16 16:46:05 2018 +0300 645.3 @@ -7,7 +7,7 @@ 645.4 MAINTAINER="pankso@slitaz.org" 645.5 LICENSE="GPL2" 645.6 WEB_SITE="http://mj.ucw.cz/sw/pciutils/" 645.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pciutils.html" 645.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/pciutils.html" 645.9 645.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 645.11 WGET_URL="https://www.kernel.org/pub/software/utils/pciutils/$TARBALL"
646.1 --- a/pcmanfm-legacy/receipt Mon Oct 15 16:44:45 2018 +0300 646.2 +++ b/pcmanfm-legacy/receipt Tue Oct 16 16:46:05 2018 +0300 646.3 @@ -11,7 +11,7 @@ 646.4 TARBALL="pcmanfm-$VERSION.tar.bz2" 646.5 WGET_URL="$SF_MIRROR/pcmanfm/$TARBALL" 646.6 646.7 -BUILD_DEPENDS="gtk+-dev gamin-dev gamin shared-mime-info intltool hal-dev \ 646.8 +BUILD_DEPENDS="gtk2-dev gamin-dev gamin shared-mime-info intltool hal-dev \ 646.9 dbus-glib-dev dbus-dev startup-notification-dev xorg-libxcb-dev xorg-xcb-util-dev \ 646.10 xorg-xcb-util xorg-libX11-dev xorg-libXt-dev" 646.11 646.12 @@ -34,7 +34,7 @@ 646.13 646.14 genpkg_rules() { 646.15 copy @std 646.16 - DEPENDS="cairo dbus dbus-glib gamin gdk-pixbuf glib gtk+ hal pango \ 646.17 + DEPENDS="cairo dbus dbus-glib gamin gdk-pixbuf glib gtk2 hal pango \ 646.18 startup-notification xorg-libX11 hicolor-icon-theme shared-mime-info" 646.19 TAGS="file-manager" 646.20 }
647.1 --- a/pcmanfm-qt/receipt Mon Oct 15 16:44:45 2018 +0300 647.2 +++ b/pcmanfm-qt/receipt Tue Oct 16 16:46:05 2018 +0300 647.3 @@ -7,7 +7,7 @@ 647.4 MAINTAINER="al.bobylev@gmail.com" 647.5 LICENSE="LGPL2.1" 647.6 WEB_SITE="https://github.com/lxde/pcmanfm-qt" 647.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/pcmanfm-qt.html" 647.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/pcmanfm-qt.html" 647.9 647.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 647.11 WGET_URL="https://github.com/lxde/pcmanfm-qt/releases/download/$VERSION/$TARBALL"
648.1 --- a/pcmanfm/receipt Mon Oct 15 16:44:45 2018 +0300 648.2 +++ b/pcmanfm/receipt Tue Oct 16 16:46:05 2018 +0300 648.3 @@ -7,16 +7,16 @@ 648.4 MAINTAINER="pankso@slitaz.org" 648.5 LICENSE="GPL2" 648.6 WEB_SITE="https://wiki.lxde.org/en/PCManFM" 648.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/pcmanfm.html" 648.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/pcmanfm.html" 648.9 648.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 648.11 #WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL" # SF download problems 648.12 WGET_URL="http://git.lxde.org/gitweb/?p=lxde/pcmanfm.git;a=snapshot;h=$VERSION;sf=txz" 648.13 648.14 -BUILD_DEPENDS_arm="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \ 648.15 +BUILD_DEPENDS_arm="gtk2-dev dbus-glib-dev dbus-dev startup-notification-dev \ 648.16 xorg-libxcb-dev xorg-xcb-util-dev libfm-dev menu-cache-dev expat-dev libfm-gtk \ 648.17 gtk-doc libtool" 648.18 -BUILD_DEPENDS="intltool xorg-libX11-dev pango-dev libfm-dev gtk+-dev automake" 648.19 +BUILD_DEPENDS="intltool xorg-libX11-dev pango-dev libfm-dev gtk2-dev automake" 648.20 648.21 compile_rules() { 648.22 # tarball from git.lxde.org requires this step 648.23 @@ -42,7 +42,7 @@ 648.24 648.25 genpkg_rules() { 648.26 copy @std 648.27 - DEPENDS="atk cairo gdk-pixbuf glib gtk+ libfm libfm-gtk pango xorg-libX11" 648.28 + DEPENDS="atk cairo gdk-pixbuf glib gtk2 libfm libfm-gtk pango xorg-libX11" 648.29 SUGGESTED="gvfs" 648.30 TAGS="file-manager" 648.31 }
649.1 --- a/pcre2/receipt Mon Oct 15 16:44:45 2018 +0300 649.2 +++ b/pcre2/receipt Tue Oct 16 16:46:05 2018 +0300 649.3 @@ -7,7 +7,7 @@ 649.4 MAINTAINER="al.bobylev@gmail.com" 649.5 LICENSE="BSD" 649.6 WEB_SITE="http://www.pcre.org/" 649.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pcre2.html" 649.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/pcre2.html" 649.9 649.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 649.11 WGET_URL="$SF_MIRROR/pcre/$TARBALL"
650.1 --- a/pcsxr-svn/receipt Mon Oct 15 16:44:45 2018 +0300 650.2 +++ b/pcsxr-svn/receipt Tue Oct 16 16:46:05 2018 +0300 650.3 @@ -15,7 +15,7 @@ 650.4 TAGS="emulator playstation" 650.5 650.6 DEPENDS="libcdio libglade xorg-libXtst xorg-libXv mesa libsdl" 650.7 -BUILD_DEPENDS="glib-dev libcdio libcdio-dev libglade-dev gtk+-dev xorg-libXtst xorg-libXtst-dev xorg-libXv xorg-libXv-dev mesa-dev \ 650.8 +BUILD_DEPENDS="glib-dev libcdio libcdio-dev libglade-dev gtk2-dev xorg-libXtst xorg-libXtst-dev xorg-libXv xorg-libXv-dev mesa-dev \ 650.9 zlib-dev libsdl libsdl-dev subversion nasm gettext intltool sed lzma \ 650.10 autoconf automake libtool expat-dev xorg-libxshmfence-dev" 650.11
651.1 --- a/peazip/receipt Mon Oct 15 16:44:45 2018 +0300 651.2 +++ b/peazip/receipt Tue Oct 16 16:46:05 2018 +0300 651.3 @@ -81,7 +81,7 @@ 651.4 ;; 651.5 peazip) 651.6 copy @std @rm 651.7 - DEPENDS="atk cairo gdk-pixbuf glib gtk+ pango xorg-libX11 \ 651.8 + DEPENDS="atk cairo gdk-pixbuf glib gtk2 pango xorg-libX11 \ 651.9 busybox desktop-file-utils gmp libcurl ncurses upx zpaq xdg-utils" 651.10 SUGGESTED="aescrypt gnupg" 651.11 TAGS="archiver bzip2 encryption gzip rar split tar unrar xz zip 7zip"
652.1 --- a/perl-algorithm-permute/receipt Mon Oct 15 16:44:45 2018 +0300 652.2 +++ b/perl-algorithm-permute/receipt Tue Oct 16 16:46:05 2018 +0300 652.3 @@ -1,4 +1,4 @@ 652.4 -# SliTaz package receipt. 652.5 +# SliTaz package receipt v2. 652.6 652.7 PACKAGE="perl-algorithm-permute" 652.8 VERSION="0.16" 652.9 @@ -13,20 +13,16 @@ 652.10 TARBALL="Algorithm-Permute-$VERSION.tar.gz" 652.11 WGET_URL="https://cpan.metacpan.org/authors/id/S/SL/SLOYD/$TARBALL" 652.12 652.13 -DEPENDS="perl" 652.14 BUILD_DEPENDS="perl-dev" 652.15 652.16 -# Rules to configure and make the package. 652.17 -compile_rules() 652.18 -{ 652.19 +compile_rules() { 652.20 perl Makefile.PL && 652.21 make && make DESTDIR=$install install && 652.22 652.23 chmod -R u+w $install 652.24 } 652.25 652.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 652.27 -genpkg_rules() 652.28 -{ 652.29 +genpkg_rules() { 652.30 copy @std 652.31 + DEPENDS="perl" 652.32 }
653.1 --- a/perl-apache-dbi/receipt Mon Oct 15 16:44:45 2018 +0300 653.2 +++ b/perl-apache-dbi/receipt Tue Oct 16 16:46:05 2018 +0300 653.3 @@ -1,4 +1,4 @@ 653.4 -# SliTaz package receipt. 653.5 +# SliTaz package receipt v2. 653.6 653.7 PACKAGE="perl-apache-dbi" 653.8 VERSION="1.12" 653.9 @@ -12,20 +12,16 @@ 653.10 TARBALL="Apache-DBI-$VERSION.tar.gz" 653.11 WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL" 653.12 653.13 -DEPENDS="perl-dbi perl-digest-sha1" 653.14 -BUILD_DEPENDS="$DEPENDS" 653.15 +BUILD_DEPENDS="perl-dbi perl-digest-sha1" 653.16 653.17 -# Rules to configure and make the package. 653.18 -compile_rules() 653.19 -{ 653.20 +compile_rules() { 653.21 perl Makefile.PL && 653.22 make && make DESTDIR=$install install && 653.23 653.24 chmod -R u+w $install 653.25 } 653.26 653.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 653.28 -genpkg_rules() 653.29 -{ 653.30 +genpkg_rules() { 653.31 copy @std 653.32 + DEPENDS="$BUILD_DEPENDS" 653.33 }
654.1 --- a/perl-appconfig/receipt Mon Oct 15 16:44:45 2018 +0300 654.2 +++ b/perl-appconfig/receipt Tue Oct 16 16:46:05 2018 +0300 654.3 @@ -1,4 +1,4 @@ 654.4 -# SliTaz package receipt. 654.5 +# SliTaz package receipt v2. 654.6 654.7 PACKAGE="perl-appconfig" 654.8 VERSION="1.71" 654.9 @@ -13,20 +13,16 @@ 654.10 TARBALL="AppConfig-$VERSION.tar.gz" 654.11 WGET_URL="https://cpan.metacpan.org/authors/id/N/NE/NEILB/$TARBALL" 654.12 654.13 -DEPENDS="perl" 654.14 BUILD_DEPENDS="perl" 654.15 654.16 -# Rules to configure and make the package. 654.17 -compile_rules() 654.18 -{ 654.19 +compile_rules() { 654.20 perl Makefile.PL && 654.21 make && make DESTDIR=$install install && 654.22 654.23 chmod -R u+w $install 654.24 } 654.25 654.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 654.27 -genpkg_rules() 654.28 -{ 654.29 +genpkg_rules() { 654.30 copy @std 654.31 + DEPENDS="perl" 654.32 }
655.1 --- a/perl-b-hooks-endofscope/receipt Mon Oct 15 16:44:45 2018 +0300 655.2 +++ b/perl-b-hooks-endofscope/receipt Tue Oct 16 16:46:05 2018 +0300 655.3 @@ -1,4 +1,4 @@ 655.4 -# SliTaz package receipt. 655.5 +# SliTaz package receipt v2. 655.6 655.7 PACKAGE="perl-b-hooks-endofscope" 655.8 VERSION="0.24" 655.9 @@ -13,20 +13,17 @@ 655.10 TARBALL="B-Hooks-EndOfScope-$VERSION.tar.gz" 655.11 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" 655.12 655.13 -DEPENDS="perl-module-implementation perl-sub-exporter-progressive" 655.14 -BUILD_DEPENDS="$DEPENDS perl-dev perl-variable-magic" 655.15 +BUILD_DEPENDS="perl-module-implementation perl-sub-exporter-progressive \ 655.16 +perl-dev perl-variable-magic" 655.17 655.18 -# Rules to configure and make the package. 655.19 -compile_rules() 655.20 -{ 655.21 +compile_rules() { 655.22 perl Makefile.PL && 655.23 make && make DESTDIR=$install install && 655.24 655.25 chmod -R u+w $install 655.26 } 655.27 655.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 655.29 -genpkg_rules() 655.30 -{ 655.31 +genpkg_rules() { 655.32 copy @std 655.33 + DEPENDS="perl-module-implementation perl-sub-exporter-progressive" 655.34 }
656.1 --- a/perl-berkeleydb/receipt Mon Oct 15 16:44:45 2018 +0300 656.2 +++ b/perl-berkeleydb/receipt Tue Oct 16 16:46:05 2018 +0300 656.3 @@ -1,4 +1,4 @@ 656.4 -# SliTaz package receipt. 656.5 +# SliTaz package receipt v2. 656.6 656.7 PACKAGE="perl-berkeleydb" 656.8 VERSION="0.55" 656.9 @@ -12,20 +12,16 @@ 656.10 TARBALL="BerkeleyDB-$VERSION.tar.gz" 656.11 WGET_URL="https://cpan.metacpan.org/authors/id/P/PM/PMQS/$TARBALL" 656.12 656.13 -DEPENDS="perl db" 656.14 BUILD_DEPENDS="perl-dev db-dev" 656.15 656.16 -# Rules to configure and make the package. 656.17 -compile_rules() 656.18 -{ 656.19 +compile_rules() { 656.20 perl Makefile.PL && 656.21 make && make DESTDIR=$install install && 656.22 656.23 chmod -R u+w $install 656.24 } 656.25 656.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 656.27 -genpkg_rules() 656.28 -{ 656.29 +genpkg_rules() { 656.30 copy @std 656.31 + DEPENDS="perl db" 656.32 }
657.1 --- a/perl-bit-vector/receipt Mon Oct 15 16:44:45 2018 +0300 657.2 +++ b/perl-bit-vector/receipt Tue Oct 16 16:46:05 2018 +0300 657.3 @@ -1,4 +1,4 @@ 657.4 -# SliTaz package receipt. 657.5 +# SliTaz package receipt v2. 657.6 657.7 PACKAGE="perl-bit-vector" 657.8 VERSION="7.4" 657.9 @@ -13,20 +13,16 @@ 657.10 TARBALL="Bit-Vector-$VERSION.tar.gz" 657.11 WGET_URL="https://cpan.metacpan.org/authors/id/S/ST/STBEY/$TARBALL" 657.12 657.13 -DEPENDS="perl-carp-clan" 657.14 -BUILD_DEPENDS="$DEPENDS perl-dev" 657.15 +BUILD_DEPENDS="perl-carp-clan perl-dev" 657.16 657.17 -# Rules to configure and make the package. 657.18 -compile_rules() 657.19 -{ 657.20 +compile_rules() { 657.21 perl Makefile.PL && 657.22 make && make DESTDIR=$install install && 657.23 657.24 chmod -R u+w $install 657.25 } 657.26 657.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 657.28 -genpkg_rules() 657.29 -{ 657.30 +genpkg_rules() { 657.31 copy @std 657.32 + DEPENDS="perl-carp-clan" 657.33 }
658.1 --- a/perl-cairo/receipt Mon Oct 15 16:44:45 2018 +0300 658.2 +++ b/perl-cairo/receipt Tue Oct 16 16:46:05 2018 +0300 658.3 @@ -1,4 +1,4 @@ 658.4 -# SliTaz package receipt. 658.5 +# SliTaz package receipt v2. 658.6 658.7 PACKAGE="perl-cairo" 658.8 VERSION="1.106" 658.9 @@ -12,20 +12,17 @@ 658.10 TARBALL="Cairo-$VERSION.tar.gz" 658.11 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 658.12 658.13 -DEPENDS="cairo freetype perl-extutils-depends perl-extutils-pkgconfig" 658.14 -BUILD_DEPENDS="$DEPENDS perl-dev cairo-dev" 658.15 +BUILD_DEPENDS="cairo freetype perl-extutils-depends perl-extutils-pkgconfig \ 658.16 +perl-dev cairo-dev" 658.17 658.18 -# Rules to configure and make the package. 658.19 -compile_rules() 658.20 -{ 658.21 +compile_rules() { 658.22 perl Makefile.PL && 658.23 make && make DESTDIR=$install install && 658.24 658.25 chmod -R u+w $install 658.26 } 658.27 658.28 -# Rules to gen a SliTaz package suitable for Tazpkg. 658.29 -genpkg_rules() 658.30 -{ 658.31 +genpkg_rules() { 658.32 copy @std *.h 658.33 + DEPENDS="cairo freetype perl-extutils-depends perl-extutils-pkgconfig" 658.34 }
659.1 --- a/perl-carp-clan/receipt Mon Oct 15 16:44:45 2018 +0300 659.2 +++ b/perl-carp-clan/receipt Tue Oct 16 16:46:05 2018 +0300 659.3 @@ -1,4 +1,4 @@ 659.4 -# SliTaz package receipt. 659.5 +# SliTaz package receipt v2. 659.6 659.7 PACKAGE="perl-carp-clan" 659.8 VERSION="6.06" 659.9 @@ -13,20 +13,16 @@ 659.10 TARBALL="Carp-Clan-$VERSION.tar.gz" 659.11 WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL" 659.12 659.13 -DEPENDS="perl-test-exception" 659.14 -BUILD_DEPENDS="$DEPENDS" 659.15 +BUILD_DEPENDS="perl-test-exception" 659.16 659.17 -# Rules to configure and make the package. 659.18 -compile_rules() 659.19 -{ 659.20 +compile_rules() { 659.21 perl Makefile.PL && 659.22 make && make DESTDIR=$install install && 659.23 659.24 chmod -R u+w $install 659.25 } 659.26 659.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 659.28 -genpkg_rules() 659.29 -{ 659.30 +genpkg_rules() { 659.31 copy @std 659.32 + DEPENDS="perl-test-exception" 659.33 }
660.1 --- a/perl-cgi-session/receipt Mon Oct 15 16:44:45 2018 +0300 660.2 +++ b/perl-cgi-session/receipt Tue Oct 16 16:46:05 2018 +0300 660.3 @@ -1,4 +1,4 @@ 660.4 -# SliTaz package receipt. 660.5 +# SliTaz package receipt v2. 660.6 660.7 PACKAGE="perl-cgi-session" 660.8 VERSION="4.48" 660.9 @@ -12,20 +12,16 @@ 660.10 TARBALL="CGI-Session-$VERSION.tar.gz" 660.11 WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARKSTOS/$TARBALL" 660.12 660.13 -DEPENDS="perl-cgi" 660.14 -BUILD_DEPENDS="$DEPENDS" 660.15 +BUILD_DEPENDS="perl-cgi" 660.16 660.17 -# Rules to configure and make the package. 660.18 -compile_rules() 660.19 -{ 660.20 +compile_rules() { 660.21 perl Makefile.PL && 660.22 make && make DESTDIR=$install install && 660.23 660.24 chmod -R u+w $install 660.25 } 660.26 660.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 660.28 -genpkg_rules() 660.29 -{ 660.30 +genpkg_rules() { 660.31 copy @std 660.32 + DEPENDS="perl-cgi" 660.33 }
661.1 --- a/perl-class-accessor/receipt Mon Oct 15 16:44:45 2018 +0300 661.2 +++ b/perl-class-accessor/receipt Tue Oct 16 16:46:05 2018 +0300 661.3 @@ -1,4 +1,4 @@ 661.4 -# SliTaz package receipt. 661.5 +# SliTaz package receipt v2. 661.6 661.7 PACKAGE="perl-class-accessor" 661.8 VERSION="0.51" 661.9 @@ -12,20 +12,16 @@ 661.10 TARBALL="Class-Accessor-$VERSION.tar.gz" 661.11 WGET_URL="https://cpan.metacpan.org/authors/id/K/KA/KASEI/$TARBALL" 661.12 661.13 -DEPENDS="perl" 661.14 BUILD_DEPENDS="perl" 661.15 661.16 -# Rules to configure and make the package. 661.17 -compile_rules() 661.18 -{ 661.19 +compile_rules() { 661.20 perl Makefile.PL && 661.21 make && make DESTDIR=$install install && 661.22 661.23 chmod -R u+w $install 661.24 } 661.25 661.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 661.27 -genpkg_rules() 661.28 -{ 661.29 +genpkg_rules() { 661.30 copy @std 661.31 + DEPENDS="perl" 661.32 }
662.1 --- a/perl-class-data-inheritable/receipt Mon Oct 15 16:44:45 2018 +0300 662.2 +++ b/perl-class-data-inheritable/receipt Tue Oct 16 16:46:05 2018 +0300 662.3 @@ -1,4 +1,4 @@ 662.4 -# SliTaz package receipt. 662.5 +# SliTaz package receipt v2. 662.6 662.7 PACKAGE="perl-class-data-inheritable" 662.8 VERSION="0.08" 662.9 @@ -12,20 +12,16 @@ 662.10 TARBALL="Class-Data-Inheritable-$VERSION.tar.gz" 662.11 WGET_URL="https://cpan.metacpan.org/authors/id/T/TM/TMTM/$TARBALL" 662.12 662.13 -DEPENDS="perl" 662.14 BUILD_DEPENDS="perl" 662.15 662.16 -# Rules to configure and make the package. 662.17 -compile_rules() 662.18 -{ 662.19 +compile_rules() { 662.20 perl Makefile.PL && 662.21 make && make DESTDIR=$install install && 662.22 662.23 chmod -R u+w $install 662.24 } 662.25 662.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 662.27 -genpkg_rules() 662.28 -{ 662.29 +genpkg_rules() { 662.30 copy @std 662.31 + DEPENDS="perl" 662.32 }
663.1 --- a/perl-gtk2-trayicon/receipt Mon Oct 15 16:44:45 2018 +0300 663.2 +++ b/perl-gtk2-trayicon/receipt Tue Oct 16 16:46:05 2018 +0300 663.3 @@ -14,7 +14,7 @@ 663.4 663.5 DEPENDS="perl-gtk2" 663.6 BUILD_DEPENDS="$DEPENDS perl-dev perl-extutils-depends perl-extutils-pkgconfig \ 663.7 -gtk+-dev" 663.8 +gtk2-dev" 663.9 663.10 # Rules to configure and make the package. 663.11 compile_rules()
664.1 --- a/perl-gtk2/receipt Mon Oct 15 16:44:45 2018 +0300 664.2 +++ b/perl-gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 664.3 @@ -13,9 +13,9 @@ 664.4 WGET_URL="https://cpan.metacpan.org/authors/id/X/XA/XAOC/$TARBALL" 664.5 664.6 DEPENDS="perl-glib perl-pango atk cairo fontconfig freetype gdk-pixbuf glib \ 664.7 -gtk+ pango" 664.8 +gtk2 pango" 664.9 BUILD_DEPENDS="perl-dev perl-glib perl-pango perl-extutils-depends \ 664.10 -perl-extutils-pkgconfig gtk+-dev" 664.11 +perl-extutils-pkgconfig gtk2-dev" 664.12 664.13 # Rules to configure and make the package. 664.14 compile_rules()
665.1 --- a/perl-sgmlspm/receipt Mon Oct 15 16:44:45 2018 +0300 665.2 +++ b/perl-sgmlspm/receipt Tue Oct 16 16:46:05 2018 +0300 665.3 @@ -7,8 +7,8 @@ 665.4 parsers" 665.5 MAINTAINER="al.bobylev@gmail.com" 665.6 LICENSE="GPL" 665.7 -WEB_SITE="http://www.linuxfromscratch.org/blfs/view/stable/general/perl-modules.html#perl-sgmlspm" 665.8 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/perl-modules.html#perl-sgmlspm" 665.9 +WEB_SITE="http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html#perl-sgmlspm" 665.10 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/perl-modules.html#perl-sgmlspm" 665.11 REPOLOGY="perl:sgmlspm" 665.12 665.13 TARBALL="SGMLSpm-$VERSION.tar.gz"
666.1 --- a/pgadmin/receipt Mon Oct 15 16:44:45 2018 +0300 666.2 +++ b/pgadmin/receipt Tue Oct 16 16:46:05 2018 +0300 666.3 @@ -11,7 +11,7 @@ 666.4 WEB_SITE="http://www.pgadmin.org" 666.5 WGET_URL="ftp://ftp.ch.postgresql.org/mirror/postgresql/pgadmin3/release/v$VERSION/src/$TARBALL" 666.6 666.7 -DEPENDS="postgresql wxWidgets28 gtk+ libxslt libcomerr3 libkrb5 xorg-libXxf86vm" 666.8 +DEPENDS="postgresql wxWidgets28 gtk2 libxslt libcomerr3 libkrb5 xorg-libXxf86vm" 666.9 BUILD_DEPENDS="openssl postgresql postgresql-dev libxslt-dev libxml2-dev \ 666.10 wxWidgets28-dev" 666.11
667.1 --- a/pidgin-facebookchat/receipt Mon Oct 15 16:44:45 2018 +0300 667.2 +++ b/pidgin-facebookchat/receipt Tue Oct 16 16:46:05 2018 +0300 667.3 @@ -1,30 +1,26 @@ 667.4 -# SliTaz package receipt. 667.5 +# SliTaz package receipt v2. 667.6 667.7 PACKAGE="pidgin-facebookchat" 667.8 VERSION="1.69" 667.9 CATEGORY="network" 667.10 -SHORT_DESC="Facebook chat plugin for Pidgin and libpurple messengers." 667.11 +SHORT_DESC="Facebook chat plugin for Pidgin and libpurple messengers" 667.12 MAINTAINER="mallory@sweetpeople.org" 667.13 LICENSE="GPL3" 667.14 +WEB_SITE="https://github.com/dequis/purple-facebook" 667.15 + 667.16 TARBALL="$PACKAGE-source-$VERSION.tar.bz2" 667.17 -WEB_SITE="https://github.com/dequis/purple-facebook" 667.18 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" # FIXME 667.19 667.20 -DEPENDS="pidgin zip json-glib" 667.21 BUILD_DEPENDS="libpurple-dev json-glib-dev zlib-dev unzip" 667.22 667.23 -# Rules to configure and make the package. 667.24 -compile_rules() 667.25 -{ 667.26 - cd $src 667.27 +compile_rules() { 667.28 mv Makefile Makefile.orig 667.29 sed -e 's/i686-pc-linux-gnu-gcc/gcc/' < Makefile.orig > Makefile 667.30 + 667.31 make libfacebook.so 667.32 } 667.33 667.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 667.35 -genpkg_rules() 667.36 -{ 667.37 +genpkg_rules() { 667.38 mkdir -p $fs/usr/lib/purple-2 667.39 cp -a $src/libfacebook.so $fs/usr/lib/purple-2 667.40 667.41 @@ -35,5 +31,5 @@ 667.42 cp -a $stuff/facebook_16x16.png $fs/usr/share/pixmaps/pidgin/protocols/16x16/facebook.png 667.43 cp -a $stuff/facebook_22x22.png $fs/usr/share/pixmaps/pidgin/protocols/22x22/facebook.png 667.44 cp -a $stuff/facebook_48x48.png $fs/usr/share/pixmaps/pidgin/protocols/48x48/facebook.png 667.45 + DEPENDS="pidgin zip json-glib" 667.46 } 667.47 -
668.1 --- a/pidgin-libnotify/receipt Mon Oct 15 16:44:45 2018 +0300 668.2 +++ b/pidgin-libnotify/receipt Tue Oct 16 16:46:05 2018 +0300 668.3 @@ -1,29 +1,28 @@ 668.4 -# SliTaz package receipt. 668.5 +# SliTaz package receipt v2. 668.6 668.7 PACKAGE="pidgin-libnotify" 668.8 VERSION="0.14" 668.9 CATEGORY="network" 668.10 -SHORT_DESC="Notification interface for Pidgin." 668.11 +SHORT_DESC="Notification interface for Pidgin" 668.12 MAINTAINER="erjo@slitaz.org" 668.13 LICENSE="GPL3" 668.14 +WEB_SITE="http://gaim-libnotify.sourceforge.net/" 668.15 + 668.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 668.17 -WEB_SITE="http://gaim-libnotify.sourceforge.net/" 668.18 -WGET_URL="http://downloads.sourceforge.net/project/gaim-libnotify/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 668.19 +WGET_URL="$SF_MIRROR/gaim-libnotify/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 668.20 668.21 -DEPENDS="pidgin libnotify" 668.22 -BUILD_DEPENDS="intltool libpurple-dev libnotify-dev pidgin-dev libffi gtk+-dev" 668.23 +BUILD_DEPENDS="intltool libpurple-dev libnotify-dev pidgin-dev libffi gtk2-dev" 668.24 668.25 -# Rules to configure and make the package. 668.26 -compile_rules() 668.27 -{ 668.28 +compile_rules() { 668.29 sed -i '/notify_notification_new/s/, NULL,/,/' src/pidgin-libnotify.c 668.30 - ./configure $CONFIGURE_ARGS && make && make install 668.31 + 668.32 + ./configure $CONFIGURE_ARGS && 668.33 + make && 668.34 + make install 668.35 } 668.36 668.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 668.38 -genpkg_rules() 668.39 -{ 668.40 +genpkg_rules() { 668.41 mkdir -p $fs/usr/lib/purple-2 668.42 cp -a $install/usr/lib/purple-2/*.so $fs/usr/lib/purple-2 668.43 + DEPENDS="pidgin libnotify" 668.44 } 668.45 -
669.1 --- a/pidgin-musictracker/receipt Mon Oct 15 16:44:45 2018 +0300 669.2 +++ b/pidgin-musictracker/receipt Tue Oct 16 16:46:05 2018 +0300 669.3 @@ -1,32 +1,32 @@ 669.4 -# SliTaz package receipt. 669.5 +# SliTaz package receipt v2. 669.6 669.7 PACKAGE="pidgin-musictracker" 669.8 VERSION="0.4.22" 669.9 CATEGORY="network" 669.10 -SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to." 669.11 +SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to" 669.12 MAINTAINER="ben@seawolfsanctuary.com" 669.13 LICENSE="GPL2" 669.14 +WEB_SITE="http://pidgin-musictracker.googlecode.com" 669.15 + 669.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 669.17 -WEB_SITE="http://pidgin-musictracker.googlecode.com" 669.18 WGET_URL="$WEB_SITE/files/$TARBALL" 669.19 669.20 -DEPENDS="pidgin pcre" 669.21 BUILD_DEPENDS="pidgin-dev gettext libpurple-dev pcre-dev dbus-glib-dev \ 669.22 -gtk+-dev glib-dev libffi" 669.23 +gtk2-dev glib-dev libffi" 669.24 669.25 -# Rules to configure and make the package. 669.26 -compile_rules() 669.27 -{ 669.28 - sed -i -e 's/g_value_array_free/g_array_unref/' -e 's/GValueArray/GArray/' \ 669.29 +compile_rules() { 669.30 + sed \ 669.31 + -e 's/g_value_array_free/g_array_unref/' \ 669.32 + -e 's/GValueArray/GArray/' \ 669.33 -e '/g_value_array_get_nth/{N;s/GValue.*/status = g_array_index(sigstruct, gint, 0);/}' \ 669.34 - src/mpris.c 669.35 + -i src/mpris.c 669.36 + 669.37 ./configure $CONFIGURE_ARGS && 669.38 - make && make DESTDIR=$DESTDIR install 669.39 + make && 669.40 + make DESTDIR=$DESTDIR install 669.41 } 669.42 669.43 -# Rules to gen a SliTaz package suitable for Tazpkg. 669.44 -genpkg_rules() 669.45 -{ 669.46 - mkdir -p $fs 669.47 - cp -a $install/usr $fs/ 669.48 +genpkg_rules() { 669.49 + copy @std 669.50 + DEPENDS="pidgin pcre" 669.51 }
670.1 --- a/pidgin-otr/receipt Mon Oct 15 16:44:45 2018 +0300 670.2 +++ b/pidgin-otr/receipt Tue Oct 16 16:46:05 2018 +0300 670.3 @@ -11,7 +11,7 @@ 670.4 WGET_URL="$WEB_SITE$TARBALL" 670.5 670.6 DEPENDS="pidgin libotr" 670.7 -BUILD_DEPENDS="libgpg-error-dev libgcrypt-dev libotr-dev glib-dev gtk+-dev \ 670.8 +BUILD_DEPENDS="libgpg-error-dev libgcrypt-dev libotr-dev glib-dev gtk2-dev \ 670.9 pidgin-dev libpurple-dev intltool" 670.10 670.11 # Rules to configure and make the package.
671.1 --- a/pidgin/receipt Mon Oct 15 16:44:45 2018 +0300 671.2 +++ b/pidgin/receipt Tue Oct 16 16:46:05 2018 +0300 671.3 @@ -11,7 +11,7 @@ 671.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 671.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 671.6 671.7 -BUILD_DEPENDS="gtk+-dev libgcrypt-dev gnutls-dev \ 671.8 +BUILD_DEPENDS="gtk2-dev libgcrypt-dev gnutls-dev \ 671.9 startup-notification-dev libgpg-error-dev libxml2-dev xorg-libxcb-dev \ 671.10 libidn-dev libtasn1-dev intltool expat-dev nss-dev \ 671.11 ncurses-dev xorg-xcb-util-dev gmp-dev" 671.12 @@ -23,6 +23,7 @@ 671.13 671.14 # Pidgin doesn't explicitly link to libm 671.15 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 671.16 + 671.17 ./configure \ 671.18 --disable-perl \ 671.19 --disable-screensaver \ 671.20 @@ -41,7 +42,7 @@ 671.21 --disable-sm \ 671.22 $CONFIGURE_ARGS && 671.23 fix libtool && 671.24 - make -j 4 && 671.25 + make -j4 && 671.26 make install 671.27 } 671.28 671.29 @@ -58,7 +59,7 @@ 671.30 ;; 671.31 pidgin) 671.32 copy @std @rm 671.33 - DEPENDS="gtk+ gnutls libgcrypt libgpg-error libpurple \ 671.34 + DEPENDS="gtk2 gnutls libgcrypt libgpg-error libpurple \ 671.35 startup-notification gmp xorg-libXdamage libxml2 \ 671.36 xorg-libxcb xorg-xcb-util libidn ncurses libtasn1 nss" 671.37 PROVIDE="purple"
672.1 --- a/pinentry/receipt Mon Oct 15 16:44:45 2018 +0300 672.2 +++ b/pinentry/receipt Tue Oct 16 16:46:05 2018 +0300 672.3 @@ -7,7 +7,7 @@ 672.4 MAINTAINER="pascal.bellard@slitaz.org" 672.5 LICENSE="GPL2" 672.6 WEB_SITE="https://www.gnupg.org/" 672.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pinentry.html" 672.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/pinentry.html" 672.9 672.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 672.11 WGET_URL="https://www.gnupg.org/ftp/gcrypt/pinentry/$TARBALL" 672.12 @@ -15,9 +15,9 @@ 672.13 TARBALL_SHA1="693bdf9f48dfb3e040d92f50b1bb464e268b9fb0" 672.14 672.15 BUILD_DEPENDS="libassuan-dev libgpg-error-dev ncurses-dev libcap-dev \ 672.16 -libsecret-dev libgcrypt-dev shared-mime-info gtk+-dev gtk+3-dev gcr-dev \ 672.17 +libsecret-dev libgcrypt-dev shared-mime-info gtk2-dev gtk3-dev gcr-dev \ 672.18 fltk-dev" 672.19 -SPLIT="pinentry-gtk pinentry-gnome3 pinentry-fltk" 672.20 +SPLIT="$PACKAGE-gtk $PACKAGE-gnome3 $PACKAGE-fltk" 672.21 672.22 compile_rules() { 672.23 ./configure \ 672.24 @@ -43,19 +43,19 @@ 672.25 DEPENDS="glib libassuan libcap libgpg-error libsecret ncurses" 672.26 CAT="security|for console" 672.27 ;; 672.28 - pinentry-gtk) 672.29 + *-gtk) 672.30 copy pinentry-gtk-2 672.31 - DEPENDS="glib gtk+ libassuan libcap libgpg-error libsecret \ 672.32 + DEPENDS="glib gtk2 libassuan libcap libgpg-error libsecret \ 672.33 ncurses pinentry" 672.34 CAT="security|for GTK+ 2" 672.35 ;; 672.36 - pinentry-gnome3) 672.37 + *-gnome3) 672.38 copy pinentry-gnome3 672.39 DEPENDS="gcr-base glib libassuan libcap libgpg-error libsecret \ 672.40 ncurses pinentry" 672.41 CAT="security|for GNOME 3" 672.42 ;; 672.43 - pinentry-fltk) 672.44 + *-fltk) 672.45 copy pinentry-fltk 672.46 DEPENDS="fltk glib libassuan libcap libgpg-error libsecret \ 672.47 ncurses pinentry"
673.1 --- a/plotdrop/receipt Mon Oct 15 16:44:45 2018 +0300 673.2 +++ b/plotdrop/receipt Tue Oct 16 16:46:05 2018 +0300 673.3 @@ -1,31 +1,27 @@ 673.4 -# SliTaz package receipt. 673.5 +# SliTaz package receipt v2. 673.6 673.7 PACKAGE="plotdrop" 673.8 VERSION="0.5.3" 673.9 CATEGORY="graphics" 673.10 -SHORT_DESC="A minimal GTK frontend to GNUPlot." 673.11 +SHORT_DESC="A minimal GTK frontend to GNUPlot" 673.12 MAINTAINER="pankso@slitaz.org" 673.13 LICENSE="GPL2" 673.14 +WEB_SITE="http://plotdrop.sourceforge.net/" 673.15 + 673.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 673.17 -WEB_SITE="http://plotdrop.sourceforge.net/" 673.18 WGET_URL="$SF_MIRROR/project/$PACKAGE/$TARBALL" 673.19 673.20 -DEPENDS="gnuplot gtk+ libxml2 expat xorg-libX11 libglade" 673.21 BUILD_DEPENDS="libglade-dev glib-dev" 673.22 673.23 -# Rules to configure and make the package. 673.24 -compile_rules() 673.25 -{ 673.26 - cd $src 673.27 +compile_rules() { 673.28 make PREFIX=/usr && 673.29 make PREFIX=/usr DESTDIR=$DESTDIR install 673.30 } 673.31 673.32 -# Rules to gen a SliTaz package suitable for Tazpkg. 673.33 -genpkg_rules() 673.34 -{ 673.35 +genpkg_rules() { 673.36 mkdir -p $fs/usr 673.37 cp -a $install/usr/bin $fs/usr 673.38 cp -a $install/usr/share $fs/usr 673.39 rm $fs/usr/share/$PACKAGE/*.png 673.40 + DEPENDS="gnuplot gtk2 libxml2 expat xorg-libX11 libglade" 673.41 }
674.1 --- a/pluma/receipt Mon Oct 15 16:44:45 2018 +0300 674.2 +++ b/pluma/receipt Tue Oct 16 16:46:05 2018 +0300 674.3 @@ -12,7 +12,7 @@ 674.4 WGET_URL="https://github.com/mate-desktop/pluma/archive/v$VERSION.tar.gz" 674.5 674.6 BUILD_DEPENDS="mate-common yelp-tools gtk-doc gobject-introspection-dev \ 674.7 -enchant-dev iso-codes-dev gtk+3-dev gtksourceview3-dev libpeas-dev itstool \ 674.8 +enchant-dev iso-codes-dev gtk3-dev gtksourceview3-dev libpeas-dev itstool \ 674.9 xorg-libSM-dev" 674.10 SPLIT="pluma-dev pluma-plugins pluma" 674.11 674.12 @@ -33,14 +33,14 @@ 674.13 *-plugins) 674.14 copy plugins/ @rm 674.15 find $fs -name '*.la' -delete 674.16 - DEPENDS="pluma enchant gdk-pixbuf glib gtk+3 gtksourceview3 \ 674.17 + DEPENDS="pluma enchant gdk-pixbuf glib gtk3 gtksourceview3 \ 674.18 libpeas libpeas-gtk libxml2 pango python" 674.19 CAT="text|plugins" 674.20 ;; 674.21 pluma) 674.22 copy @std @rm 674.23 rm -r $fs/usr/lib # -> plugins 674.24 - DEPENDS="atk cairo gdk-pixbuf glib gobject-introspection gtk+3 \ 674.25 + DEPENDS="atk cairo gdk-pixbuf glib gobject-introspection gtk3 \ 674.26 gtksourceview3 libpeas libpeas-gtk pango xorg-libICE xorg-libSM \ 674.27 xorg-libX11" 674.28 ;;
675.1 --- a/plymouth/receipt Mon Oct 15 16:44:45 2018 +0300 675.2 +++ b/plymouth/receipt Tue Oct 16 16:46:05 2018 +0300 675.3 @@ -11,7 +11,7 @@ 675.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 675.5 WGET_URL="http://www.freedesktop.org/software/plymouth/releases/$TARBALL" 675.6 675.7 -BUILD_DEPENDS="libpng16-dev pango-dev gtk+-dev xorg-libpciaccess-dev libdrm-dev" 675.8 +BUILD_DEPENDS="libpng16-dev pango-dev gtk2-dev xorg-libpciaccess-dev libdrm-dev" 675.9 675.10 compile_rules() { 675.11 ./configure \ 675.12 @@ -28,5 +28,5 @@ 675.13 675.14 genpkg_rules() { 675.15 copy @std 675.16 - DEPENDS="libpng16 pango gtk+ xorg-libpciaccess libdrm" 675.17 + DEPENDS="libpng16 pango gtk2 xorg-libpciaccess libdrm" 675.18 }
676.1 --- a/pm-utils/receipt Mon Oct 15 16:44:45 2018 +0300 676.2 +++ b/pm-utils/receipt Tue Oct 16 16:46:05 2018 +0300 676.3 @@ -7,7 +7,7 @@ 676.4 MAINTAINER="domcox@slitaz.org" 676.5 LICENSE="GPL2" 676.6 WEB_SITE="https://pm-utils.freedesktop.org/" 676.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pm-utils.html" 676.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/pm-utils.html" 676.9 676.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 676.11 WGET_URL="https://pm-utils.freedesktop.org/releases/$TARBALL"
677.1 --- a/pnm2ppa/receipt Mon Oct 15 16:44:45 2018 +0300 677.2 +++ b/pnm2ppa/receipt Tue Oct 16 16:46:05 2018 +0300 677.3 @@ -1,37 +1,31 @@ 677.4 -# SliTaz package receipt. 677.5 +# SliTaz package receipt v2. 677.6 677.7 PACKAGE="pnm2ppa" 677.8 -VERSION="1.12" 677.9 +VERSION="1.12" 677.10 CATEGORY="system-tools" 677.11 SHORT_DESC="Ghostscript print filter and color driver for some HP DeskJet printers" 677.12 MAINTAINER="jozee@slitaz.org" 677.13 LICENSE="GPL2" 677.14 +WEB_SITE="http://pnm2ppa.sourceforge.net/" 677.15 + 677.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 677.17 -WEB_SITE="http://pnm2ppa.sourceforge.net/" 677.18 -WGET_URL="http://downloads.sourceforge.net/pnm2ppa/$TARBALL" 677.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 677.20 677.21 -DEPENDS="ghostscript cups foomatic-filters" 677.22 BUILD_DEPENDS="ghostscript-dev" 677.23 677.24 -# Rules to configure and make the package. 677.25 -compile_rules() 677.26 -{ 677.27 - cd $src 677.28 +compile_rules() { 677.29 make BINDIR="/usr/bin" CONFDIR="/etc" && 677.30 make BINDIR=$DESTDIR/usr/bin CONFDIR=$DESTDIR/etc install 677.31 - 677.32 } 677.33 677.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 677.35 -genpkg_rules() 677.36 -{ 677.37 +genpkg_rules() { 677.38 mkdir -p $fs/usr/share 677.39 - 677.40 + 677.41 cp -a $install/etc $fs 677.42 cp -a $install/usr/bin $fs/usr 677.43 - 677.44 + 677.45 # Still needs ppd file download for the specific printer from 677.46 # http://www.linuxprinting.org/show_driver.cgi?driver=pnm2ppa&fromprinter=HP-DeskJet_710C 677.47 - 677.48 + 677.49 + DEPENDS="ghostscript cups foomatic-filters" 677.50 } 677.51 -
678.1 --- a/pnmixer/receipt Mon Oct 15 16:44:45 2018 +0300 678.2 +++ b/pnmixer/receipt Tue Oct 16 16:46:05 2018 +0300 678.3 @@ -1,4 +1,4 @@ 678.4 -# SliTaz package receipt. 678.5 +# SliTaz package receipt v2. 678.6 678.7 PACKAGE="pnmixer" 678.8 VERSION="0.5.1" 678.9 @@ -7,27 +7,27 @@ 678.10 MAINTAINER="al.bobylev@gmail.com" 678.11 LICENSE="GPL3" 678.12 WEB_SITE="https://github.com/nicklan/pnmixer/wiki" 678.13 + 678.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 678.15 WGET_URL="http://cloud.github.com/downloads/nicklan/$PACKAGE/$TARBALL" 678.16 678.17 -DEPENDS="alsa-lib atk bzlib cairo expat fontconfig freetype gcc-lib-base \ 678.18 -gdk-pixbuf glib glibc-base gtk+ libffi libpng16 xorg-libxcb pango xorg-pixman \ 678.19 -xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 678.20 -xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ 678.21 -xorg-libXrender zlib" 678.22 -BUILD_DEPENDS="automake glib-dev alsa-lib-dev gettext xorg-libX11-dev gtk+-dev" 678.23 +BUILD_DEPENDS="automake glib-dev alsa-lib-dev gettext xorg-libX11-dev gtk2-dev" 678.24 678.25 -# Rules to configure and make the package. 678.26 -compile_rules() 678.27 -{ 678.28 +compile_rules() { 678.29 cp $stuff/ru.po $src/po; echo "ru" >> $src/po/LINGUAS 678.30 sed -i 's|\(ALL_LINGUAS="de fr\)"|\1 ru"|' $src/configure.in 678.31 - cd $src 678.32 - ./autogen.sh $CONFIGURE_ARGS && make && make install 678.33 + 678.34 + ./autogen.sh \ 678.35 + $CONFIGURE_ARGS && 678.36 + make && 678.37 + make install 678.38 } 678.39 678.40 -# Rules to gen a SliTaz package suitable for Tazpkg. 678.41 -genpkg_rules() 678.42 -{ 678.43 +genpkg_rules() { 678.44 cp -a $install/* $fs 678.45 + DEPENDS="alsa-lib atk bzlib cairo expat fontconfig freetype gcc-lib-base \ 678.46 + gdk-pixbuf glib glibc-base gtk2 libffi libpng16 xorg-libxcb pango \ 678.47 + xorg-pixman xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ 678.48 + xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 678.49 + xorg-libXrandr xorg-libXrender zlib" 678.50 }
679.1 --- a/polkit-qt/receipt Mon Oct 15 16:44:45 2018 +0300 679.2 +++ b/polkit-qt/receipt Tue Oct 16 16:46:05 2018 +0300 679.3 @@ -7,7 +7,7 @@ 679.4 MAINTAINER="pankso@slitaz.org" 679.5 LICENSE="LGPL2.1" 679.6 WEB_SITE="https://github.com/KDE/polkit-qt-1" 679.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/kde/polkit-qt.html" 679.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/kde/polkit-qt.html" 679.9 679.10 TARBALL="polkit-qt-1-$VERSION.tar.bz2" 679.11 WGET_URL="http://download.kde.org/stable/apps/KDE4.x/admin/$TARBALL"
680.1 --- a/polkit/receipt Mon Oct 15 16:44:45 2018 +0300 680.2 +++ b/polkit/receipt Tue Oct 16 16:46:05 2018 +0300 680.3 @@ -7,7 +7,7 @@ 680.4 MAINTAINER="slaxemulator@gmail.com" 680.5 LICENSE="LGPL2" 680.6 WEB_SITE="https://www.freedesktop.org/wiki/Software/polkit/" 680.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/polkit.html" 680.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/polkit.html" 680.9 680.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 680.11 WGET_URL="http://www.freedesktop.org/software/polkit/releases/$TARBALL"
681.1 --- a/polkit105/receipt Mon Oct 15 16:44:45 2018 +0300 681.2 +++ b/polkit105/receipt Tue Oct 16 16:46:05 2018 +0300 681.3 @@ -9,7 +9,7 @@ 681.4 MAINTAINER="al.bobylev@gmail.com" 681.5 LICENSE="LGPL2" 681.6 WEB_SITE="https://www.freedesktop.org/wiki/Software/polkit/" 681.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/polkit.html" 681.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/polkit.html" 681.9 REPOLOGY="polkit" 681.10 681.11 TARBALL="polkit-$VERSION.tar.gz"
682.1 --- a/poppler-data/receipt Mon Oct 15 16:44:45 2018 +0300 682.2 +++ b/poppler-data/receipt Tue Oct 16 16:46:05 2018 +0300 682.3 @@ -7,7 +7,7 @@ 682.4 MAINTAINER="rocky@slitaz.org" 682.5 LICENSE="MIT" 682.6 WEB_SITE="https://poppler.freedesktop.org/" 682.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/poppler.html" 682.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/poppler.html" 682.9 682.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 682.11 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
683.1 --- a/poppler/receipt Mon Oct 15 16:44:45 2018 +0300 683.2 +++ b/poppler/receipt Tue Oct 16 16:46:05 2018 +0300 683.3 @@ -7,15 +7,15 @@ 683.4 MAINTAINER="pankso@slitaz.org" 683.5 LICENSE="GPL2" 683.6 WEB_SITE="https://poppler.freedesktop.org/" 683.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/poppler.html" 683.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/poppler.html" 683.9 683.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 683.11 WGET_URL="https://poppler.freedesktop.org/$TARBALL" 683.12 683.13 BUILD_DEPENDS="cmake freetype-dev fontconfig-dev libjpeg-turbo-dev zlib-dev \ 683.14 -libpng16-dev tiff-dev nss-dev cairo-dev gobject-introspection-dev gtk+3-dev \ 683.15 +libpng16-dev tiff-dev nss-dev cairo-dev gobject-introspection-dev gtk3-dev \ 683.16 gdk-pixbuf-dev openjpeg2-dev lcms2-dev curl-dev poppler-data" 683.17 -SPLIT="poppler-apps poppler-dev" 683.18 +SPLIT="$PACKAGE-apps $PACKAGE-dev" 683.19 683.20 compile_rules() { 683.21 fix math 683.22 @@ -42,12 +42,12 @@ 683.23 DEPENDS="cairo fontconfig freetype glib lcms2 libcurl \ 683.24 libjpeg-turbo libpng16 nspr nss openjpeg2 tiff zlib" 683.25 ;; 683.26 - poppler-apps) 683.27 + *-apps) 683.28 copy bin/ 683.29 CAT="office|utilities to manipulate PDF file" 683.30 DEPENDS="cairo freetype lcms2 poppler" 683.31 ;; 683.32 - poppler-dev) 683.33 + *-dev) 683.34 copy @dev @rm 683.35 DEPENDS="poppler poppler-apps cairo-dev glib-dev" 683.36 ;;
684.1 --- a/popt/receipt Mon Oct 15 16:44:45 2018 +0300 684.2 +++ b/popt/receipt Tue Oct 16 16:46:05 2018 +0300 684.3 @@ -7,7 +7,7 @@ 684.4 MAINTAINER="pankso@slitaz.org" 684.5 LICENSE="MIT" 684.6 WEB_SITE="https://directory.fsf.org/wiki/Popt" 684.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/popt.html" 684.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/popt.html" 684.9 684.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 684.11 WGET_URL="http://rpm5.org/files/popt/$TARBALL"
685.1 --- a/postgis/receipt Mon Oct 15 16:44:45 2018 +0300 685.2 +++ b/postgis/receipt Tue Oct 16 16:46:05 2018 +0300 685.3 @@ -12,7 +12,7 @@ 685.4 WGET_URL="http://download.osgeo.org/postgis/source/$TARBALL" 685.5 685.6 BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev \ 685.7 -gtk+-dev gdal-dev jasper-dev curl-dev libpostgresqlclient tiff" 685.8 +gtk2-dev gdal-dev jasper-dev curl-dev libpostgresqlclient tiff" 685.9 SPLIT="postgis-gui postgis" 685.10 685.11 compile_rules() { 685.12 @@ -31,7 +31,7 @@ 685.13 postgis-gui) 685.14 copy shp2pgsql-gui 685.15 CAT="misc|GUI" 685.16 - DEPENDS="gtk+ postgis" 685.17 + DEPENDS="gtk2 postgis" 685.18 ;; 685.19 postgis) 685.20 copy @std @rm
686.1 --- a/potamus/receipt Mon Oct 15 16:44:45 2018 +0300 686.2 +++ b/potamus/receipt Tue Oct 16 16:46:05 2018 +0300 686.3 @@ -11,8 +11,8 @@ 686.4 WGET_URL="http://offog.org/files/$TARBALL" 686.5 TAGS="music audio player mp3 ogg flac" 686.6 686.7 -DEPENDS="gtk+ libglade alsa-lib libmad libogg libvorbis libsamplerate" 686.8 -BUILD_DEPENDS="gtk+-dev libglade-dev alsa-lib-dev libmad-dev \ 686.9 +DEPENDS="gtk2 libglade alsa-lib libmad libogg libvorbis libsamplerate" 686.10 +BUILD_DEPENDS="gtk2-dev libglade-dev alsa-lib-dev libmad-dev \ 686.11 libogg-dev libvorbis-dev libsamplerate-dev" 686.12 686.13 # Handle arch install
687.1 --- a/potrace/receipt Mon Oct 15 16:44:45 2018 +0300 687.2 +++ b/potrace/receipt Tue Oct 16 16:46:05 2018 +0300 687.3 @@ -7,7 +7,7 @@ 687.4 MAINTAINER="al.bobylev@gmail.com" 687.5 LICENSE="GPL" 687.6 WEB_SITE="http://potrace.sourceforge.net/" 687.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/potrace.html" 687.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/potrace.html" 687.9 687.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 687.11 WGET_URL="$SF_MIRROR/potrace/$TARBALL"
688.1 --- a/privoxy/receipt Mon Oct 15 16:44:45 2018 +0300 688.2 +++ b/privoxy/receipt Tue Oct 16 16:46:05 2018 +0300 688.3 @@ -9,7 +9,7 @@ 688.4 WEB_SITE="http://www.privoxy.org/" 688.5 688.6 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 688.7 -WGET_URL="http://downloads.sourceforge.net/ijbswa/$TARBALL" 688.8 +WGET_URL="$SF_MIRROR/ijbswa/$TARBALL" 688.9 688.10 BUILD_DEPENDS="zlib-dev autoconf perl m4 coreutils" 688.11
689.1 --- a/pth/receipt Mon Oct 15 16:44:45 2018 +0300 689.2 +++ b/pth/receipt Tue Oct 16 16:46:05 2018 +0300 689.3 @@ -7,7 +7,7 @@ 689.4 MAINTAINER="fraazz@altern.org" 689.5 LICENSE="LGPL2.1" 689.6 WEB_SITE="http://www.gnu.org/software/pth/" 689.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pth.html" 689.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/pth.html" 689.9 689.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 689.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
690.1 --- a/ptlib/receipt Mon Oct 15 16:44:45 2018 +0300 690.2 +++ b/ptlib/receipt Tue Oct 16 16:46:05 2018 +0300 690.3 @@ -7,7 +7,7 @@ 690.4 MAINTAINER="pascal.bellard@slitaz.org" 690.5 LICENSE="MPL" 690.6 WEB_SITE="https://www.ekiga.org/" 690.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/ptlib.html" 690.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/ptlib.html" 690.9 690.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 690.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
691.1 --- a/pulse/receipt Mon Oct 15 16:44:45 2018 +0300 691.2 +++ b/pulse/receipt Tue Oct 16 16:46:05 2018 +0300 691.3 @@ -12,7 +12,7 @@ 691.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 691.5 WGET_URL="https://github.com/DoMiNeLa10/pulse/archive/$COMMIT.tar.gz" 691.6 691.7 -BUILD_DEPENDS="gtk+-dev" 691.8 +BUILD_DEPENDS="gtk2-dev" 691.9 691.10 compile_rules() { 691.11 make || return 1 691.12 @@ -23,5 +23,5 @@ 691.13 691.14 genpkg_rules() { 691.15 copy @std 691.16 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango" 691.17 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango" 691.18 }
692.1 --- a/pulseaudio/receipt Mon Oct 15 16:44:45 2018 +0300 692.2 +++ b/pulseaudio/receipt Tue Oct 16 16:46:05 2018 +0300 692.3 @@ -7,13 +7,13 @@ 692.4 MAINTAINER="pascal.bellard@slitaz.org" 692.5 LICENSE="LGPL2.1 GPL2 MIT AGPL3 BSD Sun" 692.6 WEB_SITE="https://www.freedesktop.org/wiki/Software/PulseAudio/" 692.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/pulseaudio.html" 692.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/pulseaudio.html" 692.9 692.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 692.11 WGET_URL="https://www.freedesktop.org/software/pulseaudio/releases/$TARBALL" 692.12 692.13 BUILD_DEPENDS="intltool libtool xorg-libxcb-dev xorg-libICE-dev xorg-libSM-dev \ 692.14 -xorg-libXtst-dev libcap-dev check-dev libsndfile-dev alsa-lib-dev gtk+3-dev \ 692.15 +xorg-libXtst-dev libcap-dev check-dev libsndfile-dev alsa-lib-dev gtk3-dev \ 692.16 dbus-dev eudev-dev openssl-dev speexdsp-dev" 692.17 SPLIT="pulseaudio-alsa pulseaudio-cli pulseaudio-esound pulseaudio-glib \ 692.18 pulseaudio-http pulseaudio-native pulseaudio-rtp pulseaudio-simple pulseaudio \
693.1 --- a/puppet/receipt Mon Oct 15 16:44:45 2018 +0300 693.2 +++ b/puppet/receipt Tue Oct 16 16:46:05 2018 +0300 693.3 @@ -1,22 +1,19 @@ 693.4 -# SliTaz package receipt. 693.5 +# SliTaz package receipt v2. 693.6 693.7 PACKAGE="puppet" 693.8 VERSION="2.7.19" 693.9 CATEGORY="system-tools" 693.10 -SHORT_DESC="A system for automating system administration tasks." 693.11 +SHORT_DESC="A system for automating system administration tasks" 693.12 MAINTAINER="pankso@slitaz.org" 693.13 LICENSE="Apache" 693.14 +WEB_SITE="http://www.puppetlabs.com/" 693.15 + 693.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 693.17 -WEB_SITE="http://www.puppetlabs.com/" 693.18 WGET_URL="http://downloads.puppetlabs.com/puppet/$TARBALL" 693.19 693.20 -DEPENDS="ruby ruby-facter" 693.21 BUILD_DEPENDS="ruby-dev ruby-facter" 693.22 693.23 -# Rules to configure and make the package. 693.24 -compile_rules() 693.25 -{ 693.26 - cd $src 693.27 +compile_rules() { 693.28 ruby ./install.rb \ 693.29 --destdir=$DESTDIR \ 693.30 --bindir=/usr/bin \ 693.31 @@ -24,12 +21,11 @@ 693.32 --mandir=/usr/share/man 693.33 } 693.34 693.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 693.36 -genpkg_rules() 693.37 -{ 693.38 +genpkg_rules() { 693.39 mkdir -p $fs/usr 693.40 cp -a $install/etc $fs 693.41 cp -a $install/usr/*bin $fs/usr 693.42 cp -a $install/usr/lib $fs/usr 693.43 cd $fs/usr/bin && mv pi puppet-pi 693.44 + DEPENDS="ruby ruby-facter" 693.45 }
694.1 --- a/putty/receipt Mon Oct 15 16:44:45 2018 +0300 694.2 +++ b/putty/receipt Tue Oct 16 16:46:05 2018 +0300 694.3 @@ -11,7 +11,7 @@ 694.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 694.5 WGET_URL="https://the.earth.li/~sgtatham/putty/latest/$TARBALL" 694.6 694.7 -BUILD_DEPENDS="gtk+-dev gtk+3-dev krb5-dev" 694.8 +BUILD_DEPENDS="gtk2-dev gtk3-dev krb5-dev" 694.9 SPLIT="putty putty-gtk3:gtk3" 694.10 694.11 compile_rules() { 694.12 @@ -34,12 +34,12 @@ 694.13 case $PACKAGE in 694.14 putty) 694.15 copy @std 694.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ pango xorg-libX11 krb5" 694.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 pango xorg-libX11 krb5" 694.18 CAT="utilities|using GTK+2" 694.19 ;; 694.20 putty-gtk3) 694.21 copy @std 694.22 - DEPENDS="cairo gdk-pixbuf glib gtk+3 pango xorg-libX11 krb5" 694.23 + DEPENDS="cairo gdk-pixbuf glib gtk3 pango xorg-libX11 krb5" 694.24 CAT="utilities|using GTK+3" 694.25 ;; 694.26 esac
695.1 --- a/puzzles/receipt Mon Oct 15 16:44:45 2018 +0300 695.2 +++ b/puzzles/receipt Tue Oct 16 16:46:05 2018 +0300 695.3 @@ -10,8 +10,8 @@ 695.4 WEB_SITE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" 695.5 WGET_URL="${WEB_SITE}$TARBALL" 695.6 695.7 -DEPENDS="gtk+ cairo xorg-libxcb xorg-libXrandr" 695.8 -BUILD_DEPENDS="gtk+-dev" 695.9 +DEPENDS="gtk2 cairo xorg-libxcb xorg-libXrandr" 695.10 +BUILD_DEPENDS="gtk2-dev" 695.11 695.12 # Rules to configure and make the package. 695.13 compile_rules()
696.1 --- a/pygtksourceview/receipt Mon Oct 15 16:44:45 2018 +0300 696.2 +++ b/pygtksourceview/receipt Tue Oct 16 16:46:05 2018 +0300 696.3 @@ -12,7 +12,7 @@ 696.4 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 696.5 696.6 BUILD_DEPENDS="python-dev python-pygtk-dev gtksourceview-dev python-pygobject2-dev libxml2-dev" 696.7 -SPLIT="pygtksourceview-dev" 696.8 +SPLIT="$PACKAGE-dev" 696.9 696.10 compile_rules() { 696.11 CFLAGS="$CFLAGS $(pkg-config --cflags pygtk-2.0 gtksourceview-2.0)" 696.12 @@ -27,7 +27,7 @@ 696.13 case $PACKAGE in 696.14 pygtksourceview) 696.15 copy @std 696.16 - DEPENDS="gdk-pixbuf glib gtk+ gtksourceview python python-pygtk python-pygobject2" 696.17 + DEPENDS="gdk-pixbuf glib gtk2 gtksourceview python python-pygtk python-pygobject2" 696.18 ;; 696.19 *-dev) 696.20 copy @dev
697.1 --- a/python-caja/receipt Mon Oct 15 16:44:45 2018 +0300 697.2 +++ b/python-caja/receipt Tue Oct 16 16:46:05 2018 +0300 697.3 @@ -27,7 +27,7 @@ 697.4 case $PACKAGE in 697.5 python-caja) 697.6 copy @std 697.7 - DEPENDS="caja glib gtk+3 python" 697.8 + DEPENDS="caja glib gtk3 python" 697.9 ;; 697.10 *-dev) 697.11 copy @dev
698.1 --- a/python-pygtk/receipt Mon Oct 15 16:44:45 2018 +0300 698.2 +++ b/python-pygtk/receipt Tue Oct 16 16:46:05 2018 +0300 698.3 @@ -16,7 +16,7 @@ 698.4 698.5 # using Python3 produce errors 698.6 BUILD_DEPENDS="python-dev python-pygobject2-dev python-pycairo-dev \ 698.7 -python-numpy glib-dev atk-dev pango-dev gtk+-dev libglade-dev" 698.8 +python-numpy glib-dev atk-dev pango-dev gtk2-dev libglade-dev" 698.9 SPLIT="$PACKAGE-demos $PACKAGE $PACKAGE-dev" 698.10 698.11 compile_rules() { 698.12 @@ -39,11 +39,11 @@ 698.13 ;; 698.14 *-dev) 698.15 copy @dev 698.16 - DEPENDS="python-pygtk gtk+-dev python-pygobject2-dev" 698.17 + DEPENDS="python-pygtk gtk2-dev python-pygobject2-dev" 698.18 ;; 698.19 *) 698.20 copy @std @rm 698.21 - DEPENDS="python atk cairo gdk-pixbuf glib gtk+ libglade pango" 698.22 + DEPENDS="python atk cairo gdk-pixbuf glib gtk2 libglade pango" 698.23 ;; 698.24 esac 698.25 }
699.1 --- a/python-wxpython/receipt Mon Oct 15 16:44:45 2018 +0300 699.2 +++ b/python-wxpython/receipt Tue Oct 16 16:46:05 2018 +0300 699.3 @@ -10,10 +10,10 @@ 699.4 REPOLOGY="python:wxpython" 699.5 699.6 BUILD_DEPENDS="python python-six python-pypubsub zlib-dev libpng16-dev \ 699.7 -libjpeg-turbo-dev tiff-dev expat-dev gtk+3-dev glib-dev xorg-libXxf86vm-dev \ 699.8 +libjpeg-turbo-dev tiff-dev expat-dev gtk3-dev glib-dev xorg-libXxf86vm-dev \ 699.9 xorg-libSM-dev mesa-dev glu-dev libsdl-dev webkit2gtk-dev gstreamer1-dev" 699.10 BUILD_DEPENDS_x86_64="python python-six python-pypubsub zlib-dev libpng16-dev \ 699.11 -libjpeg-turbo-dev tiff-dev expat-dev gtk+3-dev glib-dev xorg-libXxf86vm-dev \ 699.12 +libjpeg-turbo-dev tiff-dev expat-dev gtk3-dev glib-dev xorg-libXxf86vm-dev \ 699.13 xorg-libSM-dev mesa-dev glu-dev libsdl-dev gstreamer1-dev \ 699.14 gst1-plugins-base-dev libnotify-dev cppunit-dev" 699.15 SPLIT="$PACKAGE-dev"
700.1 --- a/python/receipt Mon Oct 15 16:44:45 2018 +0300 700.2 +++ b/python/receipt Tue Oct 16 16:46:05 2018 +0300 700.3 @@ -7,7 +7,7 @@ 700.4 MAINTAINER="pankso@slitaz.org" 700.5 LICENSE="PSL" 700.6 WEB_SITE="https://www.python.org/" 700.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/python2.html" 700.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/python2.html" 700.9 REPOLOGY="python2" 700.10 700.11 TARBALL="$PACKAGE-$VERSION.tar.xz"
701.1 --- a/pywebkitgtk/receipt Mon Oct 15 16:44:45 2018 +0300 701.2 +++ b/pywebkitgtk/receipt Tue Oct 16 16:46:05 2018 +0300 701.3 @@ -27,7 +27,7 @@ 701.4 pywebkitgtk) 701.5 copy @std 701.6 DEPENDS="atk bzlib cairo enchant fontconfig freetype gdk-pixbuf \ 701.7 - glib gst1-plugins-base gstreamer1 gtk+ icu libatomic libffi \ 701.8 + glib gst1-plugins-base gstreamer1 gtk2 icu libatomic libffi \ 701.9 libgcrypt libgpg-error libharfbuzz libharfbuzz-icu libicu \ 701.10 libjpeg-turbo liblzma libpng16 libsecret libsoup libsqlite3 \ 701.11 libwebp libxml2 libxslt orc pango pcre python util-linux-blkid \ 701.12 @@ -39,7 +39,7 @@ 701.13 copy @dev 701.14 DEPENDS="pywebkitgtk atk-dev bzip2-dev cairo-dev enchant-dev \ 701.15 fontconfig-dev freetype-dev gdk-pixbuf-dev glib-dev \ 701.16 - gst1-plugins-base-dev gstreamer1-dev gtk+-dev harfbuzz-dev \ 701.17 + gst1-plugins-base-dev gstreamer1-dev gtk2-dev harfbuzz-dev \ 701.18 harfbuzz-icu-dev icu-dev libjpeg-turbo-dev libffi-dev \ 701.19 libgcrypt-dev libgpg-error-dev libpng16-dev libsecret-dev \ 701.20 libsoup-dev libwebp-dev libxml2-dev libxslt-dev orc-dev pango-dev \
702.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 702.2 +++ b/qca-ossl/receipt Tue Oct 16 16:46:05 2018 +0300 702.3 @@ -0,0 +1,33 @@ 702.4 +# SliTaz package receipt v2. 702.5 + 702.6 +PACKAGE="qca-ossl" 702.7 +VERSION="2.0.0-beta3" 702.8 +CATEGORY="development" 702.9 +SHORT_DESC="OpenSSL plug-in for the Qt Cryptographic Architecture (QCA)" 702.10 +MAINTAINER="ben@seawolfsanctuary.com" 702.11 +LICENSE="LGPL2.1" 702.12 +WEB_SITE="http://delta.affinix.com/qca-ossl" 702.13 + 702.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 702.15 +WGET_URL="http://delta.affinix.com/download/qca/2.0/plugins/$TARBALL" 702.16 + 702.17 +BUILD_DEPENDS="qmake xorg-libX11-dev dbus-dev openssl-dev Qt4-dev qca-dev" 702.18 + 702.19 +compile_rules() { 702.20 + chmod +x configure 702.21 + ./configure \ 702.22 + --qtdir=/usr/lib/qt && 702.23 + make $MAKEFLAGS && 702.24 + make DESTDIR=$DESTDIR install 702.25 +} 702.26 + 702.27 +genpkg_rules() { 702.28 + mkdir -p $fs/usr/lib/qt/plugins/crypto 702.29 + cp -a $src/lib/* $fs/usr/lib/qt/plugins/crypto/ 702.30 + 702.31 + # Copy .desktop file: 702.32 +# cp -a $stuff/* $fs/usr 702.33 + DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ 702.34 + libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ 702.35 + libQtOpenGL libQtSql libQtWebkit qca openssl" 702.36 +}
703.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 703.2 +++ b/qca-ossl/stuff/patches/qca-ossl-whirlpool.patch Tue Oct 16 16:46:05 2018 +0300 703.3 @@ -0,0 +1,35 @@ 703.4 +--- a/qca-ossl.cpp 703.5 ++++ b/qca-ossl.cpp 703.6 +@@ -330,1 +330,1 @@ 703.7 +- X509_EXTENSION *ex = X509V3_EXT_conf_nid(NULL, &ctx, NID_subject_key_identifier, "hash"); 703.8 ++ X509_EXTENSION *ex = X509V3_EXT_conf_nid(NULL, &ctx, NID_subject_key_identifier, (char *)"hash"); 703.9 + 703.10 +--- a/qca-ossl.cpp 703.11 ++++ b/qca-ossl.cpp 703.12 +@@ -6597,9 +6597,11 @@ 703.13 + #ifdef SHA512_DIGEST_LENGTH 703.14 + list += "sha512"; 703.15 + #endif 703.16 ++ /* 703.17 + #ifdef OBJ_whirlpool 703.18 + list += "whirlpool"; 703.19 + #endif 703.20 ++ */ 703.21 + return list; 703.22 + } 703.23 + 703.24 +--- a/qca-ossl.cpp 703.25 ++++ b/qca-ossl.cpp 703.26 +@@ -6812,10 +6812,12 @@ 703.27 + else if ( type == "sha512" ) 703.28 + return new opensslHashContext( EVP_sha512(), this, type); 703.29 + #endif 703.30 ++/* 703.31 + #ifdef OBJ_whirlpool 703.32 + else if ( type == "whirlpool" ) 703.33 + return new opensslHashContext( EVP_whirlpool(), this, type); 703.34 + #endif 703.35 ++*/ 703.36 + else if ( type == "pbkdf1(sha1)" ) 703.37 + return new opensslPbkdf1Context( EVP_sha1(), this, type ); 703.38 + else if ( type == "pbkdf1(md2)" )
704.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 704.2 +++ b/qca-ossl/stuff/patches/series Tue Oct 16 16:46:05 2018 +0300 704.3 @@ -0,0 +1,1 @@ 704.4 +qca-ossl-whirlpool.patch
705.1 --- a/qiv/receipt Mon Oct 15 16:44:45 2018 +0300 705.2 +++ b/qiv/receipt Tue Oct 16 16:46:05 2018 +0300 705.3 @@ -11,7 +11,7 @@ 705.4 TARBALL="$PACKAGE-$VERSION.tgz" 705.5 WGET_URL="$WEB_SITE/download/$TARBALL" 705.6 705.7 -BUILD_DEPENDS="gtk+-dev imlib2-dev" 705.8 +BUILD_DEPENDS="gtk2-dev imlib2-dev" 705.9 705.10 compile_rules() { 705.11 sed -i 's/MAGIC = -DHAVE_MAGIC/# MAGIC = -DHAVE_MAGIC/' Makefile 705.12 @@ -21,5 +21,5 @@ 705.13 705.14 genpkg_rules() { 705.15 copy @std 705.16 - DEPENDS="gtk+ imlib2" 705.17 + DEPENDS="gtk2 imlib2" 705.18 }
706.1 --- a/qpdf/receipt Mon Oct 15 16:44:45 2018 +0300 706.2 +++ b/qpdf/receipt Tue Oct 16 16:46:05 2018 +0300 706.3 @@ -7,7 +7,7 @@ 706.4 MAINTAINER="mojo@slitaz.org" 706.5 LICENSE="Artistic-2.0" 706.6 WEB_SITE="http://qpdf.sourceforge.net/" 706.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/qpdf.html" 706.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/qpdf.html" 706.9 706.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 706.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
707.1 --- a/qt4-base/receipt Mon Oct 15 16:44:45 2018 +0300 707.2 +++ b/qt4-base/receipt Tue Oct 16 16:46:05 2018 +0300 707.3 @@ -20,7 +20,7 @@ 707.4 freetype-dev gettext glib-dev jpeg-dev libIDL libcap-dev libpng16-dev libtool \ 707.5 libxml2-dev linux-api-headers m4 make mercurial ncurses-dev openssl-dev \ 707.6 pango-dev patch pcre-dev perl perl-xml-parser perl-xml-simple xorg-pixman-dev \ 707.7 -tiff-dev xorg-dev-proto xorg-dev zip unzip gtk+-dev alsa-lib-dev \ 707.8 +tiff-dev xorg-dev-proto xorg-dev zip unzip gtk2-dev alsa-lib-dev \ 707.9 sqlite3-dev libQtClucene wayland-dev" 707.10 SPLIT="qt-base libQtWebkit qtconfig" 707.11
708.1 --- a/qt4/receipt Mon Oct 15 16:44:45 2018 +0300 708.2 +++ b/qt4/receipt Tue Oct 16 16:46:05 2018 +0300 708.3 @@ -20,7 +20,7 @@ 708.4 freetype-dev gettext glib-dev jpeg-dev libIDL libcap-dev libpng16-dev libtool \ 708.5 libxml2-dev linux-api-headers m4 make mercurial ncurses-dev openssl-dev \ 708.6 pango-dev patch pcre-dev perl perl-xml-parser perl-xml-simple xorg-pixman-dev \ 708.7 -tiff-dev xorg-dev-proto xorg-dev zip unzip gtk+-dev alsa-lib-dev \ 708.8 +tiff-dev xorg-dev-proto xorg-dev zip unzip gtk2-dev alsa-lib-dev \ 708.9 sqlite3-dev glu-dev glw-dev wayland-dev" 708.10 SPLIT="qt4 libQt3Support libQtClucene libQtCore libQtDBus libQtDeclarative \ 708.11 libQtDesigner libQtGui libQtHelp libQtMultimedia libQtNetwork libQtOpenGL \
709.1 --- a/qt5/receipt Mon Oct 15 16:44:45 2018 +0300 709.2 +++ b/qt5/receipt Tue Oct 16 16:46:05 2018 +0300 709.3 @@ -7,7 +7,7 @@ 709.4 MAINTAINER="al.bobylev@gmail.com" 709.5 LICENSE="LGPL3 GPL3" 709.6 WEB_SITE="https://www.qt.io/" 709.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/qt5.html" 709.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/qt5.html" 709.9 709.10 TARBALL="qt-everywhere-src-$VERSION.tar.xz" 709.11 WGET_URL="https://download.qt.io/archive/qt/${VERSION%.*}/$VERSION/single/$TARBALL" 709.12 @@ -19,7 +19,7 @@ 709.13 openssl-dev sqlite3-dev xorg-libxcb-dev mesa-dev freetype-dev fontconfig-dev \ 709.14 libinput-dev harfbuzz-dev libjpeg-turbo-dev libpng16-dev tslib-dev \ 709.15 xorg-libX11-dev libxkbcommon-dev xorg-libXrender-dev cups-dev \ 709.16 -xorg-libXcomposite-dev alsa-lib-dev gst1-plugins-base-dev gtk+3-dev" 709.17 +xorg-libXcomposite-dev alsa-lib-dev gst1-plugins-base-dev gtk3-dev" 709.18 # Name split packages according to sources structure, for example: 709.19 # $src/qtgamepad/ -> qt5-gamepad 709.20 SPLIT="qt5-3d qt5-base qt5-base-gtk3 \ 709.21 @@ -186,7 +186,7 @@ 709.22 qt5-base-gtk3) 709.23 copy libqgtk3.so 709.24 CAT="development|GTK+3 theme support" 709.25 - DEPENDS="qt5-base atk cairo gdk-pixbuf glib gtk+3 mesa pango \ 709.26 + DEPENDS="qt5-base atk cairo gdk-pixbuf glib gtk3 mesa pango \ 709.27 xorg-libX11 xorg-libXext";; 709.28 qt5-base-egl) 709.29 copy libQt5Egl*so*
710.1 --- a/qterminal/receipt Mon Oct 15 16:44:45 2018 +0300 710.2 +++ b/qterminal/receipt Tue Oct 16 16:46:05 2018 +0300 710.3 @@ -7,7 +7,7 @@ 710.4 MAINTAINER="al.bobylev@gmail.com" 710.5 LICENSE="GPL2" 710.6 WEB_SITE="https://github.com/qterminal/qterminal" 710.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/qterminal.html" 710.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/qterminal.html" 710.9 710.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 710.11 WGET_URL="https://github.com/lxde/qterminal/releases/download/$VERSION/$TARBALL"
711.1 --- a/qtermwidget/receipt Mon Oct 15 16:44:45 2018 +0300 711.2 +++ b/qtermwidget/receipt Tue Oct 16 16:46:05 2018 +0300 711.3 @@ -7,7 +7,7 @@ 711.4 MAINTAINER="al.bobylev@gmail.com" 711.5 LICENSE="GPL2" 711.6 WEB_SITE="https://github.com/lxde/qtermwidget" 711.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/qtermwidget.html" 711.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/qtermwidget.html" 711.9 711.10 # release 0.7.1 tarball missed in GitHub 711.11 #TARBALL="$PACKAGE-$VERSION.tar.xz"
712.1 --- a/qtstyleplugins/receipt Mon Oct 15 16:44:45 2018 +0300 712.2 +++ b/qtstyleplugins/receipt Tue Oct 16 16:46:05 2018 +0300 712.3 @@ -10,10 +10,10 @@ 712.4 WEB_SITE="https://github.com/qt/qtstyleplugins/" 712.5 WGET_URL="${WEB_SITE}archive/${TARBALL/*-}" 712.6 712.7 -DEPENDS="qt5-base gtk+" 712.8 +DEPENDS="qt5-base gtk2" 712.9 BUILD_DEPENDS="qt5-dev cmake bison flex gperf ruby-dev xorg-dev mesa-dev \ 712.10 freetype-dev fontconfig-dev sqlite3-dev libpng16-dev libjpeg-turbo-dev icu-dev \ 712.11 -glib-dev zlib-dev libxslt-python libxslt-dev gtk+-dev" 712.12 +glib-dev zlib-dev libxslt-python libxslt-dev gtk2-dev" 712.13 712.14 compile_rules() 712.15 {
713.1 --- a/quadrapassel/receipt Mon Oct 15 16:44:45 2018 +0300 713.2 +++ b/quadrapassel/receipt Tue Oct 16 16:46:05 2018 +0300 713.3 @@ -11,7 +11,7 @@ 713.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 713.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 713.6 713.7 -BUILD_DEPENDS="vala glib-dev gtk+3-dev librsvg-dev libcanberra-dev clutter-dev \ 713.8 +BUILD_DEPENDS="vala glib-dev gtk3-dev librsvg-dev libcanberra-dev clutter-dev \ 713.9 clutter-gtk-dev intltool itstool" 713.10 713.11 compile_rules() { 713.12 @@ -24,5 +24,5 @@ 713.13 713.14 genpkg_rules() { 713.15 copy @std 713.16 - DEPENDS="cairo clutter clutter-gtk glib gtk+3 libcanberra-gtk3 pango" 713.17 + DEPENDS="cairo clutter clutter-gtk glib gtk3 libcanberra-gtk3 pango" 713.18 }
714.1 --- a/quarry/receipt Mon Oct 15 16:44:45 2018 +0300 714.2 +++ b/quarry/receipt Tue Oct 16 16:46:05 2018 +0300 714.3 @@ -1,23 +1,21 @@ 714.4 -# SliTaz package receipt. 714.5 +# SliTaz package receipt v2. 714.6 714.7 PACKAGE="quarry" 714.8 VERSION="0.2.0" 714.9 CATEGORY="games" 714.10 -SHORT_DESC="Multi-purpose GUI for Go, Amazons and Reversi." 714.11 +SHORT_DESC="Multi-purpose GUI for Go, Amazons and Reversi" 714.12 MAINTAINER="pascal.bellard@slitaz.org" 714.13 LICENSE="GPL2" 714.14 +WEB_SITE="http://home.gna.org/quarry/" 714.15 + 714.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 714.17 -WEB_SITE="http://home.gna.org/quarry/" 714.18 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" 714.19 -SUGGESTED="gnugo" 714.20 714.21 -DEPENDS="gtk+ librsvg libgsf xorg-xcb-util" 714.22 -BUILD_DEPENDS="gtk+-dev librsvg-dev libgsf" 714.23 +BUILD_DEPENDS="gtk2-dev librsvg-dev libgsf" 714.24 714.25 -# Rules to configure and make the package. 714.26 -compile_rules() 714.27 -{ 714.28 +compile_rules() { 714.29 sed -i 's/mozilla/firefox/' src/gui-gtk/gtk-help.c 714.30 + 714.31 ./configure \ 714.32 --prefix=/usr \ 714.33 --libexecdir=/usr/lib \ 714.34 @@ -29,10 +27,8 @@ 714.35 make DESTDIR=$DESTDIR install 714.36 } 714.37 714.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 714.39 -genpkg_rules() 714.40 -{ 714.41 - mkdir -p $fs/usr/share 714.42 - cp -a $install/usr/bin $fs/usr 714.43 - cp -a $install/usr/share/quarry $fs/usr/share 714.44 +genpkg_rules() { 714.45 + copy @std 714.46 + DEPENDS="gtk2 librsvg libgsf xorg-xcb-util" 714.47 + SUGGESTED="gnugo" 714.48 }
715.1 --- a/quodlibet/receipt Mon Oct 15 16:44:45 2018 +0300 715.2 +++ b/quodlibet/receipt Tue Oct 16 16:46:05 2018 +0300 715.3 @@ -16,7 +16,7 @@ 715.4 gst0-plugins-ugly mutagen python-pygtk gstreamer0" 715.5 BUILD_DEPENDS="python-dbus-dev gst0-python-dev gst0-plugins-base-dev \ 715.6 gst0-plugins-good gstreamer0-dev gst0-plugins-ugly python-pygtk-dev intltool \ 715.7 -gettext gtk+-dev python-dev file" 715.8 +gettext gtk2-dev python-dev file" 715.9 715.10 # Rules to configure and make the package. 715.11 compile_rules()
716.1 --- a/qutim/receipt Mon Oct 15 16:44:45 2018 +0300 716.2 +++ b/qutim/receipt Tue Oct 16 16:46:05 2018 +0300 716.3 @@ -10,7 +10,7 @@ 716.4 WEB_SITE="http://qutim.org" 716.5 WGET_URL="$WEB_SITE/dwnl/40/$TARBALL" 716.6 716.7 -DEPENDS="qt4 qca qt4-phonon xorg-libXScrnSaver libjreen Qt4-qca-ossl" 716.8 +DEPENDS="qt4 qca qt4-phonon xorg-libXScrnSaver libjreen qca-ossl" 716.9 BUILD_DEPENDS="Qt4-dev qmake cmake qca-dev xorg-libXScrnSaver-dev dbus-dev libjreen-dev mesa-dev" 716.10 716.11 # Rules to configure and make the package.
717.1 --- a/rainbow-cm/receipt Mon Oct 15 16:44:45 2018 +0300 717.2 +++ b/rainbow-cm/receipt Tue Oct 16 16:46:05 2018 +0300 717.3 @@ -12,7 +12,7 @@ 717.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 717.5 WGET_URL="https://github.com/sde-gui/rainbow-cm/archive/$COMMIT.tar.gz" 717.6 717.7 -BUILD_DEPENDS="automake gettext intltool gtk+-dev" 717.8 +BUILD_DEPENDS="automake gettext intltool gtk2-dev" 717.9 717.10 compile_rules() { 717.11 ./autogen.sh && 717.12 @@ -23,5 +23,5 @@ 717.13 717.14 genpkg_rules() { 717.15 copy @std 717.16 - DEPENDS="glib gtk+ pango xorg-libX11" 717.17 + DEPENDS="glib gtk2 pango xorg-libX11" 717.18 }
718.1 --- a/rarian/receipt Mon Oct 15 16:44:45 2018 +0300 718.2 +++ b/rarian/receipt Tue Oct 16 16:46:05 2018 +0300 718.3 @@ -8,7 +8,7 @@ 718.4 MAINTAINER="slaxemulator@gmail.com" 718.5 LICENSE="GPL2 LGPL2.1" 718.6 WEB_SITE="https://rarian.freedesktop.org/" 718.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/rarian.html" 718.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/rarian.html" 718.9 718.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 718.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
719.1 --- a/rasqal/receipt Mon Oct 15 16:44:45 2018 +0300 719.2 +++ b/rasqal/receipt Tue Oct 16 16:46:05 2018 +0300 719.3 @@ -7,7 +7,7 @@ 719.4 MAINTAINER="al.bobylev@gmail.com" 719.5 LICENSE="GPL2 LGPL2.1" 719.6 WEB_SITE="http://librdf.org/rasqal/" 719.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/rasqal.html" 719.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/rasqal.html" 719.9 719.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 719.11 WGET_URL="http://download.librdf.org/source/$TARBALL"
720.1 --- a/rawstudio/receipt Mon Oct 15 16:44:45 2018 +0300 720.2 +++ b/rawstudio/receipt Tue Oct 16 16:46:05 2018 +0300 720.3 @@ -10,8 +10,8 @@ 720.4 WEB_SITE="http://rawstudio.org/" 720.5 WGET_URL="http://rawstudio.org/files/release/$TARBALL" 720.6 720.7 -DEPENDS="desktop-file-utils dbus exiv2 gconf gtk+ lcms jpeg libjpeg tiff libxml2" 720.8 -BUILD_DEPENDS="exiv2-dev gconf-dev gtk+-dev dbus-dev lcms-dev jpeg-dev tiff-dev libxml2-dev" 720.9 +DEPENDS="desktop-file-utils dbus exiv2 gconf gtk2 lcms jpeg libjpeg tiff libxml2" 720.10 +BUILD_DEPENDS="exiv2-dev gconf-dev gtk2-dev dbus-dev lcms-dev jpeg-dev tiff-dev libxml2-dev" 720.11 720.12 # Rules to configure and make the package. 720.13 compile_rules()
721.1 --- a/realvnc-viewer/receipt Mon Oct 15 16:44:45 2018 +0300 721.2 +++ b/realvnc-viewer/receipt Tue Oct 16 16:46:05 2018 +0300 721.3 @@ -1,9 +1,9 @@ 721.4 -# SliTaz package receipt. 721.5 +# SliTaz package receipt v2. 721.6 721.7 PACKAGE="realvnc-viewer" 721.8 VERSION="4.1.1" 721.9 CATEGORY="x-window" 721.10 -SHORT_DESC="VNC viewer (graphical remote control)." 721.11 +SHORT_DESC="VNC viewer (graphical remote control)" 721.12 MAINTAINER="pascal.bellard@slitaz.org" 721.13 LICENSE="GPL2" 721.14 WEB_SITE="https://www.realvnc.com/" 721.15 @@ -12,34 +12,34 @@ 721.16 TARBALL="vnc4_${VERSION}+X4.3.0.orig.tar.gz" 721.17 WGET_URL="http://ftp.de.debian.org/debian/pool/main/v/vnc4/$TARBALL" 721.18 721.19 -DEPENDS="gcc-lib-base xorg-libXdmcp xorg-libXau xorg-libX11 xorg-libXext \ 721.20 -xorg-libICE xorg-libSM util-linux-uuid" 721.21 BUILD_DEPENDS="xorg-libXaw-dev xorg-libXt-dev xorg-libXau-dev \ 721.22 xorg-libXdmcp-dev xorg-libXmu-dev xorg-xorgproto xorg-libXtst-dev" 721.23 721.24 -PROVIDE="vncviewer" 721.25 -TAGS="remote-desktop vnc" 721.26 +compile_rules() { 721.27 + mv vnc4* $src 2> /dev/null 721.28 721.29 -# Rules to configure and make the package. 721.30 -compile_rules() 721.31 -{ 721.32 - mv vnc4* $src 2> /dev/null 721.33 cd $src 721.34 for i in unix/tx/TXImage.cxx unix/x0vncserver/Image.cxx \ 721.35 common/network/TcpSocket.cxx ; do 721.36 grep -q stdlib $i || sed -i '1i#include <stdlib.h>' $i 721.37 done 721.38 + 721.39 cd unix 721.40 export CXXFLAGS="-Wno-narrowing" 721.41 - ./configure --prefix=/usr $CONFIGURE_ARGS 721.42 + 721.43 + ./configure \ 721.44 + --prefix=/usr \ 721.45 + $CONFIGURE_ARGS && 721.46 make 721.47 } 721.48 721.49 -# Rules to gen a SliTaz package suitable for Tazpkg. 721.50 -genpkg_rules() 721.51 -{ 721.52 +genpkg_rules() { 721.53 mkdir -p $fs/usr/bin $fs/usr/share 721.54 - 721.55 + 721.56 cp -a $src/unix/vncviewer/vncviewer $fs/usr/bin 721.57 cp -a $stuff/* $fs/usr/share 721.58 + DEPENDS="gcc-lib-base xorg-libXdmcp xorg-libXau xorg-libX11 xorg-libXext \ 721.59 + xorg-libICE xorg-libSM util-linux-uuid" 721.60 + PROVIDE="vncviewer" 721.61 + TAGS="remote-desktop vnc" 721.62 }
722.1 --- a/redland/receipt Mon Oct 15 16:44:45 2018 +0300 722.2 +++ b/redland/receipt Tue Oct 16 16:46:05 2018 +0300 722.3 @@ -7,7 +7,7 @@ 722.4 MAINTAINER="al.bobylev@gmail.com" 722.5 LICENSE="GPL2 LGPL2.1" 722.6 WEB_SITE="http://librdf.org/" 722.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/redland.html" 722.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/redland.html" 722.9 722.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 722.11 WGET_URL="http://download.librdf.org/source/$TARBALL"
723.1 --- a/reiserfsprogs/receipt Mon Oct 15 16:44:45 2018 +0300 723.2 +++ b/reiserfsprogs/receipt Tue Oct 16 16:46:05 2018 +0300 723.3 @@ -7,7 +7,7 @@ 723.4 MAINTAINER="erjo@slitaz.org" 723.5 LICENSE="GPL2" 723.6 WEB_SITE="http://www.sfr-fresh.com/linux/misc/" 723.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/reiserfs.html" 723.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/reiserfs.html" 723.9 723.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 723.11 WGET_URL="https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v$VERSION/$TARBALL"
724.1 --- a/remmina/receipt Mon Oct 15 16:44:45 2018 +0300 724.2 +++ b/remmina/receipt Tue Oct 16 16:46:05 2018 +0300 724.3 @@ -6,43 +6,44 @@ 724.4 SHORT_DESC="Remote desktop client written in GTK+" 724.5 MAINTAINER="pascal.bellard@slitaz.org" 724.6 LICENSE="GPL" 724.7 +WEB_SITE="http://$PACKAGE.sourceforge.net/" 724.8 + 724.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 724.10 -WEB_SITE="http://$PACKAGE.sourceforge.net/" 724.11 WGET_URL="https://github.com/FreeRDP/Remmina/archive/v$VERSION.tar.gz" 724.12 -PROVIDE="remmina-plugins" 724.13 -TAGS="rdp vnc nx xdmcp" 724.14 724.15 -DEPENDS="gtk+ libgcrypt libssh vte freerdp" 724.16 -BUILD_DEPENDS="gtk+-dev intltool cmake libgcrypt-dev libssh-dev vte-dev \ 724.17 +BUILD_DEPENDS="gtk2-dev intltool cmake libgcrypt-dev libssh-dev vte-dev \ 724.18 freerdp-dev libvncserver-dev libgnome-keyring-dev gettext telepathy-glib-dev \ 724.19 libappindicator-gtk3-dev xorg-libxkbfile-dev" 724.20 -SPLIT="remmina-dev" 724.21 +SPLIT="$PACKAGE-dev" 724.22 724.23 -# Rules to configure and make the package. 724.24 -compile_rules() 724.25 -{ 724.26 +compile_rules() { 724.27 # Here `sed -i '/external_tools/d' ...` because cmake (make install) 724.28 # produce error trying to install "external tools" to 724.29 # "$install/root/.remmina/external_tools/" 724.30 mkdir build 724.31 - cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_TELEPATHY=OFF \ 724.32 + 724.33 + cmake \ 724.34 + -DCMAKE_INSTALL_PREFIX=/usr \ 724.35 + -DWITH_TELEPATHY=OFF \ 724.36 -DWITH_AVAHI=OFF && 724.37 - make && 724.38 - sed -i '/external_tools/d' $src/remmina/cmake_install.cmake && 724.39 - make DESTDIR=$DESTDIR install 724.40 + make || return 1 724.41 + 724.42 + sed -i '/external_tools/d' $src/remmina/cmake_install.cmake 724.43 + make DESTDIR=$DESTDIR install || return 1 724.44 + 724.45 cp -a remmina/include $DESTDIR/usr 724.46 } 724.47 724.48 -# Rules to gen a SliTaz package suitable for Tazpkg. 724.49 -genpkg_rules() 724.50 -{ 724.51 +genpkg_rules() { 724.52 case $PACKAGE in 724.53 - remmina) 724.54 - cp -a $install/* $fs 724.55 - ;; 724.56 - remmina-dev) 724.57 - mkdir -p $fs/usr 724.58 - cp -a $install/usr/include $fs/usr 724.59 - ;; 724.60 + remmina) 724.61 + copy @std 724.62 + DEPENDS="gtk2 libgcrypt libssh vte freerdp" 724.63 + PROVIDE="remmina-plugins" 724.64 + TAGS="rdp vnc nx xdmcp" 724.65 + ;; 724.66 + *-dev) 724.67 + copy @dev 724.68 + ;; 724.69 esac 724.70 }
725.1 --- a/rep-gtk/receipt Mon Oct 15 16:44:45 2018 +0300 725.2 +++ b/rep-gtk/receipt Tue Oct 16 16:46:05 2018 +0300 725.3 @@ -7,12 +7,12 @@ 725.4 MAINTAINER="al.bobylev@gmail.com" 725.5 LICENSE="GPL2" 725.6 WEB_SITE="http://rep-gtk.sourceforge.net/" 725.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/rep-gtk.html" 725.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/rep-gtk.html" 725.9 725.10 TARBALL="rep-gtk_$VERSION.tar.xz" 725.11 WGET_URL="http://download.tuxfamily.org/librep/rep-gtk/$TARBALL" 725.12 725.13 -BUILD_DEPENDS="automake libtool librep-dev glib-dev gtk+-dev" 725.14 +BUILD_DEPENDS="automake libtool librep-dev glib-dev gtk2-dev" 725.15 SPLIT="rep-gtk-dev" 725.16 725.17 compile_rules() { 725.18 @@ -27,11 +27,11 @@ 725.19 case $PACKAGE in 725.20 rep-gtk) 725.21 copy @std 725.22 - DEPENDS="atk gdk-pixbuf glib gtk+" 725.23 + DEPENDS="atk gdk-pixbuf glib gtk2" 725.24 ;; 725.25 *-dev) 725.26 copy @dev 725.27 - DEPENDS="rep-gtk gdk-pixbuf-dev gtk+-dev librep-dev" 725.28 + DEPENDS="rep-gtk gdk-pixbuf-dev gtk2-dev librep-dev" 725.29 ;; 725.30 esac 725.31 }
726.1 --- a/retro-gtk/receipt Mon Oct 15 16:44:45 2018 +0300 726.2 +++ b/retro-gtk/receipt Tue Oct 16 16:46:05 2018 +0300 726.3 @@ -11,7 +11,7 @@ 726.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 726.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 726.6 726.7 -BUILD_DEPENDS="meson ninja libepoxy-dev glib-dev gtk+3-dev pulseaudio-dev \ 726.8 +BUILD_DEPENDS="meson ninja libepoxy-dev glib-dev gtk3-dev pulseaudio-dev \ 726.9 gobject-introspection-dev vala" 726.10 SPLIT="retro-gtk-dev" 726.11 726.12 @@ -25,7 +25,7 @@ 726.13 case $PACKAGE in 726.14 retro-gtk) 726.15 copy @std 726.16 - DEPENDS="cairo gdk-pixbuf glib gtk+3 libepoxy pulseaudio" 726.17 + DEPENDS="cairo gdk-pixbuf glib gtk3 libepoxy pulseaudio" 726.18 ;; 726.19 *-dev) 726.20 copy @dev
727.1 --- a/rhythmcat2/receipt Mon Oct 15 16:44:45 2018 +0300 727.2 +++ b/rhythmcat2/receipt Tue Oct 16 16:46:05 2018 +0300 727.3 @@ -12,7 +12,7 @@ 727.4 TARBALL="$PACKAGE-$COMMIT.tar.gz" 727.5 WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz" 727.6 727.7 -BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev gtk+3-dev curl-dev \ 727.8 +BUILD_DEPENDS="gstreamer0-dev gst0-plugins-base-dev gtk3-dev curl-dev \ 727.9 intltool" 727.10 727.11 compile_rules() { 727.12 @@ -30,5 +30,5 @@ 727.13 727.14 genpkg_rules() { 727.15 copy RhythmCat2 *.so* *.PNG *.desktop *.mo 727.16 - DEPENDS="gst0-plugins-base gtk+3 xorg-libXdamage" 727.17 + DEPENDS="gst0-plugins-base gtk3 xorg-libXdamage" 727.18 }
728.1 --- a/ristretto/receipt Mon Oct 15 16:44:45 2018 +0300 728.2 +++ b/ristretto/receipt Tue Oct 16 16:46:05 2018 +0300 728.3 @@ -11,7 +11,7 @@ 728.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 728.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 728.6 728.7 -BUILD_DEPENDS="intltool libexif-dev gtk+-dev dbus-glib-dev libxfce4util-dev \ 728.8 +BUILD_DEPENDS="intltool libexif-dev gtk2-dev dbus-glib-dev libxfce4util-dev \ 728.9 libxfce4ui-dev libmagic-dev" 728.10 728.11 compile_rules() { 728.12 @@ -24,7 +24,7 @@ 728.13 728.14 genpkg_rules() { 728.15 copy @std 728.16 - DEPENDS="cairo dbus-glib gdk-pixbuf glib gtk+ libexif libmagic libxfce4ui \ 728.17 + DEPENDS="cairo dbus-glib gdk-pixbuf glib gtk2 libexif libmagic libxfce4ui \ 728.18 libxfce4util pango xfconf xorg-libX11" 728.19 TAGS="Xfce" 728.20 }
729.1 --- a/rox-filer-locales/receipt Mon Oct 15 16:44:45 2018 +0300 729.2 +++ b/rox-filer-locales/receipt Tue Oct 16 16:46:05 2018 +0300 729.3 @@ -1,9 +1,9 @@ 729.4 -# SliTaz package receipt. 729.5 +# SliTaz package receipt v2. 729.6 729.7 PACKAGE="rox-filer-locales" 729.8 VERSION="2.8" 729.9 CATEGORY="localization" 729.10 -SHORT_DESC="locales for the rox-filer." 729.11 +SHORT_DESC="Locales for the rox-filer" 729.12 MAINTAINER="sygne@ombres.eu" 729.13 LICENSE="GPL2" 729.14 WEB_SITE="http://rox.sourceforge.net/desktop/" 729.15 @@ -11,26 +11,17 @@ 729.16 729.17 SOURCE="rox-filer" 729.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 729.19 -WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL" 729.20 +WGET_URL="$SF_MIRROR/rox/$TARBALL" 729.21 729.22 -DEPENDS="rox-filer" 729.23 -BUILD_DEPENDS="" 729.24 - 729.25 -# Rules to configure and make the package. 729.26 -compile_rules() 729.27 -{ 729.28 - 729.29 +compile_rules() { 729.30 mkdir -p $DESTDIR 729.31 cp -r $src/ROX-Filer/Messages $DESTDIR/ 729.32 - 729.33 } 729.34 729.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 729.36 -genpkg_rules() 729.37 -{ 729.38 +genpkg_rules() { 729.39 mkdir -p $fs/usr/share/rox-filer 729.40 cp -r $install/* $fs/usr/share/rox-filer/ 729.41 - 729.42 + 729.43 strip -s $fs/usr/share/rox-filer/* || true 729.44 + DEPENDS="rox-filer" 729.45 } 729.46 -
730.1 --- a/rox-filer/receipt Mon Oct 15 16:44:45 2018 +0300 730.2 +++ b/rox-filer/receipt Tue Oct 16 16:46:05 2018 +0300 730.3 @@ -11,8 +11,8 @@ 730.4 WGET_URL="$SF_MIRROR/rox/$TARBALL" 730.5 TAGS="file-manager" 730.6 730.7 -DEPENDS="gtk+ libglade libxml2 xorg-libXdamage shared-mime-info xorg-libSM" 730.8 -BUILD_DEPENDS="libglade-dev libxml2-dev gtk+-dev shared-mime-info-dev \ 730.9 +DEPENDS="gtk2 libglade libxml2 xorg-libXdamage shared-mime-info xorg-libSM" 730.10 +BUILD_DEPENDS="libglade-dev libxml2-dev gtk2-dev shared-mime-info-dev \ 730.11 xorg-libSM-dev" 730.12 730.13 # Rules to configure and make the package.
731.1 --- a/rp-pppoe/receipt Mon Oct 15 16:44:45 2018 +0300 731.2 +++ b/rp-pppoe/receipt Tue Oct 16 16:46:05 2018 +0300 731.3 @@ -16,7 +16,9 @@ 731.4 731.5 compile_rules() { 731.6 cd $src/src 731.7 - ./configure $CONFIGURE_ARGS && make && make install 731.8 + ./configure $CONFIGURE_ARGS && 731.9 + make && 731.10 + make install 731.11 } 731.12 731.13 genpkg_rules() {
732.1 --- a/rpcsvc-proto/receipt Mon Oct 15 16:44:45 2018 +0300 732.2 +++ b/rpcsvc-proto/receipt Tue Oct 16 16:46:05 2018 +0300 732.3 @@ -7,7 +7,7 @@ 732.4 MAINTAINER="al.bobylev@gmail.com" 732.5 LICENSE="BSD3" 732.6 WEB_SITE="https://github.com/thkukuk/rpcsvc-proto" 732.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/rpcsvc-proto.html" 732.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/rpcsvc-proto.html" 732.9 732.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 732.11 WGET_URL="https://github.com/thkukuk/rpcsvc-proto/archive/v$VERSION/$TARBALL"
733.1 --- a/ruby-gtk2/receipt Mon Oct 15 16:44:45 2018 +0300 733.2 +++ b/ruby-gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 733.3 @@ -14,7 +14,7 @@ 733.4 WGET_URL="https://rubygems.org/downloads/$TARBALL" 733.5 733.6 BUILD_DEPENDS="ruby-dev ruby-glib2-dev ruby-cairo-dev ruby-cairo-gobject-dev \ 733.7 -gtk+-dev ruby-gobject-introspection-dev ruby-pango-dev" 733.8 +gtk2-dev ruby-gobject-introspection-dev ruby-pango-dev" 733.9 SPLIT="$PACKAGE-dev" 733.10 733.11 compile_rules() { 733.12 @@ -31,12 +31,12 @@ 733.13 case $PACKAGE in 733.14 *-dev) 733.15 copy @ruby-dev 733.16 - DEPENDS="ruby-gtk2 gtk+-dev" 733.17 + DEPENDS="ruby-gtk2 gtk2-dev" 733.18 ;; 733.19 *) 733.20 copy @ruby 733.21 DEPENDS="ruby ruby-atk ruby-gdk_pixbuf2 ruby-pango cairo \ 733.22 - gdk-pixbuf glib gtk+ pango xorg-libX11" 733.23 + gdk-pixbuf glib gtk2 pango xorg-libX11" 733.24 TAGS="ruby programming gtk development" 733.25 ;; 733.26 esac
734.1 --- a/rust/receipt Mon Oct 15 16:44:45 2018 +0300 734.2 +++ b/rust/receipt Tue Oct 16 16:46:05 2018 +0300 734.3 @@ -7,7 +7,7 @@ 734.4 MAINTAINER="al.bobylev@gmail.com" 734.5 LICENSE="MIT Apache BSD" 734.6 WEB_SITE="https://www.rust-lang.org/" 734.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/rust.html" 734.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/rust.html" 734.9 HOST_ARCH="i486 x86_64" 734.10 734.11 TARBALL="rust-$VERSION-${ARCH/i486/i686}-unknown-linux-gnu.tar.gz"
735.1 --- a/sakura-gtk2/receipt Mon Oct 15 16:44:45 2018 +0300 735.2 +++ b/sakura-gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 735.3 @@ -1,7 +1,7 @@ 735.4 # SliTaz package receipt v2. 735.5 735.6 PACKAGE="sakura-gtk2" 735.7 -VERSION="2.4.2" # last sakura with gtk+2 is 2.4.2 735.8 +VERSION="2.4.2" # last sakura with gtk2 is 2.4.2 735.9 CATEGORY="utilities" 735.10 SHORT_DESC="Simple GTK+2 and VTE-based terminal emulator" 735.11 MAINTAINER="pankso@slitaz.org" 735.12 @@ -11,8 +11,7 @@ 735.13 TARBALL="sakura-$VERSION.tar.bz2" 735.14 WGET_URL="https://launchpad.net/sakura/trunk/$VERSION/+download/$TARBALL" 735.15 735.16 -BUILD_DEPENDS_arm="gtk+-dev vte-dev xorg-libXdamage-dev xorg-libXi-dev" 735.17 -BUILD_DEPENDS="cmake glib-dev gtk+-dev vte-gtk2-dev gettext" 735.18 +BUILD_DEPENDS="cmake glib-dev gtk2-dev vte-gtk2-dev gettext" 735.19 735.20 # Rules to configure and make the package. 735.21 compile_rules() 735.22 @@ -37,7 +36,7 @@ 735.23 { 735.24 copy @std 735.25 TAGS="terminal" 735.26 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango vte-gtk2 \ 735.27 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango vte-gtk2 \ 735.28 xorg-libX11 xorg-libXext" 735.29 PROVIDE="sakura" 735.30 }
736.1 --- a/sakura/receipt Mon Oct 15 16:44:45 2018 +0300 736.2 +++ b/sakura/receipt Tue Oct 16 16:46:05 2018 +0300 736.3 @@ -11,7 +11,7 @@ 736.4 TARBALL="sakura-$VERSION.tar.bz2" 736.5 WGET_URL="https://launchpad.net/sakura/trunk/$VERSION/+download/$TARBALL" 736.6 736.7 -BUILD_DEPENDS="cmake glib-dev gtk+3-dev vte-dev gettext" 736.8 +BUILD_DEPENDS="cmake glib-dev gtk3-dev vte-dev gettext" 736.9 736.10 compile_rules() { 736.11 sed -i '/TryExec/d; s|Icon=.*|Icon=utilities-terminal|' sakura.desktop 736.12 @@ -29,5 +29,5 @@ 736.13 genpkg_rules() { 736.14 copy @std 736.15 TAGS="terminal" 736.16 - DEPENDS="glib gtk+3 pango vte" 736.17 + DEPENDS="glib gtk3 pango vte" 736.18 }
737.1 --- a/samba/receipt Mon Oct 15 16:44:45 2018 +0300 737.2 +++ b/samba/receipt Tue Oct 16 16:46:05 2018 +0300 737.3 @@ -7,7 +7,7 @@ 737.4 MAINTAINER="pascal.bellard@slitaz.org" 737.5 LICENSE="GPL3" 737.6 WEB_SITE="https://www.samba.org/" 737.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/samba.html" 737.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/samba.html" 737.9 737.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 737.11 WGET_URL="https://download.samba.org/pub/samba/stable/$TARBALL"
738.1 --- a/sbxkb/receipt Mon Oct 15 16:44:45 2018 +0300 738.2 +++ b/sbxkb/receipt Tue Oct 16 16:46:05 2018 +0300 738.3 @@ -11,11 +11,11 @@ 738.4 WGET_URL="$SF_MIRROR/staybox/$TARBALL" 738.5 738.6 DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base \ 738.7 -gdk-pixbuf glib glibc-base gtk+ libffi libpng16 xorg-libxcb pango \ 738.8 +gdk-pixbuf glib glibc-base gtk2 libffi libpng16 xorg-libxcb pango \ 738.9 xorg-pixman xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ 738.10 xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \ 738.11 xorg-libXinerama xorg-libXrandr xorg-libXrender zlib" 738.12 -BUILD_DEPENDS="gtk+-dev" 738.13 +BUILD_DEPENDS="gtk2-dev" 738.14 738.15 # Rules to configure and make the package. 738.16 compile_rules()
739.1 --- a/scim-pinyin/receipt Mon Oct 15 16:44:45 2018 +0300 739.2 +++ b/scim-pinyin/receipt Tue Oct 16 16:46:05 2018 +0300 739.3 @@ -32,7 +32,7 @@ 739.4 case $PACKAGE in 739.5 scim-pinyin) 739.6 copy @std 739.7 - DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+ \ 739.8 + DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk2 \ 739.9 harfbuzz libffi libltdl liblzma libpng16 xorg-libxcb libxml2 pango \ 739.10 pcre xorg-pixman scim xorg-libX11 xorg-libXau xorg-libXdmcp \ 739.11 xorg-libXext xorg-libXrender zlib" 739.12 @@ -40,7 +40,7 @@ 739.13 *-dev) 739.14 copy @dev 739.15 DEPENDS="atk-dev bzip2-dev cairo-dev fontconfig-dev freetype-dev \ 739.16 - gdk-pixbuf-dev glib-dev glibc-dev gtk+-dev harfbuzz-dev libffi-dev \ 739.17 + gdk-pixbuf-dev glib-dev glibc-dev gtk2-dev harfbuzz-dev libffi-dev \ 739.18 xz-dev libpng16-dev libtool xorg-libxcb-dev libxml2-dev \ 739.19 pango-dev pcre-dev xorg-pixman-dev scim-dev xorg-libX11-dev \ 739.20 xorg-libXau-dev xorg-libXdmcp-dev xorg-libXext-dev \
740.1 --- a/scim/receipt Mon Oct 15 16:44:45 2018 +0300 740.2 +++ b/scim/receipt Tue Oct 16 16:46:05 2018 +0300 740.3 @@ -12,7 +12,7 @@ 740.4 WGET_URL="https://github.com/scim-im/scim/archive/$TARBALL" 740.5 740.6 BUILD_DEPENDS="gettext automake intltool libtool doxygen coreutils-path \ 740.7 -libxslt docbook-xsl gtk+-dev xorg-libX11-dev" 740.8 +libxslt docbook-xsl gtk2-dev xorg-libX11-dev" 740.9 SPLIT="scim-dev" 740.10 740.11 compile_rules() { 740.12 @@ -30,7 +30,7 @@ 740.13 case $PACKAGE in 740.14 scim) 740.15 copy @std 740.16 - DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+ \ 740.17 + DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk2 \ 740.18 harfbuzz libffi libltdl liblzma libpng16 xorg-libxcb libxml2 pango \ 740.19 pcre xorg-pixman xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \ 740.20 xorg-libXrender zlib" 740.21 @@ -39,7 +39,7 @@ 740.22 *-dev) 740.23 copy @dev 740.24 DEPENDS="scim atk-dev bzip2-dev cairo-dev fontconfig-dev \ 740.25 - freetype-dev gdk-pixbuf-dev glib-dev glibc-dev gtk+-dev \ 740.26 + freetype-dev gdk-pixbuf-dev glib-dev glibc-dev gtk2-dev \ 740.27 harfbuzz-dev libffi-dev xz-dev libpng16-dev libtool \ 740.28 xorg-libxcb-dev libxml2-dev pango-dev pcre-dev xorg-pixman-dev \ 740.29 xorg-libX11-dev xorg-libXau-dev xorg-libXdmcp-dev xorg-libXext-dev \
741.1 --- a/scite/receipt Mon Oct 15 16:44:45 2018 +0300 741.2 +++ b/scite/receipt Tue Oct 16 16:46:05 2018 +0300 741.3 @@ -1,4 +1,4 @@ 741.4 -# SliTaz package receipt. 741.5 +# SliTaz package receipt v2. 741.6 741.7 PACKAGE="scite" 741.8 VERSION="4.0.1" 741.9 @@ -6,17 +6,14 @@ 741.10 SHORT_DESC="Editor with syntax highlighting and source code editing features." 741.11 MAINTAINER="rcx@zoominternet.net" 741.12 LICENSE="PSL" 741.13 +WEB_SITE="https://www.scintilla.org/" 741.14 + 741.15 TARBALL="${PACKAGE}${VERSION//./}.tgz" 741.16 -WEB_SITE="https://www.scintilla.org/" 741.17 WGET_URL="$SF_MIRROR/scintilla/$TARBALL" 741.18 -TAGS="text-editor" 741.19 741.20 -DEPENDS="gtk+ xorg-libXdamage gcc-lib-base" 741.21 -BUILD_DEPENDS="gtk+-dev" 741.22 +BUILD_DEPENDS="gtk2-dev" 741.23 741.24 -# Rules to configure and make the package. 741.25 -compile_rules() 741.26 -{ 741.27 +compile_rules() { 741.28 # Build scintilla 741.29 cd $src/scintilla/gtk 741.30 make GTK2=1 prefix=/usr 741.31 @@ -24,20 +21,20 @@ 741.32 # Build SciTE 741.33 cd $src/scite/gtk 741.34 make GTK2=1 prefix=/usr && 741.35 - make prefix=/usr install && { 741.36 - # Desktop file and icon 741.37 - mkdir -p $DESTDIR/usr/share/applications $DESTDIR/usr/share/pixmaps 741.38 - cp SciTE.desktop $DESTDIR/usr/share/applications 741.39 - cp Sci48M.png $DESTDIR/usr/share/pixmaps 741.40 - } 741.41 + make prefix=/usr install || return 1 741.42 + 741.43 + # Desktop file and icon 741.44 + mkdir -p $DESTDIR/usr/share/applications $DESTDIR/usr/share/pixmaps 741.45 + cp SciTE.desktop $DESTDIR/usr/share/applications 741.46 + cp Sci48M.png $DESTDIR/usr/share/pixmaps 741.47 } 741.48 741.49 -# Rules to gen a SliTaz package suitable for Tazpkg. 741.50 -genpkg_rules() 741.51 -{ 741.52 +genpkg_rules() { 741.53 mkdir -p $fs/usr/share/applications $fs/usr/share/pixmaps 741.54 cp -a $install/usr $fs 741.55 # Save space ~100kb 741.56 rm $fs/usr/share/scite/*.html 741.57 rm $fs/usr/share/scite/*.png 741.58 + DEPENDS="gtk2 xorg-libXdamage gcc-lib-base" 741.59 + TAGS="text-editor" 741.60 }
742.1 --- a/scons/receipt Mon Oct 15 16:44:45 2018 +0300 742.2 +++ b/scons/receipt Tue Oct 16 16:46:05 2018 +0300 742.3 @@ -7,7 +7,7 @@ 742.4 MAINTAINER="chadi.elahmad@gmail.com" 742.5 LICENSE="MIT" 742.6 WEB_SITE="https://scons.org/" 742.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/scons.html" 742.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/scons.html" 742.9 742.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 742.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
743.1 --- a/scons2/receipt Mon Oct 15 16:44:45 2018 +0300 743.2 +++ b/scons2/receipt Tue Oct 16 16:46:05 2018 +0300 743.3 @@ -7,7 +7,7 @@ 743.4 MAINTAINER="al.bobylev@gmail.com" 743.5 LICENSE="MIT" 743.6 WEB_SITE="https://scons.org/" 743.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/scons.html" 743.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/scons.html" 743.9 REPOLOGY="scons" 743.10 743.11 TARBALL="scons-$VERSION.tar.gz"
744.1 --- a/screen/receipt Mon Oct 15 16:44:45 2018 +0300 744.2 +++ b/screen/receipt Tue Oct 16 16:46:05 2018 +0300 744.3 @@ -7,7 +7,7 @@ 744.4 MAINTAINER="pascal.bellard@slitaz.org" 744.5 LICENSE="GPL2" 744.6 WEB_SITE="http://www.gnu.org/software/screen" 744.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/screen.html" 744.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/screen.html" 744.9 744.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 744.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
745.1 --- a/screentest/receipt Mon Oct 15 16:44:45 2018 +0300 745.2 +++ b/screentest/receipt Tue Oct 16 16:46:05 2018 +0300 745.3 @@ -11,7 +11,7 @@ 745.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 745.5 WGET_URL="https://github.com/TobiX/screentest/archive/$VERSION.tar.gz" 745.6 745.7 -BUILD_DEPENDS="gtk+-dev libglade-dev automake autoconf libtool" 745.8 +BUILD_DEPENDS="gtk2-dev libglade-dev automake autoconf libtool" 745.9 745.10 compile_rules() { 745.11 sed -i 's/prune , -name/prune -or -name/' autogen.sh 745.12 @@ -25,6 +25,6 @@ 745.13 745.14 genpkg_rules() { 745.15 copy @std 745.16 - DEPENDS="gtk+ libglade" 745.17 + DEPENDS="gtk2 libglade" 745.18 TAGS="test diagnostic screen" 745.19 }
746.1 --- a/sddm/receipt Mon Oct 15 16:44:45 2018 +0300 746.2 +++ b/sddm/receipt Tue Oct 16 16:46:05 2018 +0300 746.3 @@ -7,14 +7,14 @@ 746.4 MAINTAINER="al.bobylev@gmail.com" 746.5 LICENSE="GPL2 CC-BY-3" 746.6 WEB_SITE="https://github.com/sddm/sddm" 746.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/sddm.html" 746.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/sddm.html" 746.9 746.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 746.11 WGET_URL="https://github.com/sddm/sddm/releases/download/v$VERSION/$TARBALL" 746.12 746.13 BUILD_DEPENDS="cmake extra-cmake-modules xorg-libxcb-dev qt5-dev mesa-dev \ 746.14 python-docutils" 746.15 -SPLIT="sddm-theme-elarun sddm-theme-maldives sddm-theme-maya sddm" 746.16 +SPLIT="$PACKAGE-theme-elarun $PACKAGE-theme-maldives $PACKAGE-theme-maya $PACKAGE" 746.17 746.18 compile_rules() { 746.19 sed -i '/UPOWER_SERVICE)/ s|^|//|' src/daemon/PowerManager.cpp 746.20 @@ -31,7 +31,8 @@ 746.21 adduser -g "SDDM Daemon" -h /var/lib/sddm -u 64 -G sddm \ 746.22 -s /bin/false -D sddm 746.23 746.24 - mkdir build; cd build 746.25 + mkdir build 746.26 + cd build 746.27 cmake \ 746.28 -DCMAKE_BUILD_TYPE=Release \ 746.29 -DCMAKE_INSTALL_PREFIX=/usr \ 746.30 @@ -50,15 +51,15 @@ 746.31 746.32 genpkg_rules() { 746.33 case $PACKAGE in 746.34 - sddm-theme-elarun) 746.35 + *-theme-elarun) 746.36 copy elarun/ 746.37 CAT="customization|theme Elarun" 746.38 ;; 746.39 - sddm-theme-maldives) 746.40 + *-theme-maldives) 746.41 copy maldives/ 746.42 CAT="customization|theme Maldives" 746.43 ;; 746.44 - sddm-theme-maya) 746.45 + *-theme-maya) 746.46 copy maya/ 746.47 CAT="customization|theme Maya" 746.48 ;;
747.1 --- a/seamonkey/receipt Mon Oct 15 16:44:45 2018 +0300 747.2 +++ b/seamonkey/receipt Tue Oct 16 16:46:05 2018 +0300 747.3 @@ -11,9 +11,9 @@ 747.4 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/$VERSION/source/$TARBALL" 747.5 TAGS="web-browser" 747.6 747.7 -DEPENDS="gtk+ glib jpeg xorg-libX11 libIDL alsa-lib xorg-libXt curl libnotify \ 747.8 +DEPENDS="gtk2 glib jpeg xorg-libX11 libIDL alsa-lib xorg-libXt curl libnotify \ 747.9 libevent libvpx" 747.10 -BUILD_DEPENDS="gtk+-dev zip libIDL coreutils xorg-libXft-dev libevent-dev \ 747.11 +BUILD_DEPENDS="gtk2-dev zip libIDL coreutils xorg-libXft-dev libevent-dev \ 747.12 libvpx-dev perl alsa-lib alsa-lib-dev findutils python python-dev \ 747.13 wireless_tools-dev mesa-dev yasm libnotify-dev curl-dev hunspell-dev" 747.14
748.1 --- a/searchmonkey/receipt Mon Oct 15 16:44:45 2018 +0300 748.2 +++ b/searchmonkey/receipt Tue Oct 16 16:46:05 2018 +0300 748.3 @@ -1,31 +1,25 @@ 748.4 -# SliTaz package receipt 748.5 +# SliTaz package receipt v2. 748.6 748.7 PACKAGE="searchmonkey" 748.8 VERSION="0.8.1" 748.9 CATEGORY="utilities" 748.10 -SHORT_DESC="A fast real-time search engine using GTK+." 748.11 +SHORT_DESC="A fast real-time search engine using GTK+" 748.12 MAINTAINER="pankso@slitaz.org" 748.13 LICENSE="LGPL2.1" 748.14 +WEB_SITE="http://searchmonkey.sourceforge.net/" 748.15 + 748.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 748.17 -WEB_SITE="http://searchmonkey.sourceforge.net/" 748.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 748.19 748.20 -DEPENDS="gtk+ libglade xorg-libXdamage" 748.21 -BUILD_DEPENDS="gtk+-dev libglade-dev xorg-libXdamage-dev" 748.22 +BUILD_DEPENDS="gtk2-dev libglade-dev xorg-libXdamage-dev" 748.23 748.24 -# Rules to configure and make the package. 748.25 -compile_rules() 748.26 -{ 748.27 - cd $src 748.28 - ./configure && 748.29 +compile_rules() { 748.30 + ./configure && 748.31 make && 748.32 make install 748.33 } 748.34 748.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 748.36 -genpkg_rules() 748.37 -{ 748.38 - mkdir -p $fs/usr 748.39 - cp -a $install/usr/bin $fs/usr 748.40 +genpkg_rules() { 748.41 + copy @std 748.42 + DEPENDS="gtk2 libglade xorg-libXdamage" 748.43 } 748.44 -
749.1 --- a/seed/receipt Mon Oct 15 16:44:45 2018 +0300 749.2 +++ b/seed/receipt Tue Oct 16 16:46:05 2018 +0300 749.3 @@ -30,14 +30,14 @@ 749.4 seed) 749.5 copy @std 749.6 DEPENDS="atk cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \ 749.7 - glib gmp gobject-introspection gtk+ libffi libsqlite3 webkitgtk \ 749.8 + glib gmp gobject-introspection gtk2 libffi libsqlite3 webkitgtk \ 749.9 libxml2 mpfr ncurses pango readline" 749.10 ;; 749.11 seed-dev) 749.12 copy @dev 749.13 DEPENDS="seed atk-dev bzip2-dev cairo-dev dbus-dev dbus-glib-dev \ 749.14 fontconfig-dev freetype-dev gdk-pixbuf-dev glib-dev gmp-dev \ 749.15 - gobject-introspection-dev gtk+-dev harfbuzz-dev icu-dev libffi-dev \ 749.16 + gobject-introspection-dev gtk2-dev harfbuzz-dev icu-dev libffi-dev \ 749.17 libpng16-dev webkitgtk-dev libxml2-dev mpfr-dev pango-dev pcre-dev \ 749.18 readline-dev sqlite3-dev util-linux-blkid-dev util-linux-mount-dev \ 749.19 util-linux-uuid-dev xorg-libX11-dev xorg-libXau-dev \
750.1 --- a/serf/receipt Mon Oct 15 16:44:45 2018 +0300 750.2 +++ b/serf/receipt Tue Oct 16 16:46:05 2018 +0300 750.3 @@ -7,7 +7,7 @@ 750.4 MAINTAINER="al.bobylev@gmail.com" 750.5 LICENSE="Apache" 750.6 WEB_SITE="https://serf.apache.org/" 750.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/serf.html" 750.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/serf.html" 750.9 750.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 750.11 WGET_URL="https://archive.apache.org/dist/serf/$TARBALL"
751.1 --- a/sg3_utils/receipt Mon Oct 15 16:44:45 2018 +0300 751.2 +++ b/sg3_utils/receipt Tue Oct 16 16:46:05 2018 +0300 751.3 @@ -7,13 +7,13 @@ 751.4 MAINTAINER="pankso@slitaz.org" 751.5 LICENSE="GPL BSD" 751.6 WEB_SITE="http://sg.danny.cz/sg/" 751.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/sg3_utils.html" 751.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/sg3_utils.html" 751.9 REPOLOGY="sg3-utils" 751.10 751.11 TARBALL="$PACKAGE-$VERSION.tar.xz" 751.12 WGET_URL="http://sg.danny.cz/sg/p/$TARBALL" 751.13 751.14 -SPLIT="libsgutils2 sg3_utils sg3_utils-dev" 751.15 +SPLIT="libsgutils2 $PACKAGE $PACKAGE-dev" 751.16 751.17 compile_rules() { 751.18 ./configure \
752.1 --- a/sharutils/receipt Mon Oct 15 16:44:45 2018 +0300 752.2 +++ b/sharutils/receipt Tue Oct 16 16:46:05 2018 +0300 752.3 @@ -7,7 +7,7 @@ 752.4 MAINTAINER="pascal.bellard@slitaz.org" 752.5 LICENSE="GPL3" 752.6 WEB_SITE="https://www.gnu.org/software/sharutils/" 752.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/sharutils.html" 752.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/sharutils.html" 752.9 752.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 752.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
753.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 753.2 +++ b/skypefreak/description.txt Tue Oct 16 16:46:05 2018 +0300 753.3 @@ -0,0 +1,34 @@ 753.4 +A Forensic Framework for Skype. 753.5 +Default run of the program produces the following output: 753.6 + 753.7 +8""""8 753.8 +8 e e e e eeeee eeee 753.9 +8eeeee 8 8 8 8 8 8 8 753.10 + 88 8eee8e 8eeee8 8eee8 8eee 753.11 +e 88 88 8 88 88 88 753.12 +8eee88 88 8 88 88 88ee 753.13 + 753.14 + 8"""" 753.15 + 8 eeeee eeee eeeee e e 753.16 + 8eeee 8 8 8 8 8 8 8 753.17 + 88 8eee8e 8eee 8eee8 8eee8e 753.18 + 88 88 8 88 88 8 88 8 753.19 + 88 88 8 88ee 88 8 88 8 753.20 + 753.21 + 753.22 +[*] A creation of Osanda Malith & contributors 753.23 +[*] Follow @OsandaMalith and @yasoobkhalid 753.24 +[*] URL: http://osandamalith.github.io/SkypeFreak/ 753.25 + 753.26 +[~] What Do You Like to Investigate? 753.27 +1. Profile 753.28 +2. Contact 753.29 +3. Calls 753.30 +4. Messages 753.31 +5. Generate Full Report 753.32 +6. Print the list of contributors & exit 753.33 +7. Exit 753.34 + 753.35 +Select the option which you deem suitable for the given conditions. After that 753.36 +Skype Freak will perform the given task and will print the output to console 753.37 +and will ask you to write the extracted data to disk.
754.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 754.2 +++ b/skypefreak/receipt Tue Oct 16 16:46:05 2018 +0300 754.3 @@ -0,0 +1,23 @@ 754.4 +# SliTaz package receipt v2. 754.5 + 754.6 +PACKAGE="skypefreak" 754.7 +GITHASH="1efb36233858c580f0431a6e69be05030919f7cc" 754.8 +VERSION=${GITHASH:0:7} 754.9 +CATEGORY="network" 754.10 +SHORT_DESC="A cross platform forensic tool for Skype" 754.11 +MAINTAINER="al.bobylev@gmail.com" 754.12 +LICENSE="GPL3" 754.13 +WEB_SITE="https://github.com/yasoob/SkypeFreak" 754.14 + 754.15 +TARBALL="SkypeFreak-$VERSION.zip" 754.16 +WGET_URL="https://github.com/yasoob/SkypeFreak/archive/$GITHASH.zip" 754.17 + 754.18 +genpkg_rules() { 754.19 + mkdir -p $fs/usr/bin $fs/usr/share/applications 754.20 + cp -a $src/source/SkypeFreak.py $fs/usr/bin 754.21 + cp -a $stuff/*.desktop $fs/usr/share/applications 754.22 + 754.23 + # fix bug with unicode strings (I'm not a pythonist, sorry) 754.24 + sed -i 's|str(|unicode(|g' $fs/usr/bin/SkypeFreak.py 754.25 + DEPENDS="python" 754.26 +}
755.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 755.2 +++ b/skypefreak/stuff/skypefreak.desktop Tue Oct 16 16:46:05 2018 +0300 755.3 @@ -0,0 +1,7 @@ 755.4 +[Desktop Entry] 755.5 +Type=Application 755.6 +Name=SkypeFreak 755.7 +Comment=A Forensic Framework for Skype 755.8 +Exec=terminal -h -e "python /usr/bin/SkypeFreak.py" 755.9 +Icon=application-x-php 755.10 +Categories=ConsoleOnly;Network;
756.1 --- a/slang/receipt Mon Oct 15 16:44:45 2018 +0300 756.2 +++ b/slang/receipt Tue Oct 16 16:46:05 2018 +0300 756.3 @@ -7,7 +7,7 @@ 756.4 MAINTAINER="erjo@slitaz.org" 756.5 LICENSE="GPL2" 756.6 WEB_SITE="http://www.jedsoft.org/slang/" 756.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/slang.html" 756.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/slang.html" 756.9 756.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 756.11 WGET_URL="http://www.jedsoft.org/releases/slang/$TARBALL"
757.1 --- a/slitaz-dev-pkgs/receipt Mon Oct 15 16:44:45 2018 +0300 757.2 +++ b/slitaz-dev-pkgs/receipt Tue Oct 16 16:46:05 2018 +0300 757.3 @@ -1,4 +1,4 @@ 757.4 -# SliTaz package receipt. 757.5 +# SliTaz package receipt v2. 757.6 757.7 PACKAGE="slitaz-dev-pkgs" 757.8 VERSION="1.2" 757.9 @@ -9,16 +9,13 @@ 757.10 WEB_SITE="http://www.slitaz.org/" 757.11 REPOLOGY="-" 757.12 757.13 -DEPENDS="binutils linux-api-headers gcc make bzip2-dev coreutils bash bison \ 757.14 -flex libtool gettext m4 perl perl-xml-parser perl-xml-simple ncurses-dev \ 757.15 -pcre-dev libcap-dev sqlite3-dev zlib-dev pkg-config fontconfig-dev freetype-dev \ 757.16 -glibc-dev libpng16-dev jpeg-dev tiff-dev libxml2-dev xorg-dev-proto xorg-dev \ 757.17 -pango-dev atk-dev cairo-dev expat-dev glib-dev gtk+-dev libIDL zip poppler-dev \ 757.18 -python patch openssl mercurial rsync wget xorg-pixman-dev \ 757.19 -autoconf automake" 757.20 - 757.21 -# Rules to gen a SliTaz package suitable for Tazpkg. 757.22 -genpkg_rules() 757.23 -{ 757.24 +genpkg_rules() { 757.25 mkdir $fs/var 757.26 + DEPENDS="binutils linux-api-headers gcc make bzip2-dev coreutils bash \ 757.27 + bison flex libtool gettext m4 perl perl-xml-parser perl-xml-simple \ 757.28 + ncurses-dev pcre-dev libcap-dev sqlite3-dev zlib-dev pkg-config \ 757.29 + fontconfig-dev freetype-dev glibc-dev libpng16-dev jpeg-dev tiff-dev \ 757.30 + libxml2-dev xorg-dev-proto xorg-dev pango-dev atk-dev cairo-dev expat-dev \ 757.31 + glib-dev gtk2-dev libIDL zip poppler-dev python patch openssl mercurial \ 757.32 + rsync wget xorg-pixman-dev autoconf automake" 757.33 }
758.1 --- a/slsnif/receipt Mon Oct 15 16:44:45 2018 +0300 758.2 +++ b/slsnif/receipt Tue Oct 16 16:46:05 2018 +0300 758.3 @@ -1,29 +1,27 @@ 758.4 -# SliTaz package receipt. 758.5 +# SliTaz package receipt v2. 758.6 758.7 PACKAGE="slsnif" 758.8 VERSION="0.4.4" 758.9 CATEGORY="system-tools" 758.10 -SHORT_DESC="Serial line sniffer." 758.11 +SHORT_DESC="Serial line sniffer" 758.12 MAINTAINER="pascal.bellard@slitaz.org" 758.13 LICENSE="GPL2" 758.14 +WEB_SITE="http://slsnif.sourceforge.net/" 758.15 + 758.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 758.17 -WEB_SITE="http://slsnif.sourceforge.net/" 758.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 758.19 758.20 -# Rules to configure and make the package. 758.21 -compile_rules() 758.22 -{ 758.23 - cd $src 758.24 - ./configure --prefix=/usr --infodir=/usr/share/info \ 758.25 - --mandir=/usr/share/man \ 758.26 - $CONFIGURE_ARGS && 758.27 +compile_rules() { 758.28 + ./configure \ 758.29 + --prefix=/usr \ 758.30 + --infodir=/usr/share/info \ 758.31 + --mandir=/usr/share/man \ 758.32 + $CONFIGURE_ARGS && 758.33 make && 758.34 make DESTDIR=$DESTDIR install 758.35 } 758.36 758.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 758.38 -genpkg_rules() 758.39 -{ 758.40 +genpkg_rules() { 758.41 mkdir -p $fs/usr 758.42 cp -a $install/usr/bin $fs/usr 758.43 }
759.1 --- a/solid/receipt Mon Oct 15 16:44:45 2018 +0300 759.2 +++ b/solid/receipt Tue Oct 16 16:46:05 2018 +0300 759.3 @@ -7,7 +7,7 @@ 759.4 MAINTAINER="al.bobylev@gmail.com" 759.5 LICENSE="LGPL2.1" 759.6 WEB_SITE="https://github.com/KDE/solid" 759.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-solid.html" 759.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxqt/lxqt-solid.html" 759.9 759.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 759.11 WGET_URL="http://download.kde.org/stable/frameworks/${VERSION%.*}/$TARBALL"
760.1 --- a/sonata/receipt Mon Oct 15 16:44:45 2018 +0300 760.2 +++ b/sonata/receipt Tue Oct 16 16:46:05 2018 +0300 760.3 @@ -12,7 +12,7 @@ 760.4 760.5 DEPENDS="python-pygtk python-mpd python-dbus mpd libffi" 760.6 BUILD_DEPENDS="python-pygtk-dev python-dbus-dev python-pygobject2-dev gettext \ 760.7 -acl libcroco python-dev gtk+-dev libffi-dev" 760.8 +acl libcroco python-dev gtk2-dev libffi-dev" 760.9 760.10 # Rules to configure and make the package. 760.11 compile_rules()
761.1 --- a/songwrite/receipt Mon Oct 15 16:44:45 2018 +0300 761.2 +++ b/songwrite/receipt Tue Oct 16 16:46:05 2018 +0300 761.3 @@ -21,6 +21,6 @@ 761.4 761.5 genpkg_rules() { 761.6 copy @std 761.7 - DEPENDS="python editobj gtk+ python-pycairo" 761.8 - SUGGESTED="TiMidity++ evince" 761.9 + DEPENDS="python editobj gtk2 python-pycairo" 761.10 + SUGGESTED="timidity++ evince" 761.11 }
762.1 --- a/spacefm/receipt Mon Oct 15 16:44:45 2018 +0300 762.2 +++ b/spacefm/receipt Tue Oct 16 16:46:05 2018 +0300 762.3 @@ -11,7 +11,7 @@ 762.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 762.5 WGET_URL="https://github.com/IgnorantGuru/spacefm/archive/$VERSION.tar.gz" 762.6 762.7 -BUILD_DEPENDS="intltool gtk+-dev gtk+3-dev startup-notification-dev eudev-dev \ 762.8 +BUILD_DEPENDS="intltool gtk2-dev gtk3-dev startup-notification-dev eudev-dev \ 762.9 ffmpegthumbnailer-dev" 762.10 SPLIT="spacefm spacefm-gtk2:gtk2 spacefm-gtk3:gtk3" 762.11 762.12 @@ -50,14 +50,14 @@ 762.13 spacefm-gtk2) 762.14 copy @std @ico 762.15 CAT="system-tools|with GTK+2 interface" 762.16 - DEPENDS="cairo eudev ffmpegthumbnailer gdk-pixbuf glib gtk+ pango \ 762.17 + DEPENDS="cairo eudev ffmpegthumbnailer gdk-pixbuf glib gtk2 pango \ 762.18 startup-notification xorg-libX11 bash" 762.19 TAGS="file-manager" 762.20 ;; 762.21 spacefm-gtk3) 762.22 copy @std @ico 762.23 CAT="system-tools|with GTK+3 interface" 762.24 - DEPENDS="cairo eudev ffmpegthumbnailer gdk-pixbuf glib gtk+3 pango \ 762.25 + DEPENDS="cairo eudev ffmpegthumbnailer gdk-pixbuf glib gtk3 pango \ 762.26 startup-notification xorg-libX11 bash" 762.27 TAGS="file-manager" 762.28 ;;
763.1 --- a/speakup-utils/receipt Mon Oct 15 16:44:45 2018 +0300 763.2 +++ b/speakup-utils/receipt Tue Oct 16 16:46:05 2018 +0300 763.3 @@ -6,17 +6,15 @@ 763.4 SHORT_DESC="Tiny utilities for controlling the Speakup screenreader" 763.5 MAINTAINER="slaxemulator@gmail.com" 763.6 LICENSE="GPL2" 763.7 -SOURCE="speakup" 763.8 -TARBALL="$SOURCE-$VERSION.tar.bz2" 763.9 WEB_SITE="http://linux-speakup.org/" 763.10 + 763.11 +TARBALL="speakup-$VERSION.tar.bz2" 763.12 WGET_URL="ftp://linux-speakup.org/pub/speakup/$TARBALL" 763.13 763.14 -DEPENDS="linux-speakup" 763.15 763.16 -# Rules to gen a SliTaz package suitable for Tazpkg. 763.17 -genpkg_rules() 763.18 -{ 763.19 +genpkg_rules() { 763.20 cd $src/tools 763.21 install -D -m755 speakupconf "$fs/usr/bin/speakupconf" || return 1 763.22 install -D -m755 talkwith "$fs/usr/sbin/talkwith" || return 1 763.23 + DEPENDS="linux-speakup" 763.24 }
764.1 --- a/speex/receipt Mon Oct 15 16:44:45 2018 +0300 764.2 +++ b/speex/receipt Tue Oct 16 16:46:05 2018 +0300 764.3 @@ -7,7 +7,7 @@ 764.4 MAINTAINER="pascal.bellard@slitaz.org" 764.5 LICENSE="BSD" 764.6 WEB_SITE="https://www.speex.org/" 764.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/speex.html" 764.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/speex.html" 764.9 764.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 764.11 WGET_URL="https://downloads.xiph.org/releases/speex/$TARBALL"
765.1 --- a/speexdsp/receipt Mon Oct 15 16:44:45 2018 +0300 765.2 +++ b/speexdsp/receipt Tue Oct 16 16:46:05 2018 +0300 765.3 @@ -7,7 +7,7 @@ 765.4 MAINTAINER="al.bobylev@gmail.com" 765.5 LICENSE="BSD" 765.6 WEB_SITE="https://www.speex.org/" 765.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/speex.html" 765.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/speex.html" 765.9 765.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 765.11 WGET_URL="https://downloads.xiph.org/releases/speex/$TARBALL"
766.1 --- a/spicview/receipt Mon Oct 15 16:44:45 2018 +0300 766.2 +++ b/spicview/receipt Tue Oct 16 16:46:05 2018 +0300 766.3 @@ -13,7 +13,7 @@ 766.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 766.5 WGET_URL="https://github.com/sde-gui/spicview/archive/$COMMIT.tar.gz" 766.6 766.7 -BUILD_DEPENDS="automake libtool gettext glib-dev intltool gtk+-dev \ 766.8 +BUILD_DEPENDS="automake libtool gettext glib-dev intltool gtk2-dev \ 766.9 gdk-pixbuf-dev libjpeg-turbo-dev libsmfm-gtk-dev libsmfm-core-dev" 766.10 766.11 compile_rules() { 766.12 @@ -29,6 +29,6 @@ 766.13 766.14 genpkg_rules() { 766.15 copy @std 766.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ libjpeg-turbo libsmfm-core libsmfm-gtk \ 766.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 libjpeg-turbo libsmfm-core libsmfm-gtk \ 766.18 pango" 766.19 }
767.1 --- a/splix/receipt Mon Oct 15 16:44:45 2018 +0300 767.2 +++ b/splix/receipt Tue Oct 16 16:46:05 2018 +0300 767.3 @@ -1,4 +1,4 @@ 767.4 -# SliTaz package receipt. 767.5 +# SliTaz package receipt v2. 767.6 767.7 PACKAGE="splix" 767.8 VERSION="2.0.0" 767.9 @@ -7,30 +7,27 @@ 767.10 LICENSE="GPL2" 767.11 SHORT_DESC="CUPS drivers for SPL (Samsung Printer Language) printers" 767.12 WEB_SITE="http://splix.ap2c.org/" 767.13 + 767.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 767.15 -WGET_URL="http://downloads.sourceforge.net/splix/$TARBALL" 767.16 -TAGS="" 767.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 767.18 767.19 -DEPENDS="cups gcc gcc-lib-base" 767.20 -BUILD_DEPENDS="cups cups-dev jbigkit" 767.21 - 767.22 -# Rules to configure and make the package. 767.23 +BUILD_DEPENDS="cups-dev jbigkit" 767.24 767.25 compile_rules() { 767.26 - cd $src 767.27 - sed -i 's/Value::Value &val/Value \&val/' src/ppdfile.cpp 767.28 - make && 767.29 - make CUPSFILTER=/`cups-config --serverbin`/filter \ 767.30 - CUPSPPD=/`cups-config --datadir`/model \ 767.31 - install 767.32 + sed -i 's/Value::Value &val/Value \&val/' src/ppdfile.cpp 767.33 + 767.34 + make && 767.35 + make \ 767.36 + CUPSFILTER=/$(cups-config --serverbin)/filter \ 767.37 + CUPSPPD=/$(cups-config --datadir)/model \ 767.38 + install 767.39 } 767.40 - 767.41 -# Rules to gen a SliTaz package suitable for Tazpkg. 767.42 -genpkg_rules() 767.43 -{ 767.44 + 767.45 +genpkg_rules() { 767.46 mkdir -p $fs/usr/lib $fs/usr/share 767.47 cp -a $install/usr/lib/cups $fs/usr/lib/ 767.48 cp -a $install/usr/share/cups $fs/usr/share 767.49 # gzip all ppd files 767.50 find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9 767.51 + DEPENDS="cups" 767.52 }
768.1 --- a/stardict/receipt Mon Oct 15 16:44:45 2018 +0300 768.2 +++ b/stardict/receipt Tue Oct 16 16:46:05 2018 +0300 768.3 @@ -11,7 +11,7 @@ 768.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 768.5 WGET_URL="http://stardict-3.googlecode.com/files/$TARBALL" 768.6 768.7 -BUILD_DEPENDS="bzip2 enchant-dev tar intltool popt libsigc++-dev gtk+-dev \ 768.8 +BUILD_DEPENDS="bzip2 enchant-dev tar intltool popt libsigc++-dev gtk2-dev \ 768.9 xorg-libSM-dev zlib-dev util-linux-uuid-dev libffi" 768.10 768.11 compile_rules() { 768.12 @@ -35,5 +35,5 @@ 768.13 768.14 genpkg_rules() { 768.15 copy @std 768.16 - DEPENDS="enchant libsigc++ gtk+ xorg-libSM" 768.17 + DEPENDS="enchant libsigc++ gtk2 xorg-libSM" 768.18 }
769.1 --- a/steadyflow/receipt Mon Oct 15 16:44:45 2018 +0300 769.2 +++ b/steadyflow/receipt Tue Oct 16 16:46:05 2018 +0300 769.3 @@ -11,8 +11,8 @@ 769.4 WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL" 769.5 TAGS="gtk3" 769.6 769.7 -DEPENDS="gtk+3 libgee libnotify" 769.8 -BUILD_DEPENDS="cmake vala gtk+3-dev glib-dev libgee-dev libnotify-dev" 769.9 +DEPENDS="gtk3 libgee libnotify" 769.10 +BUILD_DEPENDS="cmake vala gtk3-dev glib-dev libgee-dev libnotify-dev" 769.11 769.12 BUGS="Not able to download anything. Gnome-VFS error?" 769.13
770.1 --- a/stjerm-terminal/receipt Mon Oct 15 16:44:45 2018 +0300 770.2 +++ b/stjerm-terminal/receipt Tue Oct 16 16:46:05 2018 +0300 770.3 @@ -15,7 +15,7 @@ 770.4 TAGS="terminal" 770.5 770.6 DEPENDS="vte-gtk2" 770.7 -BUILD_DEPENDS="vte-gtk2-dev glib-dev gtk+-dev automake" 770.8 +BUILD_DEPENDS="vte-gtk2-dev glib-dev gtk2-dev automake" 770.9 770.10 # Rules to configure and make the package. 770.11 compile_rules()
771.1 --- a/streamripper/receipt Mon Oct 15 16:44:45 2018 +0300 771.2 +++ b/streamripper/receipt Tue Oct 16 16:46:05 2018 +0300 771.3 @@ -10,8 +10,8 @@ 771.4 WEB_SITE="http://streamripper.sourceforge.net/" 771.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 771.6 771.7 -DEPENDS="gtk+ libmad libvorbis faad2 glibc-base" 771.8 -BUILD_DEPENDS="gtk+-dev libmad-dev" 771.9 +DEPENDS="gtk2 libmad libvorbis faad2 glibc-base" 771.10 +BUILD_DEPENDS="gtk2-dev libmad-dev" 771.11 771.12 # Rules to configure and make the package. 771.13 compile_rules()
772.1 --- a/stuurman-desktop/receipt Mon Oct 15 16:44:45 2018 +0300 772.2 +++ b/stuurman-desktop/receipt Tue Oct 16 16:46:05 2018 +0300 772.3 @@ -13,7 +13,7 @@ 772.4 WGET_URL="https://github.com/sde-gui/stuurman-desktop/archive/$COMMIT.tar.gz" 772.5 772.6 BUILD_DEPENDS="automake libtool gettext glib-dev intltool xorg-libX11-dev \ 772.7 -libsde-utils-x11-dev pango-dev shared-mime-info libsmfm-core-dev gtk+-dev \ 772.8 +libsde-utils-x11-dev pango-dev shared-mime-info libsmfm-core-dev gtk2-dev \ 772.9 libsmfm-gtk-dev" 772.10 772.11 compile_rules() { 772.12 @@ -28,6 +28,6 @@ 772.13 772.14 genpkg_rules() { 772.15 copy @std 772.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ libsde-utils-x11 libsmfm-core \ 772.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 libsde-utils-x11 libsmfm-core \ 772.18 libsmfm-gtk pango xorg-libX11" 772.19 }
773.1 --- a/stuurman/receipt Mon Oct 15 16:44:45 2018 +0300 773.2 +++ b/stuurman/receipt Tue Oct 16 16:46:05 2018 +0300 773.3 @@ -13,7 +13,7 @@ 773.4 WGET_URL="https://github.com/sde-gui/stuurman/archive/$COMMIT.tar.gz" 773.5 773.6 BUILD_DEPENDS="automake libtool gettext glib-dev intltool xorg-libX11-dev \ 773.7 -pango-dev shared-mime-info libsmfm-core-dev gtk+-dev libsmfm-gtk-dev" 773.8 +pango-dev shared-mime-info libsmfm-core-dev gtk2-dev libsmfm-gtk-dev" 773.9 773.10 compile_rules() { 773.11 # hardcoded to use automake-1.11 ... 1.15, but we have automake-1.16 only 773.12 @@ -28,5 +28,5 @@ 773.13 773.14 genpkg_rules() { 773.15 copy @std 773.16 - DEPENDS="glib gtk+ libsmfm-core libsmfm-gtk" 773.17 + DEPENDS="glib gtk2 libsmfm-core libsmfm-gtk" 773.18 }
774.1 --- a/subversion/receipt Mon Oct 15 16:44:45 2018 +0300 774.2 +++ b/subversion/receipt Tue Oct 16 16:46:05 2018 +0300 774.3 @@ -7,7 +7,7 @@ 774.4 MAINTAINER="lehswe@gmail.com" 774.5 LICENSE="Apache" 774.6 WEB_SITE="http://subversion.apache.org/" 774.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/subversion.html" 774.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/subversion.html" 774.9 774.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 774.11 WGET_URL="https://archive.apache.org/dist/subversion/$TARBALL"
775.1 --- a/sudoku-savant/receipt Mon Oct 15 16:44:45 2018 +0300 775.2 +++ b/sudoku-savant/receipt Tue Oct 16 16:46:05 2018 +0300 775.3 @@ -10,10 +10,10 @@ 775.4 WEB_SITE="https://sourceforge.net/projects/sudoku-savant/" 775.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 775.6 775.7 -DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \ 775.8 +DEPENDS="expat gtk2 xorg-libX11 xorg-libXau xorg-libXcomposite \ 775.9 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXrandr \ 775.10 xorg-libXrender xorg-libXinerama xorg-libXdamage gcc-lib-base" 775.11 -BUILD_DEPENDS="gtk+-dev libpthread-stubs desktop-file-utils-extra \ 775.12 +BUILD_DEPENDS="gtk2-dev libpthread-stubs desktop-file-utils-extra \ 775.13 coreutils-operations" 775.14 775.15 # Rules to configure and make the package.
776.1 --- a/superswitcher/receipt Mon Oct 15 16:44:45 2018 +0300 776.2 +++ b/superswitcher/receipt Tue Oct 16 16:46:05 2018 +0300 776.3 @@ -11,7 +11,7 @@ 776.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 776.5 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 776.6 776.7 -BUILD_DEPENDS="perl-xml-parser intltool glib-dev gtk+-dev libwnck2-dev \ 776.8 +BUILD_DEPENDS="perl-xml-parser intltool glib-dev gtk2-dev libwnck2-dev \ 776.9 xorg-libXcomposite-dev xorg-libXrender-dev autoconf automake" 776.10 776.11 compile_rules() { 776.12 @@ -33,5 +33,5 @@ 776.13 776.14 genpkg_rules() { 776.15 copy @std 776.16 - DEPENDS="gtk+ libwnck2 gconf" 776.17 + DEPENDS="gtk2 libwnck2 gconf" 776.18 }
777.1 --- a/surf/receipt Mon Oct 15 16:44:45 2018 +0300 777.2 +++ b/surf/receipt Tue Oct 16 16:46:05 2018 +0300 777.3 @@ -11,7 +11,7 @@ 777.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 777.5 WGET_URL="https://dl.suckless.org/surf/$TARBALL" 777.6 777.7 -BUILD_DEPENDS="gtk+-dev webkitgtk-dev" 777.8 +BUILD_DEPENDS="gtk2-dev webkitgtk-dev" 777.9 777.10 compile_rules() { 777.11 sed -i 's|/usr/local|/usr|' config.mk 777.12 @@ -25,7 +25,7 @@ 777.13 777.14 genpkg_rules() { 777.15 copy @std 777.16 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ libsoup pango \ 777.17 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 libsoup pango \ 777.18 webkitgtk xorg-libX11" 777.19 SUGGESTED="dmenu" 777.20 TAGS="web-browser"
778.1 --- a/surf2/receipt Mon Oct 15 16:44:45 2018 +0300 778.2 +++ b/surf2/receipt Tue Oct 16 16:46:05 2018 +0300 778.3 @@ -11,7 +11,7 @@ 778.4 TARBALL="surf-$VERSION.tar.gz" 778.5 WGET_URL="https://dl.suckless.org/surf/$TARBALL" 778.6 778.7 -BUILD_DEPENDS="gtk+-dev webkit2gtk-dev" 778.8 +BUILD_DEPENDS="gtk2-dev webkit2gtk-dev" 778.9 778.10 compile_rules() { 778.11 sed -i 's|/usr/local|/usr|' config.mk 778.12 @@ -25,7 +25,7 @@ 778.13 778.14 genpkg_rules() { 778.15 copy @std 778.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libsoup pango webkit2gtk \ 778.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 libsoup pango webkit2gtk \ 778.18 xorg-libX11" 778.19 SUGGESTED="dmenu" 778.20 PROVIDE="webkit2gtk:surf"
779.1 --- a/swell-foop/receipt Mon Oct 15 16:44:45 2018 +0300 779.2 +++ b/swell-foop/receipt Tue Oct 16 16:46:05 2018 +0300 779.3 @@ -11,7 +11,7 @@ 779.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 779.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 779.6 779.7 -BUILD_DEPENDS="vala glib-dev gtk+3-dev clutter-dev clutter-gtk-dev gettext \ 779.8 +BUILD_DEPENDS="vala glib-dev gtk3-dev clutter-dev clutter-gtk-dev gettext \ 779.9 itstool" 779.10 779.11 compile_rules() { 779.12 @@ -24,5 +24,5 @@ 779.13 779.14 genpkg_rules() { 779.15 copy @std 779.16 - DEPENDS="clutter clutter-gtk gdk-pixbuf glib gtk+3" 779.17 + DEPENDS="clutter clutter-gtk gdk-pixbuf glib gtk3" 779.18 }
780.1 --- a/swfdec/receipt Mon Oct 15 16:44:45 2018 +0300 780.2 +++ b/swfdec/receipt Tue Oct 16 16:46:05 2018 +0300 780.3 @@ -11,7 +11,7 @@ 780.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 780.5 WGET_URL="http://swfdec.freedesktop.org/download/swfdec/${VERSION%.*}/$TARBALL" 780.6 780.7 -BUILD_DEPENDS="glib-dev liboil-dev pango-dev gtk+-dev libsoup-dev \ 780.8 +BUILD_DEPENDS="glib-dev liboil-dev pango-dev gtk2-dev libsoup-dev \ 780.9 cairo-dev alsa-lib-dev gstreamer0-dev gst0-plugins-base-dev sqlite3-dev" 780.10 SPLIT="swfdec-dev" 780.11 780.12 @@ -29,7 +29,7 @@ 780.13 case $PACKAGE in 780.14 swfdec) 780.15 copy @std 780.16 - DEPENDS="glib liboil pango gtk+ libsoup cairo alsa-lib gstreamer0 \ 780.17 + DEPENDS="glib liboil pango gtk2 libsoup cairo alsa-lib gstreamer0 \ 780.18 gst0-plugins-base" 780.19 ;; 780.20 *-dev)
781.1 --- a/swig/receipt Mon Oct 15 16:44:45 2018 +0300 781.2 +++ b/swig/receipt Tue Oct 16 16:46:05 2018 +0300 781.3 @@ -8,7 +8,7 @@ 781.4 MAINTAINER="devel@slitaz.org" 781.5 LICENSE="GPL3" 781.6 WEB_SITE="http://www.swig.org/" 781.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/swig.html" 781.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/swig.html" 781.9 781.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 781.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
782.1 --- a/sylpheed-full/receipt Mon Oct 15 16:44:45 2018 +0300 782.2 +++ b/sylpheed-full/receipt Tue Oct 16 16:46:05 2018 +0300 782.3 @@ -12,7 +12,7 @@ 782.4 TARBALL="sylpheed-$VERSION.tar.bz2" 782.5 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL" 782.6 782.7 -BUILD_DEPENDS="gtk+-dev openssl-dev libgpg-error-dev gtkspell-dev \ 782.8 +BUILD_DEPENDS="gtk2-dev openssl-dev libgpg-error-dev gtkspell-dev \ 782.9 enchant-dev openldap-dev gpgme-dev" 782.10 782.11 compile_rules() { 782.12 @@ -27,7 +27,7 @@ 782.13 782.14 genpkg_rules() { 782.15 copy @std 782.16 - DEPENDS="gtk+ openssl gnupg gpgme libgpg-error gtkspell enchant libldap" 782.17 + DEPENDS="gtk2 openssl gnupg gpgme libgpg-error gtkspell enchant libldap" 782.18 PROVIDE="sylpheed" 782.19 TAGS="mail internet" 782.20 }
783.1 --- a/sylpheed/receipt Mon Oct 15 16:44:45 2018 +0300 783.2 +++ b/sylpheed/receipt Tue Oct 16 16:46:05 2018 +0300 783.3 @@ -11,8 +11,8 @@ 783.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 783.5 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL" 783.6 783.7 -BUILD_DEPENDS="gtk+-dev openssl-dev" 783.8 -SPLIT="sylpheed-dev" 783.9 +BUILD_DEPENDS="gtk2-dev openssl-dev" 783.10 +SPLIT="$PACKAGE-dev" 783.11 783.12 compile_rules() { 783.13 ./configure \ 783.14 @@ -34,12 +34,12 @@ 783.15 rm -r \ 783.16 $fs/usr/share/sylpheed/faq/ \ 783.17 $fs/usr/share/sylpheed/manual/ 783.18 - DEPENDS="gtk+ openssl libffi" 783.19 + DEPENDS="gtk2 openssl libffi" 783.20 TAGS="mail internet" 783.21 ;; 783.22 *-dev) 783.23 copy @dev 783.24 - DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage" 783.25 + DEPENDS="gtk2 openssl gpgme gnupg xorg-libXdamage" 783.26 ;; 783.27 esac 783.28 }
784.1 --- a/sysstat/receipt Mon Oct 15 16:44:45 2018 +0300 784.2 +++ b/sysstat/receipt Tue Oct 16 16:46:05 2018 +0300 784.3 @@ -7,7 +7,7 @@ 784.4 MAINTAINER="pascal.bellard@slitaz.org" 784.5 LICENSE="GPL2" 784.6 WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/" 784.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/sysstat.html" 784.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/sysstat.html" 784.9 784.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 784.11 WGET_URL="http://perso.wanadoo.fr/sebastien.godard/$TARBALL"
785.1 --- a/tali/receipt Mon Oct 15 16:44:45 2018 +0300 785.2 +++ b/tali/receipt Tue Oct 16 16:46:05 2018 +0300 785.3 @@ -11,7 +11,7 @@ 785.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 785.5 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 785.6 785.7 -BUILD_DEPENDS="glib-dev gtk+3-dev librsvg-dev intltool itstool" 785.8 +BUILD_DEPENDS="glib-dev gtk3-dev librsvg-dev intltool itstool" 785.9 785.10 compile_rules() { 785.11 ./configure $CONFIGURE_ARGS && 785.12 @@ -23,5 +23,5 @@ 785.13 785.14 genpkg_rules() { 785.15 copy @std 785.16 - DEPENDS="atk gdk-pixbuf glib gtk+3 pango" 785.17 + DEPENDS="atk gdk-pixbuf glib gtk3 pango" 785.18 }
786.1 --- a/talloc/receipt Mon Oct 15 16:44:45 2018 +0300 786.2 +++ b/talloc/receipt Tue Oct 16 16:46:05 2018 +0300 786.3 @@ -7,7 +7,7 @@ 786.4 MAINTAINER="slaxemulator@gmail.com" 786.5 LICENSE="LGPL" 786.6 WEB_SITE="https://talloc.samba.org/talloc/doc/html/index.html" 786.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/talloc.html" 786.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/talloc.html" 786.9 786.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 786.11 WGET_URL="https://www.samba.org/ftp/talloc/$TARBALL"
787.1 --- a/tazdrop/receipt Mon Oct 15 16:44:45 2018 +0300 787.2 +++ b/tazdrop/receipt Tue Oct 16 16:46:05 2018 +0300 787.3 @@ -1,4 +1,4 @@ 787.4 -# SliTaz package receipt. 787.5 +# SliTaz package receipt v2. 787.6 787.7 PACKAGE="tazdrop" 787.8 VERSION="1024" 787.9 @@ -12,21 +12,17 @@ 787.10 TARBALL="slitaz-tools-$VERSION.tar.gz" 787.11 WGET_URL="http://hg.slitaz.org/slitaz-tools/archive/$VERSION.tar.gz" 787.12 787.13 -DEPENDS="gtk+ yad" 787.14 BUILD_DEPENDS="gettext" 787.15 SIBLINGS="slitaz-tools slitaz-tools-boxes" 787.16 787.17 -# Rules to configure and make the package. 787.18 -compile_rules() 787.19 -{ 787.20 +compile_rules() { 787.21 make msgfmt 787.22 cd $src/tazdrop 787.23 make DESTDIR=$DESTDIR install 787.24 } 787.25 787.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 787.27 -genpkg_rules() 787.28 -{ 787.29 +genpkg_rules() { 787.30 mkdir -p $fs 787.31 cp -a $install/* $fs 787.32 + DEPENDS="gtk2 yad" 787.33 }
788.1 --- a/tazweb/receipt Mon Oct 15 16:44:45 2018 +0300 788.2 +++ b/tazweb/receipt Tue Oct 16 16:46:05 2018 +0300 788.3 @@ -14,7 +14,7 @@ 788.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 788.5 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2" 788.6 788.7 -BUILD_DEPENDS="glib-dev gtk+-dev libsoup-dev webkitgtk-dev libxslt-dev gettext" 788.8 +BUILD_DEPENDS="glib-dev gtk2-dev libsoup-dev webkitgtk-dev libxslt-dev gettext" 788.9 788.10 # Rules to configure and make the package. 788.11 compile_rules() 788.12 @@ -31,6 +31,6 @@ 788.13 genpkg_rules() 788.14 { 788.15 copy @std 788.16 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ libsoup pango \ 788.17 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 libsoup pango \ 788.18 webkitgtk gsettings-desktop-schemas" 788.19 }
789.1 --- a/tcl/receipt Mon Oct 15 16:44:45 2018 +0300 789.2 +++ b/tcl/receipt Tue Oct 16 16:46:05 2018 +0300 789.3 @@ -7,7 +7,7 @@ 789.4 MAINTAINER="erjo@slitaz.org" 789.5 LICENSE="BSD" 789.6 WEB_SITE="http://tcl.sourceforge.net/" 789.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/tcl.html" 789.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/tcl.html" 789.9 789.10 TARBALL="$PACKAGE$VERSION-src.tar.gz" 789.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
790.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 790.2 +++ b/texmacs-windows-fonts/receipt Tue Oct 16 16:46:05 2018 +0300 790.3 @@ -0,0 +1,22 @@ 790.4 +# SliTaz package receipt v2. 790.5 + 790.6 +PACKAGE="texmacs-windows-fonts" 790.7 +VERSION="1.0" 790.8 +CATEGORY="office" 790.9 +SHORT_DESC="Fonts for using TeXmacs without TeX" 790.10 +MAINTAINER="slitaz@leledy.fr" 790.11 +LICENSE="LPPL" 790.12 +WEB_SITE="http://www.texmacs.org/" 790.13 + 790.14 +TARBALL="TeXmacs-windows-fonts-$VERSION-noarch.tar.gz" 790.15 +WGET_URL="ftp://ftp.texmacs.org/pub/TeXmacs/fonts/$TARBALL" 790.16 + 790.17 +compile_rules() { 790.18 + mkdir -p $install/usr/share/TeXmacs/ 790.19 + cp -r $src $install/usr/share/TeXmacs/fonts 790.20 + find $install -type f -exec chmod 644 '{}' \; 790.21 +} 790.22 + 790.23 +genpkg_rules() { 790.24 + copy @std 790.25 +}
791.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 791.2 +++ b/texmacs/receipt Tue Oct 16 16:46:05 2018 +0300 791.3 @@ -0,0 +1,36 @@ 791.4 +# SliTaz package receipt v2. 791.5 + 791.6 +PACKAGE="texmacs" 791.7 +VERSION="1.0.7.18" 791.8 +CATEGORY="office" 791.9 +SHORT_DESC="The high quality of TeX with a WYSIWYG editor" 791.10 +MAINTAINER="slitaz@leledy.fr" 791.11 +LICENSE="GPL" 791.12 +WEB_SITE="http://www.texmacs.org/" 791.13 + 791.14 +TARBALL="$PACKAGE-$VERSION-src.tar.gz" 791.15 +WGET_URL="ftp://ftp.texmacs.org/pub/$PACKAGE/targz/$TARBALL" 791.16 + 791.17 +BUILD_DEPENDS="xorg-libX11-dev gmp-dev guile-dev freetype-dev imlib2-dev" 791.18 + 791.19 +compile_rules() { 791.20 + ./configure \ 791.21 + --with-imlib2 \ 791.22 + --disable-qt \ 791.23 + --prefix=/usr \ 791.24 + --infodir=/usr/share/info \ 791.25 + --mandir=/usr/share/man \ 791.26 + --libexecdir=/usr/lib \ 791.27 + $CONFIGURE_ARGS && 791.28 + make && 791.29 + make DESTDIR=$DESTDIR install 791.30 +} 791.31 + 791.32 +genpkg_rules() { 791.33 + mkdir -p $fs/usr 791.34 + cp -a $install/usr/bin $fs/usr 791.35 + cp -a $install/usr/lib $fs/usr 791.36 + cp -a $install/usr/share $fs/usr 791.37 + # freetype and TeXmacs-windows-fonts avoid depending on TeX which is a *huge* system 791.38 + DEPENDS="ghostscript gmp guile freetype texmacs-windows-fonts" 791.39 +}
792.1 --- a/thunar-vfs/receipt Mon Oct 15 16:44:45 2018 +0300 792.2 +++ b/thunar-vfs/receipt Tue Oct 16 16:46:05 2018 +0300 792.3 @@ -32,7 +32,7 @@ 792.4 case $PACKAGE in 792.5 thunar-vfs) 792.6 copy @std 792.7 - DEPENDS="dbus dbus-glib exo freetype gdk-pixbuf glib gtk+ hal \ 792.8 + DEPENDS="dbus dbus-glib exo freetype gdk-pixbuf glib gtk2 hal \ 792.9 libjpeg-turbo libpng16 libxfce4util startup-notification \ 792.10 xorg-libX11" 792.11 ;;
793.1 --- a/thunar-volman/receipt Mon Oct 15 16:44:45 2018 +0300 793.2 +++ b/thunar-volman/receipt Tue Oct 16 16:46:05 2018 +0300 793.3 @@ -25,7 +25,7 @@ 793.4 793.5 genpkg_rules() { 793.6 copy @std 793.7 - DEPENDS="exo glib gtk+ libgudev libnotify libxfce4ui libxfce4util pango \ 793.8 + DEPENDS="exo glib gtk2 libgudev libnotify libxfce4ui libxfce4util pango \ 793.9 xfconf thunar" 793.10 TAGS="Xfce" 793.11 }
794.1 --- a/thunar/receipt Mon Oct 15 16:44:45 2018 +0300 794.2 +++ b/thunar/receipt Tue Oct 16 16:46:05 2018 +0300 794.3 @@ -30,7 +30,7 @@ 794.4 case $PACKAGE in 794.5 thunar) 794.6 copy @std 794.7 - DEPENDS="atk cairo dbus dbus-glib exo gdk-pixbuf glib gtk+ libexif \ 794.8 + DEPENDS="atk cairo dbus dbus-glib exo gdk-pixbuf glib gtk2 libexif \ 794.9 libgudev libnotify libpcre libxfce4ui libxfce4util pango \ 794.10 xfce4-panel xfconf xorg-libICE xorg-libSM xorg-libX11" 794.11 TAGS="Xfce file-manager" 794.12 @@ -38,7 +38,7 @@ 794.13 *-dev) 794.14 copy @dev 794.15 DEPENDS="thunar \ 794.16 - glib-dev gtk+-dev" 794.17 + glib-dev gtk2-dev" 794.18 TAGS="Xfce" 794.19 ;; 794.20 esac
795.1 --- a/thunderbird/receipt Mon Oct 15 16:44:45 2018 +0300 795.2 +++ b/thunderbird/receipt Tue Oct 16 16:46:05 2018 +0300 795.3 @@ -10,9 +10,9 @@ 795.4 WEB_SITE="http://www.mozilla.org/" 795.5 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$TARBALL" 795.6 795.7 -DEPENDS="alsa-lib gtk+ zip unzip libevent libvpx nspr nss sqlite3 \ 795.8 +DEPENDS="alsa-lib gtk2 zip unzip libevent libvpx nspr nss sqlite3 \ 795.9 dbus dbus-glib glib libnotify libfirefox" 795.10 -BUILD_DEPENDS="alsa-lib-dev gtk+-dev bzip2 zip unzip coreutils \ 795.11 +BUILD_DEPENDS="alsa-lib-dev gtk2-dev bzip2 zip unzip coreutils \ 795.12 libevent-dev libvpx-dev nspr-dev nss-dev yasm sqlite3-dev \ 795.13 dbus-dev dbus-glib-dev libnotify-dev freetype fontconfig tar gzip mesa-dev" 795.14 TAGS="email pop imap smtp"
796.1 --- a/tidy-html5/receipt Mon Oct 15 16:44:45 2018 +0300 796.2 +++ b/tidy-html5/receipt Tue Oct 16 16:46:05 2018 +0300 796.3 @@ -7,7 +7,7 @@ 796.4 MAINTAINER="al.bobylev@gmail.com" 796.5 LICENSE="MIT" 796.6 WEB_SITE="http://www.htacg.org/tidy-html5/" 796.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/tidy-html5.html" 796.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/tidy-html5.html" 796.9 796.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 796.11 WGET_URL="https://github.com/htacg/tidy-html5/releases/download/$VERSION/$TARBALL"
797.1 --- a/tiff/receipt Mon Oct 15 16:44:45 2018 +0300 797.2 +++ b/tiff/receipt Tue Oct 16 16:46:05 2018 +0300 797.3 @@ -7,7 +7,7 @@ 797.4 MAINTAINER="pankso@slitaz.org" 797.5 LICENSE="MIT" 797.6 WEB_SITE="http://www.libtiff.org/" 797.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libtiff.html" 797.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libtiff.html" 797.9 797.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 797.11 WGET_URL="http://download.osgeo.org/libtiff/$TARBALL"
798.1 --- a/tilda/receipt Mon Oct 15 16:44:45 2018 +0300 798.2 +++ b/tilda/receipt Tue Oct 16 16:46:05 2018 +0300 798.3 @@ -12,7 +12,7 @@ 798.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 798.5 WGET_URL="https://github.com/lanoxx/tilda/archive/$TARBALL" 798.6 798.7 -BUILD_DEPENDS="automake gettext gtk+3-dev vte-dev libconfuse" 798.8 +BUILD_DEPENDS="automake gettext gtk3-dev vte-dev libconfuse" 798.9 798.10 compile_rules() { 798.11 ./autogen.sh \ 798.12 @@ -23,6 +23,6 @@ 798.13 798.14 genpkg_rules() { 798.15 copy @std 798.16 - DEPENDS="gdk-pixbuf glib gtk+3 pango vte xorg-libX11" 798.17 + DEPENDS="gdk-pixbuf glib gtk3 pango vte xorg-libX11" 798.18 TAGS="terminal" 798.19 }
799.1 --- a/time/receipt Mon Oct 15 16:44:45 2018 +0300 799.2 +++ b/time/receipt Tue Oct 16 16:46:05 2018 +0300 799.3 @@ -7,7 +7,7 @@ 799.4 MAINTAINER="al.bobylev@gmail.com" 799.5 LICENSE="GPL3" 799.6 WEB_SITE="https://www.gnu.org/software/time/" 799.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/time.html" 799.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/time.html" 799.9 799.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 799.11 WGET_URL="https://ftp.gnu.org/gnu/time/$TARBALL"
800.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 800.2 +++ b/timidity++/receipt Tue Oct 16 16:46:05 2018 +0300 800.3 @@ -0,0 +1,34 @@ 800.4 +# SliTaz package receipt v2. 800.5 + 800.6 +PACKAGE="timidity++" 800.7 +VERSION="2.14.0" 800.8 +CATEGORY="multimedia" 800.9 +SHORT_DESC="TiMidity++ is an open source MIDI to WAVE converter and player" 800.10 +MAINTAINER="paul@slitaz.org" 800.11 +LICENSE="GPL2" 800.12 +WEB_SITE="http://timidity.sourceforge.net/" 800.13 + 800.14 +TARBALL="TiMidity++-$VERSION.tar.xz" 800.15 +WGET_URL="$SF_MIRROR/timidity/$TARBALL" 800.16 + 800.17 +BUILD_DEPENDS="alsa-lib-dev portaudio-dev jack-dev libao-dev libvorbis-dev \ 800.18 +libogg-dev flac-dev speex-dev gtk2-dev xorg-libXaw-dev" 800.19 + 800.20 +compile_rules() { 800.21 + ./configure \ 800.22 + --enable-audio=alsa,portaudio,jack,ao,vorbis,flac,speex \ 800.23 + --enable-interface=gtk,xaw \ 800.24 + --enable-alsaseq \ 800.25 + --with-default-path=/etc/timidity++/ \ 800.26 + $CONFIGURE_ARGS && 800.27 + make && 800.28 + make DESTDIR=$DESTDIR install || return 1 800.29 + 800.30 + install -Dm644 $stuff/timidity.cfg $install/etc/timidity++/timidity.cfg 800.31 +} 800.32 + 800.33 +genpkg_rules() { 800.34 + copy @std 800.35 + DEPENDS="alsa-lib portaudio jack libao libvorbis libogg \ 800.36 + flac gtk2 xorg-libXaw" 800.37 +}
801.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 801.2 +++ b/timidity++/stuff/patches/mfi.c.patch Tue Oct 16 16:46:05 2018 +0300 801.3 @@ -0,0 +1,20 @@ 801.4 +--- timidity/mfi.c 2004-02-17 17:02:18.000000000 +0100 801.5 ++++ timidity/mfi.c.new 2017-02-14 04:41:24.000000000 +0100 801.6 +@@ -344,7 +344,7 @@ 801.7 + #define SEND_LASTNOTEINFO(lni, ch) if (LASTNOTEINFO_HAS_DATA((lni)[ch])) SendLastNoteInfo(lni, ch); 801.8 + #define SEND_AND_CLEAR_LASTNOTEINFO(lni, ch) if (LASTNOTEINFO_HAS_DATA((lni)[ch])) { SendLastNoteInfo(lni, ch); (lni)[ch].on = NO_LAST_NOTE_INFO; } 801.9 + 801.10 +-inline void StoreLastNoteInfo(LastNoteInfo *info, int channel, int time, int duration, int note, int velocity) 801.11 ++static inline void StoreLastNoteInfo(LastNoteInfo *info, int channel, int time, int duration, int note, int velocity) 801.12 + { 801.13 + info[channel].on = time; 801.14 + info[channel].off = time + duration; 801.15 +@@ -352,7 +352,7 @@ 801.16 + info[channel].velocity = velocity; 801.17 + } 801.18 + 801.19 +-inline void SendLastNoteInfo(const LastNoteInfo *info, int channel) 801.20 ++static inline void SendLastNoteInfo(const LastNoteInfo *info, int channel) 801.21 + { 801.22 + NOTE_BUF_EV_DEBUGSTR(channel, info[channel].on, note_name[info[channel].note % 12], info[channel].note / 12, info[channel].velocity, info[channel].off); 801.23 + MIDIEVENT(info[channel].on, ME_NOTEON, channel, info[channel].note, info[channel].velocity);
802.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 802.2 +++ b/timidity++/stuff/patches/series Tue Oct 16 16:46:05 2018 +0300 802.3 @@ -0,0 +1,6 @@ 802.4 +# from https://www.archlinux.org/packages/extra/x86_64/timidity++/ 802.5 +-p1|timidity-tk86.patch 802.6 +-p1|timidity-jack.patch 802.7 + 802.8 +# https://bugs.gentoo.org/606894 802.9 +-p0|mfi.c.patch
803.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 803.2 +++ b/timidity++/stuff/patches/timidity-jack.patch Tue Oct 16 16:46:05 2018 +0300 803.3 @@ -0,0 +1,11 @@ 803.4 +diff -Naur TiMidity++-2.14.0-orig/timidity/jack_a.c TiMidity++-2.14.0/timidity/jack_a.c 803.5 +--- TiMidity++-2.14.0-orig/timidity/jack_a.c 2014-09-26 22:08:51.531559553 -0400 803.6 ++++ TiMidity++-2.14.0/timidity/jack_a.c 2014-09-26 22:11:12.864659285 -0400 803.7 +@@ -508,6 +508,7 @@ 803.8 + pthread_cond_wait(&ctx->cond, &ctx->lock); 803.9 + } 803.10 + /* fallthrough */ 803.11 ++ case PM_REQ_PLAY_START: 803.12 + case PM_REQ_DISCARD: 803.13 + ctx->running = 0; 803.14 + ringbuf_clear(&ctx->rbuf);
804.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 804.2 +++ b/timidity++/stuff/patches/timidity-tk86.patch Tue Oct 16 16:46:05 2018 +0300 804.3 @@ -0,0 +1,39 @@ 804.4 +--- a/interface/tk_c.c 804.5 ++++ b/interface/tk_c.c 804.6 +@@ -65,6 +65,9 @@ 804.7 + #define TKPROGPATH PKGLIBDIR "/tkmidity.tcl" 804.8 + #endif /* TKPROGPATH */ 804.9 + 804.10 ++#if (TCL_MAJOR_VERSION < 8) 804.11 ++#define Tcl_GetStringResult(interp) (interp->result) 804.12 ++#endif 804.13 + 804.14 + static void ctl_refresh(void); 804.15 + static void ctl_total_time(int tt); 804.16 +@@ -117,7 +120,7 @@ 804.17 + 804.18 + static void start_panel(void); 804.19 + 804.20 +-#define MAX_TK_MIDI_CHANNELS 16 804.21 ++#define MAX_TK_MIDI_CHANNELS 32 804.22 + 804.23 + typedef struct { 804.24 + int reset_panel; 804.25 +@@ -933,7 +936,7 @@ 804.26 + } 804.27 + 804.28 + /* evaluate Tcl script */ 804.29 +-static char *v_eval(char *fmt, ...) 804.30 ++static const char *v_eval(char *fmt, ...) 804.31 + { 804.32 + char buf[256]; 804.33 + va_list ap; 804.34 +@@ -941,7 +944,7 @@ 804.35 + vsnprintf(buf, sizeof(buf), fmt, ap); 804.36 + Tcl_Eval(my_interp, buf); 804.37 + va_end(ap); 804.38 +- return my_interp->result; 804.39 ++ return Tcl_GetStringResult(my_interp); 804.40 + } 804.41 + 804.42 + static const char *v_get2(const char *v1, const char *v2)
805.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 805.2 +++ b/timidity++/stuff/timidity.cfg Tue Oct 16 16:46:05 2018 +0300 805.3 @@ -0,0 +1,29 @@ 805.4 +# details on this file and other examples see here: 805.5 +# http://www.onicos.com/staff/iz/timidity/dist/cfg/sndfont.cfg 805.6 +# http://www.onicos.com/staff/iz/timidity/dist/cfg/ 805.7 +#---------------------------------------------------------------- 805.8 +# SoundFont extension configuration 805.9 +# 805.10 +# soundfont <filename> [order={0|1}] [remove] 805.11 +# <filename> is the path of SoundFont file. 805.12 +# order: 0(preload) or 1(load after GUS). 805.13 +# remove: disable specified soundfont. 805.14 +# 805.15 +# font exclude <tonebank> [<preset> [<keynote>]] 805.16 +# font order {0|1} <tonebank> [<preset> [<keynote>]] 805.17 +# <tonebank>: 0-127 805.18 +# 805.19 +# font exclude 128 [<drumset> [<key>]] 805.20 +# font order {0|1} 128 [<drumset> [<key>]] 805.21 +#---------------------------------------------------------------- 805.22 + 805.23 +# change the next line to point to a soundfont you have 805.24 +# soundfonts can be found e.g. here: http://www.hammersound.net/ 805.25 +# soundfont /usr/share/soundfonts/DX7Piano.SF2 805.26 + 805.27 +# you can do manipulations of the soundfont you load like this: 805.28 +# e.g. removing drumset 99 805.29 +# font exclude 128 99 805.30 + 805.31 +# load drum samples after GUS patches 805.32 +# font order 1 128
806.1 --- a/tint2/receipt Mon Oct 15 16:44:45 2018 +0300 806.2 +++ b/tint2/receipt Tue Oct 16 16:46:05 2018 +0300 806.3 @@ -14,7 +14,7 @@ 806.4 BUILD_DEPENDS="cmake xorg-libX11-dev xorg-libXcomposite-dev \ 806.5 xorg-libXdamage-dev xorg-libXinerama-dev xorg-libXext-dev xorg-libXrender-dev \ 806.6 xorg-libXrandr-dev pango-dev imlib2-dev librsvg-dev startup-notification-dev \ 806.7 -gtk+-dev gettext" 806.8 +gtk2-dev gettext" 806.9 806.10 compile_rules() { 806.11 mkdir build 806.12 @@ -38,7 +38,7 @@ 806.13 806.14 genpkg_rules() { 806.15 copy @std 806.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ imlib2 librsvg pango \ 806.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 imlib2 librsvg pango \ 806.18 startup-notification xorg-libX11 xorg-libXcomposite xorg-libXdamage \ 806.19 xorg-libXext xorg-libXinerama xorg-libXrandr xorg-libXrender" 806.20 CONFIG_FILES="/etc/xdg/tint2/tint2rc"
807.1 --- a/tk/receipt Mon Oct 15 16:44:45 2018 +0300 807.2 +++ b/tk/receipt Tue Oct 16 16:46:05 2018 +0300 807.3 @@ -7,7 +7,7 @@ 807.4 MAINTAINER="erjo@slitaz.org" 807.5 LICENSE="BSD" 807.6 WEB_SITE="http://tcl.sourceforge.net/" 807.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/tk.html" 807.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/tk.html" 807.9 807.10 TARBALL="$PACKAGE$VERSION-src.tar.gz" 807.11 WGET_URL="$SF_MIRROR/tcl/$TARBALL"
808.1 --- a/totem-pl-parser/receipt Mon Oct 15 16:44:45 2018 +0300 808.2 +++ b/totem-pl-parser/receipt Tue Oct 16 16:46:05 2018 +0300 808.3 @@ -7,7 +7,7 @@ 808.4 MAINTAINER="al.bobylev@gmail.com" 808.5 LICENSE="LGPL2.1" 808.6 WEB_SITE="https://developer.gnome.org/totem-pl-parser/" 808.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/totem-pl-parser.html" 808.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/totem-pl-parser.html" 808.9 808.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 808.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
809.1 --- a/tramys/stuff/mo.list Mon Oct 15 16:44:45 2018 +0300 809.2 +++ b/tramys/stuff/mo.list Tue Oct 16 16:46:05 2018 +0300 809.3 @@ -235,7 +235,7 @@ 809.4 gstreamer af az be bg ca cs el en_GB eo eu fi gl hu ja lt nb nl pl ro rw sk sl sq sr sv tr uk vi zh_TW $P-0.10 809.5 gsynaptics ar el es fr hu ja nb pl ru zh_CN zh_TW 809.6 gtick af ca cs da de en@boldquot en@quot es eu fi fr ga it ko nl pl pt_BR ro ru sk sv uk vi zh_CN 809.7 -gtk+3 af am ang ar as ast az_IR az be@latin be bg bn_IN bn br bs ca ca@valencia crh cs cy da de dz el en_CA en_GB en en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kg kk kn ko ku lg li lt lv mai mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt_BR pt ro ru rw si sk sl sq sr@ije sr@latin sr sv ta te th tk tr tt ug uk ur uz@cyrillic uz vi wa xh yi zh_CN zh_HK zh_TW gtk30 gtk30-properties 809.8 +gtk3 af am ang ar as ast az_IR az be@latin be bg bn_IN bn br bs ca ca@valencia crh cs cy da de dz el en_CA en_GB en en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kg kk kn ko ku lg li lt lv mai mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt_BR pt ro ru rw si sk sl sq sr@ije sr@latin sr sv ta te th tk tr tt ug uk ur uz@cyrillic uz vi wa xh yi zh_CN zh_HK zh_TW gtk30 gtk30-properties 809.9 gtkballs de fr pl ru 809.10 gtk+ af am ang ar as ast az_IR az be@latin be bg bn_IN bn br bs ca ca@valencia crh cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kk kn ko ku li lt lv mai mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt_BR pt ro ru rw si sk sl sq sr@ije sr@latin sr sv ta te th tk tr tt ug uk ur uz@cyrillic uz vi wa xh yi zh_CN zh_HK zh_TW gtk20 gtk20-properties 809.11 gtklp ca_ES ca chs cht cz de dk en es fr hu it ja nl pl pt_BR ru uk_UA zh_CN zh_TW 809.12 @@ -662,7 +662,7 @@ 809.13 xchat be ca cs de el es fi fr gl hu it ja kn ko lt mk nl pa pl pt ru sq sr sv th uk vi zh_CN zh_TW 809.14 xchat-plugin be ca cs de el es fi fr gl hu it ja kn ko lt mk nl pa pl pt ru sq sr sv th uk vi zh_CN zh_TW xchat 809.15 xchm be bg cs de es fr hu it lv pl pt_BR pt_PT ro ru sk sv uk zh_CN zh_TW 809.16 -Xdialog ca de es fr hu id it nl no_NO pl pt_BR ru sv_SE 809.17 +xdialog ca de es fr hu id it nl no_NO pl pt_BR ru sv_SE 809.18 xfburn ar ast bg ca cs da de el en_AU en_GB en es et eu fi fr gl he hr hu id is it ja kk ko lt lv nb nl nn oc pa pl pt_BR pt ru si sk sq sr sv th tr ug uk ur ur_PK vi zh_CN zh_TW 809.19 xfce4-appfinder am ar ast be bg bn ca cs da de el en_AU en_GB eo es et eu fi fr gl he hr hu id is it ja kk ko lt lv ms nb nl nn oc pa pl pt_BR pt ro ru si sk sl sq sr sv te th tr ug uk ur ur_PK vi zh_CN zh_HK zh_TW 809.20 xfce4-mixer am ar ast bg ca cs da de el en_GB es eu fi fr gl he hr hu id is it ja kk ko lt lv nb nl nn pl pt_BR pt ro ru si sk sr sv tr ug uk ur ur_PK vi zh_CN zh_TW
810.1 --- a/transmission-remote-gtk/receipt Mon Oct 15 16:44:45 2018 +0300 810.2 +++ b/transmission-remote-gtk/receipt Tue Oct 16 16:46:05 2018 +0300 810.3 @@ -11,7 +11,7 @@ 810.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 810.5 WGET_URL="http://transmission-remote-gtk.googlecode.com/files/$TARBALL" 810.6 810.7 -BUILD_DEPENDS="gtk+-dev json-glib-dev curl-dev libnotify-dev \ 810.8 +BUILD_DEPENDS="gtk2-dev json-glib-dev curl-dev libnotify-dev \ 810.9 libunique-dev intltool gettext-tools" 810.10 810.11 compile_rules() { 810.12 @@ -25,5 +25,5 @@ 810.13 810.14 genpkg_rules() { 810.15 copy @std 810.16 - DEPENDS="gtk+ json-glib curl libnotify libunique" 810.17 + DEPENDS="gtk2 json-glib curl libnotify libunique" 810.18 }
811.1 --- a/transmission/receipt Mon Oct 15 16:44:45 2018 +0300 811.2 +++ b/transmission/receipt Tue Oct 16 16:46:05 2018 +0300 811.3 @@ -12,7 +12,7 @@ 811.4 WGET_URL="https://github.com/transmission/transmission-releases/raw/master/$TARBALL" 811.5 TARBALL_SHA256="8815920e0a4499bcdadbbe89a4115092dab42ce5199f71ff9a926cfd12b9b90b" 811.6 811.7 -BUILD_DEPENDS="curl-dev libevent-dev intltool gtk+3-dev" 811.8 +BUILD_DEPENDS="curl-dev libevent-dev intltool gtk3-dev" 811.9 SPLIT="transmission-cli transmission-daemon transmission-web" 811.10 811.11 COOKOPTS="skip-log-errors !pixmaps" 811.12 @@ -38,7 +38,7 @@ 811.13 case $PACKAGE in 811.14 transmission) 811.15 copy transmission-gtk @ico 811.16 - DEPENDS="gdk-pixbuf glib gtk+3 libcurl libevent openssl pango zlib" 811.17 + DEPENDS="gdk-pixbuf glib gtk3 libcurl libevent openssl pango zlib" 811.18 TAGS="torrent" 811.19 SUGGESTED="transmission-web transmission-cli transmission-daemon" 811.20 ;;
812.1 --- a/tree/receipt Mon Oct 15 16:44:45 2018 +0300 812.2 +++ b/tree/receipt Tue Oct 16 16:46:05 2018 +0300 812.3 @@ -7,7 +7,7 @@ 812.4 MAINTAINER="MikeDSmith25@gmail.com" 812.5 LICENSE="GPL2" 812.6 WEB_SITE="http://mama.indstate.edu/users/ice/tree/" 812.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/tree.html" 812.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/tree.html" 812.9 812.10 TARBALL="$PACKAGE-$VERSION.tgz" 812.11 WGET_URL="http://mama.indstate.edu/users/ice/tree/src/$TARBALL" 812.12 @@ -17,7 +17,7 @@ 812.13 make \ 812.14 BINDIR=$install/usr/bin \ 812.15 MANDIR=$install/usr/share/man/man1 \ 812.16 - install || return 1 812.17 + install 812.18 } 812.19 812.20 genpkg_rules() {
813.1 --- a/tsclient/receipt Mon Oct 15 16:44:45 2018 +0300 813.2 +++ b/tsclient/receipt Tue Oct 16 16:46:05 2018 +0300 813.3 @@ -11,8 +11,8 @@ 813.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 813.5 TAGS="remote-desktop" 813.6 813.7 -DEPENDS="gtk+ rdesktop xorg-libXdamage" 813.8 -BUILD_DEPENDS="gtk+ gtk+-dev perl-xml-parser gettext-tools" 813.9 +DEPENDS="gtk2 rdesktop xorg-libXdamage" 813.10 +BUILD_DEPENDS="gtk2-dev perl-xml-parser gettext-tools" 813.11 813.12 # Rules to configure and make the package. 813.13 compile_rules()
814.1 --- a/udisks/receipt Mon Oct 15 16:44:45 2018 +0300 814.2 +++ b/udisks/receipt Tue Oct 16 16:46:05 2018 +0300 814.3 @@ -7,7 +7,7 @@ 814.4 MAINTAINER="pankso@slitaz.org" 814.5 LICENSE="GPL2" 814.6 WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" 814.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/udisks.html" 814.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/udisks.html" 814.9 814.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 814.11 WGET_URL="http://hal.freedesktop.org/releases/$TARBALL"
815.1 --- a/ufr2/receipt Mon Oct 15 16:44:45 2018 +0300 815.2 +++ b/ufr2/receipt Tue Oct 16 16:46:05 2018 +0300 815.3 @@ -1,4 +1,4 @@ 815.4 -# SliTaz package receipt. 815.5 +# SliTaz package receipt v2. 815.6 815.7 PACKAGE="ufr2" 815.8 VERSION="2.20" 815.9 @@ -6,98 +6,93 @@ 815.10 SHORT_DESC="Canon URF2 driver with support for LBP, iR and MF series printers" 815.11 MAINTAINER="jozee@slitaz.org" 815.12 LICENSE="GPL2" 815.13 +WEB_SITE="https://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx" 815.14 + 815.15 SOURCE="UFR_II_Printer_Driver_for_Linux_V220_uk_EN" 815.16 TARBALL="${SOURCE}.tar.gz" 815.17 -WEB_SITE="https://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx" 815.18 WGET_URL="http://gdlp01.c-wss.com/gds/8/0100002708/03/$TARBALL" 815.19 -TAGS="printing printer driver" 815.20 815.21 -DEPENDS="cups cairo cndrvcups-common cups" 815.22 -BUILD_DEPENDS="autoconf automake cairo-dev gtk+-dev cndrvcups-common-dev cups-dev" 815.23 +BUILD_DEPENDS="autoconf automake cairo-dev gtk2-dev cndrvcups-common-dev cups-dev" 815.24 815.25 -# Rules to configure and make the package. 815.26 -compile_rules() 815.27 -{ 815.28 +compile_rules() { 815.29 #src="$WOK/$PACKAGE/$SOURCE/Sources" 815.30 - cd $src 815.31 - 815.32 - [ -d cndrvcups-lb-$VERSION ] || tar xzf Sources/cndrvcups-lb-${VERSION}-1.tar.gz 815.33 - 815.34 - cd $src/cndrvcups-lb-$VERSION/ppd && 815.35 - ./autogen.sh \ 815.36 + cd $src 815.37 + 815.38 + [ -d cndrvcups-lb-$VERSION ] || tar xzf Sources/cndrvcups-lb-${VERSION}-1.tar.gz 815.39 + 815.40 + cd $src/cndrvcups-lb-$VERSION/ppd && 815.41 + ./autogen.sh \ 815.42 --prefix=/usr \ 815.43 --enable-shared \ 815.44 --disable-static \ 815.45 --program-suffix="" \ 815.46 - --program-prefix="" && 815.47 - make $MAKEFLAGS && 815.48 - make DESTDIR=$DESTDIR install 815.49 - 815.50 - cd $src/cndrvcups-lb-$VERSION/pstoufr2cpca 815.51 + --program-prefix="" && 815.52 + make $MAKEFLAGS && 815.53 + make DESTDIR=$DESTDIR install 815.54 + 815.55 + cd $src/cndrvcups-lb-$VERSION/pstoufr2cpca 815.56 ./autogen.sh \ 815.57 - --prefix=/usr \ 815.58 + --prefix=/usr \ 815.59 --enable-progpath=/usr/bin \ 815.60 --libdir=/usr/lib \ 815.61 --program-suffix="" \ 815.62 - --program-prefix="" && 815.63 + --program-prefix="" && 815.64 make $MAKEFLAGS && 815.65 - make DESTDIR=$DESTDIR install 815.66 + make DESTDIR=$DESTDIR install 815.67 } 815.68 - 815.69 -# Rules to gen a SliTaz package suitable for Tazpkg. 815.70 -genpkg_rules() 815.71 -{ 815.72 + 815.73 +genpkg_rules() { 815.74 mkdir -p \ 815.75 $fs/usr/lib \ 815.76 $fs/usr/share/caepcm \ 815.77 $fs/usr/share/licenses/$PACKAGE \ 815.78 $fs/usr/lib/cups/filter 815.79 - 815.80 + 815.81 cp -a $src/cndrvcups-lb-$VERSION/libs/*.so* $fs/usr/lib 815.82 cp -a $src/cndrvcups-lb-$VERSION/data/C* $fs/usr/share/caepcm 815.83 cp -a $install/usr/share/* $fs/usr/share/ 815.84 cp -a $install/usr/lib/cups/filter $fs/usr/lib/cups/filter 815.85 - 815.86 + 815.87 # gzip all ppd files 815.88 find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9 815.89 815.90 # non-free license 815.91 cp -a $src/Documents/LICENSE-ufr2drv*.txt $fs/usr/share/licenses/$PACKAGE 815.92 - 815.93 + 815.94 cd $fs/usr/lib 815.95 ln -sf libcanonufr2.so.1.0.0 liblibcanonufr2.so.1 815.96 ln -sf libcanonufr2.so.1.0.0 libcanonufr2.so 815.97 ln -sf libufr2filter.so.1.0.0 libufr2filter.so.1 815.98 ln -sf libufr2filter.so.1.0.0 libufr2filter.so 815.99 + DEPENDS="cups cairo cndrvcups-common cups" 815.100 + TAGS="printing printer driver" 815.101 } 815.102 815.103 -pre_install() 815.104 -{ 815.105 +pre_install() { 815.106 echo "" 815.107 echo -e "\033[1m PROPRIETARY LICENSE:\033[0m $2" 815.108 echo "================================================================================" 815.109 echo "You are installing a package with proprietary license." 815.110 echo "You must accept the license." 815.111 - echo "================================================================================" 815.112 - echo "" 815.113 + echo "================================================================================" 815.114 + echo "" 815.115 } 815.116 815.117 -post_install() 815.118 -{ 815.119 +post_install() { 815.120 echo "" 815.121 echo -e "\033[1m CANON PRINTING LICENSE INFORMATION:\033[0m $2" 815.122 echo "================================================================================" 815.123 echo "For installing this package, you have to accept the $PACKAGE license." 815.124 - echo "The license is stored in /usr/share/licenses/$PACKAGE " 815.125 - echo -n "Would you like to read the license (y/N) : "; read anser 815.126 - if [ "$anser" = "y" ]; then 815.127 - cat "$1/usr/share/licenses/$PACKAGE/LICENSE" | more 815.128 - echo "" 815.129 + echo "The license is stored in /usr/share/licenses/$PACKAGE " 815.130 + echo -n "Would you like to read the license (y/N) : "; read anser 815.131 + if [ "$anser" = "y" ]; then 815.132 + cat "$1/usr/share/licenses/$PACKAGE/LICENSE" | more 815.133 + echo "" 815.134 fi 815.135 echo "================================================================================" 815.136 - echo -n "Do you accept the license (y/N) : "; read anser 815.137 - if [ "$anser" = "N" ]; then 815.138 - echo "You did not accept the license, Removing the pkg." 815.139 - chroot "$1/" tazpkg remove "$PACKAGE" 815.140 + echo -n "Do you accept the license (y/N) : "; read anser 815.141 + if [ "$anser" = "N" ]; then 815.142 + echo "You did not accept the license, Removing the pkg." 815.143 + chroot "$1/" tazpkg remove "$PACKAGE" 815.144 fi 815.145 }
816.1 --- a/ufraw/receipt Mon Oct 15 16:44:45 2018 +0300 816.2 +++ b/ufraw/receipt Tue Oct 16 16:46:05 2018 +0300 816.3 @@ -10,7 +10,7 @@ 816.4 WEB_SITE="http://ufraw.sourceforge.net/" 816.5 WGET_URL="$SF_MIRROR/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL" 816.6 816.7 -BUILD_DEPENDS="gimp gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev \ 816.8 +BUILD_DEPENDS="gimp gimp-dev lcms-dev tiff-dev exiv2-dev gtk2-dev \ 816.9 libgtkimageview-dev bzip2-dev gettext-tools" 816.10 SPLIT="ufraw gimp-plugin-ufraw ufraw-locales" 816.11 816.12 @@ -29,7 +29,7 @@ 816.13 case $PACKAGE in 816.14 ufraw) 816.15 SUGGESTED="ufraw-locales gimp-plugin-ufraw" 816.16 - DEPENDS="gtk+ exiv2 lcms tiff libgtkimageview libgomp bzip2" 816.17 + DEPENDS="gtk2 exiv2 lcms tiff libgtkimageview libgomp bzip2" 816.18 mkdir -p $fs/usr/share/applications 816.19 cp -a $install/usr/bin $fs/usr 816.20 cp -a $src/ufraw.desktop $fs/usr/share/applications
817.1 --- a/uget/receipt Mon Oct 15 16:44:45 2018 +0300 817.2 +++ b/uget/receipt Tue Oct 16 16:46:05 2018 +0300 817.3 @@ -3,7 +3,7 @@ 817.4 PACKAGE="uget" 817.5 VERSION="1.10.4" 817.6 CATEGORY="network" 817.7 -SHORT_DESC="Download manager using gtk+ and libcurl" 817.8 +SHORT_DESC="Download manager using GTK+ and libcurl" 817.9 MAINTAINER="devl547@gmail.com" 817.10 LICENSE="LGPL2.1" 817.11 WEB_SITE="http://urlget.sourceforge.net/" 817.12 @@ -11,7 +11,7 @@ 817.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 817.14 WGET_URL="$SF_MIRROR/urlget/$TARBALL" 817.15 817.16 -BUILD_DEPENDS="pcre-dev glib-dev curl-dev gtk+3-dev intltool" 817.17 +BUILD_DEPENDS="pcre-dev glib-dev curl-dev gtk3-dev intltool" 817.18 817.19 compile_rules() { 817.20 ./configure \ 817.21 @@ -26,5 +26,5 @@ 817.22 817.23 genpkg_rules() { 817.24 copy @std 817.25 - DEPENDS="cairo gdk-pixbuf glib gtk+3 libcurl pango" 817.26 + DEPENDS="cairo gdk-pixbuf glib gtk3 libcurl pango" 817.27 }
818.1 --- a/unixODBC/receipt Mon Oct 15 16:44:45 2018 +0300 818.2 +++ b/unixODBC/receipt Tue Oct 16 16:46:05 2018 +0300 818.3 @@ -7,7 +7,7 @@ 818.4 MAINTAINER="pascal.bellard@slitaz.org" 818.5 LICENSE="LGPL2.1" 818.6 WEB_SITE="http://www.unixodbc.org/" 818.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/unixodbc.html" 818.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/unixodbc.html" 818.9 REPOLOGY="unixodbc" 818.10 818.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
819.1 --- a/unrar/receipt Mon Oct 15 16:44:45 2018 +0300 819.2 +++ b/unrar/receipt Tue Oct 16 16:46:05 2018 +0300 819.3 @@ -7,7 +7,7 @@ 819.4 MAINTAINER="gokhlayeh@slitaz.org" 819.5 LICENSE="freeware" 819.6 WEB_SITE="https://www.rarlab.com/" 819.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/unrar.html" 819.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/unrar.html" 819.9 819.10 TARBALL="unrarsrc-$VERSION.tar.gz" 819.11 WGET_URL="http://www.rarlab.com/rar/$TARBALL"
820.1 --- a/unzip/receipt Mon Oct 15 16:44:45 2018 +0300 820.2 +++ b/unzip/receipt Tue Oct 16 16:46:05 2018 +0300 820.3 @@ -7,7 +7,7 @@ 820.4 MAINTAINER="pascal.bellard@slitaz.org" 820.5 LICENSE="other" 820.6 WEB_SITE="http://www.info-zip.org/" 820.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/unzip.html" 820.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/unzip.html" 820.9 820.10 TARBALL="$PACKAGE${VERSION//./}.tar.gz" 820.11 WGET_URL="$SF_MIRROR/infozip/$TARBALL"
821.1 --- a/upower/receipt Mon Oct 15 16:44:45 2018 +0300 821.2 +++ b/upower/receipt Tue Oct 16 16:46:05 2018 +0300 821.3 @@ -7,7 +7,7 @@ 821.4 MAINTAINER="pankso@slitaz.org" 821.5 LICENSE="GPL2" 821.6 WEB_SITE="https://upower.freedesktop.org/" 821.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/upower.html" 821.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/upower.html" 821.9 821.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 821.11 WGET_URL="https://upower.freedesktop.org/releases/$TARBALL"
822.1 --- a/upx391/receipt Mon Oct 15 16:44:45 2018 +0300 822.2 +++ b/upx391/receipt Tue Oct 16 16:46:05 2018 +0300 822.3 @@ -16,7 +16,7 @@ 822.4 822.5 TARBALL="upx-$VERSION.tar.gz" 822.6 WGET_URL="https://github.com/upx/upx/archive/v$VERSION.tar.gz" 822.7 -WGET_URL2="http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2" 822.8 +WGET_URL2="$SF_MIRROR/sevenzip/lzma465.tar.bz2" 822.9 822.10 BUILD_DEPENDS="ucl-dev zlib-dev perl" 822.11
823.1 --- a/usbutils/receipt Mon Oct 15 16:44:45 2018 +0300 823.2 +++ b/usbutils/receipt Tue Oct 16 16:46:05 2018 +0300 823.3 @@ -7,7 +7,7 @@ 823.4 MAINTAINER="erjo@slitaz.org" 823.5 LICENSE="GPL2" 823.6 WEB_SITE="http://linux-usb.sourceforge.net/" 823.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/usbutils.html" 823.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/usbutils.html" 823.9 823.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 823.11 WGET_URL="https://www.kernel.org/pub/linux/utils/usb/usbutils/$TARBALL"
824.1 --- a/utox/receipt Mon Oct 15 16:44:45 2018 +0300 824.2 +++ b/utox/receipt Tue Oct 16 16:46:05 2018 +0300 824.3 @@ -10,7 +10,7 @@ 824.4 WEB_SITE="https://tox.im/" 824.5 WGET_URL="https://jenkins.libtoxcore.so/job/uTox_linux_i686/lastSuccessfulBuild/artifact/utox/utox_linux_i686.tar.xz" 824.6 824.7 -DEPENDS="dbus bzlib xorg-libX11 gtk+" 824.8 +DEPENDS="dbus bzlib xorg-libX11 gtk2" 824.9 BUILD_DEPENDS="wget" 824.10 824.11 # Rules to gen a SliTaz package suitable for Tazpkg.
825.1 --- a/valgrind/receipt Mon Oct 15 16:44:45 2018 +0300 825.2 +++ b/valgrind/receipt Tue Oct 16 16:46:05 2018 +0300 825.3 @@ -7,7 +7,7 @@ 825.4 MAINTAINER="paul@slitaz.org" 825.5 LICENSE="GPL2" 825.6 WEB_SITE="http://valgrind.org/" 825.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/valgrind.html" 825.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/valgrind.html" 825.9 825.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 825.11 WGET_URL="https://sourceware.org/ftp/valgrind/$TARBALL"
826.1 --- a/varka/receipt Mon Oct 15 16:44:45 2018 +0300 826.2 +++ b/varka/receipt Tue Oct 16 16:46:05 2018 +0300 826.3 @@ -12,7 +12,7 @@ 826.4 TARBALL="$PACKAGE-$BRANCH.tar.bz2" 826.5 WGET_URL="bzr|lp:varka" 826.6 826.7 -BUILD_DEPENDS="bzr cmake gobject-introspection-dev gtk+3-dev glib-dev vala \ 826.8 +BUILD_DEPENDS="bzr cmake gobject-introspection-dev gtk3-dev glib-dev vala \ 826.9 gettext-tools" 826.10 SPLIT="varka-dev" 826.11 826.12 @@ -31,7 +31,7 @@ 826.13 case $PACKAGE in 826.14 varka) 826.15 copy @std 826.16 - DEPENDS="gtk+3" 826.17 + DEPENDS="gtk3" 826.18 ;; 826.19 *-dev) 826.20 copy @dev
827.1 --- a/verbiste/receipt Mon Oct 15 16:44:45 2018 +0300 827.2 +++ b/verbiste/receipt Tue Oct 16 16:46:05 2018 +0300 827.3 @@ -11,7 +11,7 @@ 827.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 827.5 WGET_URL="http://perso.b2b2c.ca/sarrazip/dev/$TARBALL" 827.6 827.7 -BUILD_DEPENDS="gtk+-dev libxml2-dev perl-xml-parser" 827.8 +BUILD_DEPENDS="gtk2-dev libxml2-dev perl-xml-parser" 827.9 827.10 compile_rules() { 827.11 ./configure $CONFIGURE_ARGS && 827.12 @@ -26,5 +26,5 @@ 827.13 genpkg_rules() { 827.14 copy @std 827.15 rm $fs/usr/share/verbiste-*/COPYING 827.16 - DEPENDS="gtk+ libxml2" 827.17 + DEPENDS="gtk2 libxml2" 827.18 }
828.1 --- a/vice/receipt Mon Oct 15 16:44:45 2018 +0300 828.2 +++ b/vice/receipt Tue Oct 16 16:46:05 2018 +0300 828.3 @@ -13,7 +13,7 @@ 828.4 828.5 BUILD_DEPENDS="automake xa gettext ffmpeg-dev alsa-lib-dev lame-dev \ 828.6 libvorbis-dev flac-dev pciutils-dev readline-dev libpng16-dev giflib-dev \ 828.7 -libjpeg-turbo-dev portaudio-dev mpg123-dev xorg-libICE-dev gtk+-dev \ 828.8 +libjpeg-turbo-dev portaudio-dev mpg123-dev xorg-libICE-dev gtk2-dev \ 828.9 vte-gtk2-dev gtkglext-dev mesa-dev xorg-libXxf86vm-dev xorg-libXrandr-dev \ 828.10 xorg-bdftopcf xorg-mkfontdir" # pulseaudio-dev 828.11 828.12 @@ -41,7 +41,7 @@ 828.13 828.14 genpkg_rules() { 828.15 copy @std 828.16 - DEPENDS="alsa-lib cairo flac gdk-pixbuf giflib glib gtk+ gtkglext \ 828.17 + DEPENDS="alsa-lib cairo flac gdk-pixbuf giflib glib gtk2 gtkglext \ 828.18 libjpeg-turbo libogg libpng16 libvorbis mesa mpg123 pango pciutils \ 828.19 portaudio readline vte-gtk2 xorg-libX11 xorg-libXrandr xorg-libXxf86vm zlib" 828.20 }
829.1 --- a/viewnior/receipt Mon Oct 15 16:44:45 2018 +0300 829.2 +++ b/viewnior/receipt Tue Oct 16 16:46:05 2018 +0300 829.3 @@ -11,8 +11,8 @@ 829.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 829.5 WGET_URL="https://github.com/xsisqox/Viewnior/archive/$TARBALL" 829.6 829.7 -BUILD_DEPENDS_arm="automake libtool gtk+-dev exiv2-dev intltool" 829.8 -BUILD_DEPENDS="automake libtool gtk+-dev exiv2-dev intltool \ 829.9 +BUILD_DEPENDS_arm="automake libtool gtk2-dev exiv2-dev intltool" 829.10 +BUILD_DEPENDS="automake libtool gtk2-dev exiv2-dev intltool \ 829.11 shared-mime-info-dev curl-dev libssh-dev" 829.12 829.13 compile_rules() { 829.14 @@ -26,6 +26,6 @@ 829.15 829.16 genpkg_rules() { 829.17 copy viewnior *.ui @ico 829.18 - DEPENDS="exiv2 gdk-pixbuf glib gtk+" 829.19 + DEPENDS="exiv2 gdk-pixbuf glib gtk2" 829.20 TAGS="image photo viewer" 829.21 }
830.1 --- a/visualboyadvance/receipt Mon Oct 15 16:44:45 2018 +0300 830.2 +++ b/visualboyadvance/receipt Tue Oct 16 16:46:05 2018 +0300 830.3 @@ -9,11 +9,11 @@ 830.4 WEB_SITE="http://vba.ngemu.com/" 830.5 830.6 TARBALL="VisualBoyAdvance-src-$VERSION.tar.gz" 830.7 -WGET_URL="http://downloads.sourceforge.net/sourceforge/vba/$TARBALL" 830.8 +WGET_URL="$SF_MIRROR/vba/$TARBALL" 830.9 830.10 -BUILD_DEPENDS="libglademm-dev libglademm libsdl-dev patch nasm gtk+-dev gtkmm-dev \ 830.11 +BUILD_DEPENDS="libglademm-dev libglademm libsdl-dev patch nasm gtk2-dev gtkmm-dev \ 830.12 cairomm-dev libglade-dev libxml2-dev zlib-dev bison flex" 830.13 -SPLIT="visualboyadvance-gtk visualboyadvance" 830.14 +SPLIT="$PACKAGE-gtk $PACKAGE" 830.15 830.16 compile_rules() { 830.17 sed -i 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/Util.cpp
831.1 --- a/visualnqc/receipt Mon Oct 15 16:44:45 2018 +0300 831.2 +++ b/visualnqc/receipt Tue Oct 16 16:46:05 2018 +0300 831.3 @@ -1,9 +1,9 @@ 831.4 -# SliTaz package receipt. 831.5 +# SliTaz package receipt v2. 831.6 831.7 PACKAGE="visualnqc" 831.8 VERSION="1.0-1" 831.9 CATEGORY="development" 831.10 -SHORT_DESC="An iconic language for the Lego Mindstorms RCX." 831.11 +SHORT_DESC="An iconic language for the Lego Mindstorms RCX" 831.12 MAINTAINER="rcx@zoominternet.net" 831.13 LICENSE="MPL" 831.14 WEB_SITE="http://funsoftware.sourceforge.net/" 831.15 @@ -11,20 +11,13 @@ 831.16 TARBALL="$PACKAGE-$VERSION.tgz" 831.17 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 831.18 831.19 -DEPENDS="nqc" 831.20 -BUILD_DEPENDS="" 831.21 - 831.22 -# Rules to configure and make the package. 831.23 -compile_rules() 831.24 -{ 831.25 - cd $src 831.26 +compile_rules() { 831.27 mkdir -p $DESTDIR 831.28 cp -a $src/usr $DESTDIR 831.29 } 831.30 831.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 831.32 -genpkg_rules() 831.33 -{ 831.34 +genpkg_rules() { 831.35 mkdir -p $fs 831.36 cp -a $install/* $fs 831.37 + DEPENDS="nqc" 831.38 }
832.1 --- a/vivaldi/receipt Mon Oct 15 16:44:45 2018 +0300 832.2 +++ b/vivaldi/receipt Tue Oct 16 16:46:05 2018 +0300 832.3 @@ -39,7 +39,7 @@ 832.4 genpkg_rules() { 832.5 copy opt/ usr/ 832.6 DEPENDS="gconf alsa-lib atk cairo dbus expat fontconfig gdk-pixbuf glib \ 832.7 - gtk+3 libcups nspr nss pango xorg-libX11 xorg-libXScrnSaver \ 832.8 + gtk3 libcups nspr nss pango xorg-libX11 xorg-libXScrnSaver \ 832.9 xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXext \ 832.10 xorg-libXfixes xorg-libXi xorg-libXrandr xorg-libXrender xorg-libXtst \ 832.11 xorg-libxcb bash mesa"
833.1 --- a/vlc-plugin/receipt Mon Oct 15 16:44:45 2018 +0300 833.2 +++ b/vlc-plugin/receipt Tue Oct 16 16:46:05 2018 +0300 833.3 @@ -12,7 +12,7 @@ 833.4 WGET_URL="http://download.videolan.org/pub/videolan/vlc/$VERSION/$TARBALL" 833.5 833.6 DEPENDS="libvlc dbus" 833.7 -BUILD_DEPENDS="firefox-dev libvlc-dev dbus-dev gtk+-dev util-linux-uuid-dev" 833.8 +BUILD_DEPENDS="firefox-dev libvlc-dev dbus-dev gtk2-dev util-linux-uuid-dev" 833.9 TAGS="browser plug-in" 833.10 833.11 # Rules to configure and make the package.
834.1 --- a/vmware-view-open-client/receipt Mon Oct 15 16:44:45 2018 +0300 834.2 +++ b/vmware-view-open-client/receipt Tue Oct 16 16:46:05 2018 +0300 834.3 @@ -11,8 +11,8 @@ 834.4 WEB_SITE="http://code.google.com/p/$PACKAGE/" 834.5 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 834.6 834.7 -DEPENDS="gtk+ openssl libxml2 curl boost-signals icu bzlib" 834.8 -BUILD_DEPENDS="gtk+-dev openssl-dev libxml2-dev curl-dev boost-dev \ 834.9 +DEPENDS="gtk2 openssl libxml2 curl boost-signals icu bzlib" 834.10 +BUILD_DEPENDS="gtk2-dev openssl-dev libxml2-dev curl-dev boost-dev \ 834.11 boost-signals icu-dev icu intltool" 834.12 834.13 # Rules to configure and make the package.
835.1 --- a/volumeicon/receipt Mon Oct 15 16:44:45 2018 +0300 835.2 +++ b/volumeicon/receipt Tue Oct 16 16:46:05 2018 +0300 835.3 @@ -10,8 +10,8 @@ 835.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 835.5 WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL" 835.6 835.7 -DEPENDS="gtk+ alsa-lib libnotify" 835.8 -BUILD_DEPENDS="gtk+-dev alsa-lib-dev libnotify-dev" 835.9 +DEPENDS="gtk2 alsa-lib libnotify" 835.10 +BUILD_DEPENDS="gtk2-dev alsa-lib-dev libnotify-dev" 835.11 835.12 # Rules to configure and make the package. 835.13 compile_rules()
836.1 --- a/vte-gtk2/receipt Mon Oct 15 16:44:45 2018 +0300 836.2 +++ b/vte-gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 836.3 @@ -7,25 +7,19 @@ 836.4 MAINTAINER="pankso@slitaz.org" 836.5 LICENSE="GPL2" 836.6 WEB_SITE="https://www.gnome.org/" 836.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/vte.html" # (for gtk+3 version) 836.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/vte.html" # (for gtk3 version) 836.9 836.10 TARBALL="vte-$VERSION.tar.xz" 836.11 WGET_URL="$GNOME_MIRROR/vte/0.28/$TARBALL" 836.12 836.13 -BUILD_DEPENDS_arm="gtk+-dev ncurses-dev" 836.14 -BUILD_DEPENDS="intltool gtk+-dev python-dev gobject-introspection-dev \ 836.15 +BUILD_DEPENDS="intltool gtk2-dev python-dev gobject-introspection-dev \ 836.16 python-pygtk-dev" 836.17 -SPLIT="vte-gtk2-terminal vte-gtk2-python vte-gtk2 vte-gtk2-dev" 836.18 +SPLIT="$PACKAGE-terminal $PACKAGE-python $PACKAGE $PACKAGE-dev" 836.19 836.20 compile_rules() { 836.21 - case "$ARCH" in 836.22 - arm*) ARCH_ARGS="--enable-introspection=no";; 836.23 - *) ARCH_ARGS="--enable-introspection=yes";; 836.24 - esac 836.25 - 836.26 ./configure \ 836.27 --disable-static \ 836.28 - $ARCH_ARGS \ 836.29 + --enable-introspection \ 836.30 $CONFIGURE_ARGS && 836.31 fix libtool && 836.32 make -j1 && 836.33 @@ -37,25 +31,25 @@ 836.34 836.35 genpkg_rules() { 836.36 case $PACKAGE in 836.37 - vte-gtk2-terminal) 836.38 + *-terminal) 836.39 copy bin/ 836.40 CAT="development|X Terminal" 836.41 - DEPENDS="glib gtk+ pango vte-gtk2" 836.42 + DEPENDS="glib gtk2 pango vte-gtk2" 836.43 ;; 836.44 - vte-gtk2-python) 836.45 + *-python) 836.46 copy vtemodule.so vte.defs 836.47 CAT="development|Python bindings" 836.48 - DEPENDS="gdk-pixbuf glib gtk+ pango vte-gtk2 python" 836.49 + DEPENDS="gdk-pixbuf glib gtk2 pango vte-gtk2 python" 836.50 PROVIDE="python-vte" 836.51 ;; 836.52 vte-gtk2) 836.53 copy @std @rm 836.54 - DEPENDS="atk cairo gdk-pixbuf glib gtk+ ncurses pango xorg-libX11" 836.55 + DEPENDS="atk cairo gdk-pixbuf glib gtk2 ncurses pango xorg-libX11" 836.56 ;; 836.57 - vte-gtk2-dev) 836.58 + *-dev) 836.59 copy @dev 836.60 DEPENDS="vte-gtk2 vte-gtk2-terminal vte-gtk2-python \ 836.61 - cairo-dev glib-dev gtk+-dev pango-dev xorg-libX11-dev" 836.62 + cairo-dev glib-dev gtk2-dev pango-dev xorg-libX11-dev" 836.63 ;; 836.64 esac 836.65 }
837.1 --- a/vte/receipt Mon Oct 15 16:44:45 2018 +0300 837.2 +++ b/vte/receipt Tue Oct 16 16:46:05 2018 +0300 837.3 @@ -7,26 +7,20 @@ 837.4 MAINTAINER="pankso@slitaz.org" 837.5 LICENSE="GPL2" 837.6 WEB_SITE="https://www.gnome.org/" 837.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/vte.html" 837.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/gnome/vte.html" 837.9 837.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 837.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 837.12 837.13 -BUILD_DEPENDS_arm="gtk+-dev ncurses-dev" 837.14 -BUILD_DEPENDS="intltool pango-dev gtk+3-dev pcre2-dev gnutls-dev \ 837.15 +BUILD_DEPENDS="intltool pango-dev gtk3-dev pcre2-dev gnutls-dev \ 837.16 gobject-introspection-dev vala gperf" 837.17 837.18 -SPLIT="vte-terminal vte vte-dev" 837.19 +SPLIT="$PACKAGE-terminal $PACKAGE $PACKAGE-dev" 837.20 837.21 compile_rules() { 837.22 - case "$ARCH" in 837.23 - arm*) ARCH_ARGS="--enable-introspection=no";; 837.24 - *) ARCH_ARGS="--enable-introspection=yes";; 837.25 - esac 837.26 - 837.27 ./configure \ 837.28 --disable-static \ 837.29 - $ARCH_ARGS \ 837.30 + --enable-introspection \ 837.31 $CONFIGURE_ARGS && 837.32 fix libtool && 837.33 make && 837.34 @@ -43,19 +37,19 @@ 837.35 837.36 genpkg_rules() { 837.37 case $PACKAGE in 837.38 - vte-terminal) 837.39 + *-terminal) 837.40 copy bin/ 837.41 CAT="development|X Terminal" 837.42 - DEPENDS="glib gtk+3 pango vte" 837.43 + DEPENDS="glib gtk3 pango vte" 837.44 ;; 837.45 vte) 837.46 copy @std @rm 837.47 - DEPENDS="atk cairo glib gtk+3 libgnutls libpcre2-8 pango zlib" 837.48 + DEPENDS="atk cairo glib gtk3 libgnutls libpcre2-8 pango zlib" 837.49 ;; 837.50 - vte-dev) 837.51 + *-dev) 837.52 copy @dev 837.53 DEPENDS="vte vte-terminal \ 837.54 - glib-dev gnutls-dev gtk+3-dev pango-dev pcre2-dev zlib-dev" 837.55 + glib-dev gnutls-dev gtk3-dev pango-dev pcre2-dev zlib-dev" 837.56 ;; 837.57 esac 837.58 }
838.1 --- a/waterline-plugin-multiload/receipt Mon Oct 15 16:44:45 2018 +0300 838.2 +++ b/waterline-plugin-multiload/receipt Tue Oct 16 16:46:05 2018 +0300 838.3 @@ -12,7 +12,7 @@ 838.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 838.5 WGET_URL="https://github.com/sde-gui/waterline-plugin-multiload/archive/$COMMIT.tar.gz" 838.6 838.7 -BUILD_DEPENDS="automake glib-dev gtk+-dev libtool intltool libgtop-dev \ 838.8 +BUILD_DEPENDS="automake glib-dev gtk2-dev libtool intltool libgtop-dev \ 838.9 waterline-dev libsde-utils-jansson-dev" # lxpanel-dev 838.10 # SPLIT="lxpanel-plugin-multiload" 838.11 # WARNING: not compatible with LXPanel now 838.12 @@ -31,11 +31,11 @@ 838.13 case $PACKAGE in 838.14 waterline-plugin-multiload) 838.15 copy waterline/plugins/*.so 838.16 - DEPENDS="cairo glib gtk+ libgtop libsde-utils-jansson waterline" 838.17 + DEPENDS="cairo glib gtk2 libgtop libsde-utils-jansson waterline" 838.18 ;; 838.19 lxpanel-plugin-multiload) 838.20 copy lxpanel/plugins/*.so 838.21 - DEPENDS="cairo glib gtk+ libgtop libsde-utils-jansson lxpanel" 838.22 + DEPENDS="cairo glib gtk2 libgtop libsde-utils-jansson lxpanel" 838.23 ;; 838.24 esac 838.25 TAGS="desktop panel"
839.1 --- a/waterline/receipt Mon Oct 15 16:44:45 2018 +0300 839.2 +++ b/waterline/receipt Tue Oct 16 16:46:05 2018 +0300 839.3 @@ -13,7 +13,7 @@ 839.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 839.5 WGET_URL="https://github.com/sde-gui/waterline/archive/$COMMIT.tar.gz" 839.6 839.7 -BUILD_DEPENDS="automake gettext intltool libtool gtk+-dev glib-dev jansson-dev \ 839.8 +BUILD_DEPENDS="automake gettext intltool libtool gtk2-dev glib-dev jansson-dev \ 839.9 libsde-utils-dev libsde-utils-x11-dev libsde-utils-jansson-dev \ 839.10 libsde-utils-gtk-dev xorg-libXcomposite-dev menu-cache-dev alsa-lib-dev" 839.11 SPLIT="$PACKAGE-dev" 839.12 @@ -36,7 +36,7 @@ 839.13 case $PACKAGE in 839.14 waterline) 839.15 copy @std 839.16 - DEPENDS="alsa-lib cairo gdk-pixbuf glib gtk+ jansson libsde-utils \ 839.17 + DEPENDS="alsa-lib cairo gdk-pixbuf glib gtk2 jansson libsde-utils \ 839.18 libsde-utils-gtk libsde-utils-jansson libsde-utils-x11 menu-cache \ 839.19 pango xorg-libX11 xorg-libXcomposite" 839.20 TAGS="desktop panel taskbar"
840.1 --- a/wayland-protocols/receipt Mon Oct 15 16:44:45 2018 +0300 840.2 +++ b/wayland-protocols/receipt Tue Oct 16 16:46:05 2018 +0300 840.3 @@ -7,7 +7,7 @@ 840.4 MAINTAINER="al.bobylev@gmail.com" 840.5 LICENSE="LGPL2.1" 840.6 WEB_SITE="https://wayland.freedesktop.org/" 840.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/wayland-protocols.html" 840.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/wayland-protocols.html" 840.9 840.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 840.11 WGET_URL="https://wayland.freedesktop.org/releases/$TARBALL"
841.1 --- a/wayland/receipt Mon Oct 15 16:44:45 2018 +0300 841.2 +++ b/wayland/receipt Tue Oct 16 16:46:05 2018 +0300 841.3 @@ -7,7 +7,7 @@ 841.4 MAINTAINER="pankso@slitaz.org" 841.5 LICENSE="MIT" 841.6 WEB_SITE="https://wayland.freedesktop.org/" 841.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/wayland.html" 841.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/wayland.html" 841.9 841.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 841.11 WGET_URL="http://wayland.freedesktop.org/releases/$TARBALL"
842.1 --- a/wbar2/receipt Mon Oct 15 16:44:45 2018 +0300 842.2 +++ b/wbar2/receipt Tue Oct 16 16:46:05 2018 +0300 842.3 @@ -12,14 +12,9 @@ 842.4 TARBALL="wbar-$VERSION.tgz" 842.5 WGET_URL="http://wbar.googlecode.com/files/$TARBALL" 842.6 842.7 -BUILD_DEPENDS_arm="imlib2-dev gtk+-dev libglade-dev xorg-libX11-dev" 842.8 -BUILD_DEPENDS="imlib2-dev gtk+-dev libglade-dev xorg-libX11-dev intltool file" 842.9 +BUILD_DEPENDS="imlib2-dev gtk2-dev libglade-dev xorg-libX11-dev intltool file" 842.10 842.11 compile_rules() { 842.12 - case "$ARCH" in 842.13 - arm*) ARCH_ARGS="--disable-wbar-config";; 842.14 - esac 842.15 - 842.16 ./configure \ 842.17 CXXFLAGS="-Wno-error=literal-suffix" \ 842.18 --exec-prefix=/usr \ 842.19 @@ -30,15 +25,12 @@ 842.20 mkdir -p $install/usr/share/applications/ 842.21 mv $install/etc/wbar.d/wbar.desktop $install/usr/share/applications/ 842.22 842.23 - case "$ARCH" in 842.24 - arm*) cp $stuff/wbar-arm.cfg $install/etc/wbar.d/wbar.cfg;; 842.25 - *) cp $stuff/wbar.cfg $install/etc/wbar.d/wbar.cfg;; 842.26 - esac 842.27 + cp $stuff/wbar.cfg $install/etc/wbar.d/wbar.cfg 842.28 } 842.29 842.30 genpkg_rules() { 842.31 copy @std 842.32 - DEPENDS="ttf-dejavu imlib2 gtk+ libglade" 842.33 + DEPENDS="ttf-dejavu imlib2 gtk2 libglade" 842.34 CONFIG_FILES="/etc/default/wbar/wbar.cfg" 842.35 TAGS="desktop launchbar" 842.36 }
843.1 --- a/webian-shell/receipt Mon Oct 15 16:44:45 2018 +0300 843.2 +++ b/webian-shell/receipt Tue Oct 16 16:46:05 2018 +0300 843.3 @@ -1,34 +1,30 @@ 843.4 -# SliTaz package receipt. 843.5 +# SliTaz package receipt v2. 843.6 843.7 PACKAGE="webian-shell" 843.8 VERSION="0.1" 843.9 CATEGORY="network" 843.10 -SHORT_DESC="A full screen web browser." 843.11 +SHORT_DESC="A full screen web browser" 843.12 MAINTAINER="hackdorte@sapo.pt" 843.13 LICENSE="MPL2" 843.14 WEB_SITE="http://webian.org/shell/" 843.15 + 843.16 GITHUB="https://cloud.github.com/downloads" 843.17 TARBALL="${PACKAGE/-/_}_$VERSION-linux_32.tar.gz" 843.18 WGET_URL="$GITHUB/webianproject/shell/$TARBALL" 843.19 843.20 -DEPENDS="gtk+ nss" 843.21 +DEPENDS="gtk2 nss" 843.22 843.23 -compile_rules() 843.24 -{ 843.25 +compile_rules() { 843.26 + mkdir -p $install/usr/share/applications 843.27 + mkdir -p $install/usr/share/pixmaps 843.28 + mkdir -p $install/usr/lib/webian-shell 843.29 843.30 -mkdir -p $install/usr/share/applications 843.31 -mkdir -p $install/usr/share/pixmaps 843.32 -mkdir -p $install/usr/lib/webian-shell 843.33 - 843.34 -cp -a $src/xulrunner/chrome/icons/default/default32.png $install/usr/share/pixmaps/webian-shell.png 843.35 -cp -a $src/* $install/usr/lib/webian-shell 843.36 - 843.37 + cp -a $src/xulrunner/chrome/icons/default/default32.png $install/usr/share/pixmaps/webian-shell.png 843.38 + cp -a $src/* $install/usr/lib/webian-shell 843.39 } 843.40 843.41 -genpkg_rules() 843.42 -{ 843.43 - 843.44 -cat > $install/usr/share/applications/webian-shell.desktop <<EOT 843.45 +genpkg_rules() { 843.46 + cat > $install/usr/share/applications/webian-shell.desktop <<EOT 843.47 [Desktop Entry] 843.48 Type=Application 843.49 Name=Webian Shell 843.50 @@ -39,16 +35,13 @@ 843.51 MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; 843.52 EOT 843.53 843.54 -cp -a $install/* $fs 843.55 - 843.56 + cp -a $install/* $fs 843.57 } 843.58 843.59 -post_install() 843.60 -{ 843.61 +post_install() { 843.62 ln -s /usr/lib/webian-shell/Webian\ Shell $1/usr/bin/webian-shell 843.63 } 843.64 843.65 -post_remove() 843.66 -{ 843.67 +post_remove() { 843.68 rm -rf $1/usr/bin/webian-shell 843.69 }
844.1 --- a/webkit2gtk/receipt Mon Oct 15 16:44:45 2018 +0300 844.2 +++ b/webkit2gtk/receipt Tue Oct 16 16:46:05 2018 +0300 844.3 @@ -7,15 +7,15 @@ 844.4 MAINTAINER="al.bobylev@gmail.com" 844.5 LICENSE="custom" 844.6 WEB_SITE="https://webkitgtk.org/" 844.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/webkitgtk.html" 844.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/webkitgtk.html" 844.9 REPOLOGY="webkitgtk" 844.10 844.11 TARBALL="webkitgtk-$VERSION.tar.xz" 844.12 WGET_URL="http://webkitgtk.org/releases/$TARBALL" 844.13 844.14 -BUILD_DEPENDS="cmake gperf perl python ruby-dev cairo-dev gnutls-dev gtk+3-dev \ 844.15 +BUILD_DEPENDS="cmake gperf perl python ruby-dev cairo-dev gnutls-dev gtk3-dev \ 844.16 harfbuzz-icu-dev libjpeg-turbo-dev libsoup-dev libxslt-dev libsecret-dev \ 844.17 -libwebp-dev mesa-dev gtk+-dev enchant-dev gst1-plugins-base-dev \ 844.18 +libwebp-dev mesa-dev gtk2-dev enchant-dev gst1-plugins-base-dev \ 844.19 libnotify-dev gettext sqlite3-dev xorg-libXt-dev" 844.20 SPLIT="webkit2gtk-dev" 844.21 844.22 @@ -60,7 +60,7 @@ 844.23 webkit2gtk) 844.24 copy @std 844.25 DEPENDS="atk cairo enchant fontconfig freetype gdk-pixbuf glib \ 844.26 - gst1-plugins-base gstreamer1 gtk+ gtk+3 icu libgcrypt libharfbuzz \ 844.27 + gst1-plugins-base gstreamer1 gtk2 gtk3 icu libgcrypt libharfbuzz \ 844.28 libharfbuzz-icu libicu libjpeg-turbo libnotify libpng16 libsecret \ 844.29 libsoup libsqlite3 libwebp libxml2 libxslt mesa mesa-libegl pango \ 844.30 xorg-libX11 xorg-libXcomposite xorg-libXdamage xorg-libXrender \ 844.31 @@ -68,7 +68,7 @@ 844.32 ;; 844.33 *-dev) 844.34 copy @dev 844.35 - DEPENDS="webkit2gtk glib-dev gtk+3-dev libsoup-dev" 844.36 + DEPENDS="webkit2gtk glib-dev gtk3-dev libsoup-dev" 844.37 ;; 844.38 esac 844.39 }
845.1 --- a/webkitgtk/receipt Mon Oct 15 16:44:45 2018 +0300 845.2 +++ b/webkitgtk/receipt Tue Oct 16 16:46:05 2018 +0300 845.3 @@ -12,14 +12,14 @@ 845.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 845.5 WGET_URL="http://webkitgtk.org/releases/$TARBALL" 845.6 845.7 -BUILD_DEPENDS="cmake gperf perl python ruby-dev cairo-dev gnutls-dev gtk+3-dev \ 845.8 +BUILD_DEPENDS="cmake gperf perl python ruby-dev cairo-dev gnutls-dev gtk3-dev \ 845.9 harfbuzz-icu-dev libjpeg-turbo-dev libsoup-dev libxslt-dev libsecret-dev \ 845.10 -libwebp-dev mesa-dev gtk+-dev enchant-dev gst1-plugins-base-dev \ 845.11 +libwebp-dev mesa-dev gtk2-dev enchant-dev gst1-plugins-base-dev \ 845.12 libnotify-dev gettext" 845.13 SPLIT="webkitgtk-dev" 845.14 845.15 BUILD_DEPENDS="perl python ruby-dev gperf libjpeg-turbo-dev libpng16-dev \ 845.16 -libwebp-dev glib-dev icu-dev libxml2-dev pango-dev enchant-dev gtk+-dev \ 845.17 +libwebp-dev glib-dev icu-dev libxml2-dev pango-dev enchant-dev gtk2-dev \ 845.18 xorg-libXt-dev gobject-introspection-dev libsoup-dev libsecret-dev \ 845.19 harfbuzz-icu-dev libxslt-dev gst1-plugins-base-dev gettext \ 845.20 autoconf automake libtool" 845.21 @@ -51,13 +51,13 @@ 845.22 webkitgtk) 845.23 copy @std 845.24 DEPENDS="atk cairo enchant fontconfig freetype gdk-pixbuf glib \ 845.25 - gst1-plugins-base gstreamer1 gtk+ icu libharfbuzz libharfbuzz-icu \ 845.26 + gst1-plugins-base gstreamer1 gtk2 icu libharfbuzz libharfbuzz-icu \ 845.27 libicu libjpeg-turbo libpng16 libsecret libsoup libsqlite3 libwebp \ 845.28 libxml2 libxslt pango xorg-libX11 xorg-libXrender xorg-libXt zlib" 845.29 ;; 845.30 *-dev) 845.31 copy @dev 845.32 - DEPENDS="webkitgtk glib-dev gtk+-dev libsoup-dev" 845.33 + DEPENDS="webkitgtk glib-dev gtk2-dev libsoup-dev" 845.34 ;; 845.35 esac 845.36 }
846.1 --- a/which/receipt Mon Oct 15 16:44:45 2018 +0300 846.2 +++ b/which/receipt Tue Oct 16 16:46:05 2018 +0300 846.3 @@ -7,7 +7,7 @@ 846.4 MAINTAINER="slaxemulator@gmail.com" 846.5 LICENSE="GPL3" 846.6 WEB_SITE="https://savannah.gnu.org/projects/which/" 846.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/which.html" 846.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/which.html" 846.9 846.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 846.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
847.1 --- a/wireshark/receipt Mon Oct 15 16:44:45 2018 +0300 847.2 +++ b/wireshark/receipt Tue Oct 16 16:46:05 2018 +0300 847.3 @@ -11,7 +11,7 @@ 847.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 847.5 WGET_URL="https://1.eu.dl.wireshark.org/src/$TARBALL" 847.6 847.7 -BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap-dev gtk+-dev \ 847.8 +BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap-dev gtk2-dev \ 847.9 libgcrypt-dev flex libtasn1-dev bison perl" 847.10 847.11 compile_rules() { 847.12 @@ -28,7 +28,7 @@ 847.13 847.14 genpkg_rules() { 847.15 copy @std 847.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ libcap libgcrypt libgnutls libpcap \ 847.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 libcap libgcrypt libgnutls libpcap \ 847.18 libxml2 pango zlib libgpg-error xorg-libXdamage libcomerr3 attr \ 847.19 portaudio libkrb5" 847.20 TAGS="network analysis"
848.1 --- a/wordwarvi/receipt Mon Oct 15 16:44:45 2018 +0300 848.2 +++ b/wordwarvi/receipt Tue Oct 16 16:46:05 2018 +0300 848.3 @@ -11,7 +11,7 @@ 848.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 848.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 848.6 848.7 -BUILD_DEPENDS="libvorbis-dev libogg-dev portaudio portaudio-dev gtk+-dev \ 848.8 +BUILD_DEPENDS="libvorbis-dev libogg-dev portaudio portaudio-dev gtk2-dev \ 848.9 xorg-libXrender-dev xorg-xorgproto xorg-pixman-dev \ 848.10 glib-dev" 848.11 848.12 @@ -23,7 +23,7 @@ 848.13 848.14 genpkg_rules() { 848.15 copy @std 848.16 - DEPENDS="portaudio expat gtk+ libvorbis xorg-libX11 xorg-libXau \ 848.17 + DEPENDS="portaudio expat gtk2 libvorbis xorg-libX11 xorg-libXau \ 848.18 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 848.19 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 848.20 xorg-libXdamage"
849.1 --- a/wpa_supplicant/receipt Mon Oct 15 16:44:45 2018 +0300 849.2 +++ b/wpa_supplicant/receipt Tue Oct 16 16:46:05 2018 +0300 849.3 @@ -7,7 +7,7 @@ 849.4 MAINTAINER="0dddba11@googlemail.com" 849.5 LICENSE="GPL2" 849.6 WEB_SITE="http://w1.fi/wpa_supplicant/" 849.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/wpa_supplicant.html" 849.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/wpa_supplicant.html" 849.9 REPOLOGY="wpa-supplicant" 849.10 849.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
850.1 --- a/wv/receipt Mon Oct 15 16:44:45 2018 +0300 850.2 +++ b/wv/receipt Tue Oct 16 16:46:05 2018 +0300 850.3 @@ -7,7 +7,7 @@ 850.4 MAINTAINER="pankso@slitaz.org" 850.5 LICENSE="GPL2" 850.6 WEB_SITE="http://www.abisource.com/projects/" 850.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/wv.html" 850.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/wv.html" 850.9 850.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 850.11 WGET_URL="http://www.abisource.com/downloads/wv/$VERSION/$TARBALL"
851.1 --- a/wxWidgets/receipt Mon Oct 15 16:44:45 2018 +0300 851.2 +++ b/wxWidgets/receipt Tue Oct 16 16:46:05 2018 +0300 851.3 @@ -12,7 +12,7 @@ 851.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 851.5 WGET_URL="$SF_MIRROR/wxwindows/$TARBALL" 851.6 851.7 -BUILD_DEPENDS="gtk+-dev expat-dev zlib-dev \ 851.8 +BUILD_DEPENDS="gtk2-dev expat-dev zlib-dev \ 851.9 xorg-dev xorg-xorgproto glu mesa-dev libpng16-dev tiff-dev \ 851.10 jpeg-dev xorg-libXpm-dev patch xorg-libxshmfence-dev glu-dev" 851.11 SPLIT="wxWidgets-dev" 851.12 @@ -44,7 +44,7 @@ 851.13 # Remove devel files. 851.14 rm -rf $fs/usr/lib/wx/include 851.15 DEPENDS="glib glibc-base gcc-lib-base expat zlib atk \ 851.16 - gtk+ cairo fontconfig freetype jpeg libpng16 tiff pango \ 851.17 + gtk2 cairo fontconfig freetype jpeg libpng16 tiff pango \ 851.18 xorg-pixman util-linux-uuid xorg-libSM xorg-libICE xorg-libX11 \ 851.19 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 851.20 xorg-libXdmcp xorg-libXext glu xorg-libXfixes \ 851.21 @@ -59,7 +59,7 @@ 851.22 851.23 cp -a $install/usr/share $fs/usr 851.24 rm -r $fs/usr/share/locale 851.25 - DEPENDS="wxWidgets gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \ 851.26 + DEPENDS="wxWidgets gtk2-dev xorg-libXinerama-dev xorg-libSM-dev \ 851.27 xorg-libICE-dev expat zlib" 851.28 ;; 851.29 esac
852.1 --- a/wxWidgets28/receipt Mon Oct 15 16:44:45 2018 +0300 852.2 +++ b/wxWidgets28/receipt Tue Oct 16 16:46:05 2018 +0300 852.3 @@ -12,7 +12,7 @@ 852.4 TARBALL="wxPython-src-$VERSION.tar.bz2" 852.5 WGET_URL="$SF_MIRROR/wxwindows/$TARBALL" 852.6 852.7 -BUILD_DEPENDS="gtk+-dev expat-dev zlib-dev \ 852.8 +BUILD_DEPENDS="gtk2-dev expat-dev zlib-dev \ 852.9 xorg-dev xorg-xorgproto glu mesa-dev libpng12-dev tiff-dev \ 852.10 jpeg-dev xorg-libXpm-dev patch xorg-libxshmfence-dev glu-dev" 852.11 SPLIT="wxWidgets28-dev" 852.12 @@ -49,7 +49,7 @@ 852.13 # Remove devel files. 852.14 rm -rf $fs/usr/lib/wx/include 852.15 DEPENDS="glib glibc-base gcc-lib-base expat zlib atk \ 852.16 - gtk+ cairo fontconfig freetype jpeg libpng12 tiff pango \ 852.17 + gtk2 cairo fontconfig freetype jpeg libpng12 tiff pango \ 852.18 xorg-pixman util-linux-uuid xorg-libSM xorg-libICE xorg-libX11 \ 852.19 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 852.20 xorg-libXdmcp xorg-libXext glu xorg-libXfixes \ 852.21 @@ -64,7 +64,7 @@ 852.22 852.23 cp -a $install/usr/share $fs/usr 852.24 rm -r $fs/usr/share/locale 852.25 - DEPENDS="wxWidgets28 gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \ 852.26 + DEPENDS="wxWidgets28 gtk2-dev xorg-libXinerama-dev xorg-libSM-dev \ 852.27 xorg-libICE-dev expat zlib" 852.28 ;; 852.29 esac
853.1 --- a/xalan-xerces-j/receipt Mon Oct 15 16:44:45 2018 +0300 853.2 +++ b/xalan-xerces-j/receipt Tue Oct 16 16:46:05 2018 +0300 853.3 @@ -1,9 +1,9 @@ 853.4 -# SliTaz package receipt. 853.5 +# SliTaz package receipt v2. 853.6 853.7 PACKAGE="xalan-xerces-j" 853.8 VERSION="2.7.1" 853.9 CATEGORY="development" 853.10 -SHORT_DESC="A validating XML parser and an XSLT processor written in Java." 853.11 +SHORT_DESC="A validating XML parser and an XSLT processor written in Java" 853.12 MAINTAINER="rcx@zoominternet.net" 853.13 LICENSE="Apache" 853.14 WEB_SITE="http://xalan.apache.org/" 853.15 @@ -13,23 +13,18 @@ 853.16 TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz" 853.17 WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL" 853.18 853.19 -DEPENDS="" 853.20 -SUGGESTED="java-jre" 853.21 BUILD_DEPENDS="tar" 853.22 853.23 -# Rules to configure and make the package. 853.24 -compile_rules() 853.25 -{ 853.26 +compile_rules() { 853.27 [ -d ${SOURCE}_2_7_1 ] && mv ${SOURCE}_2_7_1 $src 853.28 cd $src 853.29 - 853.30 + 853.31 mkdir -p $DESTDIR/usr/share/java && 853.32 cp -f $src/*.jar $DESTDIR/usr/share/java 853.33 } 853.34 853.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 853.36 -genpkg_rules() 853.37 -{ 853.38 +genpkg_rules() { 853.39 mkdir -p $fs 853.40 cp -a $install/usr $fs 853.41 + SUGGESTED="java-jre" 853.42 }
854.1 --- a/xapian/receipt Mon Oct 15 16:44:45 2018 +0300 854.2 +++ b/xapian/receipt Tue Oct 16 16:46:05 2018 +0300 854.3 @@ -7,7 +7,7 @@ 854.4 MAINTAINER="pascal.bellard@slitaz.org" 854.5 LICENSE="GPL2" 854.6 WEB_SITE="https://xapian.org/" 854.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/xapian.html" 854.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/xapian.html" 854.9 REPOLOGY="xapian-core" 854.10 854.11 TARBALL="xapian-core-$VERSION.tar.xz"
855.1 --- a/xarchive/receipt Mon Oct 15 16:44:45 2018 +0300 855.2 +++ b/xarchive/receipt Tue Oct 16 16:46:05 2018 +0300 855.3 @@ -1,35 +1,34 @@ 855.4 -# SliTaz package receipt. 855.5 +# SliTaz package receipt v2. 855.6 855.7 PACKAGE="xarchive" 855.8 VERSION="0.2.8-6" 855.9 CATEGORY="x-window" 855.10 -SHORT_DESC="A GTK+ front-end for command line archiving tools." 855.11 +SHORT_DESC="A GTK+ front-end for command line archiving tools" 855.12 MAINTAINER="erjo@slitaz.org" 855.13 LICENSE="GPL2" 855.14 +WEB_SITE="http://xarchive.sourceforge.net/" 855.15 + 855.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 855.17 -SUGGESTED="zip rar unace arj lha p7zip lzop linux-squashfs cromfs cabextract \ 855.18 -xz lrzip" 855.19 -WEB_SITE="http://xarchive.sourceforge.net/" 855.20 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 855.21 855.22 -DEPENDS="gtk+ xorg-libXdamage" 855.23 -BUILD_DEPENDS="gtk+-dev" 855.24 +BUILD_DEPENDS="gtk2-dev" 855.25 855.26 -# Rules to configure and make the package.ls sr 855.27 -compile_rules() 855.28 -{ 855.29 - ./configure --prefix=/usr --infodir=/usr/share/info \ 855.30 - --mandir=/usr/share/man $CONFIGURE_ARGS && 855.31 - 855.32 +compile_rules() { 855.33 + ./configure \ 855.34 + --prefix=/usr \ 855.35 + --infodir=/usr/share/info \ 855.36 + --mandir=/usr/share/man \ 855.37 + $CONFIGURE_ARGS && 855.38 make && 855.39 make DESTDIR=$DESTDIR install 855.40 } 855.41 855.42 -# Rules to gen a SliTaz package suitable for Tazpkg. 855.43 -genpkg_rules() 855.44 -{ 855.45 +genpkg_rules() { 855.46 mkdir -p $fs/usr/lib/xarchive/wrappers 855.47 cp -a $install/usr/bin $fs/usr 855.48 sed -i 's|#!\s*/bin/bash|#!/bin/sh|' $install/usr/lib/xarchive/wrappers/* 855.49 cp $stuff/slitaz-wrap.sh $fs/usr/lib/xarchive/wrappers 855.50 + DEPENDS="gtk2 xorg-libXdamage" 855.51 + SUGGESTED="zip rar unace arj lha p7zip lzop linux-squashfs cromfs \ 855.52 + cabextract xz lrzip" 855.53 }
856.1 --- a/xarchiver/receipt Mon Oct 15 16:44:45 2018 +0300 856.2 +++ b/xarchiver/receipt Tue Oct 16 16:46:05 2018 +0300 856.3 @@ -12,7 +12,7 @@ 856.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 856.5 WGET_URL="https://github.com/ib/xarchiver/archive/$VERSION.tar.gz" 856.6 856.7 -BUILD_DEPENDS="gtk+-dev intltool libxslt" 856.8 +BUILD_DEPENDS="gtk2-dev intltool libxslt" 856.9 COOKOPTS="skip-log-errors" 856.10 856.11 compile_rules() { 856.12 @@ -31,7 +31,7 @@ 856.13 genpkg_rules() { 856.14 copy @std @ico 856.15 rm -r $fs/usr/share/pixmaps/ 856.16 - DEPENDS="gdk-pixbuf glib gtk+" 856.17 + DEPENDS="gdk-pixbuf glib gtk2" 856.18 # binutils for ar; busybox also contains gzip & cpio; rar is get-rar; 856.19 # gtar is absent 856.20 SUGGESTED="arj binutils bzip2 cpio gzip lha lzma lzop p7zip-full rar xz zip"
857.1 --- a/xbill/receipt Mon Oct 15 16:44:45 2018 +0300 857.2 +++ b/xbill/receipt Tue Oct 16 16:46:05 2018 +0300 857.3 @@ -10,8 +10,8 @@ 857.4 WEB_SITE="http://www.xbill.org/" 857.5 WGET_URL="$WEB_SITE/download/$TARBALL" 857.6 857.7 -DEPENDS="gtk+ xorg-libXaw lesstif" 857.8 -BUILD_DEPENDS="gtk+-dev xorg-libXaw-dev lesstif-dev" 857.9 +DEPENDS="gtk2 xorg-libXaw lesstif" 857.10 +BUILD_DEPENDS="gtk2-dev xorg-libXaw-dev lesstif-dev" 857.11 857.12 # Rules to configure and make the package. 857.13 compile_rules()
858.1 --- a/xchat/receipt Mon Oct 15 16:44:45 2018 +0300 858.2 +++ b/xchat/receipt Tue Oct 16 16:46:05 2018 +0300 858.3 @@ -11,7 +11,7 @@ 858.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 858.5 WGET_URL="http://www.xchat.org/files/source/${VERSION%.*}/$TARBALL" 858.6 858.7 -BUILD_DEPENDS="gtk+-dev dbus-dev openssl10-dev shared-mime-info \ 858.8 +BUILD_DEPENDS="gtk2-dev dbus-dev openssl10-dev shared-mime-info \ 858.9 gettext-tools perl-dev" 858.10 SPLIT="xchat-plugin:plugin" 858.11 858.12 @@ -46,11 +46,11 @@ 858.13 case $PACKAGE in 858.14 xchat) 858.15 copy @std 858.16 - DEPENDS="gdk-pixbuf glib gtk+ openssl10 pango perl-core xorg-libX11" 858.17 + DEPENDS="gdk-pixbuf glib gtk2 openssl10 pango perl-core xorg-libX11" 858.18 ;; 858.19 xchat-plugin) 858.20 copy @std 858.21 - DEPENDS="gdk-pixbuf glib gtk+ openssl10 pango perl-core xorg-libX11" 858.22 + DEPENDS="gdk-pixbuf glib gtk2 openssl10 pango perl-core xorg-libX11" 858.23 PROVIDE="xchat" 858.24 CAT="network|with plugins support" 858.25 ;;
859.1 --- a/xdg-user-dirs/receipt Mon Oct 15 16:44:45 2018 +0300 859.2 +++ b/xdg-user-dirs/receipt Tue Oct 16 16:46:05 2018 +0300 859.3 @@ -7,7 +7,7 @@ 859.4 SHORT_DESC="Tool to help manage user directories" 859.5 MAINTAINER="yuripourre@gmail.com" 859.6 WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs/" 859.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/xdg-user-dirs.html" 859.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/xdg-user-dirs.html" 859.9 859.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 859.11 WGET_URL="https://user-dirs.freedesktop.org/releases/$TARBALL"
860.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 860.2 +++ b/xdialog/receipt Tue Oct 16 16:46:05 2018 +0300 860.3 @@ -0,0 +1,28 @@ 860.4 +# SliTaz package receipt v2. 860.5 + 860.6 +PACKAGE="xdialog" 860.7 +VERSION="2.3.1" 860.8 +CATEGORY="x-window" 860.9 +SHORT_DESC="Like 'dialog' or 'cdialog', but for X using GTK+" 860.10 +MAINTAINER="rcx@zoominternet.net" 860.11 +LICENSE="GPL2" 860.12 +WEB_SITE="http://xdialog.free.fr/" 860.13 + 860.14 +TARBALL="Xdialog-$VERSION.tar.bz2" 860.15 +WGET_URL="http://xdialog.free.fr/$TARBALL" 860.16 + 860.17 +BUILD_DEPENDS="autoconf automake m4 gettext gtk2-dev" 860.18 + 860.19 +compile_rules() { 860.20 + autoconf && 860.21 + ./configure \ 860.22 + --with-gtk2 \ 860.23 + $CONFIGURE_ARGS && 860.24 + make && 860.25 + make DESTDIR=$DESTDIR install 860.26 +} 860.27 + 860.28 +genpkg_rules() { 860.29 + copy @std 860.30 + DEPENDS="glib gtk2" 860.31 +}
861.1 --- a/xfburn/receipt Mon Oct 15 16:44:45 2018 +0300 861.2 +++ b/xfburn/receipt Tue Oct 16 16:46:05 2018 +0300 861.3 @@ -11,7 +11,7 @@ 861.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 861.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 861.6 861.7 -BUILD_DEPENDS="intltool libburn-dev libisofs-dev gtk+-dev libxfce4ui-dev \ 861.8 +BUILD_DEPENDS="intltool libburn-dev libisofs-dev gtk2-dev libxfce4ui-dev \ 861.9 exo-dev libgudev-dev gstreamer1-dev gst1-plugins-base-dev" 861.10 COOKOPTS="!uiz" # headers of the *.ui disappeared 861.11 861.12 @@ -26,7 +26,7 @@ 861.13 861.14 genpkg_rules() { 861.15 copy @std 861.16 - DEPENDS="exo gdk-pixbuf glib gst1-plugins-base gstreamer1 gtk+ libburn \ 861.17 + DEPENDS="exo gdk-pixbuf glib gst1-plugins-base gstreamer1 gtk2 libburn \ 861.18 libgudev libisofs libxfce4ui libxfce4util" 861.19 TAGS="Xfce" 861.20 }
862.1 --- a/xfce4-appfinder/receipt Mon Oct 15 16:44:45 2018 +0300 862.2 +++ b/xfce4-appfinder/receipt Tue Oct 16 16:46:05 2018 +0300 862.3 @@ -24,5 +24,5 @@ 862.4 862.5 genpkg_rules() { 862.6 copy @std 862.7 - DEPENDS="garcon gdk-pixbuf glib gtk+ libxfce4ui libxfce4util xfconf" 862.8 + DEPENDS="garcon gdk-pixbuf glib gtk2 libxfce4ui libxfce4util xfconf" 862.9 }
863.1 --- a/xfce4-battery-plugin/receipt Mon Oct 15 16:44:45 2018 +0300 863.2 +++ b/xfce4-battery-plugin/receipt Tue Oct 16 16:46:05 2018 +0300 863.3 @@ -11,7 +11,7 @@ 863.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 863.5 WGET_URL="http://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL" 863.6 863.7 -BUILD_DEPENDS="intltool gtk+-dev libxfce4util-dev libxfce4ui-dev \ 863.8 +BUILD_DEPENDS="intltool gtk2-dev libxfce4util-dev libxfce4ui-dev \ 863.9 xfce4-panel-dev xorg-libSM-dev startup-notification-dev xorg-xcb-util-dev" 863.10 863.11 compile_rules() { 863.12 @@ -25,6 +25,6 @@ 863.13 863.14 genpkg_rules() { 863.15 copy @std 863.16 - DEPENDS="glib gtk+ libxfce4ui libxfce4util xfce4-panel" 863.17 + DEPENDS="glib gtk2 libxfce4ui libxfce4util xfce4-panel" 863.18 TAGS="Xfce" 863.19 }
864.1 --- a/xfce4-dict/receipt Mon Oct 15 16:44:45 2018 +0300 864.2 +++ b/xfce4-dict/receipt Tue Oct 16 16:46:05 2018 +0300 864.3 @@ -11,7 +11,7 @@ 864.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 864.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 864.6 864.7 -BUILD_DEPENDS="intltool gtk+-dev libxfce4ui-dev xfce4-panel-dev xorg-libSM-dev \ 864.8 +BUILD_DEPENDS="intltool gtk2-dev libxfce4ui-dev xfce4-panel-dev xorg-libSM-dev \ 864.9 startup-notification-dev xorg-xcb-util-dev" 864.10 864.11 compile_rules() { 864.12 @@ -25,7 +25,7 @@ 864.13 864.14 genpkg_rules() { 864.15 copy @std 864.16 - DEPENDS="gdk-pixbuf glib gtk+ libxfce4ui libxfce4util pango xfce4-panel \ 864.17 + DEPENDS="gdk-pixbuf glib gtk2 libxfce4ui libxfce4util pango xfce4-panel \ 864.18 xorg-libX11" 864.19 TAGS="Xfce" 864.20 }
865.1 --- a/xfce4-mixer/receipt Mon Oct 15 16:44:45 2018 +0300 865.2 +++ b/xfce4-mixer/receipt Tue Oct 16 16:46:05 2018 +0300 865.3 @@ -11,7 +11,7 @@ 865.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 865.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 865.6 865.7 -BUILD_DEPENDS="intltool dbus-glib-dev gst0-plugins-base-dev gtk+-dev \ 865.8 +BUILD_DEPENDS="intltool dbus-glib-dev gst0-plugins-base-dev gtk2-dev \ 865.9 libunique-dev libxfce4util-dev libxfce4ui-dev xfce4-panel-dev keybinder-dev \ 865.10 startup-notification-dev xorg-xcb-util-dev" 865.11 865.12 @@ -26,7 +26,7 @@ 865.13 865.14 genpkg_rules() { 865.15 copy @std 865.16 - DEPENDS="cairo dbus-glib gdk-pixbuf glib gst0-plugins-base gstreamer0 gtk+ \ 865.17 + DEPENDS="cairo dbus-glib gdk-pixbuf glib gst0-plugins-base gstreamer0 gtk2 \ 865.18 keybinder libunique libxfce4ui libxfce4util xfce4-panel xfconf" 865.19 TAGS="Xfce" 865.20 }
866.1 --- a/xfce4-notifyd/receipt Mon Oct 15 16:44:45 2018 +0300 866.2 +++ b/xfce4-notifyd/receipt Tue Oct 16 16:46:05 2018 +0300 866.3 @@ -26,7 +26,7 @@ 866.4 genpkg_rules() { 866.5 # */bin/*-config usually a dev file, but not in this case 866.6 copy @std xfce4-notifyd-config 866.7 - DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk+ libnotify libxfce4ui \ 866.8 + DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk2 libnotify libxfce4ui \ 866.9 libxfce4util xfconf xorg-libX11" 866.10 TAGS="Xfce" 866.11 }
867.1 --- a/xfce4-panel/receipt Mon Oct 15 16:44:45 2018 +0300 867.2 +++ b/xfce4-panel/receipt Tue Oct 16 16:46:05 2018 +0300 867.3 @@ -29,14 +29,14 @@ 867.4 case $PACKAGE in 867.5 xfce4-panel) 867.6 copy @std 867.7 - DEPENDS="atk cairo dbus dbus-glib exo garcon gdk-pixbuf glib gtk+ \ 867.8 + DEPENDS="atk cairo dbus dbus-glib exo garcon gdk-pixbuf glib gtk2 \ 867.9 libwnck2 libxfce4ui libxfce4util pango xfconf xorg-libX11 \ 867.10 xorg-libXext" 867.11 ;; 867.12 *-dev) 867.13 copy @dev 867.14 DEPENDS="xfce4-panel \ 867.15 - glib-dev gtk+-dev libxfce4util-dev" 867.16 + glib-dev gtk2-dev libxfce4util-dev" 867.17 ;; 867.18 esac 867.19 TAGS="Xfce"
868.1 --- a/xfce4-power-manager/receipt Mon Oct 15 16:44:45 2018 +0300 868.2 +++ b/xfce4-power-manager/receipt Tue Oct 16 16:46:05 2018 +0300 868.3 @@ -11,7 +11,7 @@ 868.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 868.5 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 868.6 868.7 -BUILD_DEPENDS="intltool gtk+-dev dbus-dev dbus-glib-dev xfconf-dev \ 868.8 +BUILD_DEPENDS="intltool gtk2-dev dbus-dev dbus-glib-dev xfconf-dev \ 868.9 libxfce4ui-dev libnotify-dev upower-dev xorg-libXrandr-dev xfce4-panel-dev \ 868.10 xorg-libSM-dev startup-notification-dev xorg-xcb-util-dev" 868.11 868.12 @@ -26,7 +26,7 @@ 868.13 868.14 genpkg_rules() { 868.15 copy @std 868.16 - DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk+ libnotify libxfce4ui \ 868.17 + DEPENDS="cairo dbus dbus-glib gdk-pixbuf glib gtk2 libnotify libxfce4ui \ 868.18 libxfce4util pango upower xfce4-panel xfconf xorg-libX11 xorg-libXext \ 868.19 xorg-libXrandr" 868.20 TAGS="Xfce"
869.1 --- a/xfce4-screenshooter/receipt Mon Oct 15 16:44:45 2018 +0300 869.2 +++ b/xfce4-screenshooter/receipt Tue Oct 16 16:46:05 2018 +0300 869.3 @@ -26,7 +26,7 @@ 869.4 869.5 genpkg_rules() { 869.6 copy @std 869.7 - DEPENDS="cairo exo gdk-pixbuf glib gtk+ libsoup libxfce4ui libxfce4util \ 869.8 + DEPENDS="cairo exo gdk-pixbuf glib gtk2 libsoup libxfce4ui libxfce4util \ 869.9 libxml2 xfce4-panel xorg-libX11 xorg-libXext xorg-libXfixes" 869.10 TAGS="Xfce" 869.11 }
870.1 --- a/xfce4-session/receipt Mon Oct 15 16:44:45 2018 +0300 870.2 +++ b/xfce4-session/receipt Tue Oct 16 16:46:05 2018 +0300 870.3 @@ -13,7 +13,7 @@ 870.4 870.5 BUILD_DEPENDS="intltool xorg-libX11-dev libxfce4util-dev libxfce4ui-dev \ 870.6 libwnck2-dev polkit-dev upower-dev xorg-iceauth xorg-libSM-dev" 870.7 -SPLIT="xfce4-session-dev" 870.8 +SPLIT="$PACKAGE-dev" 870.9 870.10 compile_rules() { 870.11 touch libtoolT 870.12 @@ -33,7 +33,7 @@ 870.13 case $PACKAGE in 870.14 xfce4-session) 870.15 copy @std 870.16 - DEPENDS="atk cairo dbus dbus-glib gdk-pixbuf glib gtk+ libwnck2 \ 870.17 + DEPENDS="atk cairo dbus dbus-glib gdk-pixbuf glib gtk2 libwnck2 \ 870.18 libxfce4ui libxfce4util pango polkit xfconf xorg-libICE xorg-libSM \ 870.19 xorg-libX11 xorg-iceauth" 870.20 ;;
871.1 --- a/xfce4-settings/receipt Mon Oct 15 16:44:45 2018 +0300 871.2 +++ b/xfce4-settings/receipt Tue Oct 16 16:46:05 2018 +0300 871.3 @@ -28,7 +28,7 @@ 871.4 871.5 genpkg_rules() { 871.6 copy @std hicolor/ # only 128 icons here 871.7 - DEPENDS="cairo dbus dbus-glib exo fontconfig garcon gdk-pixbuf glib gtk+ \ 871.8 + DEPENDS="cairo dbus dbus-glib exo fontconfig garcon gdk-pixbuf glib gtk2 \ 871.9 libnotify libxfce4ui libxfce4util libxklavier pango upower xfconf \ 871.10 xorg-libX11 xorg-libXcursor xorg-libXi xorg-libXrandr" 871.11 TAGS="Xfce"
872.1 --- a/xfce4-taskmanager/receipt Mon Oct 15 16:44:45 2018 +0300 872.2 +++ b/xfce4-taskmanager/receipt Tue Oct 16 16:46:05 2018 +0300 872.3 @@ -11,7 +11,7 @@ 872.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 872.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 872.6 872.7 -BUILD_DEPENDS="intltool gtk+-dev libwnck2-dev" 872.8 +BUILD_DEPENDS="intltool gtk2-dev libwnck2-dev" 872.9 872.10 compile_rules(){ 872.11 ./configure \ 872.12 @@ -24,6 +24,6 @@ 872.13 872.14 genpkg_rules() { 872.15 copy @std 872.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ libwnck2" 872.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 libwnck2" 872.18 TAGS="Xfce" 872.19 }
873.1 --- a/xfce4-terminal/receipt Mon Oct 15 16:44:45 2018 +0300 873.2 +++ b/xfce4-terminal/receipt Tue Oct 16 16:46:05 2018 +0300 873.3 @@ -11,7 +11,7 @@ 873.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 873.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 873.6 873.7 -BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev gtk+-dev vte-gtk2-dev \ 873.8 +BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev gtk2-dev vte-gtk2-dev \ 873.9 libxfce4ui-dev xorg-libSM-dev startup-notification-dev xorg-xcb-util-dev" 873.10 873.11 compile_rules(){ 873.12 @@ -28,7 +28,7 @@ 873.13 873.14 genpkg_rules() { 873.15 copy @std 873.16 - DEPENDS="atk gdk-pixbuf glib gtk+ libxfce4ui libxfce4util pango vte-gtk2 \ 873.17 + DEPENDS="atk gdk-pixbuf glib gtk2 libxfce4ui libxfce4util pango vte-gtk2 \ 873.18 xorg-libX11" 873.19 TAGS="Xfce terminal" 873.20 }
874.1 --- a/xfce4-volumed/receipt Mon Oct 15 16:44:45 2018 +0300 874.2 +++ b/xfce4-volumed/receipt Tue Oct 16 16:46:05 2018 +0300 874.3 @@ -22,7 +22,7 @@ 874.4 874.5 genpkg_rules() { 874.6 copy @std 874.7 - DEPENDS="glib gst0-plugins-base gstreamer0 gtk+ keybinder libnotify \ 874.8 + DEPENDS="glib gst0-plugins-base gstreamer0 gtk2 keybinder libnotify \ 874.9 xfconf" 874.10 TAGS="Xfce" 874.11 }
875.1 --- a/xfdesktop/receipt Mon Oct 15 16:44:45 2018 +0300 875.2 +++ b/xfdesktop/receipt Tue Oct 16 16:46:05 2018 +0300 875.3 @@ -12,7 +12,7 @@ 875.4 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 875.5 875.6 BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev xorg-libSM-dev \ 875.7 -dbus-glib-dev gtk+-dev libxfce4util-dev libxfce4ui-dev libwnck2-dev exo-dev \ 875.8 +dbus-glib-dev gtk2-dev libxfce4util-dev libxfce4ui-dev libwnck2-dev exo-dev \ 875.9 thunar-dev garcon-dev libnotify-dev" 875.10 SPLIT="xfdesktop-extras xfdesktop" 875.11 875.12 @@ -33,7 +33,7 @@ 875.13 ;; 875.14 xfdesktop) 875.15 copy @std @rm 875.16 - DEPENDS="cairo dbus dbus-glib exo garcon gdk-pixbuf glib gtk+ \ 875.17 + DEPENDS="cairo dbus dbus-glib exo garcon gdk-pixbuf glib gtk2 \ 875.18 libnotify libwnck2 libxfce4ui libxfce4util pango thunar xfconf \ 875.19 xorg-libX11" 875.20 ;;
876.1 --- a/xfig/receipt Mon Oct 15 16:44:45 2018 +0300 876.2 +++ b/xfig/receipt Tue Oct 16 16:46:05 2018 +0300 876.3 @@ -3,46 +3,48 @@ 876.4 PACKAGE="xfig" 876.5 VERSION="3.2.6a" 876.6 CATEGORY="x-window" 876.7 -SHORT_DESC="Vector graphics editor for X." 876.8 +SHORT_DESC="Vector graphics editor for X" 876.9 MAINTAINER="pascal.bellard@slitaz.org" 876.10 LICENSE="MIT" 876.11 +WEB_SITE="http://www.xfig.org/" 876.12 + 876.13 TARBALL="$PACKAGE-full-$VERSION.tar.xz" 876.14 -WEB_SITE="http://www.xfig.org/" 876.15 -WGET_URL="https://downloads.sourceforge.net/mcj/files/$TARBALL" 876.16 +WGET_URL="$SF_MIRROR/mcj/$TARBALL" 876.17 876.18 BUILD_DEPENDS="xorg-imake xorg-cf-files xorg-gccmakedep jpeg-dev \ 876.19 libpng16-dev xorg-libXp xorg-libX11-dev xorg-libXt-dev xorg-libXpm-dev \ 876.20 xorg-libXmu-dev xorg-libXaw-dev xorg-libXaw3d-dev xorg-libXt-dev" 876.21 SPLIT="transfig" 876.22 876.23 -# Rules to configure and make the package. 876.24 -compile_rules() 876.25 -{ 876.26 +compile_rules() { 876.27 cd $src/$PACKAGE-$VERSION 876.28 - ./configure --prefix=/usr \ 876.29 + 876.30 + ./configure \ 876.31 + --prefix=/usr \ 876.32 $CONFIGURE_ARGS && 876.33 make && 876.34 - make DESTDIR=$DESTDIR/xfig install 876.35 + make DESTDIR=$DESTDIR/xfig install || return 1 876.36 + 876.37 cd $src/fig2dev-$VERSION 876.38 - ./configure --prefix=/usr \ 876.39 + 876.40 + ./configure \ 876.41 + --prefix=/usr \ 876.42 $CONFIGURE_ARGS && 876.43 make && 876.44 make DESTDIR=$DESTDIR/transfig install 876.45 } 876.46 876.47 -# Rules to gen a SliTaz package suitable for Tazpkg. 876.48 -genpkg_rules() 876.49 -{ 876.50 +genpkg_rules() { 876.51 case $PACKAGE in 876.52 - xfig) 876.53 - SUGGESTED="transfig" 876.54 - DEPENDS="jpeg libpng16 xorg xorg-libXp" 876.55 - cp -a $install/xfig/* $fs 876.56 - ;; 876.57 - transfig) 876.58 - CAT="x-window|Utilities for converting XFig figure files." 876.59 - DEPENDS="xorg xorg-libXpm libpng16 zlib" 876.60 - cp -a $install/transfig/* $fs 876.61 - ;; 876.62 + xfig) 876.63 + cp -a $install/xfig/* $fs 876.64 + SUGGESTED="transfig" 876.65 + DEPENDS="jpeg libpng16 xorg xorg-libXp" 876.66 + ;; 876.67 + transfig) 876.68 + cp -a $install/transfig/* $fs 876.69 + SHORT_DESC="Utilities for converting XFig figure files" 876.70 + DEPENDS="xorg xorg-libXpm libpng16 zlib" 876.71 + ;; 876.72 esac 876.73 }
877.1 --- a/xfmedia/receipt Mon Oct 15 16:44:45 2018 +0300 877.2 +++ b/xfmedia/receipt Tue Oct 16 16:46:05 2018 +0300 877.3 @@ -32,7 +32,7 @@ 877.4 genpkg_rules() { 877.5 copy @std 877.6 rm -r $fs/usr/share/xfmedia/doc/ 877.7 - DEPENDS="exo gdk-pixbuf glib gtk+ libxfce4util libxfcegui4 pango xine-lib \ 877.8 + DEPENDS="exo gdk-pixbuf glib gtk2 libxfce4util libxfcegui4 pango xine-lib \ 877.9 xorg-libX11 xorg-libXext xorg-libXtst" 877.10 TAGS="Xfce" 877.11 }
878.1 --- a/xfmpc/receipt Mon Oct 15 16:44:45 2018 +0300 878.2 +++ b/xfmpc/receipt Tue Oct 16 16:46:05 2018 +0300 878.3 @@ -11,7 +11,7 @@ 878.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 878.5 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 878.6 878.7 -BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev gtk+-dev \ 878.8 +BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev gtk2-dev \ 878.9 libxfce4ui-dev libmpd-dev xorg-libSM-dev startup-notification-dev \ 878.10 xorg-xcb-util-dev" 878.11 878.12 @@ -28,6 +28,6 @@ 878.13 878.14 genpkg_rules() { 878.15 copy @std 878.16 - DEPENDS="gdk-pixbuf glib gtk+ libmpd libxfce4ui libxfce4util pango" 878.17 + DEPENDS="gdk-pixbuf glib gtk2 libmpd libxfce4ui libxfce4util pango" 878.18 TAGS="Xfce" 878.19 }
879.1 --- a/xfprint/receipt Mon Oct 15 16:44:45 2018 +0300 879.2 +++ b/xfprint/receipt Tue Oct 16 16:46:05 2018 +0300 879.3 @@ -12,7 +12,7 @@ 879.4 WGET_URL="http://archive.xfce.org/xfce/$VERSION/src/$TARBALL" 879.5 879.6 BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev cups-dev intltool xfconf-dev \ 879.7 -dbus-glib-dev startup-notification-dev util-linux-uuid-dev gtk+-dev \ 879.8 +dbus-glib-dev startup-notification-dev util-linux-uuid-dev gtk2-dev \ 879.9 xorg-xcb-util-dev" 879.10 SPLIT="xfprint-dev" 879.11 879.12 @@ -33,7 +33,7 @@ 879.13 copy @std 879.14 # Remove SVG icons 879.15 rm -rf $fs/usr/share/icons/hicolor/scalable 879.16 - DEPENDS="gdk-pixbuf glib gtk+ libcups libxfce4util libxfcegui4 \ 879.17 + DEPENDS="gdk-pixbuf glib gtk2 libcups libxfce4util libxfcegui4 \ 879.18 xfconf xorg-libX11" 879.19 ;; 879.20 *-dev)
880.1 --- a/xfsprogs/receipt Mon Oct 15 16:44:45 2018 +0300 880.2 +++ b/xfsprogs/receipt Tue Oct 16 16:46:05 2018 +0300 880.3 @@ -7,6 +7,7 @@ 880.4 MAINTAINER="patel@math.uga.edu" 880.5 LICENSE="GPL3" 880.6 WEB_SITE="http://oss.sgi.com/projects/xfs/" 880.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/xfsprogs.html" 880.8 880.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 880.10 WGET_URL="https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$TARBALL" 880.11 @@ -15,7 +16,6 @@ 880.12 SPLIT="xfsprogs-dev" 880.13 880.14 compile_rules() { 880.15 - # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/xfsprogs.html 880.16 rm /bin/rpm # busybox rpm useless here 880.17 880.18 fix libtool &&
881.1 --- a/xfwm4/receipt Mon Oct 15 16:44:45 2018 +0300 881.2 +++ b/xfwm4/receipt Tue Oct 16 16:46:05 2018 +0300 881.3 @@ -12,7 +12,7 @@ 881.4 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 881.5 881.6 BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev xorg-libSM-dev \ 881.7 -xorg-libXext-dev gtk+-dev libxfce4util-dev libxfce4ui-dev libwnck2-dev \ 881.8 +xorg-libXext-dev gtk2-dev libxfce4util-dev libxfce4ui-dev libwnck2-dev \ 881.9 libdrm-dev xorg-libXrandr-dev xorg-libXcomposite-dev xorg-libXfixes-dev \ 881.10 xorg-libXdamage-dev" 881.11 SPLIT="xfwm4-themes xfwm4" 881.12 @@ -34,7 +34,7 @@ 881.13 ;; 881.14 xfwm4) 881.15 copy @std @rm 881.16 - DEPENDS="cairo dbus-glib gdk-pixbuf glib gtk+ libwnck2 libxfce4ui \ 881.17 + DEPENDS="cairo dbus-glib gdk-pixbuf glib gtk2 libwnck2 libxfce4ui \ 881.18 libxfce4util pango startup-notification xfconf xorg-libX11 \ 881.19 xorg-libXcomposite xorg-libXdamage xorg-libXext xorg-libXfixes \ 881.20 xorg-libXrandr xorg-libXrender"
882.1 --- a/xine-lib/receipt Mon Oct 15 16:44:45 2018 +0300 882.2 +++ b/xine-lib/receipt Tue Oct 16 16:46:05 2018 +0300 882.3 @@ -9,23 +9,17 @@ 882.4 WEB_SITE="http://www.xine-project.org/" 882.5 882.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 882.7 -WGET_URL="http://downloads.sourceforge.net/project/xine/$PACKAGE/$VERSION/$TARBALL" 882.8 +WGET_URL="$SF_MIRROR/xine/$TARBALL" 882.9 882.10 BUILD_DEPENDS="xorg-libXvMC-dev xorg-libXv-dev xorg-xorgproto \ 882.11 alsa-lib-dev libogg-dev libvorbis-dev libtheora-dev freetype-dev perl \ 882.12 util-linux-uuid-dev xorg-libxcb-dev libcaca-dev ffmpeg-dev file \ 882.13 libmodplug-dev xorg-libXinerama-dev speex-dev gettext-tools" 882.14 -SPLIT="xine-fonts xine-lib xine-lib-dev" 882.15 +SPLIT="xine-fonts $PACKAGE $PACKAGE-dev" 882.16 882.17 compile_rules() { 882.18 - case "$ARCH" in 882.19 - arm*) 882.20 - export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" 882.21 - export LIBTOOL=${HOST_SYSTEM}-libtool 882.22 - ARCH_ARGS="--disable-xinerama" ;; 882.23 - esac 882.24 + sed -i 's/grep -x/grep/' configure 882.25 882.26 - sed -i 's/grep -x/grep/' configure 882.27 CPPFLAGS="$CPPFLAGS -DHAVE_NANO_SLEEP" \ 882.28 ./configure \ 882.29 --with-freetype \ 882.30 @@ -41,9 +35,10 @@ 882.31 --without-esound \ 882.32 --disable-vcd \ 882.33 --disable-musepack \ 882.34 - $CONFIGURE_ARGS $ARCH_ARGS && 882.35 + $CONFIGURE_ARGS && 882.36 fix libtool && 882.37 - make && make install 882.38 + make && 882.39 + make install 882.40 } 882.41 882.42 genpkg_rules() { 882.43 @@ -60,7 +55,7 @@ 882.44 xorg-libxcb ffmpeg libmodplug" 882.45 SUGGESTED="xine-fonts faad2" 882.46 ;; 882.47 - xine-lib-dev) 882.48 + *-dev) 882.49 copy @dev 882.50 ;; 882.51 esac
883.1 --- a/xmlto/receipt Mon Oct 15 16:44:45 2018 +0300 883.2 +++ b/xmlto/receipt Tue Oct 16 16:46:05 2018 +0300 883.3 @@ -7,7 +7,7 @@ 883.4 SHORT_DESC="Tool for converting XML files to various formats" 883.5 MAINTAINER="yuripourre@gmail.com" 883.6 WEB_SITE="http://cyberelk.net/tim/software/xmlto/" 883.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/pst/xmlto.html" 883.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/pst/xmlto.html" 883.9 883.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 883.11 WGET_URL="https://releases.pagure.org/xmlto/$TARBALL"
884.1 --- a/xombrero/receipt Mon Oct 15 16:44:45 2018 +0300 884.2 +++ b/xombrero/receipt Tue Oct 16 16:46:05 2018 +0300 884.3 @@ -14,7 +14,7 @@ 884.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 884.5 WGET_URL="https://github.com/conformal/xombrero/archive/$COMMIT.tar.gz" 884.6 884.7 -BUILD_DEPENDS="glib-dev gtk+-dev webkitgtk-dev libsoup-dev gnutls-dev \ 884.8 +BUILD_DEPENDS="glib-dev gtk2-dev webkitgtk-dev libsoup-dev gnutls-dev \ 884.9 libbsd-dev perl mdocml" # groff absent yet, so we use mdocml and patch 884.10 884.11 compile_rules() { 884.12 @@ -41,7 +41,7 @@ 884.13 genpkg_rules() { 884.14 copy @std 884.15 CONFIG_FILES="/etc/xombrero.conf" 884.16 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ libbsd \ 884.17 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 libbsd \ 884.18 libgnutls libsoup pango webkitgtk xorg-libX11" 884.19 TAGS="web-browser" 884.20 }
885.1 --- a/xorg-encodings/receipt Mon Oct 15 16:44:45 2018 +0300 885.2 +++ b/xorg-encodings/receipt Tue Oct 16 16:46:05 2018 +0300 885.3 @@ -7,7 +7,7 @@ 885.4 MAINTAINER="al.bobylev@gmail.com" 885.5 LICENSE="PublicDomain" 885.6 WEB_SITE="https://www.x.org/wiki/" 885.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7font.html" 885.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" 885.9 REPOLOGY="encodings" 885.10 885.11 TARBALL="encodings-$VERSION.tar.bz2"
886.1 --- a/xorg-font-adobe-utopia-type1/receipt Mon Oct 15 16:44:45 2018 +0300 886.2 +++ b/xorg-font-adobe-utopia-type1/receipt Tue Oct 16 16:46:05 2018 +0300 886.3 @@ -7,7 +7,7 @@ 886.4 MAINTAINER="al.bobylev@gmail.com" 886.5 LICENSE="other" 886.6 WEB_SITE="https://www.x.org/wiki/" 886.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7font.html" 886.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" 886.9 REPOLOGY="fonts:adobe-utopia-type1" 886.10 886.11 TARBALL="font-adobe-utopia-type1-$VERSION.tar.bz2"
887.1 --- a/xorg-font-alias/receipt Mon Oct 15 16:44:45 2018 +0300 887.2 +++ b/xorg-font-alias/receipt Tue Oct 16 16:46:05 2018 +0300 887.3 @@ -7,7 +7,7 @@ 887.4 MAINTAINER="al.bobylev@gmail.com" 887.5 LICENSE="other" 887.6 WEB_SITE="https://www.x.org/wiki/" 887.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7font.html" 887.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" 887.9 REPOLOGY="font-alias" 887.10 887.11 TARBALL="font-alias-$VERSION.tar.bz2"
888.1 --- a/xorg-font-bh-ttf/receipt Mon Oct 15 16:44:45 2018 +0300 888.2 +++ b/xorg-font-bh-ttf/receipt Tue Oct 16 16:46:05 2018 +0300 888.3 @@ -7,7 +7,7 @@ 888.4 MAINTAINER="al.bobylev@gmail.com" 888.5 LICENSE="MIT" 888.6 WEB_SITE="https://www.x.org/wiki/" 888.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7font.html" 888.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" 888.9 REPOLOGY="font-bh-ttf" 888.10 888.11 TARBALL="font-bh-ttf-$VERSION.tar.bz2"
889.1 --- a/xorg-font-bh-type1/receipt Mon Oct 15 16:44:45 2018 +0300 889.2 +++ b/xorg-font-bh-type1/receipt Tue Oct 16 16:46:05 2018 +0300 889.3 @@ -7,7 +7,7 @@ 889.4 MAINTAINER="al.bobylev@gmail.com" 889.5 LICENSE="MIT" 889.6 WEB_SITE="https://www.x.org/wiki/" 889.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7font.html" 889.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" 889.9 REPOLOGY="fonts:bh-type1" 889.10 889.11 TARBALL="font-bh-type1-$VERSION.tar.bz2"
890.1 --- a/xorg-font-ibm-type1/receipt Mon Oct 15 16:44:45 2018 +0300 890.2 +++ b/xorg-font-ibm-type1/receipt Tue Oct 16 16:46:05 2018 +0300 890.3 @@ -7,7 +7,7 @@ 890.4 MAINTAINER="al.bobylev@gmail.com" 890.5 LICENSE="MIT" 890.6 WEB_SITE="https://www.x.org/wiki/" 890.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7font.html" 890.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" 890.9 REPOLOGY="fonts:ibm-type1" 890.10 890.11 TARBALL="font-ibm-type1-$VERSION.tar.bz2"
891.1 --- a/xorg-font-misc-ethiopic/receipt Mon Oct 15 16:44:45 2018 +0300 891.2 +++ b/xorg-font-misc-ethiopic/receipt Tue Oct 16 16:46:05 2018 +0300 891.3 @@ -7,7 +7,7 @@ 891.4 MAINTAINER="al.bobylev@gmail.com" 891.5 LICENSE="MIT" 891.6 WEB_SITE="https://www.x.org/wiki/" 891.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7font.html" 891.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" 891.9 REPOLOGY="font-misc-ethiopic" 891.10 891.11 TARBALL="font-misc-ethiopic-$VERSION.tar.bz2"
892.1 --- a/xorg-font-util/receipt Mon Oct 15 16:44:45 2018 +0300 892.2 +++ b/xorg-font-util/receipt Tue Oct 16 16:46:05 2018 +0300 892.3 @@ -7,7 +7,7 @@ 892.4 MAINTAINER="al.bobylev@gmail.com" 892.5 LICENSE="MIT" 892.6 WEB_SITE="https://www.x.org/wiki/" 892.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7font.html" 892.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" 892.9 REPOLOGY="font-util" 892.10 892.11 TARBALL="font-util-$VERSION.tar.bz2"
893.1 --- a/xorg-font-xfree86-type1/receipt Mon Oct 15 16:44:45 2018 +0300 893.2 +++ b/xorg-font-xfree86-type1/receipt Tue Oct 16 16:46:05 2018 +0300 893.3 @@ -7,7 +7,7 @@ 893.4 MAINTAINER="al.bobylev@gmail.com" 893.5 LICENSE="MIT" 893.6 WEB_SITE="https://www.x.org/wiki/" 893.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7font.html" 893.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html" 893.9 REPOLOGY="fonts:xfree86-type1" 893.10 893.11 TARBALL="font-xfree86-type1-$VERSION.tar.bz2"
894.1 --- a/xorg-iceauth/receipt Mon Oct 15 16:44:45 2018 +0300 894.2 +++ b/xorg-iceauth/receipt Tue Oct 16 16:46:05 2018 +0300 894.3 @@ -7,7 +7,7 @@ 894.4 MAINTAINER="erjo@slitaz.org" 894.5 LICENSE="MIT" 894.6 WEB_SITE="https://www.x.org/wiki/" 894.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 894.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 894.9 REPOLOGY="iceauth" 894.10 894.11 TARBALL="iceauth-$VERSION.tar.bz2"
895.1 --- a/xorg-libICE/receipt Mon Oct 15 16:44:45 2018 +0300 895.2 +++ b/xorg-libICE/receipt Tue Oct 16 16:46:05 2018 +0300 895.3 @@ -7,7 +7,7 @@ 895.4 MAINTAINER="pankso@slitaz.org" 895.5 LICENSE="MIT" 895.6 WEB_SITE="https://www.x.org/wiki/" 895.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 895.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 895.9 REPOLOGY="libice" 895.10 895.11 TARBALL="libICE-$VERSION.tar.bz2"
896.1 --- a/xorg-libSM/receipt Mon Oct 15 16:44:45 2018 +0300 896.2 +++ b/xorg-libSM/receipt Tue Oct 16 16:46:05 2018 +0300 896.3 @@ -7,7 +7,7 @@ 896.4 MAINTAINER="pankso@slitaz.org" 896.5 LICENSE="MIT" 896.6 WEB_SITE="https://www.x.org/wiki/" 896.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 896.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 896.9 REPOLOGY="libsm" 896.10 896.11 TARBALL="libSM-$VERSION.tar.bz2"
897.1 --- a/xorg-libX11/receipt Mon Oct 15 16:44:45 2018 +0300 897.2 +++ b/xorg-libX11/receipt Tue Oct 16 16:46:05 2018 +0300 897.3 @@ -7,7 +7,7 @@ 897.4 MAINTAINER="pankso@slitaz.org" 897.5 LICENSE="MIT" 897.6 WEB_SITE="https://www.x.org/wiki/" 897.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 897.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 897.9 REPOLOGY="libx11" 897.10 897.11 TARBALL="libX11-$VERSION.tar.bz2"
898.1 --- a/xorg-libXScrnSaver/receipt Mon Oct 15 16:44:45 2018 +0300 898.2 +++ b/xorg-libXScrnSaver/receipt Tue Oct 16 16:46:05 2018 +0300 898.3 @@ -7,7 +7,7 @@ 898.4 MAINTAINER="al.bobylev@gmail.com" 898.5 LICENSE="MIT" 898.6 WEB_SITE="https://www.x.org/wiki/" 898.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 898.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 898.9 REPOLOGY="libxscrnsaver" 898.10 898.11 TARBALL="libXScrnSaver-$VERSION.tar.bz2"
899.1 --- a/xorg-libXau/receipt Mon Oct 15 16:44:45 2018 +0300 899.2 +++ b/xorg-libXau/receipt Tue Oct 16 16:46:05 2018 +0300 899.3 @@ -7,7 +7,7 @@ 899.4 MAINTAINER="pankso@slitaz.org" 899.5 LICENSE="MIT" 899.6 WEB_SITE="https://www.x.org/wiki/" 899.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/libXau.html" 899.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/libXau.html" 899.9 REPOLOGY="libxau" 899.10 899.11 TARBALL="libXau-$VERSION.tar.bz2"
900.1 --- a/xorg-libXaw/receipt Mon Oct 15 16:44:45 2018 +0300 900.2 +++ b/xorg-libXaw/receipt Tue Oct 16 16:46:05 2018 +0300 900.3 @@ -7,7 +7,7 @@ 900.4 MAINTAINER="pankso@slitaz.org" 900.5 LICENSE="MIT" 900.6 WEB_SITE="https://www.x.org/wiki/" 900.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 900.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 900.9 REPOLOGY="libxaw" 900.10 900.11 TARBALL="libXaw-$VERSION.tar.bz2"
901.1 --- a/xorg-libXcomposite/receipt Mon Oct 15 16:44:45 2018 +0300 901.2 +++ b/xorg-libXcomposite/receipt Tue Oct 16 16:46:05 2018 +0300 901.3 @@ -7,7 +7,7 @@ 901.4 MAINTAINER="pankso@slitaz.org" 901.5 LICENSE="MIT" 901.6 WEB_SITE="https://www.x.org/wiki/" 901.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 901.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 901.9 REPOLOGY="libxcomposite" 901.10 901.11 TARBALL="libXcomposite-$VERSION.tar.bz2"
902.1 --- a/xorg-libXcursor/receipt Mon Oct 15 16:44:45 2018 +0300 902.2 +++ b/xorg-libXcursor/receipt Tue Oct 16 16:46:05 2018 +0300 902.3 @@ -7,14 +7,14 @@ 902.4 MAINTAINER="pankso@slitaz.org" 902.5 LICENSE="MIT" 902.6 WEB_SITE="https://www.x.org/wiki/" 902.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 902.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 902.9 REPOLOGY="libxcursor" 902.10 902.11 TARBALL="libXcursor-$VERSION.tar.bz2" 902.12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 902.13 902.14 BUILD_DEPENDS="xorg-libXrender-dev xorg-libXfixes-dev" 902.15 -SPLIT="xorg-libXcursor-dev" 902.16 +SPLIT="$PACKAGE-dev" 902.17 902.18 compile_rules() { 902.19 ./configure $CONFIGURE_ARGS &&
903.1 --- a/xorg-libXdamage/receipt Mon Oct 15 16:44:45 2018 +0300 903.2 +++ b/xorg-libXdamage/receipt Tue Oct 16 16:46:05 2018 +0300 903.3 @@ -7,7 +7,7 @@ 903.4 MAINTAINER="pankso@slitaz.org" 903.5 LICENSE="MIT" 903.6 WEB_SITE="https://www.x.org/wiki/" 903.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 903.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 903.9 REPOLOGY="libxdamage" 903.10 903.11 TARBALL="libXdamage-$VERSION.tar.bz2"
904.1 --- a/xorg-libXdmcp/receipt Mon Oct 15 16:44:45 2018 +0300 904.2 +++ b/xorg-libXdmcp/receipt Tue Oct 16 16:46:05 2018 +0300 904.3 @@ -7,7 +7,7 @@ 904.4 MAINTAINER="pankso@slitaz.org" 904.5 LICENSE="MIT" 904.6 WEB_SITE="https://www.x.org/wiki/" 904.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/libXdmcp.html" 904.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/libXdmcp.html" 904.9 REPOLOGY="libxdmcp" 904.10 904.11 TARBALL="libXdmcp-$VERSION.tar.bz2"
905.1 --- a/xorg-libXext/receipt Mon Oct 15 16:44:45 2018 +0300 905.2 +++ b/xorg-libXext/receipt Tue Oct 16 16:46:05 2018 +0300 905.3 @@ -7,7 +7,7 @@ 905.4 MAINTAINER="pankso@slitaz.org" 905.5 LICENSE="MIT" 905.6 WEB_SITE="https://www.x.org/wiki/" 905.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 905.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 905.9 REPOLOGY="libxext" 905.10 905.11 TARBALL="libXext-$VERSION.tar.bz2"
906.1 --- a/xorg-libXfixes/receipt Mon Oct 15 16:44:45 2018 +0300 906.2 +++ b/xorg-libXfixes/receipt Tue Oct 16 16:46:05 2018 +0300 906.3 @@ -7,7 +7,7 @@ 906.4 MAINTAINER="pankso@slitaz.org" 906.5 LICENSE="MIT" 906.6 WEB_SITE="https://www.x.org/wiki/" 906.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 906.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 906.9 REPOLOGY="libxfixes" 906.10 906.11 TARBALL="libXfixes-$VERSION.tar.bz2"
907.1 --- a/xorg-libXfont2/receipt Mon Oct 15 16:44:45 2018 +0300 907.2 +++ b/xorg-libXfont2/receipt Tue Oct 16 16:46:05 2018 +0300 907.3 @@ -7,7 +7,7 @@ 907.4 MAINTAINER="al.bobylev@gmail.com" 907.5 LICENSE="MIT" 907.6 WEB_SITE="https://www.x.org/wiki/" 907.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 907.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 907.9 REPOLOGY="libxfont2" 907.10 907.11 TARBALL="libXfont2-$VERSION.tar.bz2"
908.1 --- a/xorg-libXft/receipt Mon Oct 15 16:44:45 2018 +0300 908.2 +++ b/xorg-libXft/receipt Tue Oct 16 16:46:05 2018 +0300 908.3 @@ -7,7 +7,7 @@ 908.4 MAINTAINER="pankso@slitaz.org" 908.5 LICENSE="MIT" 908.6 WEB_SITE="https://www.x.org/wiki/" 908.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 908.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 908.9 REPOLOGY="libxft" 908.10 908.11 TARBALL="libXft-$VERSION.tar.bz2"
909.1 --- a/xorg-libXi/receipt Mon Oct 15 16:44:45 2018 +0300 909.2 +++ b/xorg-libXi/receipt Tue Oct 16 16:46:05 2018 +0300 909.3 @@ -7,7 +7,7 @@ 909.4 MAINTAINER="pankso@slitaz.org" 909.5 LICENSE="MIT" 909.6 WEB_SITE="https://www.x.org/wiki/" 909.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 909.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 909.9 REPOLOGY="libxi" 909.10 909.11 TARBALL="libXi-$VERSION.tar.bz2"
910.1 --- a/xorg-libXinerama/receipt Mon Oct 15 16:44:45 2018 +0300 910.2 +++ b/xorg-libXinerama/receipt Tue Oct 16 16:46:05 2018 +0300 910.3 @@ -7,7 +7,7 @@ 910.4 MAINTAINER="pankso@slitaz.org" 910.5 LICENSE="MIT" 910.6 WEB_SITE="https://www.x.org/wiki/" 910.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 910.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 910.9 REPOLOGY="libxinerama" 910.10 910.11 TARBALL="libXinerama-$VERSION.tar.bz2"
911.1 --- a/xorg-libXmu/receipt Mon Oct 15 16:44:45 2018 +0300 911.2 +++ b/xorg-libXmu/receipt Tue Oct 16 16:46:05 2018 +0300 911.3 @@ -7,7 +7,7 @@ 911.4 MAINTAINER="pankso@slitaz.org" 911.5 LICENSE="MIT" 911.6 WEB_SITE="https://www.x.org/wiki/" 911.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 911.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 911.9 REPOLOGY="libxmu" 911.10 911.11 TARBALL="libXmu-$VERSION.tar.bz2"
912.1 --- a/xorg-libXpm/receipt Mon Oct 15 16:44:45 2018 +0300 912.2 +++ b/xorg-libXpm/receipt Tue Oct 16 16:46:05 2018 +0300 912.3 @@ -7,7 +7,7 @@ 912.4 MAINTAINER="pankso@slitaz.org" 912.5 LICENSE="MIT" 912.6 WEB_SITE="https://www.x.org/wiki/" 912.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 912.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 912.9 REPOLOGY="libxpm" 912.10 912.11 TARBALL="libXpm-$VERSION.tar.bz2"
913.1 --- a/xorg-libXrandr/receipt Mon Oct 15 16:44:45 2018 +0300 913.2 +++ b/xorg-libXrandr/receipt Tue Oct 16 16:46:05 2018 +0300 913.3 @@ -7,7 +7,7 @@ 913.4 MAINTAINER="pankso@slitaz.org" 913.5 LICENSE="MIT" 913.6 WEB_SITE="https://www.x.org/wiki/libraries/libxrandr/" 913.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 913.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 913.9 REPOLOGY="libxrandr" 913.10 913.11 TARBALL="libXrandr-$VERSION.tar.bz2"
914.1 --- a/xorg-libXrender/receipt Mon Oct 15 16:44:45 2018 +0300 914.2 +++ b/xorg-libXrender/receipt Tue Oct 16 16:46:05 2018 +0300 914.3 @@ -7,7 +7,7 @@ 914.4 MAINTAINER="pankso@slitaz.org" 914.5 LICENSE="MIT" 914.6 WEB_SITE="https://www.x.org/wiki/" 914.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 914.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 914.9 REPOLOGY="libxrender" 914.10 914.11 TARBALL="libXrender-$VERSION.tar.bz2"
915.1 --- a/xorg-libXres/receipt Mon Oct 15 16:44:45 2018 +0300 915.2 +++ b/xorg-libXres/receipt Tue Oct 16 16:46:05 2018 +0300 915.3 @@ -7,7 +7,7 @@ 915.4 MAINTAINER="pascal.bellard@slitaz.org" 915.5 LICENSE="MIT" 915.6 WEB_SITE="https://www.x.org/wiki/" 915.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 915.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 915.9 REPOLOGY="libxres" 915.10 915.11 TARBALL="libXres-$VERSION.tar.bz2"
916.1 --- a/xorg-libXt/receipt Mon Oct 15 16:44:45 2018 +0300 916.2 +++ b/xorg-libXt/receipt Tue Oct 16 16:46:05 2018 +0300 916.3 @@ -7,7 +7,7 @@ 916.4 MAINTAINER="pankso@slitaz.org" 916.5 LICENSE="MIT" 916.6 WEB_SITE="https://www.x.org/wiki/" 916.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 916.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 916.9 REPOLOGY="libxt" 916.10 916.11 TARBALL="libXt-$VERSION.tar.bz2"
917.1 --- a/xorg-libXtst/receipt Mon Oct 15 16:44:45 2018 +0300 917.2 +++ b/xorg-libXtst/receipt Tue Oct 16 16:46:05 2018 +0300 917.3 @@ -7,7 +7,7 @@ 917.4 MAINTAINER="pankso@slitaz.org" 917.5 LICENSE="MIT" 917.6 WEB_SITE="https://www.x.org/wiki/" 917.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 917.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 917.9 REPOLOGY="libxtst" 917.10 917.11 TARBALL="libXtst-$VERSION.tar.bz2"
918.1 --- a/xorg-libXv/receipt Mon Oct 15 16:44:45 2018 +0300 918.2 +++ b/xorg-libXv/receipt Tue Oct 16 16:46:05 2018 +0300 918.3 @@ -7,7 +7,7 @@ 918.4 MAINTAINER="pankso@slitaz.org" 918.5 LICENSE="MIT" 918.6 WEB_SITE="https://www.x.org/wiki/" 918.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 918.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 918.9 REPOLOGY="libxv" 918.10 918.11 TARBALL="libXv-$VERSION.tar.bz2"
919.1 --- a/xorg-libXvMC/receipt Mon Oct 15 16:44:45 2018 +0300 919.2 +++ b/xorg-libXvMC/receipt Tue Oct 16 16:46:05 2018 +0300 919.3 @@ -7,7 +7,7 @@ 919.4 MAINTAINER="pankso@slitaz.org" 919.5 LICENSE="MIT" 919.6 WEB_SITE="https://www.x.org/wiki/" 919.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 919.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 919.9 REPOLOGY="libxvmc" 919.10 919.11 TARBALL="libXvMC-$VERSION.tar.bz2"
920.1 --- a/xorg-libXxf86dga/receipt Mon Oct 15 16:44:45 2018 +0300 920.2 +++ b/xorg-libXxf86dga/receipt Tue Oct 16 16:46:05 2018 +0300 920.3 @@ -7,7 +7,7 @@ 920.4 MAINTAINER="pascal.bellard@slitaz.org" 920.5 LICENSE="MIT" 920.6 WEB_SITE="https://www.x.org/wiki/" 920.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 920.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 920.9 REPOLOGY="libxxf86dga" 920.10 920.11 TARBALL="libXxf86dga-$VERSION.tar.bz2" 920.12 @@ -15,7 +15,7 @@ 920.13 920.14 BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-xorgproto \ 920.15 xorg-libXext-dev" 920.16 -SPLIT="xorg-libXxf86dga-dev" 920.17 +SPLIT="$PACKAGE-dev" 920.18 920.19 compile_rules() { 920.20 ./configure $CONFIGURE_ARGS &&
921.1 --- a/xorg-libXxf86vm/receipt Mon Oct 15 16:44:45 2018 +0300 921.2 +++ b/xorg-libXxf86vm/receipt Tue Oct 16 16:46:05 2018 +0300 921.3 @@ -7,7 +7,7 @@ 921.4 MAINTAINER="pankso@slitaz.org" 921.5 LICENSE="MIT" 921.6 WEB_SITE="https://www.x.org/wiki/" 921.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 921.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 921.9 REPOLOGY="libxxf86vm" 921.10 921.11 TARBALL="libXxf86vm-$VERSION.tar.bz2"
922.1 --- a/xorg-libdmx/receipt Mon Oct 15 16:44:45 2018 +0300 922.2 +++ b/xorg-libdmx/receipt Tue Oct 16 16:46:05 2018 +0300 922.3 @@ -7,7 +7,7 @@ 922.4 MAINTAINER="pankso@slitaz.org" 922.5 LICENSE="MIT" 922.6 WEB_SITE="https://www.x.org/wiki" 922.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 922.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 922.9 REPOLOGY="libdmx" 922.10 922.11 TARBALL="libdmx-$VERSION.tar.bz2"
923.1 --- a/xorg-libfontenc/receipt Mon Oct 15 16:44:45 2018 +0300 923.2 +++ b/xorg-libfontenc/receipt Tue Oct 16 16:46:05 2018 +0300 923.3 @@ -7,7 +7,7 @@ 923.4 MAINTAINER="pankso@slitaz.org" 923.5 LICENSE="MIT" 923.6 WEB_SITE="https://www.x.org/wiki/" 923.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 923.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 923.9 REPOLOGY="libfontenc" 923.10 923.11 TARBALL="libfontenc-$VERSION.tar.bz2"
924.1 --- a/xorg-libpciaccess/receipt Mon Oct 15 16:44:45 2018 +0300 924.2 +++ b/xorg-libpciaccess/receipt Tue Oct 16 16:46:05 2018 +0300 924.3 @@ -7,7 +7,7 @@ 924.4 MAINTAINER="pankso@slitaz.org" 924.5 LICENSE="MIT" 924.6 WEB_SITE="https://www.x.org/wiki/" 924.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 924.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 924.9 REPOLOGY="libpciaccess" 924.10 924.11 TARBALL="libpciaccess-$VERSION.tar.bz2"
925.1 --- a/xorg-libxcb/receipt Mon Oct 15 16:44:45 2018 +0300 925.2 +++ b/xorg-libxcb/receipt Tue Oct 16 16:46:05 2018 +0300 925.3 @@ -7,7 +7,7 @@ 925.4 MAINTAINER="pankso@slitaz.org" 925.5 LICENSE="MIT" 925.6 WEB_SITE="https://xcb.freedesktop.org/" 925.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/libxcb.html" 925.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/libxcb.html" 925.9 REPOLOGY="libxcb" 925.10 925.11 TARBALL="libxcb-$VERSION.tar.bz2"
926.1 --- a/xorg-libxkbfile/receipt Mon Oct 15 16:44:45 2018 +0300 926.2 +++ b/xorg-libxkbfile/receipt Tue Oct 16 16:46:05 2018 +0300 926.3 @@ -7,7 +7,7 @@ 926.4 MAINTAINER="pankso@slitaz.org" 926.5 LICENSE="MIT" 926.6 WEB_SITE="https://www.x.org/wiki/" 926.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 926.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 926.9 REPOLOGY="libxkbfile" 926.10 926.11 TARBALL="libxkbfile-$VERSION.tar.bz2"
927.1 --- a/xorg-libxshmfence/receipt Mon Oct 15 16:44:45 2018 +0300 927.2 +++ b/xorg-libxshmfence/receipt Tue Oct 16 16:46:05 2018 +0300 927.3 @@ -7,7 +7,7 @@ 927.4 MAINTAINER="al.bobylev@gmail.com" 927.5 LICENSE="MIT" 927.6 WEB_SITE="https://www.x.org/wiki/" 927.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 927.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 927.9 REPOLOGY="libxshmfence" 927.10 927.11 TARBALL="libxshmfence-$VERSION.tar.bz2"
928.1 --- a/xorg-luit/receipt Mon Oct 15 16:44:45 2018 +0300 928.2 +++ b/xorg-luit/receipt Tue Oct 16 16:46:05 2018 +0300 928.3 @@ -7,7 +7,7 @@ 928.4 MAINTAINER="al.bobylev@gmail.com" 928.5 LICENSE="MIT" 928.6 WEB_SITE="https://www.x.org/wiki/" 928.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 928.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 928.9 REPOLOGY="luit" 928.10 928.11 TARBALL="luit-$VERSION.tar.bz2"
929.1 --- a/xorg-mkfontdir/receipt Mon Oct 15 16:44:45 2018 +0300 929.2 +++ b/xorg-mkfontdir/receipt Tue Oct 16 16:46:05 2018 +0300 929.3 @@ -7,7 +7,7 @@ 929.4 MAINTAINER="pascal.bellard@slitaz.org" 929.5 LICENSE="MIT" 929.6 WEB_SITE="https://www.x.org/wiki/" 929.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 929.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 929.9 REPOLOGY="mkfontdir" 929.10 929.11 TARBALL="mkfontdir-$VERSION.tar.bz2"
930.1 --- a/xorg-mkfontscale/receipt Mon Oct 15 16:44:45 2018 +0300 930.2 +++ b/xorg-mkfontscale/receipt Tue Oct 16 16:46:05 2018 +0300 930.3 @@ -7,7 +7,7 @@ 930.4 MAINTAINER="pascal.bellard@slitaz.org" 930.5 LICENSE="MIT" 930.6 WEB_SITE="https://www.x.org/wiki/" 930.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 930.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 930.9 REPOLOGY="mkfontscale" 930.10 930.11 TARBALL="mkfontscale-$VERSION.tar.bz2"
931.1 --- a/xorg-pixman/receipt Mon Oct 15 16:44:45 2018 +0300 931.2 +++ b/xorg-pixman/receipt Tue Oct 16 16:46:05 2018 +0300 931.3 @@ -7,7 +7,7 @@ 931.4 MAINTAINER="pankso@slitaz.org" 931.5 LICENSE="MIT" 931.6 WEB_SITE="https://www.cairographics.org/" 931.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pixman.html" 931.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/pixman.html" 931.9 REPOLOGY="pixman" 931.10 931.11 TARBALL="pixman-$VERSION.tar.bz2"
932.1 --- a/xorg-sessreg/receipt Mon Oct 15 16:44:45 2018 +0300 932.2 +++ b/xorg-sessreg/receipt Tue Oct 16 16:46:05 2018 +0300 932.3 @@ -7,7 +7,7 @@ 932.4 MAINTAINER="al.bobylev@gmail.com" 932.5 LICENSE="MIT" 932.6 WEB_SITE="https://www.x.org/wiki/" 932.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 932.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 932.9 REPOLOGY="sessreg" 932.10 932.11 TARBALL="sessreg-$VERSION.tar.bz2"
933.1 --- a/xorg-setxkbmap/receipt Mon Oct 15 16:44:45 2018 +0300 933.2 +++ b/xorg-setxkbmap/receipt Tue Oct 16 16:46:05 2018 +0300 933.3 @@ -7,7 +7,7 @@ 933.4 MAINTAINER="pascal.bellard@slitaz.org" 933.5 LICENSE="MIT" 933.6 WEB_SITE="https://www.x.org/wiki/" 933.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 933.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 933.9 REPOLOGY="setxkbmap" 933.10 933.11 TARBALL="setxkbmap-$VERSION.tar.bz2"
934.1 --- a/xorg-smproxy/receipt Mon Oct 15 16:44:45 2018 +0300 934.2 +++ b/xorg-smproxy/receipt Tue Oct 16 16:46:05 2018 +0300 934.3 @@ -7,7 +7,7 @@ 934.4 MAINTAINER="al.bobylev@gmail.com" 934.5 LICENSE="MIT" 934.6 WEB_SITE="https://www.x.org/wiki/" 934.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 934.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 934.9 REPOLOGY="smproxy" 934.10 934.11 TARBALL="smproxy-$VERSION.tar.bz2"
935.1 --- a/xorg-util-macros/receipt Mon Oct 15 16:44:45 2018 +0300 935.2 +++ b/xorg-util-macros/receipt Tue Oct 16 16:46:05 2018 +0300 935.3 @@ -7,7 +7,7 @@ 935.4 MAINTAINER="gokhlayeh@slitaz.org" 935.5 LICENSE="MIT" 935.6 WEB_SITE="https://www.x.org/wiki/" 935.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/util-macros.html" 935.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/util-macros.html" 935.9 REPOLOGY="util-macros" 935.10 935.11 TARBALL="util-macros-$VERSION.tar.bz2"
936.1 --- a/xorg-x11perf/receipt Mon Oct 15 16:44:45 2018 +0300 936.2 +++ b/xorg-x11perf/receipt Tue Oct 16 16:46:05 2018 +0300 936.3 @@ -7,7 +7,7 @@ 936.4 MAINTAINER="paul@slitaz.org" 936.5 LICENSE="MIT" 936.6 WEB_SITE="https://www.x.org/wiki/" 936.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 936.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 936.9 REPOLOGY="x11perf" 936.10 936.11 TARBALL="x11perf-$VERSION.tar.bz2"
937.1 --- a/xorg-xauth/receipt Mon Oct 15 16:44:45 2018 +0300 937.2 +++ b/xorg-xauth/receipt Tue Oct 16 16:46:05 2018 +0300 937.3 @@ -7,13 +7,12 @@ 937.4 MAINTAINER="pankso@slitaz.org" 937.5 LICENSE="MIT" 937.6 WEB_SITE="https://www.x.org/wiki/" 937.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 937.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 937.9 REPOLOGY="xauth" 937.10 937.11 TARBALL="xauth-$VERSION.tar.bz2" 937.12 WGET_URL="$XORG_MIRROR/app/$TARBALL" 937.13 937.14 -BUILD_DEPENDS_arm="xorg-xorgproto xorg-libXau-dev" 937.15 BUILD_DEPENDS="xorg-libXmu-dev" 937.16 937.17 compile_rules() {
938.1 --- a/xorg-xbacklight/receipt Mon Oct 15 16:44:45 2018 +0300 938.2 +++ b/xorg-xbacklight/receipt Tue Oct 16 16:46:05 2018 +0300 938.3 @@ -7,7 +7,7 @@ 938.4 MAINTAINER="jozee@slitaz.org" 938.5 LICENSE="MIT" 938.6 WEB_SITE="https://www.x.org/wiki/" 938.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 938.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 938.9 REPOLOGY="xbacklight" 938.10 938.11 TARBALL="xbacklight-$VERSION.tar.bz2"
939.1 --- a/xorg-xbitmaps/receipt Mon Oct 15 16:44:45 2018 +0300 939.2 +++ b/xorg-xbitmaps/receipt Tue Oct 16 16:46:05 2018 +0300 939.3 @@ -7,7 +7,7 @@ 939.4 MAINTAINER="pankso@slitaz.org" 939.5 LICENSE="MIT" 939.6 WEB_SITE="https://www.x.org/wiki/" 939.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xbitmaps.html" 939.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xbitmaps.html" 939.9 REPOLOGY="xbitmaps" 939.10 939.11 TARBALL="xbitmaps-$VERSION.tar.bz2"
940.1 --- a/xorg-xcb-util-cursor/receipt Mon Oct 15 16:44:45 2018 +0300 940.2 +++ b/xorg-xcb-util-cursor/receipt Tue Oct 16 16:46:05 2018 +0300 940.3 @@ -7,7 +7,7 @@ 940.4 MAINTAINER="al.bobylev@gmail.com" 940.5 LICENSE="MIT" 940.6 WEB_SITE="https://xcb.freedesktop.org/" 940.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcb-util-cursor.html" 940.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-cursor.html" 940.9 REPOLOGY="xcb-util-cursor" 940.10 940.11 TARBALL="xcb-util-cursor-$VERSION.tar.bz2"
941.1 --- a/xorg-xcb-util-image/receipt Mon Oct 15 16:44:45 2018 +0300 941.2 +++ b/xorg-xcb-util-image/receipt Tue Oct 16 16:46:05 2018 +0300 941.3 @@ -8,7 +8,7 @@ 941.4 MAINTAINER="slaxemulator@gmail.com" 941.5 LICENSE="MIT" 941.6 WEB_SITE="https://xcb.freedesktop.org/" 941.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcb-util-image.html" 941.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-image.html" 941.9 REPOLOGY="xcb-util-image" 941.10 941.11 TARBALL="xcb-util-image-$VERSION.tar.bz2"
942.1 --- a/xorg-xcb-util-keysyms/receipt Mon Oct 15 16:44:45 2018 +0300 942.2 +++ b/xorg-xcb-util-keysyms/receipt Tue Oct 16 16:46:05 2018 +0300 942.3 @@ -7,7 +7,7 @@ 942.4 MAINTAINER="slaxemulator@gmail.com" 942.5 LICENSE="GPL" 942.6 WEB_SITE="https://xcb.freedesktop.org/" 942.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcb-util-keysyms.html" 942.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-keysyms.html" 942.9 REPOLOGY="xcb-util-keysyms" 942.10 942.11 TARBALL="xcb-util-keysyms-$VERSION.tar.bz2"
943.1 --- a/xorg-xcb-util-renderutil/receipt Mon Oct 15 16:44:45 2018 +0300 943.2 +++ b/xorg-xcb-util-renderutil/receipt Tue Oct 16 16:46:05 2018 +0300 943.3 @@ -7,7 +7,7 @@ 943.4 MAINTAINER="al.bobylev@gmail.com" 943.5 LICENSE="MIT" 943.6 WEB_SITE="https://xcb.freedesktop.org/" 943.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcb-util-renderutil.html" 943.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-renderutil.html" 943.9 REPOLOGY="xcb-util-renderutil" 943.10 943.11 TARBALL="xcb-util-renderutil-$VERSION.tar.bz2"
944.1 --- a/xorg-xcb-util-wm/receipt Mon Oct 15 16:44:45 2018 +0300 944.2 +++ b/xorg-xcb-util-wm/receipt Tue Oct 16 16:46:05 2018 +0300 944.3 @@ -8,7 +8,7 @@ 944.4 MAINTAINER="slaxemulator@gmail.com" 944.5 LICENSE="MIT" 944.6 WEB_SITE="https://xcb.freedesktop.org/" 944.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcb-util-wm.html" 944.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util-wm.html" 944.9 REPOLOGY="xcb-util-wm" 944.10 944.11 TARBALL="xcb-util-wm-$VERSION.tar.bz2"
945.1 --- a/xorg-xcb-util/receipt Mon Oct 15 16:44:45 2018 +0300 945.2 +++ b/xorg-xcb-util/receipt Tue Oct 16 16:46:05 2018 +0300 945.3 @@ -7,7 +7,7 @@ 945.4 MAINTAINER="mallory@sweetpeople.org" 945.5 LICENSE="MIT" 945.6 WEB_SITE="https://xcb.freedesktop.org/" 945.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcb-util.html" 945.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-util.html" 945.9 REPOLOGY="xcb-util" 945.10 945.11 TARBALL="xcb-util-$VERSION.tar.bz2"
946.1 --- a/xorg-xcmsdb/receipt Mon Oct 15 16:44:45 2018 +0300 946.2 +++ b/xorg-xcmsdb/receipt Tue Oct 16 16:46:05 2018 +0300 946.3 @@ -7,7 +7,7 @@ 946.4 MAINTAINER="al.bobylev@gmail.com" 946.5 LICENSE="MIT" 946.6 WEB_SITE="https://www.x.org/wiki/" 946.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 946.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 946.9 REPOLOGY="xcmsdb" 946.10 946.11 TARBALL="xcmsdb-$VERSION.tar.bz2"
947.1 --- a/xorg-xcursor-themes/receipt Mon Oct 15 16:44:45 2018 +0300 947.2 +++ b/xorg-xcursor-themes/receipt Tue Oct 16 16:46:05 2018 +0300 947.3 @@ -7,7 +7,7 @@ 947.4 MAINTAINER="al.bobylev@gmail.com" 947.5 LICENSE="MIT" 947.6 WEB_SITE="https://www.x.org/wiki/" 947.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xcursor-themes.html" 947.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcursor-themes.html" 947.9 REPOLOGY="xcursor-themes" 947.10 947.11 TARBALL="xcursor-themes-$VERSION.tar.bz2"
948.1 --- a/xorg-xcursorgen/receipt Mon Oct 15 16:44:45 2018 +0300 948.2 +++ b/xorg-xcursorgen/receipt Tue Oct 16 16:46:05 2018 +0300 948.3 @@ -7,7 +7,7 @@ 948.4 MAINTAINER="pankso@slitaz.org" 948.5 LICENSE="MIT" 948.6 WEB_SITE="https://www.x.org/wiki/" 948.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 948.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 948.9 REPOLOGY="xcursorgen" 948.10 948.11 TARBALL="xcursorgen-$VERSION.tar.bz2"
949.1 --- a/xorg-xdpyinfo/receipt Mon Oct 15 16:44:45 2018 +0300 949.2 +++ b/xorg-xdpyinfo/receipt Tue Oct 16 16:46:05 2018 +0300 949.3 @@ -7,7 +7,7 @@ 949.4 MAINTAINER="jozee@slitaz.org" 949.5 LICENSE="MIT" 949.6 WEB_SITE="https://www.x.org/wiki/" 949.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 949.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 949.9 REPOLOGY="xdpyinfo" 949.10 949.11 TARBALL="xdpyinfo-$VERSION.tar.bz2"
950.1 --- a/xorg-xdriinfo/receipt Mon Oct 15 16:44:45 2018 +0300 950.2 +++ b/xorg-xdriinfo/receipt Tue Oct 16 16:46:05 2018 +0300 950.3 @@ -7,7 +7,7 @@ 950.4 MAINTAINER="pankso@slitaz.org" 950.5 LICENSE="MIT" 950.6 WEB_SITE="https://www.x.org/wiki/" 950.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 950.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 950.9 REPOLOGY="xdriinfo" 950.10 950.11 TARBALL="xdriinfo-$VERSION.tar.bz2"
951.1 --- a/xorg-xev/receipt Mon Oct 15 16:44:45 2018 +0300 951.2 +++ b/xorg-xev/receipt Tue Oct 16 16:46:05 2018 +0300 951.3 @@ -7,7 +7,7 @@ 951.4 MAINTAINER="jozee@slitaz.org" 951.5 LICENSE="MIT" 951.6 WEB_SITE="https://www.x.org/wiki/" 951.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 951.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 951.9 REPOLOGY="xev" 951.10 951.11 TARBALL="xev-$VERSION.tar.bz2"
952.1 --- a/xorg-xf86-input-evdev/receipt Mon Oct 15 16:44:45 2018 +0300 952.2 +++ b/xorg-xf86-input-evdev/receipt Tue Oct 16 16:46:05 2018 +0300 952.3 @@ -7,7 +7,7 @@ 952.4 MAINTAINER="pankso@slitaz.org" 952.5 LICENSE="MIT" 952.6 WEB_SITE="https://www.x.org/wiki/" 952.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7driver.html#xorg-evdev-driver" 952.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-evdev-driver" 952.9 REPOLOGY="xdrv:evdev" 952.10 952.11 TARBALL="xf86-input-evdev-$VERSION.tar.bz2"
953.1 --- a/xorg-xgamma/receipt Mon Oct 15 16:44:45 2018 +0300 953.2 +++ b/xorg-xgamma/receipt Tue Oct 16 16:46:05 2018 +0300 953.3 @@ -7,7 +7,7 @@ 953.4 MAINTAINER="al.bobylev@gmail.com" 953.5 LICENSE="MIT" 953.6 WEB_SITE="https://www.x.org/wiki/" 953.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 953.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 953.9 REPOLOGY="xgamma" 953.10 953.11 TARBALL="xgamma-$VERSION.tar.bz2"
954.1 --- a/xorg-xhost/receipt Mon Oct 15 16:44:45 2018 +0300 954.2 +++ b/xorg-xhost/receipt Tue Oct 16 16:46:05 2018 +0300 954.3 @@ -7,7 +7,7 @@ 954.4 MAINTAINER="pascal.bellard@slitaz.org" 954.5 LICENSE="MIT" 954.6 WEB_SITE="https://www.x.org/wiki/" 954.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 954.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 954.9 REPOLOGY="xhost" 954.10 954.11 TARBALL="xhost-$VERSION.tar.bz2"
955.1 --- a/xorg-xinput/receipt Mon Oct 15 16:44:45 2018 +0300 955.2 +++ b/xorg-xinput/receipt Tue Oct 16 16:46:05 2018 +0300 955.3 @@ -7,7 +7,7 @@ 955.4 MAINTAINER="pankso@slitaz.org" 955.5 LICENSE="MIT" 955.6 WEB_SITE="https://www.x.org/wiki/" 955.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 955.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 955.9 REPOLOGY="xinput" 955.10 955.11 TARBALL="xinput-$VERSION.tar.bz2"
956.1 --- a/xorg-xkbevd/receipt Mon Oct 15 16:44:45 2018 +0300 956.2 +++ b/xorg-xkbevd/receipt Tue Oct 16 16:46:05 2018 +0300 956.3 @@ -7,7 +7,7 @@ 956.4 MAINTAINER="al.bobylev@gmail.com" 956.5 LICENSE="MIT" 956.6 WEB_SITE="https://www.x.org/wiki/" 956.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 956.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 956.9 REPOLOGY="xkbevd" 956.10 956.11 TARBALL="xkbevd-$VERSION.tar.bz2"
957.1 --- a/xorg-xkbutils/receipt Mon Oct 15 16:44:45 2018 +0300 957.2 +++ b/xorg-xkbutils/receipt Tue Oct 16 16:46:05 2018 +0300 957.3 @@ -7,7 +7,7 @@ 957.4 MAINTAINER="pankso@slitaz.org" 957.5 LICENSE="MIT" 957.6 WEB_SITE="https://www.x.org/wiki/" 957.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 957.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 957.9 REPOLOGY="xkbutils" 957.10 957.11 TARBALL="xkbutils-$VERSION.tar.bz2"
958.1 --- a/xorg-xkeyboard-config/receipt Mon Oct 15 16:44:45 2018 +0300 958.2 +++ b/xorg-xkeyboard-config/receipt Tue Oct 16 16:46:05 2018 +0300 958.3 @@ -7,7 +7,7 @@ 958.4 MAINTAINER="pankso@slitaz.org" 958.5 LICENSE="MIT" 958.6 WEB_SITE="https://www.x.org/wiki/" 958.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/xkeyboard-config.html" 958.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xkeyboard-config.html" 958.9 REPOLOGY="xkeyboard-config" 958.10 958.11 TARBALL="xkeyboard-config-$VERSION.tar.bz2"
959.1 --- a/xorg-xkill/receipt Mon Oct 15 16:44:45 2018 +0300 959.2 +++ b/xorg-xkill/receipt Tue Oct 16 16:46:05 2018 +0300 959.3 @@ -7,7 +7,7 @@ 959.4 MAINTAINER="mallory@sweetpeople.org" 959.5 LICENSE="MIT" 959.6 WEB_SITE="https://www.x.org/wiki/" 959.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 959.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 959.9 REPOLOGY="xkill" 959.10 959.11 TARBALL="xkill-$VERSION.tar.bz2"
960.1 --- a/xorg-xlsatoms/receipt Mon Oct 15 16:44:45 2018 +0300 960.2 +++ b/xorg-xlsatoms/receipt Tue Oct 16 16:46:05 2018 +0300 960.3 @@ -7,7 +7,7 @@ 960.4 MAINTAINER="al.bobylev@gmail.com" 960.5 LICENSE="MIT" 960.6 WEB_SITE="https://www.x.org/wiki/" 960.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 960.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 960.9 REPOLOGY="xlsatoms" 960.10 960.11 TARBALL="xlsatoms-$VERSION.tar.bz2"
961.1 --- a/xorg-xlsclients/receipt Mon Oct 15 16:44:45 2018 +0300 961.2 +++ b/xorg-xlsclients/receipt Tue Oct 16 16:46:05 2018 +0300 961.3 @@ -7,7 +7,7 @@ 961.4 MAINTAINER="al.bobylev@gmail.com" 961.5 LICENSE="MIT" 961.6 WEB_SITE="https://www.x.org/wiki/" 961.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 961.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 961.9 REPOLOGY="xlsclients" 961.10 961.11 TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2"
962.1 --- a/xorg-xmessage/receipt Mon Oct 15 16:44:45 2018 +0300 962.2 +++ b/xorg-xmessage/receipt Tue Oct 16 16:46:05 2018 +0300 962.3 @@ -7,7 +7,7 @@ 962.4 MAINTAINER="slaxemulator@gmail.com" 962.5 LICENSE="MIT" 962.6 WEB_SITE="https://www.x.org/wiki/" 962.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 962.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 962.9 REPOLOGY="xmessage" 962.10 962.11 TARBALL="xmessage-$VERSION.tar.bz2"
963.1 --- a/xorg-xmodmap/receipt Mon Oct 15 16:44:45 2018 +0300 963.2 +++ b/xorg-xmodmap/receipt Tue Oct 16 16:46:05 2018 +0300 963.3 @@ -7,7 +7,7 @@ 963.4 MAINTAINER="pankso@slitaz.org" 963.5 LICENSE="MIT" 963.6 WEB_SITE="https://www.x.org/wiki/" 963.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 963.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 963.9 REPOLOGY="xmodmap" 963.10 963.11 TARBALL="xmodmap-$VERSION.tar.bz2"
964.1 --- a/xorg-xpr/receipt Mon Oct 15 16:44:45 2018 +0300 964.2 +++ b/xorg-xpr/receipt Tue Oct 16 16:46:05 2018 +0300 964.3 @@ -7,7 +7,7 @@ 964.4 MAINTAINER="al.bobylev@gmail.com" 964.5 LICENSE="MIT" 964.6 WEB_SITE="https://www.x.org/wiki/" 964.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 964.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 964.9 REPOLOGY="xpr" 964.10 964.11 TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2"
965.1 --- a/xorg-xprop/receipt Mon Oct 15 16:44:45 2018 +0300 965.2 +++ b/xorg-xprop/receipt Tue Oct 16 16:46:05 2018 +0300 965.3 @@ -7,7 +7,7 @@ 965.4 MAINTAINER="pankso@slitaz.org" 965.5 LICENSE="MIT" 965.6 WEB_SITE="https://www.x.org/wiki/" 965.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 965.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 965.9 REPOLOGY="xprop" 965.10 965.11 TARBALL="xprop-$VERSION.tar.bz2"
966.1 --- a/xorg-xrandr/receipt Mon Oct 15 16:44:45 2018 +0300 966.2 +++ b/xorg-xrandr/receipt Tue Oct 16 16:46:05 2018 +0300 966.3 @@ -7,7 +7,7 @@ 966.4 MAINTAINER="pankso@slitaz.org" 966.5 LICENSE="MIT" 966.6 WEB_SITE="https://www.x.org/wiki/" 966.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 966.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 966.9 REPOLOGY="xrandr" 966.10 966.11 TARBALL="xrandr-$VERSION.tar.bz2"
967.1 --- a/xorg-xrdb/receipt Mon Oct 15 16:44:45 2018 +0300 967.2 +++ b/xorg-xrdb/receipt Tue Oct 16 16:46:05 2018 +0300 967.3 @@ -7,7 +7,7 @@ 967.4 MAINTAINER="rocky@slitaz.org" 967.5 LICENSE="MIT" 967.6 WEB_SITE="https://www.x.org/wiki/" 967.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 967.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 967.9 REPOLOGY="xrdb" 967.10 967.11 TARBALL="xrdb-$VERSION.tar.bz2"
968.1 --- a/xorg-xrefresh/receipt Mon Oct 15 16:44:45 2018 +0300 968.2 +++ b/xorg-xrefresh/receipt Tue Oct 16 16:46:05 2018 +0300 968.3 @@ -7,7 +7,7 @@ 968.4 MAINTAINER="al.bobylev@gmail.com" 968.5 LICENSE="MIT" 968.6 WEB_SITE="https://www.x.org/wiki/" 968.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 968.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 968.9 REPOLOGY="xrefresh" 968.10 968.11 TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2"
969.1 --- a/xorg-xset/receipt Mon Oct 15 16:44:45 2018 +0300 969.2 +++ b/xorg-xset/receipt Tue Oct 16 16:46:05 2018 +0300 969.3 @@ -7,7 +7,7 @@ 969.4 MAINTAINER="paul@slitaz.org" 969.5 LICENSE="MIT" 969.6 WEB_SITE="https://www.x.org/wiki/" 969.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 969.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 969.9 REPOLOGY="xset" 969.10 969.11 TARBALL="xset-$VERSION.tar.bz2"
970.1 --- a/xorg-xsetroot/receipt Mon Oct 15 16:44:45 2018 +0300 970.2 +++ b/xorg-xsetroot/receipt Tue Oct 16 16:46:05 2018 +0300 970.3 @@ -7,7 +7,7 @@ 970.4 MAINTAINER="pankso@slitaz.org" 970.5 LICENSE="MIT" 970.6 WEB_SITE="https://www.x.org/wiki/" 970.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 970.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 970.9 REPOLOGY="xsetroot" 970.10 970.11 TARBALL="xsetroot-$VERSION.tar.bz2"
971.1 --- a/xorg-xtrans/receipt Mon Oct 15 16:44:45 2018 +0300 971.2 +++ b/xorg-xtrans/receipt Tue Oct 16 16:46:05 2018 +0300 971.3 @@ -7,7 +7,7 @@ 971.4 MAINTAINER="pankso@slitaz.org" 971.5 LICENSE="other" 971.6 WEB_SITE="https://www.x.org/wiki/" 971.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html" 971.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html" 971.9 REPOLOGY="xtrans" 971.10 971.11 TARBALL="xtrans-$VERSION.tar.bz2"
972.1 --- a/xorg-xvinfo/receipt Mon Oct 15 16:44:45 2018 +0300 972.2 +++ b/xorg-xvinfo/receipt Tue Oct 16 16:46:05 2018 +0300 972.3 @@ -7,7 +7,7 @@ 972.4 MAINTAINER="al.bobylev@gmail.com" 972.5 LICENSE="MIT" 972.6 WEB_SITE="https://www.x.org/wiki/" 972.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 972.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 972.9 REPOLOGY="xvinfo" 972.10 972.11 TARBALL="xvinfo-$VERSION.tar.bz2"
973.1 --- a/xorg-xwd/receipt Mon Oct 15 16:44:45 2018 +0300 973.2 +++ b/xorg-xwd/receipt Tue Oct 16 16:46:05 2018 +0300 973.3 @@ -7,7 +7,7 @@ 973.4 MAINTAINER="al.bobylev@gmail.com" 973.5 LICENSE="MIT" 973.6 WEB_SITE="https://www.x.org/wiki/" 973.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 973.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 973.9 REPOLOGY="xwd" 973.10 973.11 TARBALL="xwd-$VERSION.tar.bz2"
974.1 --- a/xorg-xwininfo/receipt Mon Oct 15 16:44:45 2018 +0300 974.2 +++ b/xorg-xwininfo/receipt Tue Oct 16 16:46:05 2018 +0300 974.3 @@ -7,7 +7,7 @@ 974.4 MAINTAINER="jozee@slitaz.org" 974.5 LICENSE="MIT" 974.6 WEB_SITE="https://www.x.org/wiki/" 974.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 974.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 974.9 REPOLOGY="xwininfo" 974.10 974.11 TARBALL="xwininfo-$VERSION.tar.bz2"
975.1 --- a/xorg-xwud/receipt Mon Oct 15 16:44:45 2018 +0300 975.2 +++ b/xorg-xwud/receipt Tue Oct 16 16:46:05 2018 +0300 975.3 @@ -7,7 +7,7 @@ 975.4 MAINTAINER="al.bobylev@gmail.com" 975.5 LICENSE="MIT" 975.6 WEB_SITE="https://www.x.org/wiki/" 975.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 975.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html" 975.9 REPOLOGY="xwud" 975.10 975.11 TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2"
976.1 --- a/xournal/receipt Mon Oct 15 16:44:45 2018 +0300 976.2 +++ b/xournal/receipt Tue Oct 16 16:46:05 2018 +0300 976.3 @@ -11,7 +11,7 @@ 976.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 976.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 976.6 976.7 -BUILD_DEPENDS="autoconf automake gtk+-dev libgnomecanvas-dev poppler-dev \ 976.8 +BUILD_DEPENDS="autoconf automake gtk2-dev libgnomecanvas-dev poppler-dev \ 976.9 zlib-dev libart_lgpl-dev gettext" 976.10 976.11 compile_rules() { 976.12 @@ -26,7 +26,7 @@ 976.13 genpkg_rules() { 976.14 copy @std 976.15 rm -r $fs/usr/share/mimelnk/ 976.16 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ libart_lgpl \ 976.17 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 libart_lgpl \ 976.18 libgnomecanvas pango poppler xorg-libX11 zlib" # poppler-apps? 976.19 SUGGESTED="ghostscript" 976.20 }
977.1 --- a/xpad/receipt Mon Oct 15 16:44:45 2018 +0300 977.2 +++ b/xpad/receipt Tue Oct 16 16:46:05 2018 +0300 977.3 @@ -11,8 +11,8 @@ 977.4 WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL" 977.5 HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad" 977.6 977.7 -DEPENDS="gtk+ util-linux-uuid xorg-libICE xorg-libSM" 977.8 -BUILD_DEPENDS="gtk+-dev xorg-libSM-dev intltool" 977.9 +DEPENDS="gtk2 util-linux-uuid xorg-libICE xorg-libSM" 977.10 +BUILD_DEPENDS="gtk2-dev xorg-libSM-dev intltool" 977.11 COOKOPTS="!pixmaps" 977.12 977.13 # Rules to configure and make the package.
978.1 --- a/xpra/receipt Mon Oct 15 16:44:45 2018 +0300 978.2 +++ b/xpra/receipt Tue Oct 16 16:46:05 2018 +0300 978.3 @@ -27,7 +27,8 @@ 978.4 978.5 genpkg_rules() { 978.6 copy @std 978.7 - DEPENDS="glib gtk+ libvpx python x264 x265 xorg-libX11 xorg-libXcomposite \ 978.8 + 978.9 + DEPENDS="glib gtk2 libvpx python x264 x265 xorg-libX11 xorg-libXcomposite \ 978.10 xorg-libXdamage xorg-libXext xorg-libXfixes xorg-libXi xorg-libXrandr \ 978.11 xorg-libXtst xorg-libxkbfile python-pygtk python-pygobject2" # maybe some other python-* too 978.12 }
979.1 --- a/xsane/receipt Mon Oct 15 16:44:45 2018 +0300 979.2 +++ b/xsane/receipt Tue Oct 16 16:46:05 2018 +0300 979.3 @@ -1,22 +1,21 @@ 979.4 -# SliTaz package receipt. 979.5 +# SliTaz package receipt v2. 979.6 979.7 PACKAGE="xsane" 979.8 VERSION="0.998" 979.9 CATEGORY="office" 979.10 -SHORT_DESC="XSane - graphical scanning frontend." 979.11 +SHORT_DESC="XSane - graphical scanning frontend" 979.12 MAINTAINER="pankso@slitaz.org" 979.13 LICENSE="GPL2" 979.14 +WEB_SITE="http://www.xsane.org/" 979.15 + 979.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 979.17 -WEB_SITE="http://www.xsane.org/" 979.18 WGET_URL="http://www.xsane.org/download/$TARBALL" 979.19 979.20 -DEPENDS="sane-backends gtk+ tiff xorg-libXdamage lcms v4l-utils libltdl" 979.21 -BUILD_DEPENDS="gtk+-dev sane-backends-dev lcms-dev eudev" 979.22 +BUILD_DEPENDS="gtk2-dev sane-backends-dev lcms-dev eudev" 979.23 979.24 -# Rules to configure and make the package. 979.25 -compile_rules() 979.26 -{ 979.27 +compile_rules() { 979.28 sed -i 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c 979.29 + 979.30 ./configure \ 979.31 --prefix=/usr \ 979.32 --mandir=/usr/share/man \ 979.33 @@ -26,11 +25,10 @@ 979.34 make DESTDIR=$DESTDIR install 979.35 } 979.36 979.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 979.38 -genpkg_rules() 979.39 -{ 979.40 - mkdir -p $fs/usr/share 979.41 - cp -a $install/usr/bin $fs/usr 979.42 - cp -a $install/usr/share/sane $fs/usr/share 979.43 - rm -rf $fs/usr/share/sane/xsane/doc 979.44 +genpkg_rules() { 979.45 + mkdir -p $fs/usr/share 979.46 + cp -a $install/usr/bin $fs/usr 979.47 + cp -a $install/usr/share/sane $fs/usr/share 979.48 + rm -rf $fs/usr/share/sane/xsane/doc 979.49 + DEPENDS="sane-backends gtk2 tiff xorg-libXdamage lcms v4l-utils libltdl" 979.50 }
980.1 --- a/xscreensaver/receipt Mon Oct 15 16:44:45 2018 +0300 980.2 +++ b/xscreensaver/receipt Tue Oct 16 16:46:05 2018 +0300 980.3 @@ -13,7 +13,7 @@ 980.4 980.5 BUILD_DEPENDS="bc xorg-libX11-dev xorg-libXmu-dev xorg-libXext-dev \ 980.6 xorg-libXinerama-dev xorg-libXi-dev xorg-libXxf86vm-dev xorg-libXrandr-dev \ 980.7 -gtk+-dev libxml2-dev mesa-dev gdk-pixbuf-dev xorg-libXpm-dev jpeg-dev \ 980.8 +gtk2-dev libxml2-dev mesa-dev gdk-pixbuf-dev xorg-libXpm-dev jpeg-dev \ 980.9 xorg-libXt-dev libglade-dev intltool" 980.10 980.11 compile_rules() {
981.1 --- a/xtrkcad/receipt Mon Oct 15 16:44:45 2018 +0300 981.2 +++ b/xtrkcad/receipt Tue Oct 16 16:46:05 2018 +0300 981.3 @@ -13,7 +13,7 @@ 981.4 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 981.5 981.6 BUILD_DEPENDS="cmake gettext zlib-dev \ 981.7 -gtk+-dev libxml2-dev libgtkhtml-dev libgtkhtml doxygen \ 981.8 +gtk2-dev libxml2-dev libgtkhtml-dev libgtkhtml doxygen \ 981.9 xorg-libX11-dev xorg-xorgproto xorg-libXau-dev \ 981.10 xorg-libXdmcp-dev" 981.11 SPLIT="xtrkcad-doc xtrkcad" 981.12 @@ -51,7 +51,7 @@ 981.13 ;; 981.14 xtrkcad) 981.15 copy @std @rm 981.16 - DEPENDS="menu-railroad glibc-base glib zlib expat libxml2 gtk+ \ 981.17 + DEPENDS="menu-railroad glibc-base glib zlib expat libxml2 gtk2 \ 981.18 libgtkhtml fontconfig freetype atk cairo libpng16 pango \ 981.19 xorg-pixman xorg-libxcb xorg-xcb-util xorg-libX11 xorg-libXau \ 981.20 xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \
982.1 --- a/xvidcore/receipt Mon Oct 15 16:44:45 2018 +0300 982.2 +++ b/xvidcore/receipt Tue Oct 16 16:46:05 2018 +0300 982.3 @@ -7,6 +7,7 @@ 982.4 MAINTAINER="devl547@gmail.com" 982.5 LICENSE="GPL2" 982.6 WEB_SITE="http://www.xvid.org/" 982.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/xvid.html" 982.8 982.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 982.10 WGET_URL="http://downloads.xvid.org/downloads/$TARBALL" 982.11 @@ -14,28 +15,24 @@ 982.12 BUILD_DEPENDS="yasm" 982.13 SPLIT="xvidcore-dev" 982.14 982.15 -# Rules to configure and make the package. 982.16 -compile_rules() 982.17 -{ 982.18 - # http://www.linuxfromscratch.org/blfs/view/stable/multimedia/xvid.html 982.19 - cd build/generic && 982.20 - sed -i 's/^LN_S=@LN_S@/& -f -v/' platform.inc.in && 982.21 +compile_rules() { 982.22 + cd build/generic 982.23 + sed -i 's/^LN_S=@LN_S@/& -f -v/' platform.inc.in 982.24 + 982.25 ./configure $CONFIGURE_ARGS && 982.26 make && 982.27 sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile && 982.28 - make DESTDIR=$install install && 982.29 + make DESTDIR=$install install || return 1 982.30 982.31 - find $install/usr/lib/ -name 'libxvidcore.so.*' -type f -exec chmod -v 755 '{}' \; && 982.32 + find $install/usr/lib/ -name 'libxvidcore.so.*' -type f -exec chmod -v 755 '{}' \; 982.33 982.34 - mkdir -p $install/usr/share/doc/xvidcore-$VERSION/examples && 982.35 - install -v -m644 ../../doc/* $install/usr/share/doc/xvidcore-$VERSION && 982.36 + mkdir -p $install/usr/share/doc/xvidcore-$VERSION/examples 982.37 + install -v -m644 ../../doc/* $install/usr/share/doc/xvidcore-$VERSION 982.38 install -v -m644 ../../examples/* \ 982.39 $install/usr/share/doc/xvidcore-$VERSION/examples 982.40 } 982.41 982.42 -# Rules to gen a SliTaz package suitable for Tazpkg. 982.43 -genpkg_rules() 982.44 -{ 982.45 +genpkg_rules() { 982.46 case $PACKAGE in 982.47 xvidcore) copy @std;; 982.48 *-dev) copy *.h;;
983.1 --- a/yad/receipt Mon Oct 15 16:44:45 2018 +0300 983.2 +++ b/yad/receipt Tue Oct 16 16:46:05 2018 +0300 983.3 @@ -11,7 +11,7 @@ 983.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 983.5 WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL" 983.6 983.7 -BUILD_DEPENDS="patch gtk+-dev gtk+3-dev webkitgtk-dev intltool" 983.8 +BUILD_DEPENDS="patch gtk2-dev gtk3-dev webkitgtk-dev intltool" 983.9 SPLIT="yad-html:html yad-gtk3:gtk3" 983.10 983.11 compile_rules() { 983.12 @@ -35,22 +35,22 @@ 983.13 yad) 983.14 copy @std 983.15 CAT="utilities|GTK+2" 983.16 - DEPENDS="cairo gdk-pixbuf glib gtk+ pango" 983.17 + DEPENDS="cairo gdk-pixbuf glib gtk2 pango" 983.18 TAGS="gtk2" 983.19 ;; 983.20 yad-html) 983.21 copy @std 983.22 CAT="utilities|GTK+2, with HTML widget" 983.23 - DEPENDS="cairo gdk-pixbuf glib gtk+ libsoup pango webkitgtk" 983.24 + DEPENDS="cairo gdk-pixbuf glib gtk2 libsoup pango webkitgtk" 983.25 TAGS="gtk2" 983.26 PROVIDE="yad:webkitgtk" 983.27 ;; 983.28 yad-gtk3) 983.29 copy @std 983.30 CAT="utilities|GTK+3" 983.31 - DEPENDS="cairo gdk-pixbuf glib gtk+3 pango" 983.32 + DEPENDS="cairo gdk-pixbuf glib gtk3 pango" 983.33 TAGS="gtk3" 983.34 - PROVIDE="yad:gtk+3" 983.35 + PROVIDE="yad:gtk3" 983.36 ;; 983.37 esac 983.38 }
984.1 --- a/yasm/receipt Mon Oct 15 16:44:45 2018 +0300 984.2 +++ b/yasm/receipt Tue Oct 16 16:46:05 2018 +0300 984.3 @@ -7,7 +7,7 @@ 984.4 MAINTAINER="jozee@slitaz.org" 984.5 LICENSE="BSD GPL2 LGPL2" 984.6 WEB_SITE="http://yasm.tortall.net/" 984.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/yasm.html" 984.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/yasm.html" 984.9 984.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 984.11 WGET_URL="http://www.tortall.net/projects/yasm/releases/$TARBALL"
985.1 --- a/yasr/receipt Mon Oct 15 16:44:45 2018 +0300 985.2 +++ b/yasr/receipt Tue Oct 16 16:46:05 2018 +0300 985.3 @@ -1,42 +1,36 @@ 985.4 -# SliTaz package receipt. 985.5 +# SliTaz package receipt v2. 985.6 985.7 PACKAGE="yasr" 985.8 VERSION="0.6.9" 985.9 CATEGORY="utilities" 985.10 -SHORT_DESC="General purpose console screen reader." 985.11 +SHORT_DESC="General purpose console screen reader" 985.12 MAINTAINER="paul@slitaz.org" 985.13 LICENSE="GPL2" 985.14 +WEB_SITE="http://yasr.sourceforge.net/" 985.15 + 985.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 985.17 -WEB_SITE="http://yasr.sourceforge.net/" 985.18 -WGET_URL="http://prdownloads.sourceforge.net/yasr/$TARBALL" 985.19 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 985.20 985.21 -DEPENDS="speech-dispatcher espeak bash" 985.22 - 985.23 -# Rules to configure and make the package. 985.24 -compile_rules() 985.25 -{ 985.26 +compile_rules() { 985.27 ./configure \ 985.28 - --prefix=/usr $CONFIGURE_ARGS && 985.29 - make && make DESTDIR=$DESTDIR install 985.30 + --prefix=/usr \ 985.31 + $CONFIGURE_ARGS && 985.32 + make && 985.33 + make DESTDIR=$DESTDIR install 985.34 } 985.35 985.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 985.37 -genpkg_rules() 985.38 -{ 985.39 +genpkg_rules() { 985.40 mkdir -p $fs/usr/share 985.41 cp -a $install/usr/bin $fs/usr 985.42 cp -a $install/usr/share/yasr $fs/usr/share 985.43 + DEPENDS="speech-dispatcher espeak bash" 985.44 } 985.45 985.46 -post_install() 985.47 -{ 985.48 +post_install() { 985.49 # Enable speech-synthesizer in config file 985.50 - echo -n "Enabling config file..." 985.51 - cd "$1/usr/share/yasr" 985.52 - sed -i 's/synthesizer=emacspeak/#synthesizer=emacspeak/; \ 985.53 - s/#synthesizer=speech/synthesizer=speech/; \ 985.54 - s/synthesizer port=|/#synthesizer port=|/; \ 985.55 - s/#synthesizer port=127./synthesizer port=127./' yasr.conf 985.56 - status 985.57 + sed 's!synthesizer=emacspeak!#synthesizer=emacspeak!; 985.58 + s!#synthesizer=speech!synthesizer=speech!; 985.59 + s!synthesizer port=|!#synthesizer port=|!; 985.60 + s!#synthesizer port=127.!synthesizer port=127.!' \ 985.61 + -i "$1/usr/share/yasr/yasr.conf" 985.62 } 985.63 -
986.1 --- a/zbar/receipt Mon Oct 15 16:44:45 2018 +0300 986.2 +++ b/zbar/receipt Tue Oct 16 16:46:05 2018 +0300 986.3 @@ -12,7 +12,7 @@ 986.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 986.5 986.6 BUILD_DEPENDS="xmlto xorg-libX11-dev xorg-libXext-dev xorg-libXv-dev \ 986.7 -libjpeg-turbo-dev imagemagick6-dev gtk+-dev" 986.8 +libjpeg-turbo-dev imagemagick6-dev gtk2-dev" 986.9 SPLIT="zbar-dev" 986.10 986.11 compile_rules() { 986.12 @@ -32,12 +32,12 @@ 986.13 case $PACKAGE in 986.14 zbar) 986.15 copy @std 986.16 - DEPENDS="gdk-pixbuf glib gtk+ imagemagick6 libjpeg-turbo \ 986.17 + DEPENDS="gdk-pixbuf glib gtk2 imagemagick6 libjpeg-turbo \ 986.18 xorg-libX11 xorg-libXv" 986.19 ;; 986.20 *-dev) 986.21 copy @dev 986.22 - DEPENDS="zbar glib-dev gtk+-dev" 986.23 + DEPENDS="zbar glib-dev gtk2-dev" 986.24 ;; 986.25 esac 986.26 }
987.1 --- a/zenity+webkit2/receipt Mon Oct 15 16:44:45 2018 +0300 987.2 +++ b/zenity+webkit2/receipt Tue Oct 16 16:46:05 2018 +0300 987.3 @@ -12,7 +12,7 @@ 987.4 TARBALL="zenity-$VERSION.tar.xz" 987.5 WGET_URL="$GNOME_MIRROR/zenity/${VERSION%.*}/$TARBALL" 987.6 987.7 -BUILD_DEPENDS="gtk+3-dev glib-dev libnotify-dev webkit2gtk-dev gettext \ 987.8 +BUILD_DEPENDS="gtk3-dev glib-dev libnotify-dev webkit2gtk-dev gettext \ 987.9 itstool" 987.10 SPLIT="zenity+webkit2-gnome zenity+webkit2" 987.11 SIBLINGS="zenity" 987.12 @@ -29,7 +29,7 @@ 987.13 ;; 987.14 zenity+webkit2) 987.15 copy @std @rm 987.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libnotify libsoup \ 987.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 libnotify libsoup \ 987.18 pango webkit2gtk xorg-libX11" 987.19 PROVIDE="webkit2gtk:zenity" 987.20 TAGS="dialogs"
988.1 --- a/zenity-gtk2/receipt Mon Oct 15 16:44:45 2018 +0300 988.2 +++ b/zenity-gtk2/receipt Tue Oct 16 16:46:05 2018 +0300 988.3 @@ -12,7 +12,7 @@ 988.4 TARBALL="zenity-$VERSION.tar.bz2" 988.5 WGET_URL="$GNOME_MIRROR/zenity/${VERSION%.*}/$TARBALL" 988.6 988.7 -BUILD_DEPENDS="gnome-doc-utils intltool gtk+-dev" # + libnotify-dev -> crash on build. FIXME 988.8 +BUILD_DEPENDS="gnome-doc-utils intltool gtk2-dev" # + libnotify-dev -> crash on build. FIXME 988.9 988.10 compile_rules() { 988.11 ./configure \ 988.12 @@ -24,7 +24,7 @@ 988.13 genpkg_rules() { 988.14 copy @std 988.15 rm -r $fs/usr/share/gnome/ $fs/usr/share/omf/ # GNOME stuff. Just remove it 988.16 - DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango \ 988.17 + DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango \ 988.18 xorg-libX11" 988.19 TAGS="dialogs gui" 988.20 }
989.1 --- a/zenity/receipt Mon Oct 15 16:44:45 2018 +0300 989.2 +++ b/zenity/receipt Tue Oct 16 16:46:05 2018 +0300 989.3 @@ -11,7 +11,7 @@ 989.4 TARBALL="zenity-$VERSION.tar.xz" 989.5 WGET_URL="$GNOME_MIRROR/zenity/${VERSION%.*}/$TARBALL" 989.6 989.7 -BUILD_DEPENDS="gtk+3-dev glib-dev libnotify-dev gettext itstool" 989.8 +BUILD_DEPENDS="gtk3-dev glib-dev libnotify-dev gettext itstool" 989.9 SPLIT="zenity-gnome zenity" 989.10 SIBLINGS="zenity+webkit2" 989.11 989.12 @@ -31,7 +31,7 @@ 989.13 ;; 989.14 zenity) 989.15 copy @std @rm 989.16 - DEPENDS="atk cairo gdk-pixbuf glib gtk+3 libnotify pango \ 989.17 + DEPENDS="atk cairo gdk-pixbuf glib gtk3 libnotify pango \ 989.18 xorg-libX11" 989.19 TAGS="dialogs" 989.20 ;;
990.1 --- a/zip/receipt Mon Oct 15 16:44:45 2018 +0300 990.2 +++ b/zip/receipt Tue Oct 16 16:46:05 2018 +0300 990.3 @@ -7,7 +7,7 @@ 990.4 MAINTAINER="pankso@slitaz.org" 990.5 LICENSE="other" 990.6 WEB_SITE="http://www.info-zip.org/" 990.7 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/zip.html" 990.8 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/zip.html" 990.9 990.10 TARBALL="$PACKAGE${VERSION//./}.tar.gz" 990.11 WGET_URL="$SF_MIRROR/infozip/$TARBALL"