wok rev 22816
brasero: add icons
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 04 08:33:50 2020 +0100 (2020-02-04) |
parents | 1d41e6aa71da |
children | 04873d2f5f91 |
files | GConf-dev/receipt GConf/receipt brasero/receipt openvas-libraries/receipt utox/receipt |
line diff
1.1 --- a/GConf-dev/receipt Mon Feb 03 09:07:53 2020 +0100 1.2 +++ b/GConf-dev/receipt Tue Feb 04 08:33:50 2020 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="GConf development files." 1.5 MAINTAINER="rcx@zoominternet.net" 1.6 LICENSE="LGPL2" 1.7 -WEB_SITE="https://projects.gnome.org/gconf/" 1.8 +WEB_SITE="https://wwww.gnome.org/" 1.9 1.10 DEPENDS="GConf ORBit2-dev pkg-config" 1.11 WANTED="GConf"
2.1 --- a/GConf/receipt Mon Feb 03 09:07:53 2020 +0100 2.2 +++ b/GConf/receipt Tue Feb 04 08:33:50 2020 +0100 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="A configuration database system." 2.5 MAINTAINER="rcx@zoominternet.net" 2.6 LICENSE="LGPL2" 2.7 -WEB_SITE="https://projects.gnome.org/gconf/" 2.8 +WEB_SITE="https://wwww.gnome.org/" 2.9 2.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
3.1 --- a/brasero/receipt Mon Feb 03 09:07:53 2020 +0100 3.2 +++ b/brasero/receipt Tue Feb 04 08:33:50 2020 +0100 3.3 @@ -43,4 +43,5 @@ 3.4 cp -a $install/usr/lib $fs/usr/ 3.5 cp -a $install/usr/share/applications $fs/usr/share/applications 3.6 cp -a $install/usr/share/icons $fs/usr/share/icons 3.7 + cp -a $install/usr/share/brasero $fs/usr/share/brasero 3.8 }
4.1 --- a/openvas-libraries/receipt Mon Feb 03 09:07:53 2020 +0100 4.2 +++ b/openvas-libraries/receipt Tue Feb 04 08:33:50 2020 +0100 4.3 @@ -17,14 +17,16 @@ 4.4 # Rules to configure and make the package. 4.5 compile_rules() 4.6 { 4.7 - sed -i 's/.*gnutls_transport_set_lowat.*/#if GNUTLS_VERSION_NUMBER < 0x020c00\n&\n#endif/' misc/network.c 4.8 + sed 's/.*set_lowat.*/#if GNUTLS_VERSION_NUMBER < 0x020c00\n&\n#endif/' \ 4.9 + -i misc/network.c 4.10 + 4.11 # gnutls_connection_end_t depredicated for gnutls >= 3.0.18 4.12 - sed -i 's/gnutls_connection_end_t/unsigned int/' misc/openvas_server.h misc/openvas_server.c 4.13 + sed -i 's/gnutls_connection_end_t/unsigned int/' misc/openvas_server.? 4.14 4.15 # Update for bison 3 4.16 - sed -i -e 's|naslerror(|naslerror(naslctxt *parm, |' \ 4.17 - -e 's|pure_parser|pure-parser\n%parse-param {naslctxt * parm}\n%lex-param {naslctxt * parm}|' \ 4.18 - nasl/nasl_grammar.y 4.19 + sed -e 's|_parser$|-parser\n%parse-param {naslctxt * parm}\n%lex-param {naslctxt * parm}|' \ 4.20 + -e 's|naslerror(|&naslctxt *parm, |' -i nasl/nasl_grammar.y 4.21 + 4.22 ./configure --prefix=/usr --localstatedir=/var \ 4.23 --mandir=/usr/share/man \ 4.24 $CONFIGURE_ARGS &&
5.1 --- a/utox/receipt Mon Feb 03 09:07:53 2020 +0100 5.2 +++ b/utox/receipt Tue Feb 04 08:33:50 2020 +0100 5.3 @@ -7,7 +7,7 @@ 5.4 MAINTAINER="pankso@slitaz.org" 5.5 LICENSE="GPL" 5.6 TARBALL="${PACKAGE}-${VERSION}.tar.xz" 5.7 -WEB_SITE="https://tox.im/" 5.8 +WEB_SITE="https://utox.org/" 5.9 WGET_URL="https://jenkins.libtoxcore.so/job/uTox_linux_i686/lastSuccessfulBuild/artifact/utox/utox_linux_i686.tar.xz" 5.10 5.11 DEPENDS="dbus bzlib xorg-libX11 gtk+"