aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matchbox-wm
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-01-25 15:59:48 +0000
committerKoen Kooi <koen@openembedded.org>2005-01-25 15:59:48 +0000
commit01f07d941e18d5d15266f27f7e14fcea968895ac (patch)
tree05962fad3a0d3082df05486ee8f896f7a11782f0 /packages/matchbox-wm
parent4fc415229063b35bb87c09fc337b80453930c143 (diff)
downloadopenembedded-01f07d941e18d5d15266f27f7e14fcea968895ac.tar.gz
move matchbox-wm 0.9.1 to 0.9.2 and remove DEFAULT_PREFERENCE=-1 since it works now
BKrev: 41f66cf4Q_qfIu1Kddh6Iwixd6DAEg
Diffstat (limited to 'packages/matchbox-wm')
-rw-r--r--packages/matchbox-wm/matchbox-wm_0.9.1.bb29
-rw-r--r--packages/matchbox-wm/matchbox-wm_0.9.2.bb0
2 files changed, 0 insertions, 29 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_0.9.1.bb b/packages/matchbox-wm/matchbox-wm_0.9.1.bb
deleted file mode 100644
index 052b98e4cd..0000000000
--- a/packages/matchbox-wm/matchbox-wm_0.9.1.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-SECTION = "x11/wm"
-DESCRIPTION = "Matchbox window manager"
-LICENSE = "GPL"
-DEPENDS = "libmatchbox x11 xext xcomposite libxfixes xdamage libxrender startup-notification expat gconf matchbox-common"
-RDEPENDS = "matchbox-common"
-
-
-DEFAULT_PREFERENCE=-1
-
-SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz"
-S = "${WORKDIR}/matchbox-window-manager-${PV}"
-
-inherit autotools pkgconfig
-
-FILES_${PN} = "${bindir} \
- ${datadir}/matchbox \
- ${datadir}/themes/blondie/matchbox \
- ${datadir}/themes/bluebox/matchbox \
- ${datadir}/themes/borillo/matchbox"
-
-EXTRA_OECONF = "--enable-composite --enable-startup-notification --enable-expat"
-
-pkg_postinst() {
-update-alternatives --install /usr/bin/x-window-manager x-window-manager /usr/bin/matchbox-session 10
-}
-
-pkg_postrm() {
-update-alternatives --remove x-window-manager /usr/bin/matchbox-session
-}
diff --git a/packages/matchbox-wm/matchbox-wm_0.9.2.bb b/packages/matchbox-wm/matchbox-wm_0.9.2.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/matchbox-wm/matchbox-wm_0.9.2.bb