diff options
Diffstat (limited to 'recipes/matchbox-common')
-rw-r--r-- | recipes/matchbox-common/matchbox-common/add-media-category.patch | 37 | ||||
-rw-r--r-- | recipes/matchbox-common/matchbox-common/no-utilities-category.patch | 7 | ||||
-rw-r--r-- | recipes/matchbox-common/matchbox-common_0.8.bb | 15 | ||||
-rw-r--r-- | recipes/matchbox-common/matchbox-common_0.9.1.bb | 26 | ||||
-rw-r--r-- | recipes/matchbox-common/matchbox-common_0.9.bb | 14 | ||||
-rw-r--r-- | recipes/matchbox-common/matchbox-common_svn.bb | 22 | ||||
-rw-r--r-- | recipes/matchbox-common/matchbox_0.8.1.bb | 7 | ||||
-rw-r--r-- | recipes/matchbox-common/matchbox_0.9.1.bb | 7 | ||||
-rw-r--r-- | recipes/matchbox-common/matchbox_0.9.bb | 7 |
9 files changed, 142 insertions, 0 deletions
diff --git a/recipes/matchbox-common/matchbox-common/add-media-category.patch b/recipes/matchbox-common/matchbox-common/add-media-category.patch new file mode 100644 index 0000000000..5c502b3797 --- /dev/null +++ b/recipes/matchbox-common/matchbox-common/add-media-category.patch @@ -0,0 +1,37 @@ +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/recipes/matchbox-common/matchbox-common/no-utilities-category.patch b/recipes/matchbox-common/matchbox-common/no-utilities-category.patch new file mode 100644 index 0000000000..6801533ac3 --- /dev/null +++ b/recipes/matchbox-common/matchbox-common/no-utilities-category.patch @@ -0,0 +1,7 @@ +--- 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/recipes/matchbox-common/matchbox-common_0.8.bb b/recipes/matchbox-common/matchbox-common_0.8.bb new file mode 100644 index 0000000000..d9cb3e3b87 --- /dev/null +++ b/recipes/matchbox-common/matchbox-common_0.8.bb @@ -0,0 +1,15 @@ +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/recipes/matchbox-common/matchbox-common_0.9.1.bb b/recipes/matchbox-common/matchbox-common_0.9.1.bb new file mode 100644 index 0000000000..6ec38cfbef --- /dev/null +++ b/recipes/matchbox-common/matchbox-common_0.9.1.bb @@ -0,0 +1,26 @@ +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/recipes/matchbox-common/matchbox-common_0.9.bb b/recipes/matchbox-common/matchbox-common_0.9.bb new file mode 100644 index 0000000000..6eab97c47a --- /dev/null +++ b/recipes/matchbox-common/matchbox-common_0.9.bb @@ -0,0 +1,14 @@ +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/recipes/matchbox-common/matchbox-common_svn.bb b/recipes/matchbox-common/matchbox-common_svn.bb new file mode 100644 index 0000000000..eff0642970 --- /dev/null +++ b/recipes/matchbox-common/matchbox-common_svn.bb @@ -0,0 +1,22 @@ +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/recipes/matchbox-common/matchbox_0.8.1.bb b/recipes/matchbox-common/matchbox_0.8.1.bb new file mode 100644 index 0000000000..701c2bc302 --- /dev/null +++ b/recipes/matchbox-common/matchbox_0.8.1.bb @@ -0,0 +1,7 @@ +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/recipes/matchbox-common/matchbox_0.9.1.bb b/recipes/matchbox-common/matchbox_0.9.1.bb new file mode 100644 index 0000000000..0821b03bcc --- /dev/null +++ b/recipes/matchbox-common/matchbox_0.9.1.bb @@ -0,0 +1,7 @@ +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/recipes/matchbox-common/matchbox_0.9.bb b/recipes/matchbox-common/matchbox_0.9.bb new file mode 100644 index 0000000000..701c2bc302 --- /dev/null +++ b/recipes/matchbox-common/matchbox_0.9.bb @@ -0,0 +1,7 @@ +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" |