]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-wm: install matchbox-session as the x-session-manager alternative
authorRoss Burton <ross@openedhand.com>
Mon, 7 Apr 2008 14:03:28 +0000 (14:03 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 7 Apr 2008 14:03:28 +0000 (14:03 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4178 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-wm/matchbox-wm_0.9.5.bb
meta/packages/matchbox-wm/matchbox-wm_1.1.bb
meta/packages/matchbox-wm/matchbox-wm_1.2.bb
meta/packages/matchbox-wm/matchbox-wm_svn.bb

index ef3eb05757de44462a1b9e0003a92bf03159eeaa..e09eb00ed1139d279b29c80719b698fd20662fc2 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "x11/wm"
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat gconf"
-PR="r1"
+PR="r2"
 
 
 SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz \
@@ -19,8 +19,8 @@ FILES_${PN} = "${bindir}/* \
               ${datadir}/themes/Default/matchbox \
               ${datadir}/themes/MBOpus/matchbox"
 
-ALTERNATIVE_NAME = "x-window-manager"
-ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_NAME = "x-session-manager"
+ALTERNATIVE_LINK = "${bindir}/x-session-manager"
 ALTERNATIVE_PATH = "${bindir}/matchbox-session"
 ALTERNATIVE_PRIORITY = "10"
 
index e27093f9a3a88c61db97753802f3f6ea3927d288..ebed31e2a5c77fa4a1f0d3a0c716010b8c4f0eab 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "x11/wm"
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat"
-PR="r3"
+PR="r4"
 
 
 SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/matchbox-window-manager-${PV}.tar.gz \
@@ -20,8 +20,8 @@ FILES_${PN} = "${bindir}/* \
               ${datadir}/themes/Default/matchbox \
               ${datadir}/themes/MBOpus/matchbox"
 
-ALTERNATIVE_NAME = "x-window-manager"
-ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_NAME = "x-session-manager"
+ALTERNATIVE_LINK = "${bindir}/x-session-manager"
 ALTERNATIVE_PATH = "${bindir}/matchbox-session"
 ALTERNATIVE_PRIORITY = "10"
 
index 31a2e932b871fbf04015415e81aa7a8e0a02ebf1..745493522f635f46816d691e58059149b81a9fe6 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "x11/wm"
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat"
-PR="r2"
+PR="r3"
 
 SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \
            file://configure_fix.patch;patch=1 \
@@ -20,8 +20,8 @@ FILES_${PN} = "${bindir}/* \
               ${datadir}/themes/Default/matchbox \
               ${datadir}/themes/MBOpus/matchbox"
 
-ALTERNATIVE_NAME = "x-window-manager"
-ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_NAME = "x-session-manager"
+ALTERNATIVE_LINK = "${bindir}/x-session-manager"
 ALTERNATIVE_PATH = "${bindir}/matchbox-session"
 ALTERNATIVE_PRIORITY = "10"
 
index e2e1e7440cdd3a3e3ddcb152a5b503565645055c..fc1e09e50300640e3f2928c9f739653959391167 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf"
 PV = "1.2+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \
            file://configure_fix.patch;patch=1;maxrev=1818 \
@@ -13,8 +13,8 @@ S = "${WORKDIR}/matchbox-window-manager"
 
 inherit autotools pkgconfig update-alternatives
 
-ALTERNATIVE_NAME = "x-window-manager"
-ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_NAME = "x-session-manager"
+ALTERNATIVE_LINK = "${bindir}/x-session-manager"
 ALTERNATIVE_PATH = "${bindir}/matchbox-session"
 ALTERNATIVE_PRIORITY = "10"