summaryrefslogtreecommitdiff
path: root/packages/matchbox-common
diff options
context:
space:
mode:
Diffstat (limited to 'packages/matchbox-common')
-rw-r--r--packages/matchbox-common/matchbox-common/add-media-category.patch37
-rw-r--r--packages/matchbox-common/matchbox-common/no-utilities-category.patch7
-rw-r--r--packages/matchbox-common/matchbox-common_0.8.bb15
-rw-r--r--packages/matchbox-common/matchbox-common_0.9.1.bb26
-rw-r--r--packages/matchbox-common/matchbox-common_0.9.bb14
-rw-r--r--packages/matchbox-common/matchbox-common_svn.bb22
-rw-r--r--packages/matchbox-common/matchbox_0.8.1.bb7
-rw-r--r--packages/matchbox-common/matchbox_0.9.1.bb7
-rw-r--r--packages/matchbox-common/matchbox_0.9.bb7
9 files changed, 0 insertions, 142 deletions
diff --git a/packages/matchbox-common/matchbox-common/add-media-category.patch b/packages/matchbox-common/matchbox-common/add-media-category.patch
deleted file mode 100644
index 5c502b3797..0000000000
--- a/packages/matchbox-common/matchbox-common/add-media-category.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -urN matchbox-common-0.9.1/data/vfolders-pda.orig/Makefile.am matchbox-common-0.9.1/data/vfolders-pda/Makefile.am
---- matchbox-common-0.9.1/data/vfolders-pda.orig/Makefile.am 2004-12-01 12:22:30.000000000 +0100
-+++ matchbox-common-0.9.1/data/vfolders-pda/Makefile.am 2006-02-16 21:32:57.000000000 +0100
-@@ -1,5 +1,6 @@
- desktop_files = Applications.directory \
- Games.directory \
-+ Media.directory \
- Other.directory \
- Root.directory \
- Settings.directory \
-@@ -11,4 +12,4 @@
- vfolders_DATA = $(desktop_files)
- endif
-
--EXTRA_DIST = $(desktop_files)
-\ No newline at end of file
-+EXTRA_DIST = $(desktop_files)
-diff -urN matchbox-common-0.9.1/data/vfolders-pda.orig/Media.directory matchbox-common-0.9.1/data/vfolders-pda/Media.directory
---- matchbox-common-0.9.1/data/vfolders-pda.orig/Media.directory 1970-01-01 01:00:00.000000000 +0100
-+++ matchbox-common-0.9.1/data/vfolders-pda/Media.directory 2006-02-16 21:16:29.000000000 +0100
-@@ -0,0 +1,8 @@
-+[Desktop Entry]
-+Name=Media
-+Name[de]=Medien
-+Comment=View media files
-+Comment[de]=Programme zur Wiedergabe von audiovisuellen Medien
-+Icon=mbfolder.png
-+Type=Directory
-+Match=AudioVideo;Graphics;Media;Viewer;
-diff -urN matchbox-common-0.9.1/data/vfolders-pda.orig/Root.order matchbox-common-0.9.1/data/vfolders-pda/Root.order
---- matchbox-common-0.9.1/data/vfolders-pda.orig/Root.order 2006-02-16 20:51:36.000000000 +0100
-+++ matchbox-common-0.9.1/data/vfolders-pda/Root.order 2006-02-16 20:53:23.000000000 +0100
-@@ -1,3 +1,4 @@
-+Media
- Games
- Settings
- Other
diff --git a/packages/matchbox-common/matchbox-common/no-utilities-category.patch b/packages/matchbox-common/matchbox-common/no-utilities-category.patch
deleted file mode 100644
index 6801533ac3..0000000000
--- a/packages/matchbox-common/matchbox-common/no-utilities-category.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- matchbox-common-0.9.1.orig/data/vfolders-pda/Root.order 2006-02-03 22:26:55.000000000 +0100
-+++ matchbox-common-0.9.1/data/vfolders-pda/Root.order 2006-02-03 22:32:08.000000000 +0100
-@@ -1,4 +1,3 @@
--Utilities
- Games
- Settings
- Other
diff --git a/packages/matchbox-common/matchbox-common_0.8.bb b/packages/matchbox-common/matchbox-common_0.8.bb
deleted file mode 100644
index d9cb3e3b87..0000000000
--- a/packages/matchbox-common/matchbox-common_0.8.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SECTION = "x11/wm"
-DESCRIPTION = "Matchbox window manager common files"
-LICENSE = "GPL"
-DEPENDS = "libmatchbox"
-
-SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-common/${PV}/matchbox-common-${PV}.tar.bz2"
-S = "${WORKDIR}/matchbox-common-${PV}"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--enable-pda-folders"
-
-FILES_${PN} = "${bindir} \
- ${datadir}/matchbox/vfolders \
- ${datadir}/pixmaps"
diff --git a/packages/matchbox-common/matchbox-common_0.9.1.bb b/packages/matchbox-common/matchbox-common_0.9.1.bb
deleted file mode 100644
index 6ec38cfbef..0000000000
--- a/packages/matchbox-common/matchbox-common_0.9.1.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "Matchbox window manager common files"
-SECTION = "x11/wm"
-LICENSE = "GPL"
-DEPENDS = "libmatchbox"
-PR = "r5"
-
-SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \
- file://no-utilities-category.patch;patch=1 \
- file://add-media-category.patch;patch=1"
-
-inherit autotools pkgconfig update-alternatives
-
-EXTRA_OECONF = "--enable-pda-folders"
-
-FILES_${PN} = "\
- ${bindir} \
- ${datadir}/matchbox/vfolders \
- ${datadir}/pixmaps"
-
-ALTERNATIVE_NAME = "x-window-manager"
-ALTERNATIVE_LINK = "${bindir}/x-window-manager"
-ALTERNATIVE_PATH = "${bindir}/matchbox-session"
-ALTERNATIVE_PRIORITY = "11"
-
-
-PACKAGE_ARCH = "all"
diff --git a/packages/matchbox-common/matchbox-common_0.9.bb b/packages/matchbox-common/matchbox-common_0.9.bb
deleted file mode 100644
index 6eab97c47a..0000000000
--- a/packages/matchbox-common/matchbox-common_0.9.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SECTION = "x11/wm"
-DESCRIPTION = "Matchbox window manager common files"
-LICENSE = "GPL"
-DEPENDS = "libmatchbox"
-
-SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--enable-pda-folders"
-
-FILES_${PN} = "${bindir} \
- ${datadir}/matchbox/vfolders \
- ${datadir}/pixmaps"
diff --git a/packages/matchbox-common/matchbox-common_svn.bb b/packages/matchbox-common/matchbox-common_svn.bb
deleted file mode 100644
index eff0642970..0000000000
--- a/packages/matchbox-common/matchbox-common_svn.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Matchbox window manager common files"
-SECTION = "x11/wm"
-LICENSE = "GPL"
-DEPENDS = "libmatchbox"
-PV = "0.9.1+svn${SRCDATE}"
-PR = "r1"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-common;proto=http"
-S = "${WORKDIR}/matchbox-common"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = " --enable-pda-folders "
-
-FILES_${PN} = "\
- ${bindir} \
- ${datadir}/matchbox/vfolders \
- ${datadir}/pixmaps"
-
-PACKAGE_ARCH = "all"
diff --git a/packages/matchbox-common/matchbox_0.8.1.bb b/packages/matchbox-common/matchbox_0.8.1.bb
deleted file mode 100644
index 701c2bc302..0000000000
--- a/packages/matchbox-common/matchbox_0.8.1.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-DESCRIPTION = "Metapackage for Matchbox suite"
-LICENSE = "GPL"
-DEPENDS = "matchbox-common matchbox-wm matchbox-panel matchbox-desktop"
-RDEPENDS = "matchbox-common matchbox-wm matchbox-panel matchbox-desktop"
-SECTION = "x11/wm"
-PACKAGES= "${PN}"
-ALLOW_EMPTY = "1"
diff --git a/packages/matchbox-common/matchbox_0.9.1.bb b/packages/matchbox-common/matchbox_0.9.1.bb
deleted file mode 100644
index 0821b03bcc..0000000000
--- a/packages/matchbox-common/matchbox_0.9.1.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-DESCRIPTION = "Metapackage for Matchbox suite"
-LICENSE = "GPL"
-RDEPENDS = "matchbox-common matchbox-wm matchbox-panel matchbox-desktop"
-SECTION = "x11/wm"
-PR = "r1"
-
-ALLOW_EMPTY = "1"
diff --git a/packages/matchbox-common/matchbox_0.9.bb b/packages/matchbox-common/matchbox_0.9.bb
deleted file mode 100644
index 701c2bc302..0000000000
--- a/packages/matchbox-common/matchbox_0.9.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-DESCRIPTION = "Metapackage for Matchbox suite"
-LICENSE = "GPL"
-DEPENDS = "matchbox-common matchbox-wm matchbox-panel matchbox-desktop"
-RDEPENDS = "matchbox-common matchbox-wm matchbox-panel matchbox-desktop"
-SECTION = "x11/wm"
-PACKAGES= "${PN}"
-ALLOW_EMPTY = "1"