diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 17:07:59 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 17:07:59 +0000 |
commit | 6baeede3c611e3301fa865bf38bf49bb3b0f8a3a (patch) | |
tree | ee59e70e1d6e0ab4c0854a722bc919f9a4185f6e /meta-moblin/packages | |
parent | 3fce6c2d7ef5e9ca5bb902b11b1bda3199cc85be (diff) | |
download | poky-6baeede3c611e3301fa865bf38bf49bb3b0f8a3a.tar.gz |
meta-moblin: Update to Moblin 2.1 released versions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages')
46 files changed, 316 insertions, 193 deletions
diff --git a/meta-moblin/packages/anerley/anerley.inc b/meta-moblin/packages/anerley/anerley.inc new file mode 100644 index 0000000000..94a5692d87 --- /dev/null +++ b/meta-moblin/packages/anerley/anerley.inc | |||
@@ -0,0 +1,6 @@ | |||
1 | DESCRIPTION = "People widgets for Moblin User Experience" | ||
2 | SRC_URI = "http://download.moblin.org/sources/anerley/0.1/anerley-${PV}.tar.bz2" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | DEPENDS = "telepathy-glib glib-2.0 telepathy-mission-control nbtk eds-dbus" | ||
5 | |||
6 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/anerley/anerley_0.1.7.bb b/meta-moblin/packages/anerley/anerley_0.1.7.bb new file mode 100644 index 0000000000..a2d491bffe --- /dev/null +++ b/meta-moblin/packages/anerley/anerley_0.1.7.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require anerley.inc | ||
2 | |||
3 | PR = "r0" | ||
diff --git a/meta-moblin/packages/anerley/anerley_git.bb b/meta-moblin/packages/anerley/anerley_git.bb index bd9b043273..a656d424ff 100644 --- a/meta-moblin/packages/anerley/anerley_git.bb +++ b/meta-moblin/packages/anerley/anerley_git.bb | |||
@@ -1,11 +1,7 @@ | |||
1 | DESCRIPTION = "People widgets for Moblin User Experience" | 1 | require anerley.inc |
2 | |||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
3 | LICENSE = "LGPLv2.1" | 4 | PV = "0.1.7+git${SRCPV}" |
4 | PV = "0.0+git${SRCPV}" | 5 | PR = "r0" |
5 | PR = "r2" | ||
6 | 6 | ||
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | |||
9 | DEPENDS = "telepathy-glib glib-2.0 telepathy-mission-control nbtk eds-dbus" | ||
10 | |||
11 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/bickley/bickley.inc b/meta-moblin/packages/bickley/bickley.inc new file mode 100644 index 0000000000..423b53544b --- /dev/null +++ b/meta-moblin/packages/bickley/bickley.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | DESCRIPTION = "A meta data manager API and framework (including Media)" | ||
2 | SRC_URI = "http://download.moblin.org/sources/bickley/0.4/bickley-0.4_20091124.tar.bz2" | ||
3 | |||
4 | DEPENDS = "gtk+ dbus-glib clutter-gst libexif taglib gupnp gupnp-av samba" | ||
5 | RDEPENDS = "xdg-user-dirs" | ||
6 | |||
7 | FILES_${PN} =+ "${datadir}/dbus-1/services/" | ||
8 | |||
9 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/bickley/bickley_0.4.bb b/meta-moblin/packages/bickley/bickley_0.4.bb new file mode 100644 index 0000000000..9a8de22619 --- /dev/null +++ b/meta-moblin/packages/bickley/bickley_0.4.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require bickley.inc | ||
2 | |||
3 | S = "${WORKDIR}/${PN}-${PV}_20091124" | ||
4 | PR = "r1" | ||
diff --git a/meta-moblin/packages/bickley/bickley_git.bb b/meta-moblin/packages/bickley/bickley_git.bb index 1949e7c768..a02d610ddc 100644 --- a/meta-moblin/packages/bickley/bickley_git.bb +++ b/meta-moblin/packages/bickley/bickley_git.bb | |||
@@ -1,13 +1,5 @@ | |||
1 | DESCRIPTION = "A meta data manager API and framework (including Media)" | 1 | require bickley.inc |
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | PV = "0.1+git${SRCPV}" | ||
4 | PR = "r2" | ||
5 | |||
6 | DEPENDS = "gtk+ dbus-glib clutter-gst libexif taglib gupnp gupnp-av samba" | ||
7 | RDEPENDS = "xdg-user-dirs" | ||
8 | 2 | ||
3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
4 | PV = "0.4+git${SRCPV}" | ||
9 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
10 | |||
11 | FILES_${PN} =+ "${datadir}/dbus-1/services/" | ||
12 | |||
13 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/bisho/bisho.inc b/meta-moblin/packages/bisho/bisho.inc new file mode 100644 index 0000000000..c2f6617f4d --- /dev/null +++ b/meta-moblin/packages/bisho/bisho.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | DESCRIPTION = "Web Services Settings" | ||
2 | SRC_URI = "http://download.moblin.org/sources/bisho/0.17/bisho-0.17.1.tar.bz2" | ||
3 | LICENSE = "GPLv2" | ||
4 | |||
5 | DEPENDS = "gtk+ mojito nbtk" | ||
6 | |||
7 | inherit autotools_stage | ||
8 | |||
9 | FILES_${PN} += "${datadir}/icons/" | ||
diff --git a/meta-moblin/packages/bisho/bisho_0.17.1.bb b/meta-moblin/packages/bisho/bisho_0.17.1.bb new file mode 100644 index 0000000000..e483da5d79 --- /dev/null +++ b/meta-moblin/packages/bisho/bisho_0.17.1.bb | |||
@@ -0,0 +1 @@ | |||
require bisho.inc | |||
diff --git a/meta-moblin/packages/bisho/bisho_git.bb b/meta-moblin/packages/bisho/bisho_git.bb index 383d49e43b..21a2e7afc7 100644 --- a/meta-moblin/packages/bisho/bisho_git.bb +++ b/meta-moblin/packages/bisho/bisho_git.bb | |||
@@ -1,13 +1,5 @@ | |||
1 | DESCRIPTION = "Web Services Settings" | 1 | require bisho.inc |
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | LICENSE = "GPLv2" | ||
4 | PV = "0.0+git${SRCPV}" | ||
5 | PR = "r0" | ||
6 | |||
7 | DEPENDS = "gtk+ mojito nbtk" | ||
8 | 2 | ||
3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
4 | PV = "0.17.1+git${SRCPV}" | ||
9 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
10 | |||
11 | inherit autotools_stage | ||
12 | |||
13 | FILES_${PN} += "${datadir}/icons/" | ||
diff --git a/meta-moblin/packages/bognor-regis/bognor-regis.inc b/meta-moblin/packages/bognor-regis/bognor-regis.inc new file mode 100644 index 0000000000..e70ff0ca70 --- /dev/null +++ b/meta-moblin/packages/bognor-regis/bognor-regis.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | DESCRIPTION = "Media deamon and play queue manager" | ||
2 | SRC_URI = "http://download.moblin.org/sources/bognor-regis/0.5/bognor-regis-0.5.0_20091116.tar.bz2" | ||
3 | LICENSE = "GPLv2" | ||
4 | |||
5 | DEPENDS = "glib-2.0 dbus-glib gtk+ libnotify gupnp gupnp-av" | ||
6 | |||
7 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
8 | |||
9 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/bognor-regis/bognor-regis_0.5.0.bb b/meta-moblin/packages/bognor-regis/bognor-regis_0.5.0.bb new file mode 100644 index 0000000000..5bec1aa388 --- /dev/null +++ b/meta-moblin/packages/bognor-regis/bognor-regis_0.5.0.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require bognor-regis.inc | ||
2 | |||
3 | S = "${WORKDIR}/${PN}-${PV}_20091116" | ||
diff --git a/meta-moblin/packages/bognor-regis/bognor-regis_git.bb b/meta-moblin/packages/bognor-regis/bognor-regis_git.bb index 123e9298f2..6bc69d8dee 100644 --- a/meta-moblin/packages/bognor-regis/bognor-regis_git.bb +++ b/meta-moblin/packages/bognor-regis/bognor-regis_git.bb | |||
@@ -1,13 +1,5 @@ | |||
1 | DESCRIPTION = "Media deamon and play queue manager" | 1 | require bognor-regis.inc |
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | LICENSE = "GPLv2" | ||
4 | PV = "0.0+git${SRCPV}" | ||
5 | PR = "r0" | ||
6 | 2 | ||
3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
4 | PV = "0.5.0+git${SRCPV}" | ||
7 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
8 | |||
9 | DEPENDS = "glib-2.0 dbus-glib gtk+ libnotify gupnp gupnp-av" | ||
10 | |||
11 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
12 | |||
13 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/dalston/dalston.inc b/meta-moblin/packages/dalston/dalston.inc new file mode 100644 index 0000000000..bd137d7731 --- /dev/null +++ b/meta-moblin/packages/dalston/dalston.inc | |||
@@ -0,0 +1,7 @@ | |||
1 | DESCRIPTION = "System Information Icons" | ||
2 | SRC_URI = "http://download.moblin.org/sources/dalston/0.1/dalston-0.1.12.tar.bz2" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | |||
5 | DEPENDS = "glib-2.0 gtk+ pulseaudio libcanberra libnotify nbtk mutter-moblin" | ||
6 | |||
7 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/dalston/dalston_0.1.12.bb b/meta-moblin/packages/dalston/dalston_0.1.12.bb new file mode 100644 index 0000000000..4af8ebeb21 --- /dev/null +++ b/meta-moblin/packages/dalston/dalston_0.1.12.bb | |||
@@ -0,0 +1 @@ | |||
require dalston.inc | |||
diff --git a/meta-moblin/packages/dalston/dalston_git.bb b/meta-moblin/packages/dalston/dalston_git.bb index 9987438008..c61cb2b772 100644 --- a/meta-moblin/packages/dalston/dalston_git.bb +++ b/meta-moblin/packages/dalston/dalston_git.bb | |||
@@ -1,11 +1,6 @@ | |||
1 | DESCRIPTION = "System Information Icons" | 1 | require dalston.inc |
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | PV = "0.0+git${SRCPV}" | ||
5 | PR = "r0" | ||
6 | |||
7 | DEPENDS = "glib-2.0 gtk+ pulseaudio libcanberra libnotify nbtk mutter-moblin" | ||
8 | 2 | ||
3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
4 | PV = "0.1.12+git${SRCPV}" | ||
9 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
10 | 6 | ||
11 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/hornsey/hornsey.inc b/meta-moblin/packages/hornsey/hornsey.inc new file mode 100644 index 0000000000..a987381900 --- /dev/null +++ b/meta-moblin/packages/hornsey/hornsey.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "The Moblin Media Player" | ||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | |||
5 | SRC_URI = "http://download.moblin.org/sources/hornsey/1.0/hornsey-1.0_20091116.tar.bz2" | ||
6 | |||
7 | DEPENDS = "clutter-1.0 clutter-gtk clutter-gst bickley bognor-regis nbtk startup-notification libunique" | ||
8 | |||
9 | EXTRA_OECONF = "--disable-shave" | ||
10 | |||
11 | FILES_${PN} += "${datadir}/icons" | ||
12 | |||
13 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/hornsey/hornsey_1.0.bb b/meta-moblin/packages/hornsey/hornsey_1.0.bb new file mode 100644 index 0000000000..0eca9f2fbc --- /dev/null +++ b/meta-moblin/packages/hornsey/hornsey_1.0.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require hornsey.inc | ||
2 | |||
3 | S = "${WORKDIR}/${PN}-${PV}_20091116" \ No newline at end of file | ||
diff --git a/meta-moblin/packages/hornsey/hornsey_git.bb b/meta-moblin/packages/hornsey/hornsey_git.bb index 403563f7f4..df01150017 100644 --- a/meta-moblin/packages/hornsey/hornsey_git.bb +++ b/meta-moblin/packages/hornsey/hornsey_git.bb | |||
@@ -1,15 +1,5 @@ | |||
1 | DESCRIPTION = "The Moblin Media Player" | 1 | require hornsey.inc |
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | PV = "0.0+git${SRCPV}" | ||
5 | PR = "r2" | ||
6 | |||
7 | DEPENDS = "clutter-1.0 clutter-gtk clutter-gst bickley bognor-regis nbtk startup-notification libunique" | ||
8 | |||
9 | EXTRA_OECONF = "--disable-shave" | ||
10 | 2 | ||
3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
4 | PV = "1.0+git${SRCPV}" | ||
11 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
12 | |||
13 | FILES_${PN} += "${datadir}/icons" | ||
14 | |||
15 | inherit autotools_stage | ||
diff --git a/meta-moblin/packages/librest/librest_git.bb b/meta-moblin/packages/librest/librest_git.bb index ad60c2eca1..3944e1cb48 100644 --- a/meta-moblin/packages/librest/librest_git.bb +++ b/meta-moblin/packages/librest/librest_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
3 | PV = "0.1+git${SRCPV}" | 3 | PV = "0.6.1+git${SRCPV}" |
4 | PR = "r0" | 4 | PR = "r0" |
5 | 5 | ||
6 | DEPENDS = "libsoup-2.4" | 6 | DEPENDS = "libsoup-2.4" |
diff --git a/meta-moblin/packages/moblin-web-browser/moblin-web-browser/xpidl-78ddd155cc297811720e4c4835d468ac6c4d9666.patch b/meta-moblin/packages/moblin-web-browser/moblin-web-browser/xpidl-78ddd155cc297811720e4c4835d468ac6c4d9666.patch new file mode 100644 index 0000000000..d4785eaddf --- /dev/null +++ b/meta-moblin/packages/moblin-web-browser/moblin-web-browser/xpidl-78ddd155cc297811720e4c4835d468ac6c4d9666.patch | |||
@@ -0,0 +1,35 @@ | |||
1 | Index: git/configure.ac | ||
2 | =================================================================== | ||
3 | --- git.orig/configure.ac 2010-01-13 14:57:52.000000000 +0000 | ||
4 | +++ git/configure.ac 2010-01-13 15:01:35.000000000 +0000 | ||
5 | @@ -57,6 +57,13 @@ | ||
6 | NBTKDATADIR=`${PKG_CONFIG} --variable=prefix nbtk-1.2`"/share/nbtk" | ||
7 | AC_SUBST(NBTKDATADIR) | ||
8 | |||
9 | +IDLPREFIX= | ||
10 | +AC_ARG_WITH(idl-prefix, AC_HELP_STRING([--with-idl-prefix=DIR],[prefix to add to access to the idl files]), with_idl_prefix=${withval}) | ||
11 | +if test x"${with_idl_prefix}" != x ; then | ||
12 | + IDLPREFIX=${with_idl_prefix} | ||
13 | +fi | ||
14 | +AC_SUBST([IDLPREFIX]) | ||
15 | + | ||
16 | if test "x$build_browser" = "xyes"; then | ||
17 | PKG_CHECK_MODULES(MWB, | ||
18 | clutter-1.0 | ||
19 | Index: git/libmwbpages/Makefile.am | ||
20 | =================================================================== | ||
21 | --- git.orig/libmwbpages/Makefile.am 2010-01-13 14:57:52.000000000 +0000 | ||
22 | +++ git/libmwbpages/Makefile.am 2010-01-13 15:02:20.000000000 +0000 | ||
23 | @@ -26,10 +26,10 @@ | ||
24 | mwb-pages-service.lo : MwbIPagesService.h | ||
25 | |||
26 | .idl.h : | ||
27 | - $(MOZHOME)/xpidl -I $(MOZIDLDIR) -m header $< | ||
28 | + xpidl -I $(IDLPREFIX)$(MOZIDLDIR) -m header $< | ||
29 | |||
30 | .idl.xpt : | ||
31 | - $(MOZHOME)/xpidl -I $(MOZIDLDIR) -m typelib $< | ||
32 | + xpidl -I $(IDLPREFIX)$(MOZIDLDIR) -m typelib $< | ||
33 | |||
34 | xpt_DATA = MwbIPagesService.xpt | ||
35 | xptdir = $(pkgdatadir)/components | ||
diff --git a/meta-moblin/packages/moblin-web-browser/moblin-web-browser/xpidl-88f69b3d3242b7106a22721e73fbb15904a24b2f.patch b/meta-moblin/packages/moblin-web-browser/moblin-web-browser/xpidl-88f69b3d3242b7106a22721e73fbb15904a24b2f.patch new file mode 100644 index 0000000000..d4785eaddf --- /dev/null +++ b/meta-moblin/packages/moblin-web-browser/moblin-web-browser/xpidl-88f69b3d3242b7106a22721e73fbb15904a24b2f.patch | |||
@@ -0,0 +1,35 @@ | |||
1 | Index: git/configure.ac | ||
2 | =================================================================== | ||
3 | --- git.orig/configure.ac 2010-01-13 14:57:52.000000000 +0000 | ||
4 | +++ git/configure.ac 2010-01-13 15:01:35.000000000 +0000 | ||
5 | @@ -57,6 +57,13 @@ | ||
6 | NBTKDATADIR=`${PKG_CONFIG} --variable=prefix nbtk-1.2`"/share/nbtk" | ||
7 | AC_SUBST(NBTKDATADIR) | ||
8 | |||
9 | +IDLPREFIX= | ||
10 | +AC_ARG_WITH(idl-prefix, AC_HELP_STRING([--with-idl-prefix=DIR],[prefix to add to access to the idl files]), with_idl_prefix=${withval}) | ||
11 | +if test x"${with_idl_prefix}" != x ; then | ||
12 | + IDLPREFIX=${with_idl_prefix} | ||
13 | +fi | ||
14 | +AC_SUBST([IDLPREFIX]) | ||
15 | + | ||
16 | if test "x$build_browser" = "xyes"; then | ||
17 | PKG_CHECK_MODULES(MWB, | ||
18 | clutter-1.0 | ||
19 | Index: git/libmwbpages/Makefile.am | ||
20 | =================================================================== | ||
21 | --- git.orig/libmwbpages/Makefile.am 2010-01-13 14:57:52.000000000 +0000 | ||
22 | +++ git/libmwbpages/Makefile.am 2010-01-13 15:02:20.000000000 +0000 | ||
23 | @@ -26,10 +26,10 @@ | ||
24 | mwb-pages-service.lo : MwbIPagesService.h | ||
25 | |||
26 | .idl.h : | ||
27 | - $(MOZHOME)/xpidl -I $(MOZIDLDIR) -m header $< | ||
28 | + xpidl -I $(IDLPREFIX)$(MOZIDLDIR) -m header $< | ||
29 | |||
30 | .idl.xpt : | ||
31 | - $(MOZHOME)/xpidl -I $(MOZIDLDIR) -m typelib $< | ||
32 | + xpidl -I $(IDLPREFIX)$(MOZIDLDIR) -m typelib $< | ||
33 | |||
34 | xpt_DATA = MwbIPagesService.xpt | ||
35 | xptdir = $(pkgdatadir)/components | ||
diff --git a/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb index caa1e74754..3f4b0758ad 100644 --- a/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb +++ b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | DESCRIPTION = "Moblin web browser (based on clutter + mozilla-headless/mozilla-offscreen)" | 1 | DESCRIPTION = "Moblin web browser (based on clutter + mozilla-headless/mozilla-offscreen)" |
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ | 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ |
3 | file://xpidl-a3ea71159bef93dc03762195bd5404a51db5e4a6.patch;patch=1;rev=a3ea71159bef93dc03762195bd5404a51db5e4a6 \ | 3 | file://xpidl-a3ea71159bef93dc03762195bd5404a51db5e4a6.patch;patch=1;rev=a3ea71159bef93dc03762195bd5404a51db5e4a6;notrev=78ddd155cc297811720e4c4835d468ac6c4d9666 \ |
4 | file://xpidl.patch;patch=1;notrev=a3ea71159bef93dc03762195bd5404a51db5e4a6" | 4 | file://xpidl-78ddd155cc297811720e4c4835d468ac6c4d9666.patch;patch=1;rev=78ddd155cc297811720e4c4835d468ac6c4d9666;notrev=a3ea71159bef93dc03762195bd5404a51db5e4a6 \ |
5 | file://xpidl.patch;patch=1;notrev=a3ea71159bef93dc03762195bd5404a51db5e4a6;notrev=78ddd155cc297811720e4c4835d468ac6c4d9666" | ||
5 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPLv2.1" |
6 | PV = "0.0+git${SRCPV}" | 7 | PV = "0.0+git${SRCPV}" |
7 | PR = "r11" | 8 | PR = "r11" |
diff --git a/meta-moblin/packages/mojito/mojito.inc b/meta-moblin/packages/mojito/mojito.inc new file mode 100644 index 0000000000..7eee2edfb2 --- /dev/null +++ b/meta-moblin/packages/mojito/mojito.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | SRC_URI = "http://download.moblin.org/sources/mojito/0.21/mojito-0.21.7.tar.bz2" | ||
2 | |||
3 | DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib gnome-keyring" | ||
4 | RDEPENDS_${PN} = "connman" | ||
5 | |||
6 | inherit autotools_stage | ||
7 | |||
8 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
9 | FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/.debug/" | ||
10 | |||
11 | PARALLEL_MAKE = "" | ||
12 | |||
13 | EXTRA_OECONF = "--with-online=connman --disable-shave" | ||
diff --git a/meta-moblin/packages/mojito/mojito_0.21.7.bb b/meta-moblin/packages/mojito/mojito_0.21.7.bb new file mode 100644 index 0000000000..9f880e72da --- /dev/null +++ b/meta-moblin/packages/mojito/mojito_0.21.7.bb | |||
@@ -0,0 +1 @@ | |||
require mojito.inc | |||
diff --git a/meta-moblin/packages/mojito/mojito_git.bb b/meta-moblin/packages/mojito/mojito_git.bb index f0114aa2a1..ddaf688bfa 100644 --- a/meta-moblin/packages/mojito/mojito_git.bb +++ b/meta-moblin/packages/mojito/mojito_git.bb | |||
@@ -1,17 +1,5 @@ | |||
1 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 1 | require mojito.inc |
2 | PV = "0.1+git${SRCPV}" | ||
3 | PR = "r5" | ||
4 | |||
5 | DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib gnome-keyring" | ||
6 | RDEPENDS_${PN} = "connman" | ||
7 | 2 | ||
3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
4 | PV = "0.21.7+git${SRCPV}" | ||
8 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
9 | |||
10 | inherit autotools_stage | ||
11 | |||
12 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
13 | FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/.debug/" | ||
14 | |||
15 | PARALLEL_MAKE = "" | ||
16 | |||
17 | EXTRA_OECONF = "--with-online=connman --disable-shave" | ||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-applications.inc b/meta-moblin/packages/mutter-moblin/moblin-panel-applications.inc new file mode 100644 index 0000000000..c5bff816bd --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-applications.inc | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | ||
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "mutter-moblin nbtk gtk+ glib-2.0 clutter-1.0 gnome-menus" | ||
5 | |||
6 | SRC_URI = "http://download.moblin.org/sources/moblin-panel-applications/0.1/moblin-panel-applications-0.1.2.tar.bz2" | ||
7 | |||
8 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
9 | |||
10 | inherit autotools_stage | ||
11 | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-applications_0.1.2.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-applications_0.1.2.bb new file mode 100644 index 0000000000..b80506ee89 --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-applications_0.1.2.bb | |||
@@ -0,0 +1 @@ | |||
require moblin-panel-applications.inc | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-applications_git.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-applications_git.bb index 27f82361e9..21a42fb228 100644 --- a/meta-moblin/packages/mutter-moblin/moblin-panel-applications_git.bb +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-applications_git.bb | |||
@@ -1,15 +1,5 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | 1 | require moblin-panel-applications.inc |
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "mutter-moblin nbtk gtk+ glib-2.0 clutter-1.0 gnome-menus" | ||
5 | PV = "0.1+git${SRCPV}" | ||
6 | PR = "r2" | ||
7 | 2 | ||
8 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
9 | 4 | PV = "0.1.2+git${SRCPV}" | |
10 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
11 | |||
12 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
13 | |||
14 | inherit autotools_stage | ||
15 | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-media.inc b/meta-moblin/packages/mutter-moblin/moblin-panel-media.inc new file mode 100644 index 0000000000..13b2854a2a --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-media.inc | |||
@@ -0,0 +1,10 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | ||
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "mutter-moblin bickley bognor-regis gtk+" | ||
5 | SRC_URI = "http://download.moblin.org/sources/moblin-panel-media/0.0/moblin-panel-media-0.0.7.tar.bz2" | ||
6 | |||
7 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
8 | |||
9 | inherit autotools_stage | ||
10 | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-media_0.0.7.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-media_0.0.7.bb new file mode 100644 index 0000000000..2d76297d8c --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-media_0.0.7.bb | |||
@@ -0,0 +1 @@ | |||
require moblin-panel-media.inc | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-media_git.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-media_git.bb index 3ebdde28c0..de1351bfdb 100644 --- a/meta-moblin/packages/mutter-moblin/moblin-panel-media_git.bb +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-media_git.bb | |||
@@ -1,15 +1,6 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | 1 | require moblin-panel-media.inc |
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "mutter-moblin bickley bognor-regis gtk+" | ||
5 | PV = "0.1+git${SRCPV}" | ||
6 | PR = "r2" | ||
7 | 2 | ||
8 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
9 | 4 | PV = "0.0.7+git${SRCPV}" | |
10 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
11 | |||
12 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
13 | 6 | ||
14 | inherit autotools_stage | ||
15 | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-myzone.inc b/meta-moblin/packages/mutter-moblin/moblin-panel-myzone.inc new file mode 100644 index 0000000000..0c17e844ce --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-myzone.inc | |||
@@ -0,0 +1,10 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | ||
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "nbtk mutter-moblin gtk+ mojito gconf libjana" | ||
5 | SRC_URI = "http://download.moblin.org/sources/moblin-panel-myzone/0.0/moblin-panel-myzone-0.0.12.tar.bz2" | ||
6 | |||
7 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
8 | |||
9 | inherit autotools_stage | ||
10 | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-myzone_0.0.12.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-myzone_0.0.12.bb new file mode 100644 index 0000000000..a335f1984f --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-myzone_0.0.12.bb | |||
@@ -0,0 +1 @@ | |||
require moblin-panel-myzone.inc \ No newline at end of file | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-myzone_git.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-myzone_git.bb index 4ade4967c8..31904c8753 100644 --- a/meta-moblin/packages/mutter-moblin/moblin-panel-myzone_git.bb +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-myzone_git.bb | |||
@@ -1,15 +1,7 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | 1 | require moblin-panel-myzone.inc |
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "nbtk mutter-moblin gtk+ mojito gconf libjana" | ||
5 | PV = "0.1+git${SRCPV}" | ||
6 | PR = "r2" | ||
7 | 2 | ||
8 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
9 | 4 | PV = "0.0.12+git${SRCPV}" | |
10 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
11 | |||
12 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
13 | 6 | ||
14 | inherit autotools_stage | ||
15 | 7 | ||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-pasteboard.inc b/meta-moblin/packages/mutter-moblin/moblin-panel-pasteboard.inc new file mode 100644 index 0000000000..4eb8d99e6a --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-pasteboard.inc | |||
@@ -0,0 +1,10 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | ||
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "nbtk mutter-moblin gtk+ clutter-1.0" | ||
5 | SRC_URI = "http://download.moblin.org/sources/moblin-panel-pasteboard/0.0/moblin-panel-pasteboard-0.0.2.tar.bz2" | ||
6 | |||
7 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
8 | |||
9 | inherit autotools_stage | ||
10 | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-pasteboard_0.0.2.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-pasteboard_0.0.2.bb new file mode 100644 index 0000000000..a992971092 --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-pasteboard_0.0.2.bb | |||
@@ -0,0 +1 @@ | |||
require moblin-panel-pasteboard.inc | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-pasteboard_git.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-pasteboard_git.bb index a550c7039f..27394b4ea3 100644 --- a/meta-moblin/packages/mutter-moblin/moblin-panel-pasteboard_git.bb +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-pasteboard_git.bb | |||
@@ -1,15 +1,5 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | 1 | require moblin-panel-pasteboard.inc |
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "nbtk mutter-moblin gtk+ clutter-1.0" | ||
5 | PV = "0.1+git${SRCPV}" | ||
6 | PR = "r2" | ||
7 | 2 | ||
3 | PV = "0.0.2+git${SRCPV}" | ||
8 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 4 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
9 | |||
10 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
11 | |||
12 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
13 | |||
14 | inherit autotools_stage | ||
15 | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-people.inc b/meta-moblin/packages/mutter-moblin/moblin-panel-people.inc new file mode 100644 index 0000000000..2deb94ea54 --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-people.inc | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | ||
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "nbtk mutter-moblin anerley gtk+ glib-2.0" | ||
5 | |||
6 | SRC_URI = "http://download.moblin.org/sources/moblin-panel-people/0.0/moblin-panel-people-0.0.9.tar.bz2" | ||
7 | |||
8 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
9 | |||
10 | inherit autotools_stage | ||
11 | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-people_0.0.9.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-people_0.0.9.bb new file mode 100644 index 0000000000..df52a0de4e --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-people_0.0.9.bb | |||
@@ -0,0 +1 @@ | |||
require moblin-panel-people.inc | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-people_git.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-people_git.bb index 8a8f54ff17..1361068d34 100644 --- a/meta-moblin/packages/mutter-moblin/moblin-panel-people_git.bb +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-people_git.bb | |||
@@ -1,15 +1,5 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | 1 | require moblin-panel-people.inc |
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "nbtk mutter-moblin anerley gtk+ glib-2.0" | ||
5 | PV = "0.1+git${SRCPV}" | ||
6 | PR = "r2" | ||
7 | 2 | ||
3 | PV = "0.0.9+git${SRCPV}" | ||
8 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 4 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
9 | |||
10 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
11 | |||
12 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
13 | |||
14 | inherit autotools_stage | ||
15 | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-status.inc b/meta-moblin/packages/mutter-moblin/moblin-panel-status.inc new file mode 100644 index 0000000000..0959f5ce51 --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-status.inc | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | ||
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "nbtk mutter-moblin dbus-glib clutter-1.0 telepathy-mission-control mojito" | ||
5 | |||
6 | SRC_URI = "http://download.moblin.org/sources/moblin-panel-status/0.0/moblin-panel-status-0.0.9.tar.bz2" | ||
7 | |||
8 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
9 | |||
10 | inherit autotools_stage | ||
11 | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-status_0.0.9.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-status_0.0.9.bb new file mode 100644 index 0000000000..99d0b4114c --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-status_0.0.9.bb | |||
@@ -0,0 +1 @@ | |||
require moblin-panel-status.inc | |||
diff --git a/meta-moblin/packages/mutter-moblin/moblin-panel-status_git.bb b/meta-moblin/packages/mutter-moblin/moblin-panel-status_git.bb index 1391858468..19fec102b8 100644 --- a/meta-moblin/packages/mutter-moblin/moblin-panel-status_git.bb +++ b/meta-moblin/packages/mutter-moblin/moblin-panel-status_git.bb | |||
@@ -1,15 +1,6 @@ | |||
1 | DESCRIPTION = "Moblin Applications Panel Plugin" | 1 | require moblin-panel-status.inc |
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "nbtk mutter-moblin dbus-glib clutter-1.0 telepathy-mission-control mojito" | ||
5 | PV = "0.1+git${SRCPV}" | ||
6 | PR = "r2" | ||
7 | 2 | ||
3 | PV = "0.0.9+git${SRCPV}" | ||
8 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 4 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
9 | |||
10 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
11 | |||
12 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
13 | 6 | ||
14 | inherit autotools_stage | ||
15 | |||
diff --git a/meta-moblin/packages/mutter-moblin/mutter-moblin.inc b/meta-moblin/packages/mutter-moblin/mutter-moblin.inc new file mode 100644 index 0000000000..a956e4bfc7 --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/mutter-moblin.inc | |||
@@ -0,0 +1,50 @@ | |||
1 | DESCRIPTION = "A Moblin specific plugin for the Mutter composite window manager" | ||
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "clutter-1.0 nbtk mutter gnome-menus mojito libjana anerley clutter-mozembed bickley bognor-regis" | ||
5 | |||
6 | SRC_URI = "http://download.moblin.org/sources/mutter-moblin/0.43/mutter-moblin-0.43.8.tar.bz2 \ | ||
7 | file://startup-notify.patch;patch=1 \ | ||
8 | file://88mutter-panelapps.sh \ | ||
9 | file://background-tile.png" | ||
10 | |||
11 | FILES_${PN} += "\ | ||
12 | ${sysconfdir}/X11 \ | ||
13 | ${libdir}/metacity/plugins/clutter/*.so* \ | ||
14 | ${libdir}/mutter/plugins/*.so* \ | ||
15 | ${datadir}/mutter-moblin-netbook-plugin \ | ||
16 | ${datadir}/dbus-1/services \ | ||
17 | ${datadir}/moblin-panel-applications/theme \ | ||
18 | ${datadir}/moblin-panel-pasteboard/theme" | ||
19 | FILES_${PN}-dbg += "${libdir}/metacity/plugins/clutter/.debug/*" | ||
20 | FILES_${PN}-dbg += "${libdir}/mutter/plugins/.debug/*" | ||
21 | |||
22 | ASNEEDED = "" | ||
23 | |||
24 | EXTRA_OECONF = "--enable-ahoghill --enable-netpanel --enable-people" | ||
25 | |||
26 | inherit autotools_stage | ||
27 | |||
28 | do_configure_prepend () { | ||
29 | rm -f ${S}/build/autotools/gtk-doc.m4 | ||
30 | cp ${WORKDIR}/background-tile.png ${S}/data/theme/panel/ | ||
31 | } | ||
32 | |||
33 | do_install_append () { | ||
34 | install -d ${D}${sysconfdir}/X11/Xsession.d/ | ||
35 | install ${WORKDIR}/88mutter-panelapps.sh ${D}${sysconfdir}/X11/Xsession.d/ | ||
36 | } | ||
37 | |||
38 | |||
39 | pkg_postinst_${PN} () { | ||
40 | #!/bin/sh -e | ||
41 | if [ "x$D" != "x" ]; then | ||
42 | exit 1 | ||
43 | fi | ||
44 | |||
45 | . ${sysconfdir}/init.d/functions | ||
46 | |||
47 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type list --list-type string --set /apps/metacity/general/clutter_plugins '[moblin-netbook]' | ||
48 | |||
49 | nbtk-create-image-cache ${datadir}/mutter-moblin/theme | ||
50 | } | ||
diff --git a/meta-moblin/packages/mutter-moblin/mutter-moblin_0.43.8.bb b/meta-moblin/packages/mutter-moblin/mutter-moblin_0.43.8.bb new file mode 100644 index 0000000000..1136163a95 --- /dev/null +++ b/meta-moblin/packages/mutter-moblin/mutter-moblin_0.43.8.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require mutter-moblin.inc | ||
2 | |||
3 | SRC_URI = "http://download.moblin.org/sources/mutter-moblin/0.43/mutter-moblin-0.43.8.tar.bz2 \ | ||
4 | file://startup-notify.patch;patch=1 \ | ||
5 | file://88mutter-panelapps.sh \ | ||
6 | file://background-tile.png" | ||
diff --git a/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb b/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb index 6d6016eed0..c68f68e0f3 100644 --- a/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb +++ b/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb | |||
@@ -1,8 +1,4 @@ | |||
1 | DESCRIPTION = "A Moblin specific plugin for the Mutter composite window manager" | 1 | PV = "0.43.8+git${SRCPV}" |
2 | SECTION = "x11/wm" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "clutter-1.0 nbtk mutter gnome-menus mojito libjana anerley clutter-mozembed bickley bognor-regis" | ||
5 | PV = "2.25.2+git${SRCPV}" | ||
6 | PR = "r11" | 2 | PR = "r11" |
7 | 3 | ||
8 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ | 4 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ |
@@ -10,45 +6,5 @@ SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ | |||
10 | file://88mutter-panelapps.sh \ | 6 | file://88mutter-panelapps.sh \ |
11 | file://background-tile.png" | 7 | file://background-tile.png" |
12 | 8 | ||
13 | FILES_${PN} += "\ | ||
14 | ${sysconfdir}/X11 \ | ||
15 | ${libdir}/metacity/plugins/clutter/*.so* \ | ||
16 | ${libdir}/mutter/plugins/*.so* \ | ||
17 | ${datadir}/mutter-moblin-netbook-plugin \ | ||
18 | ${datadir}/dbus-1/services \ | ||
19 | ${datadir}/moblin-panel-applications/theme \ | ||
20 | ${datadir}/moblin-panel-pasteboard/theme" | ||
21 | FILES_${PN}-dbg += "${libdir}/metacity/plugins/clutter/.debug/*" | ||
22 | FILES_${PN}-dbg += "${libdir}/mutter/plugins/.debug/*" | ||
23 | |||
24 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
25 | 10 | ||
26 | ASNEEDED = "" | ||
27 | |||
28 | EXTRA_OECONF = "--enable-ahoghill --enable-netpanel --enable-people" | ||
29 | |||
30 | inherit autotools_stage | ||
31 | |||
32 | do_configure_prepend () { | ||
33 | rm -f ${S}/build/autotools/gtk-doc.m4 | ||
34 | cp ${WORKDIR}/background-tile.png ${S}/data/theme/panel/ | ||
35 | } | ||
36 | |||
37 | do_install_append () { | ||
38 | install -d ${D}${sysconfdir}/X11/Xsession.d/ | ||
39 | install ${WORKDIR}/88mutter-panelapps.sh ${D}${sysconfdir}/X11/Xsession.d/ | ||
40 | } | ||
41 | |||
42 | |||
43 | pkg_postinst_${PN} () { | ||
44 | #!/bin/sh -e | ||
45 | if [ "x$D" != "x" ]; then | ||
46 | exit 1 | ||
47 | fi | ||
48 | |||
49 | . ${sysconfdir}/init.d/functions | ||
50 | |||
51 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type list --list-type string --set /apps/metacity/general/clutter_plugins '[moblin-netbook]' | ||
52 | |||
53 | nbtk-create-image-cache ${datadir}/mutter-moblin/theme | ||
54 | } | ||