improved version recognition of packages atk, glib, gtk, libxml2, libxslt and pango

This commit is contained in:
Volker Grabsch 2010-04-21 01:15:03 +02:00
parent 0a25c6d63f
commit 66c0a17cf2
6 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/atk/$(call SHORT_PKG_V
$(PKG)_DEPS := gcc glib gettext
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/cgit/atk/refs/tags' | \
wget -q -O- 'http://git.gnome.org/browse/atk/refs/tags' | \
grep '<a href=' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=ATK_\\([0-9][^']*\\)'.*,\\1,p" | \
$(SED) 's,_,.,g' | \

View File

@ -13,7 +13,7 @@ $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/glib/$(call SHORT_PKG_
$(PKG)_DEPS := gcc gettext pcre libiconv zlib
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/cgit/glib/refs/tags' | \
wget -q -O- 'http://git.gnome.org/browse/glib/refs/tags' | \
grep '<a href=' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
grep -v '^2\.22\.' | \

View File

@ -13,7 +13,7 @@ $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/gtk+/$(call SHORT_PKG_
$(PKG)_DEPS := gcc gettext libpng jpeg tiff jasper glib atk pango cairo
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/cgit/gtk+/refs/tags' | \
wget -q -O- 'http://git.gnome.org/browse/gtk+/refs/tags' | \
grep '<a href=' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
grep -v '^2\.18\.' | \

View File

@ -13,7 +13,7 @@ $(PKG)_URL := ftp://xmlsoft.org/libxml2/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/cgit/libxml2/refs/tags' | \
wget -q -O- 'http://git.gnome.org/browse/libxml2/refs/tags' | \
grep '<a href=' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=v\\([0-9][^']*\\)'.*,\\1,p" | \
head -1

View File

@ -13,7 +13,7 @@ $(PKG)_URL := ftp://xmlsoft.org/libxslt/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libxml2 libgcrypt
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/cgit/libxslt/refs/tags' | \
wget -q -O- 'http://git.gnome.org/browse/libxslt/refs/tags' | \
grep '<a href=' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=v\\([0-9][^']*\\)'.*,\\1,p" | \
head -1

View File

@ -13,7 +13,7 @@ $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/pango/$(call SHORT_PKG
$(PKG)_DEPS := gcc fontconfig freetype cairo glib
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/cgit/pango/refs/tags' | \
wget -q -O- 'http://git.gnome.org/browse/pango/refs/tags' | \
grep '<a href=' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
head -1