wok-next rev 20005
gigolo, gnome-commander, jpilot, l3afpad, libmatemixer, libnjb, libwnck3, lightdm, metacity, network-manager, nginx-extras, pcsxr-svn, sbackup, varka, viewnior, wvstreams, wxHexEditor, xfig, yad-gtk3: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 21 14:16:43 2017 +0200 (2017-10-21) |
parents | baf539ef5c7c |
children | f375934fce59 |
files | gigolo/receipt gnome-commander/receipt jpilot/receipt l3afpad/receipt libmatemixer/receipt libnjb/receipt libwnck3/receipt lightdm/receipt metacity/receipt network-manager/receipt nginx-extras/receipt pcsxr-svn/receipt sbackup/receipt varka/receipt viewnior/receipt wvstreams/receipt wxHexEditor/receipt xfig/receipt yad-gtk3/receipt |
line diff
1.1 --- a/gigolo/receipt Sat Oct 21 10:54:42 2017 +0200 1.2 +++ b/gigolo/receipt Sat Oct 21 14:16:43 2017 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="http://files.uvena.de/$PACKAGE/$TARBALL" 1.5 1.6 DEPENDS="gtk+" 1.7 -BUILD_DEPENDS="gtk+-dev python-dev gettext-tools" 1.8 +BUILD_DEPENDS="gtk+-dev python-dev gettext-tools intltool" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/gnome-commander/receipt Sat Oct 21 10:54:42 2017 +0200 2.2 +++ b/gnome-commander/receipt Sat Oct 21 14:16:43 2017 +0200 2.3 @@ -15,7 +15,7 @@ 2.4 libgnomeui-dev gdk-pixbuf-dev cairo-dev pango-dev atk-dev libbonoboui-dev \ 2.5 libgnomecanvas-dev libart_lgpl-dev xorg-libXinerama-dev xorg-libXrandr-dev \ 2.6 xorg-dev libgnome-keyring-dev libgcrypt-dev rarian-dev rarian exiv2-dev \ 2.7 -taglib-dev libgsf-dev poppler-dev chmlib-dev lcms-dev flex python-dev \ 2.8 +taglib-dev libgsf-dev poppler-dev chmlib-dev lcms2-dev flex python-dev \ 2.9 util-linux-uuid-dev libunique-dev intltool" 2.10 2.11 # Rules to configure and make the package.
3.1 --- a/jpilot/receipt Sat Oct 21 10:54:42 2017 +0200 3.2 +++ b/jpilot/receipt Sat Oct 21 14:16:43 2017 +0200 3.3 @@ -11,7 +11,7 @@ 3.4 WGET_URL="$WEB_SITE/$TARBALL" 3.5 3.6 DEPENDS="gtk+ gettext pilot-link" 3.7 -BUILD_DEPENDS="gtk+-dev gettext pilot-link-dev" 3.8 +BUILD_DEPENDS="gtk+-dev gettext pilot-link-dev intltool" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules() 3.12 @@ -37,4 +37,3 @@ 3.13 echo "Don't forget to add yourself to group dialout to be able to sync your Palm." 3.14 echo " # addgroup tux dialout" 3.15 } 3.16 -
4.1 --- a/l3afpad/receipt Sat Oct 21 10:54:42 2017 +0200 4.2 +++ b/l3afpad/receipt Sat Oct 21 14:16:43 2017 +0200 4.3 @@ -12,7 +12,7 @@ 4.4 TAGS="text-editor" 4.5 4.6 DEPENDS="gtk+3" 4.7 -BUILD_DEPENDS="gtk+3-dev" 4.8 +BUILD_DEPENDS="gtk+3-dev intltool" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/libmatemixer/receipt Sat Oct 21 10:54:42 2017 +0200 5.2 +++ b/libmatemixer/receipt Sat Oct 21 14:16:43 2017 +0200 5.3 @@ -13,7 +13,7 @@ 5.4 DEPENDS="alsa-lib pulseaudio" 5.5 BUILD_DEPENDS="wget alsa-lib-dev pulseaudio-dev gtk+-dev autoconf automake libtool itstool \ 5.6 mate-common-dev gtk-doc util-linux-uuid-dev libjson-c-dev libsndfile-dev flac-dev \ 5.7 -libvorbis-dev dbus-dev" 5.8 +libvorbis-dev dbus-dev intltool" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()
6.1 --- a/libnjb/receipt Sat Oct 21 10:54:42 2017 +0200 6.2 +++ b/libnjb/receipt Sat Oct 21 14:16:43 2017 +0200 6.3 @@ -11,12 +11,11 @@ 6.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 6.5 6.6 DEPENDS="libusb-compat" 6.7 -BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev" 6.8 +BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev udev-dev" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules() 6.12 { 6.13 - cd $src 6.14 ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install 6.15 } 6.16 6.17 @@ -26,4 +25,3 @@ 6.18 mkdir -p $fs/usr/lib 6.19 cp -a $install/usr/lib/*.so* $fs/usr/lib 6.20 } 6.21 -
7.1 --- a/libwnck3/receipt Sat Oct 21 10:54:42 2017 +0200 7.2 +++ b/libwnck3/receipt Sat Oct 21 14:16:43 2017 +0200 7.3 @@ -13,7 +13,8 @@ 7.4 DEPENDS="expat gtk+ startup-notification xorg-libICE xorg-libSM xorg-libX11 \ 7.5 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 7.6 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 7.7 -BUILD_DEPENDS="startup-notification-dev gtk+3-dev gobject-introspection-dev" 7.8 +BUILD_DEPENDS="startup-notification-dev gtk+3-dev gobject-introspection-dev \ 7.9 +intltool" 7.10 7.11 # Rules to configure and make the package. 7.12 compile_rules()
8.1 --- a/lightdm/receipt Sat Oct 21 10:54:42 2017 +0200 8.2 +++ b/lightdm/receipt Sat Oct 21 14:16:43 2017 +0200 8.3 @@ -15,7 +15,7 @@ 8.4 8.5 DEPENDS="libgcrypt glib libxklavier pam xorg-libX11" 8.6 BUILD_DEPENDS="gobject-introspection-dev pam-dev itstool libxklavier-dev \ 8.7 -libgcrypt-dev wget" 8.8 +libgcrypt-dev wget intltool" 8.9 8.10 # Rules to configure and make the package. 8.11 compile_rules()
9.1 --- a/metacity/receipt Sat Oct 21 10:54:42 2017 +0200 9.2 +++ b/metacity/receipt Sat Oct 21 14:16:43 2017 +0200 9.3 @@ -17,7 +17,7 @@ 9.4 BUILD_DEPENDS="gsettings-desktop-schemas glib-dev gtk+-dev \ 9.5 xorg-libXcomposite-dev xorg-libXdamage-dev zenity xorg-libXinerama-dev \ 9.6 xorg-libXrandr-dev xorg-libXcursor-dev libcanberra-dev libltdl libvorbis-dev \ 9.7 -libogg-dev libtool gnome-doc-utils-dev GConf-dev util-linux-uuid-dev" 9.8 +libogg-dev libtool gnome-doc-utils-dev GConf-dev util-linux-uuid-dev intltool" 9.9 9.10 # Rules to configure and make the package. 9.11 compile_rules()
10.1 --- a/network-manager/receipt Sat Oct 21 10:54:42 2017 +0200 10.2 +++ b/network-manager/receipt Sat Oct 21 14:16:43 2017 +0200 10.3 @@ -13,7 +13,7 @@ 10.4 10.5 DEPENDS="dbus dbus-glib gtk+ wireless_tools libgudev libnl nss ppp iptables dhcp-client" 10.6 BUILD_DEPENDS="dbus-dev dbus-glib-dev gtk+-dev wireless_tools-dev libgudev-dev \ 10.7 -libnl-dev nss-dev ppp-dev iptables-dev util-linux-uuid-dev dhcp-client" 10.8 +libnl-dev nss-dev ppp-dev iptables-dev util-linux-uuid-dev dhcp-client intltool" 10.9 10.10 # Rules to configure and make the package. 10.11 compile_rules()
11.1 --- a/nginx-extras/receipt Sat Oct 21 10:54:42 2017 +0200 11.2 +++ b/nginx-extras/receipt Sat Oct 21 14:16:43 2017 +0200 11.3 @@ -15,7 +15,8 @@ 11.4 CONFLICT="nginx" 11.5 11.6 DEPENDS="pcre openssl zlib libgd geoip libxslt" 11.7 -BUILD_DEPENDS="pcre-dev openssl-dev zlib-dev libgd-dev geoip-dev libxslt-dev" 11.8 +BUILD_DEPENDS="pcre-dev openssl-dev zlib-dev libgd-dev geoip-dev libxslt-dev \ 11.9 +perl" 11.10 11.11 # Rules to configure and make the package. 11.12 compile_rules()
12.1 --- a/pcsxr-svn/receipt Sat Oct 21 10:54:42 2017 +0200 12.2 +++ b/pcsxr-svn/receipt Sat Oct 21 14:16:43 2017 +0200 12.3 @@ -15,12 +15,11 @@ 12.4 DEPENDS="libcdio libglade xorg-libXtst xorg-libXv mesa libsdl" 12.5 BUILD_DEPENDS="glib-dev libcdio libcdio-dev libglade-dev gtk+-dev xorg-libXtst xorg-libXtst-dev xorg-libXv xorg-libXv-dev mesa-dev \ 12.6 zlib-dev libsdl libsdl-dev subversion nasm gettext intltool sed lzma \ 12.7 -autoconf automake libtool" 12.8 +autoconf automake libtool expat-dev xorg-libxshmfence-dev" 12.9 12.10 # Rules to configure and make the package. 12.11 compile_rules() 12.12 { 12.13 - cd $src 12.14 ./autogen.sh \ 12.15 --prefix=/usr \ 12.16 --infodir=/usr/share/info \ 12.17 @@ -42,4 +41,3 @@ 12.18 cp -a $install/usr/share/pcsx $fs/usr/share 12.19 find $fs/usr/lib -name "*.la" -delete 12.20 } 12.21 -
13.1 --- a/sbackup/receipt Sat Oct 21 10:54:42 2017 +0200 13.2 +++ b/sbackup/receipt Sat Oct 21 14:16:43 2017 +0200 13.3 @@ -13,7 +13,7 @@ 13.4 13.5 DEPENDS="python notify-python gettext-base pygtk gvfs fuse sshfs-fuse \ 13.6 curlftpfs desktop-file-utils" 13.7 -BUILD_DEPENDS="$DEPENDS setuptools" 13.8 +BUILD_DEPENDS="$DEPENDS setuptools gettext-tools" 13.9 13.10 # Rules to configure and make the package. 13.11 compile_rules() 13.12 @@ -30,4 +30,3 @@ 13.13 { 13.14 cp -a $install/* $fs 13.15 } 13.16 -
14.1 --- a/varka/receipt Sat Oct 21 10:54:42 2017 +0200 14.2 +++ b/varka/receipt Sat Oct 21 14:16:43 2017 +0200 14.3 @@ -12,7 +12,8 @@ 14.4 WGET_URL="bzr|lp:varka" 14.5 14.6 DEPENDS="gtk+3" 14.7 -BUILD_DEPENDS="bazaar cmake gobject-introspection-dev gtk+3-dev glib-dev vala" 14.8 +BUILD_DEPENDS="bazaar cmake gobject-introspection-dev gtk+3-dev glib-dev vala \ 14.9 +gettext-tools" 14.10 14.11 # Rules to configure and make the package. 14.12 compile_rules()
15.1 --- a/viewnior/receipt Sat Oct 21 10:54:42 2017 +0200 15.2 +++ b/viewnior/receipt Sat Oct 21 14:16:43 2017 +0200 15.3 @@ -15,7 +15,7 @@ 15.4 DEPENDS="atk bzlib cairo exiv2 fontconfig freetype gcc-lib-base gdk-pixbuf \ 15.5 glib glibc-base gtk+ harfbuzz libffi libpng libxcb libxml2 pango pcre \ 15.6 pixman xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender zlib" 15.7 -BUILD_DEPENDS="automake libtool gtk+-dev exiv2-dev" 15.8 +BUILD_DEPENDS="automake libtool gtk+-dev exiv2-dev intltool" 15.9 15.10 case "$ARCH" in 15.11 i?86) BUILD_DEPENDS="$BUILD_DEPENDS shared-mime-info-dev" ;;
16.1 --- a/wvstreams/receipt Sat Oct 21 10:54:42 2017 +0200 16.2 +++ b/wvstreams/receipt Sat Oct 21 14:16:43 2017 +0200 16.3 @@ -12,12 +12,11 @@ 16.4 TAGS="network 3G" 16.5 16.6 DEPENDS="ppp libssl xplc readline" 16.7 -BUILD_DEPENDS="ppp-dev openssl-dev xplc-dev readline-dev bash" 16.8 +BUILD_DEPENDS="ppp-dev openssl-dev xplc-dev readline-dev bash zlib-dev" 16.9 16.10 # Rules to configure and make the package. 16.11 compile_rules() 16.12 { 16.13 - cd $src 16.14 sed -i 's/ X509V3_EXT_METHOD/ const X509V3_EXT_METHOD/' crypto/wvx509.cc 16.15 sed -i 's/def MACOS/ 1/' streams/wvatomicfile.cc \ 16.16 ipstreams/wvunixdgsocket.cc
17.1 --- a/wxHexEditor/receipt Sat Oct 21 10:54:42 2017 +0200 17.2 +++ b/wxHexEditor/receipt Sat Oct 21 14:16:43 2017 +0200 17.3 @@ -12,7 +12,7 @@ 17.4 WGET_URL="$SF_MIRROR/$SF_PROJECT/$TARBALL" 17.5 17.6 DEPENDS="libgomp wxWidgets28" 17.7 -BUILD_DEPENDS="wxWidgets28-dev libffi libtool autoconf automake" 17.8 +BUILD_DEPENDS="wxWidgets28-dev libffi libtool autoconf automake gettext-tools" 17.9 17.10 # Rules to configure and make the package. 17.11 compile_rules()
18.1 --- a/xfig/receipt Sat Oct 21 10:54:42 2017 +0200 18.2 +++ b/xfig/receipt Sat Oct 21 14:16:43 2017 +0200 18.3 @@ -13,7 +13,8 @@ 18.4 18.5 DEPENDS="jpeg libpng xorg xorg-libXp" 18.6 BUILD_DEPENDS="xorg-imake xorg-cf-files xorg-gccmakedep jpeg-dev \ 18.7 -libpng-dev xorg-libXp" 18.8 +libpng-dev xorg-libXp xorg-libX11-dev xorg-libXt-dev xorg-libXpm-dev \ 18.9 +xorg-libXmu-dev xorg-libXaw-dev" 18.10 18.11 # Rules to configure and make the package. 18.12 compile_rules()
19.1 --- a/yad-gtk3/receipt Sat Oct 21 10:54:42 2017 +0200 19.2 +++ b/yad-gtk3/receipt Sat Oct 21 14:16:43 2017 +0200 19.3 @@ -13,14 +13,14 @@ 19.4 19.5 DEPENDS="atk cairo gdk-pixbuf glib glibc-base gtk+3 libffi pango pcre \ 19.6 zlib" 19.7 -BUILD_DEPENDS="gtk+3-dev" 19.8 +BUILD_DEPENDS="gtk+3-dev intltool" 19.9 PROVIDE="yad:gtk+3" 19.10 SIBLINGS="yad-gtk2 yad-gtk2-html" 19.11 19.12 # Rules to configure and make the package. 19.13 compile_rules() 19.14 { 19.15 - patch -p1 -i $WOK/yad-gtk2/stuff/ru.patch 19.16 + patch -p1 -i $WOK/yad-gtk2/stuff/patches/ru.patch 19.17 19.18 ./configure \ 19.19 --with-gtk=gtk3 \