summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/matchbox-common/matchbox_0.9.1.bb8
-rw-r--r--meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb4
-rw-r--r--meta/packages/matchbox-poky/matchbox-poky_0.1.bb4
-rw-r--r--meta/packages/matchbox-sato/matchbox-sato_0.1.bb4
4 files changed, 6 insertions, 14 deletions
diff --git a/meta/packages/matchbox-common/matchbox_0.9.1.bb b/meta/packages/matchbox-common/matchbox_0.9.1.bb
deleted file mode 100644
index 3c8ae510e1..0000000000
--- a/meta/packages/matchbox-common/matchbox_0.9.1.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1DESCRIPTION = "Metapackage for Matchbox suite"
2LICENSE = "GPL"
3DEPENDS = "matchbox-common matchbox-wm matchbox-panel-2 matchbox-desktop"
4RDEPENDS = "matchbox-common matchbox-wm matchbox-panel-2 matchbox-desktop"
5SECTION = "x11/wm"
6PACKAGES= "${PN}"
7ALLOW_EMPTY = 1
8PR="r2"
diff --git a/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb b/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb
index 7c7e11e8a1..8975853448 100644
--- a/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb
+++ b/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Simple dockapps created with monolaunch and shell script" 1DESCRIPTION = "Simple dockapps created with monolaunch and shell script"
2DEPENDS = "matchbox xmodmap" 2DEPENDS = "matchbox-common xmodmap"
3SRC_URI = "file://xrandr-panelapp.sh \ 3SRC_URI = "file://xrandr-panelapp.sh \
4 file://xrandr-panelapp.desktop \ 4 file://xrandr-panelapp.desktop \
5 file://mb-applet-home \ 5 file://mb-applet-home \
@@ -7,7 +7,7 @@ SRC_URI = "file://xrandr-panelapp.sh \
7 file://xrandr.png" 7 file://xrandr.png"
8SECTION = "x11/wm" 8SECTION = "x11/wm"
9PRIORITY = "optional" 9PRIORITY = "optional"
10PR = "r7" 10PR = "r8"
11LICENSE = "MIT" 11LICENSE = "MIT"
12 12
13do_install() { 13do_install() {
diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
index f486a526cc..c7f0ec603b 100644
--- a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
@@ -1,8 +1,8 @@
1DESCRIPTION = "Custom MB session files for poky" 1DESCRIPTION = "Custom MB session files for poky"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" 4RDEPENDS = "matchbox-common matchbox-applet-startup-monitor gtk-theme-clearlooks"
5PR = "r23" 5PR = "r24"
6 6
7SRC_URI = "file://etc" 7SRC_URI = "file://etc"
8S = ${WORKDIR} 8S = ${WORKDIR}
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
index b582d88588..ff9144f6ab 100644
--- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
+++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
@@ -1,8 +1,8 @@
1DESCRIPTION = "Custom MB session files for poky" 1DESCRIPTION = "Custom MB session files for poky"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2" 4RDEPENDS = "matchbox-common matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2"
5PR = "r12" 5PR = "r13"
6 6
7SRC_URI = "file://etc" 7SRC_URI = "file://etc"
8S = ${WORKDIR} 8S = ${WORKDIR}