diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-19 19:24:20 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 10:25:35 +0000 |
commit | ea8a7e770482ceadd9ae88a5ee4ed4f9578ff26f (patch) | |
tree | 140b88b7f99c0d37662d25bd52974c001fc0823d /meta/recipes-sato | |
parent | e0a2dfd36e4a092575dd3688b99b2536572de645 (diff) | |
download | openembedded-core-ea8a7e770482ceadd9ae88a5ee4ed4f9578ff26f.tar.gz openembedded-core-ea8a7e770482ceadd9ae88a5ee4ed4f9578ff26f.tar.bz2 openembedded-core-ea8a7e770482ceadd9ae88a5ee4ed4f9578ff26f.tar.xz openembedded-core-ea8a7e770482ceadd9ae88a5ee4ed4f9578ff26f.zip |
matchbox-panel-2: Update to svn r2111
Also removed fix_sync_funcname.patch as we have it after update.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/fix_sync_funcname.patch | 34 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb | 5 |
2 files changed, 2 insertions, 37 deletions
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/fix_sync_funcname.patch b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/fix_sync_funcname.patch deleted file mode 100644 index 25d08eda8..000000000 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/fix_sync_funcname.patch +++ /dev/null @@ -1,34 +0,0 @@ -Rename function sync to sync_applet to avoid conflict. - -Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> - -diff -ruN matchbox-panel-2-orig/applets/showdesktop/showdesktop.c matchbox-panel-2/applets/showdesktop/showdesktop.c ---- matchbox-panel-2-orig/applets/showdesktop/showdesktop.c 2010-11-17 20:59:46.000000000 +0800 -+++ matchbox-panel-2/applets/showdesktop/showdesktop.c 2010-11-17 21:00:11.000000000 +0800 -@@ -57,7 +57,7 @@ - - /* Sync @applet with the _NET_SHOWING_DESKTOP root window property */ - static void --sync (ShowDesktopApplet *applet) -+sync_applet (ShowDesktopApplet *applet) - { - GdkDisplay *display; - Atom type; -@@ -103,7 +103,7 @@ - if (xev->type == PropertyNotify) { - if (xev->xproperty.atom == applet->atom) { - /* _NET_SHOWING_DESKTOP changed */ -- sync (applet); -+ sync_applet (applet); - } - } - -@@ -145,7 +145,7 @@ - applet); - - /* Sync */ -- sync (applet); -+ sync_applet (applet); - } - - /* Button clicked */ diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb index f4ebcfb5e..8f5ccc84f 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb @@ -13,15 +13,14 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" PV = "0.0+svnr${SRCREV}" -PR = "r6" +PR = "r7" RPROVIDES_${PN} = "matchbox-panel" RREPLACES_${PN} = "matchbox-panel" RCONFLICTS_${PN} = "matchbox-panel" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ - file://startup_fix.diff;patch=1 \ - file://fix_sync_funcname.patch" + file://startup_fix.diff;patch=1" EXTRA_OECONF = "--enable-startup-notification --enable-dbus" EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}" |