All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce 0/4] further plugins
@ 2013-02-04  0:31 Andreas Müller
  2013-02-04  0:31 ` [meta-xfce 1/4] xfce4-mount-plugin: initial add 0.6.4 Andreas Müller
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andreas Müller @ 2013-02-04  0:31 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 74ec0813562525d02da6ac45eb0237382e98a72f:

  xchat: add libsexy to DEPENDS (2013-02-01 17:44:22 +0100)

are available in the git repository at:
  git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git xfce-patches

Andreas Müller (4):
      xfce4-mount-plugin: initial add 0.6.4
      packagegroup-xfce-extended: add xfce4-mount-plugin
      packagegroup-xfce-extended: add xfce4-brightness-plugin
      orage: initial add 4.8.4

 meta-xfce/recipes-apps/orage/orage_4.8.4.bb        |   16 ++++++++++++++++
 .../mount/xfce4-mount-plugin_0.6.4.bb              |   10 ++++++++++
 .../packagegroups/packagegroup-xfce-extended.bb    |    4 +++-
 3 files changed, 29 insertions(+), 1 deletions(-)
 create mode 100644 meta-xfce/recipes-apps/orage/orage_4.8.4.bb
 create mode 100644 meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb

-- 
1.7.4.4




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [meta-xfce 1/4] xfce4-mount-plugin: initial add 0.6.4
  2013-02-04  0:31 [meta-xfce 0/4] further plugins Andreas Müller
@ 2013-02-04  0:31 ` Andreas Müller
  2013-02-04  0:31 ` [meta-xfce 2/4] packagegroup-xfce-extended: add xfce4-mount-plugin Andreas Müller
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2013-02-04  0:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../mount/xfce4-mount-plugin_0.6.4.bb              |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb

diff --git a/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb
new file mode 100644
index 0000000..b0e02c9
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Mount/umount utility for the xfce panel"
+HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin"
+SECTION = "x11/application"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = "f5917e9aa2a06bc6a872cc10d2ee4f6f"
+SRC_URI[sha256sum] = "541d7af84d7d0b00ae547aa1f438e2fac51ee4195c4d0a17173c4f72accb227d"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-xfce 2/4] packagegroup-xfce-extended: add xfce4-mount-plugin
  2013-02-04  0:31 [meta-xfce 0/4] further plugins Andreas Müller
  2013-02-04  0:31 ` [meta-xfce 1/4] xfce4-mount-plugin: initial add 0.6.4 Andreas Müller
@ 2013-02-04  0:31 ` Andreas Müller
  2013-02-04  0:31 ` [meta-xfce 3/4] packagegroup-xfce-extended: add xfce4-brightness-plugin Andreas Müller
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2013-02-04  0:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../packagegroups/packagegroup-xfce-extended.bb    |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
index ea4bd1e..d4f91fd 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -3,7 +3,7 @@ SECTION = "x11/wm"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
-PR = "r6"
+PR = "r7"
 
 inherit packagegroup
 
@@ -39,6 +39,7 @@ RRECOMMENDS_${PN} = " \
     xfce4-weather-plugin \
     xfce4-fsguard-plugin \
     xfce4-battery-plugin \
+    xfce4-mount-plugin \
     \
     xfce4-appfinder \
     xfce4-screenshooter \
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-xfce 3/4] packagegroup-xfce-extended: add xfce4-brightness-plugin
  2013-02-04  0:31 [meta-xfce 0/4] further plugins Andreas Müller
  2013-02-04  0:31 ` [meta-xfce 1/4] xfce4-mount-plugin: initial add 0.6.4 Andreas Müller
  2013-02-04  0:31 ` [meta-xfce 2/4] packagegroup-xfce-extended: add xfce4-mount-plugin Andreas Müller
@ 2013-02-04  0:31 ` Andreas Müller
  2013-02-04  0:31 ` [meta-xfce 4/4] orage: initial add 4.8.4 Andreas Müller
  2013-02-05 10:22 ` [meta-xfce 0/4] further plugins Martin Jansa
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2013-02-04  0:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../packagegroups/packagegroup-xfce-extended.bb    |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
index d4f91fd..a771bc4 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -3,7 +3,7 @@ SECTION = "x11/wm"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
-PR = "r7"
+PR = "r8"
 
 inherit packagegroup
 
@@ -40,6 +40,7 @@ RRECOMMENDS_${PN} = " \
     xfce4-fsguard-plugin \
     xfce4-battery-plugin \
     xfce4-mount-plugin \
+    xfce4-brightness-plugin \
     \
     xfce4-appfinder \
     xfce4-screenshooter \
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [meta-xfce 4/4] orage: initial add 4.8.4
  2013-02-04  0:31 [meta-xfce 0/4] further plugins Andreas Müller
                   ` (2 preceding siblings ...)
  2013-02-04  0:31 ` [meta-xfce 3/4] packagegroup-xfce-extended: add xfce4-brightness-plugin Andreas Müller
@ 2013-02-04  0:31 ` Andreas Müller
  2013-02-05 10:22 ` [meta-xfce 0/4] further plugins Martin Jansa
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2013-02-04  0:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-xfce/recipes-apps/orage/orage_4.8.4.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-apps/orage/orage_4.8.4.bb

diff --git a/meta-xfce/recipes-apps/orage/orage_4.8.4.bb b/meta-xfce/recipes-apps/orage/orage_4.8.4.bb
new file mode 100644
index 0000000..9905987
--- /dev/null
+++ b/meta-xfce/recipes-apps/orage/orage_4.8.4.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Xfce Calender"
+SECTION = "x11/application"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+DEPENDS = "gtk+ xfce4-panel libical"
+
+inherit xfce-app
+
+SRC_URI[md5sum] = "d5105981a9d77ed22be42615d70f3cc0"
+SRC_URI[sha256sum] = "b19df727da9da48b979e238ac7113c803976de80bd1e2dadf6d84b864956dfd5"
+
+PACKAGES =+ "xfce4-orageclock-plugin"
+FILES_${PN} += "${datadir}/dbus-1"
+FILES_${PN}-dbg += "${libdir}/orage/xfce4/panel-plugins/.debug"
+FILES_xfce4-orageclock-plugin = "${libdir}/orage/xfce4/panel-plugins/xfce4-orageclock-plugin ${datadir}/xfce4/panel-plugins"
+
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-xfce 0/4] further plugins
  2013-02-04  0:31 [meta-xfce 0/4] further plugins Andreas Müller
                   ` (3 preceding siblings ...)
  2013-02-04  0:31 ` [meta-xfce 4/4] orage: initial add 4.8.4 Andreas Müller
@ 2013-02-05 10:22 ` Martin Jansa
  4 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2013-02-05 10:22 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]

On Mon, Feb 04, 2013 at 01:31:08AM +0100, Andreas Müller wrote:
> The following changes since commit 74ec0813562525d02da6ac45eb0237382e98a72f:
> 
>   xchat: add libsexy to DEPENDS (2013-02-01 17:44:22 +0100)

All 4 merged, thanks

> 
> are available in the git repository at:
>   git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git xfce-patches
> 
> Andreas Müller (4):
>       xfce4-mount-plugin: initial add 0.6.4
>       packagegroup-xfce-extended: add xfce4-mount-plugin
>       packagegroup-xfce-extended: add xfce4-brightness-plugin
>       orage: initial add 4.8.4
> 
>  meta-xfce/recipes-apps/orage/orage_4.8.4.bb        |   16 ++++++++++++++++
>  .../mount/xfce4-mount-plugin_0.6.4.bb              |   10 ++++++++++
>  .../packagegroups/packagegroup-xfce-extended.bb    |    4 +++-
>  3 files changed, 29 insertions(+), 1 deletions(-)
>  create mode 100644 meta-xfce/recipes-apps/orage/orage_4.8.4.bb
>  create mode 100644 meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_0.6.4.bb
> 
> -- 
> 1.7.4.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-05 10:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04  0:31 [meta-xfce 0/4] further plugins Andreas Müller
2013-02-04  0:31 ` [meta-xfce 1/4] xfce4-mount-plugin: initial add 0.6.4 Andreas Müller
2013-02-04  0:31 ` [meta-xfce 2/4] packagegroup-xfce-extended: add xfce4-mount-plugin Andreas Müller
2013-02-04  0:31 ` [meta-xfce 3/4] packagegroup-xfce-extended: add xfce4-brightness-plugin Andreas Müller
2013-02-04  0:31 ` [meta-xfce 4/4] orage: initial add 4.8.4 Andreas Müller
2013-02-05 10:22 ` [meta-xfce 0/4] further plugins Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.