[oe-commits] Michael 'Mickey' Lauer : vagalume 0.5.1: ship png icons

GIT User account git at amethyst.openembedded.net
Sun Nov 16 02:05:50 UTC 2008


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Nov 15 21:39:45 2008 +0100

vagalume 0.5.1: ship png icons
fso-[illume-]-image: ship hicolor icon theme index

---

 packages/vagalume/files/use-png-icons.patch |   14 ++++++++++++++
 packages/vagalume/vagalume_0.5.1.bb         |    6 +++++-
 2 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/packages/vagalume/files/use-png-icons.patch b/packages/vagalume/files/use-png-icons.patch
new file mode 100644
index 0000000..6a5c1b2
--- /dev/null
+++ b/packages/vagalume/files/use-png-icons.patch
@@ -0,0 +1,14 @@
+:M:
+Index: vagalume-0.5.1/Makefile.am
+===================================================================
+--- vagalume-0.5.1.orig/Makefile.am
++++ vagalume-0.5.1/Makefile.am
+@@ -42,7 +42,7 @@ themesmallicondir = $(appdatadir)/icons/
+ themesmallicon_DATA = data/buttons/small/*.png
+ else
+ themeicondir = $(appdatadir)/icons/hicolor/scalable/actions
+-themeicon_DATA = data/buttons/big/*.svg data/buttons/small/*.svg
++themeicon_DATA = data/buttons/big/*.png data/buttons/small/*.png
+ endif
+ 
+ if HAVE_DBUS_SUPPORT
diff --git a/packages/vagalume/vagalume_0.5.1.bb b/packages/vagalume/vagalume_0.5.1.bb
index a2d5c58..b2a4a10 100644
--- a/packages/vagalume/vagalume_0.5.1.bb
+++ b/packages/vagalume/vagalume_0.5.1.bb
@@ -3,7 +3,11 @@ AUTHOR = "agarcia at igalia.com"
 HOMEPAGE = "http://people.igalia.com/berto/"
 SECTION = "x11"
 DEPENDS = "gtk+"
+PR = "r1"
 
-SRC_URI = "http://people.igalia.com/berto/files/vagalume/source/vagalume_0.5.1-1.tar.gz"
+SRC_URI = "\
+  http://people.igalia.com/berto/files/vagalume/source/vagalume_0.5.1-1.tar.gz \
+  file://use-png-icons.patch;patch=1 \
+"
 
 inherit autotools





More information about the Openembedded-commits mailing list