diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-04-20 23:15:03 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-04-20 23:15:03 (GMT) |
commit | 66c0a17cf2d2e9c181a84f2c680d0682be645ae5 (patch) | |
tree | 35e4599506506d43fd1fda48b4c3728aa3b12b2e /src/atk.mk | |
parent | 0a25c6d63f060119aca0fd8c1f0bf378c5bfbf9b (diff) | |
download | mxe-66c0a17cf2d2e9c181a84f2c680d0682be645ae5.zip mxe-66c0a17cf2d2e9c181a84f2c680d0682be645ae5.tar.gz mxe-66c0a17cf2d2e9c181a84f2c680d0682be645ae5.tar.bz2 |
improved version recognition of packages atk, glib, gtk, libxml2, libxslt and pango
Diffstat (limited to 'src/atk.mk')
-rw-r--r-- | src/atk.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' | \ |