wok rev 25777

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 17 17:25:51 2024 +0000 (2 months ago)
parents e81b11899c89
children d32586bf7d69
files anthy/receipt libhangul/receipt pango-dev/receipt pango-typelib/receipt pango/receipt xv/receipt
line diff
     1.1 --- a/anthy/receipt	Mon Sep 16 17:28:27 2024 +0200
     1.2 +++ b/anthy/receipt	Tue Sep 17 17:25:51 2024 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="https://osdn.net/projects/anthy/"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="https://osdn.net/projects/$PACKAGE/downloads/37536/$TARBALL"
     1.8 +WGET_URL="https://acc.dl.osdn.jp/$PACKAGE/37536/$TARBALL"
     1.9  
    1.10  BUILD_DEPENDS="libtool"
    1.11  
     2.1 --- a/libhangul/receipt	Mon Sep 16 17:28:27 2024 +0200
     2.2 +++ b/libhangul/receipt	Tue Sep 17 17:25:51 2024 +0000
     2.3 @@ -8,9 +8,10 @@
     2.4  LICENSE="LGPL2.1"
     2.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.6  WEB_SITE="https://github.com/libhangul/libhangul"
     2.7 -WGET_URL="http://kldp.net/hangul/release/3442-$TARBALL"
     2.8 +WGET_URL="https://github.com/libhangul/libhangul/archive/refs/tags/$TARBALL"
     2.9  
    2.10  DEPENDS=""
    2.11 +BUILD_DEPENDS="automake gettext"
    2.12  
    2.13  # What is the latest version available today?
    2.14  current_version()
    2.15 @@ -22,7 +23,8 @@
    2.16  # Rules to configure and make the package.
    2.17  compile_rules()
    2.18  {
    2.19 -	cd $src
    2.20 +	sed -i 's|AM_GNU_GETTEXT_VERSION(.*|AM_GNU_GETTEXT_VERSION(0.20)|' configure.ac
    2.21 +	./autogen.sh
    2.22  	./configure \
    2.23  		--prefix=/usr \
    2.24  		--infodir=/usr/share/info \
     3.1 --- a/pango-dev/receipt	Mon Sep 16 17:28:27 2024 +0200
     3.2 +++ b/pango-dev/receipt	Tue Sep 17 17:25:51 2024 +0000
     3.3 @@ -7,7 +7,7 @@
     3.4  MAINTAINER="pankso@slitaz.org"
     3.5  LICENSE="GPL2"
     3.6  WANTED="pango"
     3.7 -WEB_SITE="https://www.pango.org/"
     3.8 +WEB_SITE="https://pango.gnome.org/"
     3.9  HOST_ARCH="i486 arm"
    3.10  
    3.11  DEPENDS="pango cairo-dev pkg-config harfbuzz-dev gcc83-lib-base"
     4.1 --- a/pango-typelib/receipt	Mon Sep 16 17:28:27 2024 +0200
     4.2 +++ b/pango-typelib/receipt	Tue Sep 17 17:25:51 2024 +0000
     4.3 @@ -6,7 +6,7 @@
     4.4  SHORT_DESC="Layout and rendering of internationalized text - typelibs."
     4.5  MAINTAINER="maintainer@slitaz.org"
     4.6  LICENSE="GPL2"
     4.7 -WEB_SITE="https://www.pango.org/"
     4.8 +WEB_SITE="https://pango.gnome.org/"
     4.9  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/pango.html"
    4.10  
    4.11  DEPENDS="pango"
     5.1 --- a/pango/receipt	Mon Sep 16 17:28:27 2024 +0200
     5.2 +++ b/pango/receipt	Tue Sep 17 17:25:51 2024 +0000
     5.3 @@ -7,7 +7,7 @@
     5.4  MAINTAINER="pankso@slitaz.org"
     5.5  LICENSE="GPL2"
     5.6  TARBALL="$PACKAGE-$VERSION.tar.xz"
     5.7 -WEB_SITE="https://www.pango.org/"
     5.8 +WEB_SITE="https://pango.gnome.org/"
     5.9  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    5.10  CONFIG_FILES="/etc/pango/pango.modules"
    5.11  HOST_ARCH="i486 arm"
    5.12 @@ -24,6 +24,7 @@
    5.13  		ARCH_ARGS="--enable-introspection=no" ;;
    5.14  esac
    5.15  
    5.16 +# What is the latest version available today?
    5.17  current_version()
    5.18  {
    5.19  	wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \
     6.1 --- a/xv/receipt	Mon Sep 16 17:28:27 2024 +0200
     6.2 +++ b/xv/receipt	Tue Sep 17 17:25:51 2024 +0000
     6.3 @@ -7,7 +7,7 @@
     6.4  MAINTAINER="pascal.bellard@slitaz.org"
     6.5  LICENSE="other"
     6.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     6.7 -WEB_SITE="http://www.trilon.com/xv/xv.html"
     6.8 +WEB_SITE="https://github.com/jasper-software/xv"
     6.9  WGET_URL="ftp://ftp.trilon.com/pub/$PACKAGE/$TARBALL"
    6.10  PATCH1="$SF_MIRROR/png-mng/xv-3.10a-jumbo-patches-20070520.tar.gz"
    6.11  PATCH2="http://sonic.net/~roelofs/code/xv-3.10a-enhancements.20070520-20081216.diff"