[oe-commits] org.oe.dev matchbox-panel: Update from using specific machine overrides to using machine

pfalcon commit openembedded-commits at lists.openembedded.org
Sun Jan 7 00:18:55 UTC 2007


matchbox-panel: Update from using specific machine overrides to using machine
features (GUI_MACHINE_CLASS).

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 75de3114c40a44451af2c6d7f40334d41425ff61
ViewMTN: http://monotone.openembedded.org/revision.psp?id=75de3114c40a44451af2c6d7f40334d41425ff61
Files:
1
packages/matchbox-panel/matchbox-panel.inc
packages/matchbox-panel/matchbox-panel_0.9.3.bb
Diffs:

#
# mt diff -rdd99a3ac99c88fb4ff918a9d103a55f6f2f007f2 -r75de3114c40a44451af2c6d7f40334d41425ff61
#
# 
# 
# patch "packages/matchbox-panel/matchbox-panel.inc"
#  from [8fabc2b3ee0201a69a2cdd3a2aed97d1b54836d1]
#    to [13fe45a963c5c34a98373ea6d38c0c44699a46cc]
# 
# patch "packages/matchbox-panel/matchbox-panel_0.9.3.bb"
#  from [d37b17897b58c66a649114cdea007844ca6f6e1a]
#    to [ad2497a4ebc1585a7fe03a31be3f680b954eb5b2]
# 
============================================================
--- packages/matchbox-panel/matchbox-panel.inc	8fabc2b3ee0201a69a2cdd3a2aed97d1b54836d1
+++ packages/matchbox-panel/matchbox-panel.inc	13fe45a963c5c34a98373ea6d38c0c44699a46cc
@@ -1,23 +1,19 @@ SECTION = "x11/wm"
 DESCRIPTION = "Matchbox Window Manager Panel"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxpm apmd startup-notification virtual/kernel wireless-tools"
 SECTION = "x11/wm"
 
-PR = "r1"
+PR = "r2"
 
 inherit autotools pkgconfig gettext
 
 CFLAGS += "-D_GNU_SOURCE"
 
+CONF_bigscreen = ""
+CONF_smallscreen = " --enable-small-icons "
+
 EXTRA_OECONF = " --enable-startup-notification --enable-dnotify "
-EXTRA_OECONF_append_h3600 = " --enable-small-icons "
-EXTRA_OECONF_append_h3900 = " --enable-small-icons "
-EXTRA_OECONF_append_h2200 = " --enable-small-icons "
-EXTRA_OECONF_append_h4000 = " --enable-small-icons "
-EXTRA_OECONF_append_collie = " --enable-small-icons "
-EXTRA_OECONF_append_poodle = " --enable-small-icons "
-EXTRA_OECONF_append_mnci = " --enable-small-icons "
-EXTRA_OECONF_append_integral13 = " --enable-small-icons "
+EXTRA_OECONF_append = ${CONF_${GUI_MACHINE_CLASS}}
 PACKAGE_ARCH = "${MACHINE}"
 
 FILES_${PN} = "${bindir}/* \
============================================================
--- packages/matchbox-panel/matchbox-panel_0.9.3.bb	d37b17897b58c66a649114cdea007844ca6f6e1a
+++ packages/matchbox-panel/matchbox-panel_0.9.3.bb	ad2497a4ebc1585a7fe03a31be3f680b954eb5b2
@@ -1,4 +1,4 @@ require matchbox-panel.inc
 require matchbox-panel.inc
-PR="r0"
+PR="r1"
 SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \
 	   file://mb-applet-battery-repaint-093.patch;patch=1"






More information about the Openembedded-commits mailing list