From a86831c3567a2d3819aaaf4b1de36f7ae06c7b0b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 19 Dec 2010 15:24:07 +0100 Subject: [PATCH] fontconfig: switch SRC_URI back to freedesktop * url fixed now http://lists.freedesktop.org/archives/fontconfig/2010-December/003538.html Signed-off-by: Martin Jansa --- recipes/fontconfig/fontconfig-native_2.6.0.bb | 3 --- recipes/fontconfig/fontconfig.inc | 4 +--- recipes/fontconfig/fontconfig_2.6.0.bb | 2 +- recipes/fontconfig/fontconfig_2.8.0.bb | 8 +++----- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/recipes/fontconfig/fontconfig-native_2.6.0.bb b/recipes/fontconfig/fontconfig-native_2.6.0.bb index fb9e00260a..19dac3ac40 100644 --- a/recipes/fontconfig/fontconfig-native_2.6.0.bb +++ b/recipes/fontconfig/fontconfig-native_2.6.0.bb @@ -15,6 +15,3 @@ do_install_append () { } NATIVE_INSTALL_WORKS = "1" - -SRC_URI[md5sum] = "ab54ec1d4ddd836313fdbc0cd5299d6d" -SRC_URI[sha256sum] = "a9a639eaa0e5666606a4657cc1494eb6df820fac7e5a2aa0c3f7e703b7c8d8a5" diff --git a/recipes/fontconfig/fontconfig.inc b/recipes/fontconfig/fontconfig.inc index e55fa8c768..f789b99cb2 100644 --- a/recipes/fontconfig/fontconfig.inc +++ b/recipes/fontconfig/fontconfig.inc @@ -10,11 +10,9 @@ RREPLACES_fontconfig-utils = "libfontconfig-utils" RCONFLICTS_fontconfig-utils = "libfontconfig-utils" DEBIAN_NOAUTONAME_fontconfig-utils = "1" -SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \ +SRC_URI = "http://www.freedesktop.org/software/fontconfig/release/${BPN}-${PV}.tar.gz \ file://01fc-cache" -S = "${WORKDIR}/fontconfig-${PV}" - inherit autotools pkgconfig export HASDOCBOOK="no" diff --git a/recipes/fontconfig/fontconfig_2.6.0.bb b/recipes/fontconfig/fontconfig_2.6.0.bb index 84eaa4d3c6..06716a47a4 100644 --- a/recipes/fontconfig/fontconfig_2.6.0.bb +++ b/recipes/fontconfig/fontconfig_2.6.0.bb @@ -5,7 +5,7 @@ DEPENDS = "expat freetype zlib" PR = "r4" -SRC_URI = "${GENTOO_MIRROR}/fontconfig-${PV}.tar.gz \ +SRC_URI = "http://www.freedesktop.org/software/fontconfig/release/${BPN}-${PV}.tar.gz \ file://fix-pkgconfig.patch" PACKAGES =+ "fontconfig-utils-dbg fontconfig-utils " diff --git a/recipes/fontconfig/fontconfig_2.8.0.bb b/recipes/fontconfig/fontconfig_2.8.0.bb index 64d7ee518b..2254d28c8b 100644 --- a/recipes/fontconfig/fontconfig_2.8.0.bb +++ b/recipes/fontconfig/fontconfig_2.8.0.bb @@ -7,11 +7,9 @@ DEPENDS = "expat freetype zlib" RPROVIDES_fontconfig-utils = "libfontconfig-utils" RCONFLICTS_fontconfig-utils = "libfontconfig-utils" -SRC_URI = "${GENTOO_MIRROR}/fontconfig-${PV}.tar.gz;name=fontconfig" -SRC_URI[fontconfig.md5sum] = "77e15a92006ddc2adbb06f840d591c0e" -SRC_URI[fontconfig.sha256sum] = "fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335" - -S = "${WORKDIR}/fontconfig-${PV}" +SRC_URI = "http://www.freedesktop.org/software/fontconfig/release/${BPN}-${PV}.tar.gz" +SRC_URI[md5sum] = "77e15a92006ddc2adbb06f840d591c0e" +SRC_URI[sha256sum] = "fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335" inherit autotools pkgconfig -- 2.39.5