[oe-commits] Alex Ferguson : feh: Bumped feh version from 1.7 to 1.10.

git version control git at git.openembedded.org
Wed Nov 3 15:59:49 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b2e1b766abe2fb512943d77ada4f7f04b748b3f4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b2e1b766abe2fb512943d77ada4f7f04b748b3f4

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Sat Oct 30 21:42:33 2010 +0300

feh: Bumped feh version from 1.7 to 1.10.

feh 1.10 has some nice new features. Both recipes are
otherwise the same.

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/feh/{feh-1.7 => feh-1.10}/noxinerama.patch |    0
 recipes/feh/{feh_1.7.bb => feh_1.10.bb}            |    7 ++++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/feh/feh-1.7/noxinerama.patch b/recipes/feh/feh-1.10/noxinerama.patch
similarity index 100%
rename from recipes/feh/feh-1.7/noxinerama.patch
rename to recipes/feh/feh-1.10/noxinerama.patch
diff --git a/recipes/feh/feh_1.7.bb b/recipes/feh/feh_1.10.bb
similarity index 73%
rename from recipes/feh/feh_1.7.bb
rename to recipes/feh/feh_1.10.bb
index b01e0f1..d77da88 100644
--- a/recipes/feh/feh_1.7.bb
+++ b/recipes/feh/feh_1.10.bb
@@ -1,10 +1,11 @@
-SECTION = "x11/utils"
 DESCRIPTION = "feh is a fast, lightweight image viewer which uses imlib2."
+SECTION = "x11/utils"
 LICENSE = "MIT"
 DEPENDS = "virtual/imlib2 giblib jpeg virtual/libx11 libxext libxt"
 
 SRC_URI = "https://derf.homelinux.org/projects/feh/feh-${PV}.tar.bz2 \
 	   file://noxinerama.patch"
+
 S = "${WORKDIR}/feh-${PV}"
 
 inherit autotools
@@ -13,5 +14,5 @@ do_install() {
     oe_runmake 'DESTDIR=${D}' PREFIX=/usr install-bin
 }
 
-SRC_URI[md5sum] = "59181976384d1f5bddae016b39334e2e"
-SRC_URI[sha256sum] = "13cd57ac8e97430ea7875d9e5d642166df4f1fb5884cc4523da84bcfe4fa6c56"
+SRC_URI[md5sum] = "a27d4bdd470099dcd3d59b7c39227162"
+SRC_URI[sha256sum] = "506e4f833a9c5c1eff55c20784b08aee36540c0643d822dbb76fcdbee729812c"





More information about the Openembedded-commits mailing list