summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-09-17 10:48:27 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-09-17 10:48:27 +0200
commit77e6a09a5afeab9f0d550b3319e134ec991f50cf (patch)
tree6f449d7c204bffbc4b1f3788ff17430a489ff8b6
parent36c19b10b340983946f8f52ab7fa91d9aa1e53f6 (diff)
scrot, giblib: add fedora download mirror
The upstream server currently gives error 403. $ wget http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz --2015-09-17 10:50:25-- http://linuxbrit.co.uk/downloads/scrot-0.8.tar.gz Resolving linuxbrit.co.uk (linuxbrit.co.uk)... 65.110.41.18 Connecting to linuxbrit.co.uk (linuxbrit.co.uk)|65.110.41.18|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2015-09-17 10:50:25 ERROR 403: Forbidden.
-rw-r--r--recipes-graphics/scrot/giblib_1.2.4.bb4
-rw-r--r--recipes-graphics/scrot/scrot_0.8.bb4
2 files changed, 8 insertions, 0 deletions
diff --git a/recipes-graphics/scrot/giblib_1.2.4.bb b/recipes-graphics/scrot/giblib_1.2.4.bb
index 8a8428d..0e36b1e 100644
--- a/recipes-graphics/scrot/giblib_1.2.4.bb
+++ b/recipes-graphics/scrot/giblib_1.2.4.bb
@@ -5,6 +5,10 @@ LICENSE ="BSD"
RDEPENDS_${PN} = "imlib2"
DEPENDS = "imlib2"
+MIRRORS_prepend () {
+ http://linuxbrit.co.uk/downloads/ http://pkgs.fedoraproject.org/repo/pkgs/giblib/giblib-${PV}.tar.gz/c810ef5389baf24882a1caca2954385e/
+}
+
SRC_URI = "http://linuxbrit.co.uk/downloads/giblib-${PV}.tar.gz \
file://fix-giblib-binconfig-paths.patch "
LIC_FILES_CHKSUM = "file://COPYING;md5=dd3cb8d7a69f3d0b2a52a46c92389011"
diff --git a/recipes-graphics/scrot/scrot_0.8.bb b/recipes-graphics/scrot/scrot_0.8.bb
index c222632..2f746fc 100644
--- a/recipes-graphics/scrot/scrot_0.8.bb
+++ b/recipes-graphics/scrot/scrot_0.8.bb
@@ -5,6 +5,10 @@ LICENSE ="BSD"
RDEPENDS_${PN} = "imlib2 giblib imlib2-loaders"
DEPENDS = "imlib2 giblib"
+MIRRORS_prepend () {
+ http://linuxbrit.co.uk/downloads/ http://pkgs.fedoraproject.org/repo/pkgs/scrot/scrot-${PV}.tar.gz/ccae904d225609571bdd3b03445c1e88/
+}
+
SRC_URI = "http://linuxbrit.co.uk/downloads/scrot-${PV}.tar.gz \
file://fix-scrot-include-paths.patch "
LIC_FILES_CHKSUM = "file://COPYING;md5=dd3cb8d7a69f3d0b2a52a46c92389011"