wok-6.x rev 23908
Up tazinst (101)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 08 16:48:38 2020 +0000 (2020-08-08) |
parents | b185abe5285c |
children | 3a7e6669a596 |
files | beaver/receipt faac-dev/receipt faac/receipt faad2-dev/receipt faad2/receipt fstransform/receipt gc-dev/receipt gc/receipt libburn-dev/receipt libburn/receipt opentyrian/receipt rapidsvn/receipt tazinst-gui/receipt tazinst/receipt yad-gtk2/receipt |
line diff
1.1 --- a/beaver/receipt Mon Aug 03 16:02:48 2020 +0000 1.2 +++ b/beaver/receipt Sat Aug 08 16:48:38 2020 +0000 1.3 @@ -29,6 +29,9 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 + mkdir -p $fs/usr/share/icons/hicolor/32x32/ 1.8 + cp -a $install/usr/share/icons/hicolor/32x32/apps \ 1.9 + $fs/usr/share/icons/hicolor/32x32/ 1.10 cook_copy_files beaver 1.11 cook_copy_icons 1.12 mkdir -p $fs/usr/share/beaver
2.1 --- a/faac-dev/receipt Mon Aug 03 16:02:48 2020 +0000 2.2 +++ b/faac-dev/receipt Sat Aug 08 16:48:38 2020 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="An open source MPEG-4 and MPEG-2 AAC encoder - development files." 2.5 MAINTAINER="paul@slitaz.org" 2.6 LICENSE="GPL2" 2.7 -WEB_SITE="https://www.audiocoding.com" 2.8 +WEB_SITE="https://github.com/knik0/faac" 2.9 2.10 DEPENDS="faac" 2.11 WANTED="faac"
3.1 --- a/faac/receipt Mon Aug 03 16:02:48 2020 +0000 3.2 +++ b/faac/receipt Sat Aug 08 16:48:38 2020 +0000 3.3 @@ -7,7 +7,7 @@ 3.4 SHORT_DESC="An open source MPEG-4 and MPEG-2 AAC encoder." 3.5 MAINTAINER="paul@slitaz.org" 3.6 LICENSE="GPL2" 3.7 -WEB_SITE="https://www.audiocoding.com" 3.8 +WEB_SITE="https://github.com/knik0/faac" 3.9 3.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.11 WGET_URL="$SF_MIRROR/faac/$TARBALL"
4.1 --- a/faad2-dev/receipt Mon Aug 03 16:02:48 2020 +0000 4.2 +++ b/faad2-dev/receipt Sat Aug 08 16:48:38 2020 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder devel files." 4.5 MAINTAINER="slitaz@kacper.se" 4.6 LICENSE="GPL2" 4.7 -WEB_SITE="https://www.audiocoding.com" 4.8 +WEB_SITE="https://github.com/knik0/faad2" 4.9 WANTED="faad2" 4.10 4.11 DEPENDS="faad2"
5.1 --- a/faad2/receipt Mon Aug 03 16:02:48 2020 +0000 5.2 +++ b/faad2/receipt Sat Aug 08 16:48:38 2020 +0000 5.3 @@ -7,7 +7,7 @@ 5.4 MAINTAINER="slitaz@kacper.se" 5.5 LICENSE="GPL2" 5.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.7 -WEB_SITE="https://www.audiocoding.com" 5.8 +WEB_SITE="https://github.com/knik0/faad2" 5.9 WGET_URL="$SF_MIRROR/faac/$TARBALL" 5.10 TAGS="decoder mp4 mpeg" 5.11
6.1 --- a/fstransform/receipt Mon Aug 03 16:02:48 2020 +0000 6.2 +++ b/fstransform/receipt Sat Aug 08 16:48:38 2020 +0000 6.3 @@ -16,9 +16,8 @@ 6.4 # Rules to configure and make the package. 6.5 compile_rules() 6.6 { 6.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 6.8 - --mandir=/usr/share/man \ 6.9 - $CONFIGURE_ARGS && 6.10 + ./configure --prefix=/usr \ 6.11 + $CONFIGURE_ARGS && 6.12 make && 6.13 make DESTDIR=$DESTDIR install 6.14 }
7.1 --- a/gc-dev/receipt Mon Aug 03 16:02:48 2020 +0000 7.2 +++ b/gc-dev/receipt Sat Aug 08 16:48:38 2020 +0000 7.3 @@ -7,7 +7,7 @@ 7.4 MAINTAINER="pankso@slitaz.org" 7.5 LICENSE="MIT GPL" 7.6 WANTED="gc" 7.7 -WEB_SITE="https://www.hboehm.info/gc/" 7.8 +WEB_SITE="https://github.com/ivmai/bdwgc/" 7.9 HOST_ARCH="i486 arm" 7.10 7.11 DEPENDS="gc pkg-config"
8.1 --- a/gc/receipt Mon Aug 03 16:02:48 2020 +0000 8.2 +++ b/gc/receipt Sat Aug 08 16:48:38 2020 +0000 8.3 @@ -7,7 +7,7 @@ 8.4 MAINTAINER="pankso@slitaz.org" 8.5 LICENSE="MIT GPL" 8.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.7 -WEB_SITE="https://www.hboehm.info/gc/" 8.8 +WEB_SITE="https://github.com/ivmai/bdwgc/" 8.9 WGET_URL="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$TARBALL" 8.10 HOST_ARCH="i486 arm" 8.11
9.1 --- a/libburn-dev/receipt Mon Aug 03 16:02:48 2020 +0000 9.2 +++ b/libburn-dev/receipt Sat Aug 08 16:48:38 2020 +0000 9.3 @@ -6,7 +6,7 @@ 9.4 SHORT_DESC="Library for reading, mastering and writing optical disks - development files." 9.5 MAINTAINER="devl547@gmail.com" 9.6 LICENSE="GPL2" 9.7 -WEB_SITE="https://dev.lovelyhq.com/libburnia/web/-/wikis/home" 9.8 +WEB_SITE="https://dev.lovelyhq.com/libburnia/libburn" 9.9 9.10 DEPENDS="libburn pkg-config" 9.11 WANTED="libburn"
10.1 --- a/libburn/receipt Mon Aug 03 16:02:48 2020 +0000 10.2 +++ b/libburn/receipt Sat Aug 08 16:48:38 2020 +0000 10.3 @@ -6,7 +6,7 @@ 10.4 SHORT_DESC="Library for reading, mastering and writing optical disks." 10.5 MAINTAINER="devl547@gmail.com" 10.6 LICENSE="GPL2" 10.7 -WEB_SITE="https://dev.lovelyhq.com/libburnia/web/-/wikis/home" 10.8 +WEB_SITE="https://dev.lovelyhq.com/libburnia/libburn" 10.9 10.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.11 WGET_URL="http://files.libburnia-project.org/releases/$TARBALL"
11.1 --- a/opentyrian/receipt Mon Aug 03 16:02:48 2020 +0000 11.2 +++ b/opentyrian/receipt Sat Aug 08 16:48:38 2020 +0000 11.3 @@ -6,7 +6,7 @@ 11.4 SHORT_DESC="OpenTyrian is a port of the DOS shoot-em-up Tyrian" 11.5 MAINTAINER="mallory@sweetpeople.org" 11.6 LICENSE="GPL2" 11.7 -WEB_SITE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home" 11.8 +WEB_SITE="https://github.com/opentyrian/opentyriane" 11.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 11.10 WGET_URL="mercurial|https://opentyrian.googlecode.com/hg/" 11.11
12.1 --- a/rapidsvn/receipt Mon Aug 03 16:02:48 2020 +0000 12.2 +++ b/rapidsvn/receipt Sat Aug 08 16:48:38 2020 +0000 12.3 @@ -6,7 +6,7 @@ 12.4 SHORT_DESC="A cross-platform GUI front-end for the Subversion revision system." 12.5 MAINTAINER="stefanossofroniou542@gmail.com" 12.6 LICENSE="GPL3" 12.7 -WEB_SITE="http://rapidsvn.tigris.org/" 12.8 +WEB_SITE="http://rapidsvn.org/" 12.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.10 WGET_URL="http://www.rapidsvn.org/download/release/$VERSION/$TARBALL" 12.11 TAGS="subversion svn version-control versioning"
13.1 --- a/tazinst-gui/receipt Mon Aug 03 16:02:48 2020 +0000 13.2 +++ b/tazinst-gui/receipt Sat Aug 08 16:48:38 2020 +0000 13.3 @@ -1,7 +1,7 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="tazinst-gui" 13.7 -VERSION="99" 13.8 +VERSION="101" 13.9 CATEGORY="base-system" 13.10 SHORT_DESC="SliTaz installer (GUI frontend)" 13.11 MAINTAINER="domcox@slitaz.org"
14.1 --- a/tazinst/receipt Mon Aug 03 16:02:48 2020 +0000 14.2 +++ b/tazinst/receipt Sat Aug 08 16:48:38 2020 +0000 14.3 @@ -1,7 +1,7 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="tazinst" 14.7 -VERSION="99" 14.8 +VERSION="101" 14.9 CATEGORY="base-system" 14.10 SHORT_DESC="SliTaz installer" 14.11 MAINTAINER="domcox@slitaz.org"
15.1 --- a/yad-gtk2/receipt Mon Aug 03 16:02:48 2020 +0000 15.2 +++ b/yad-gtk2/receipt Sat Aug 08 16:48:38 2020 +0000 15.3 @@ -35,6 +35,9 @@ 15.4 # Rules to gen a SliTaz package suitable for Tazpkg. 15.5 genpkg_rules() 15.6 { 15.7 + mkdir -p $fs/usr/share/icons/hicolor/32x32/ 15.8 + cp -a $install/usr/share/icons/hicolor/32x32/apps \ 15.9 + $fs/usr/share/icons/hicolor/32x32/ 15.10 cook_copy_files yad yad-icon-browser 15.11 cook_copy_icons 15.12 }