* [PATCH 01/19] libmbim: initial add 1.12.2
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 22:22 ` Martin Jansa
2015-02-12 21:21 ` [PATCH 02/19] libqmi: " Andreas Müller
` (17 subsequent siblings)
18 siblings, 1 reply; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
new file mode 100644
index 0000000..17cfba2
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/"
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = " \
+ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+ file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+"
+
+DEPENDS = "glib-2.0 udev"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "921fb5ab3f13f1e00833e009d8f3b4f6"
+SRC_URI[sha256sum] = "949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* Re: [PATCH 01/19] libmbim: initial add 1.12.2
2015-02-12 21:21 ` [PATCH 01/19] libmbim: initial add 1.12.2 Andreas Müller
@ 2015-02-12 22:22 ` Martin Jansa
2015-02-12 22:35 ` Andreas Müller
0 siblings, 1 reply; 28+ messages in thread
From: Martin Jansa @ 2015-02-12 22:22 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1706 bytes --]
On Thu, Feb 12, 2015 at 10:21:41PM +0100, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
>
> diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
> new file mode 100644
> index 0000000..17cfba2
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol"
SUMMARY should be short, please change to short SUMMARY + longer
DESCRIPTION.
> +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/"
> +LICENSE = "GPLv2 & LGPLv2.1"
> +LIC_FILES_CHKSUM = " \
> + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
> +"
> +
> +DEPENDS = "glib-2.0 udev"
> +
> +inherit autotools pkgconfig
> +
> +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
> +SRC_URI[md5sum] = "921fb5ab3f13f1e00833e009d8f3b4f6"
> +SRC_URI[sha256sum] = "949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29"
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 28+ messages in thread* Re: [PATCH 01/19] libmbim: initial add 1.12.2
2015-02-12 22:22 ` Martin Jansa
@ 2015-02-12 22:35 ` Andreas Müller
2015-02-13 11:57 ` Martin Jansa
0 siblings, 1 reply; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 22:35 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
On Thu, Feb 12, 2015 at 11:22 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Thu, Feb 12, 2015 at 10:21:41PM +0100, Andreas Müller wrote:
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> ---
>> meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb | 15 +++++++++++++++
>> 1 file changed, 15 insertions(+)
>> create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
>>
>> diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
>> new file mode 100644
>> index 0000000..17cfba2
>> --- /dev/null
>> +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
>> @@ -0,0 +1,15 @@
>> +SUMMARY = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol"
>
> SUMMARY should be short, please change to short SUMMARY + longer
> DESCRIPTION.
>
>> +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/"
>> +LICENSE = "GPLv2 & LGPLv2.1"
>> +LIC_FILES_CHKSUM = " \
>> + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>> + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
>> +"
>> +
>> +DEPENDS = "glib-2.0 udev"
>> +
>> +inherit autotools pkgconfig
>> +
>> +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
>> +SRC_URI[md5sum] = "921fb5ab3f13f1e00833e009d8f3b4f6"
>> +SRC_URI[sha256sum] = "949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29"
>> --
>> 1.9.3
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
Wow - I don't care for this but want to be a good boy: What is maximum
length of SUMMARY?
Andreas
^ permalink raw reply [flat|nested] 28+ messages in thread* Re: [PATCH 01/19] libmbim: initial add 1.12.2
2015-02-12 22:35 ` Andreas Müller
@ 2015-02-13 11:57 ` Martin Jansa
2015-02-13 14:12 ` Andreas Müller
0 siblings, 1 reply; 28+ messages in thread
From: Martin Jansa @ 2015-02-13 11:57 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2454 bytes --]
On Thu, Feb 12, 2015 at 11:35:36PM +0100, Andreas Müller wrote:
> On Thu, Feb 12, 2015 at 11:22 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Thu, Feb 12, 2015 at 10:21:41PM +0100, Andreas Müller wrote:
> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> >> ---
> >> meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb | 15 +++++++++++++++
> >> 1 file changed, 15 insertions(+)
> >> create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
> >>
> >> diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
> >> new file mode 100644
> >> index 0000000..17cfba2
> >> --- /dev/null
> >> +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
> >> @@ -0,0 +1,15 @@
> >> +SUMMARY = "libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol"
> >
> > SUMMARY should be short, please change to short SUMMARY + longer
> > DESCRIPTION.
> >
> >> +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libmbim/"
> >> +LICENSE = "GPLv2 & LGPLv2.1"
> >> +LIC_FILES_CHKSUM = " \
> >> + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> >> + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
> >> +"
> >> +
> >> +DEPENDS = "glib-2.0 udev"
> >> +
> >> +inherit autotools pkgconfig
> >> +
> >> +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
> >> +SRC_URI[md5sum] = "921fb5ab3f13f1e00833e009d8f3b4f6"
> >> +SRC_URI[sha256sum] = "949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29"
> >> --
> >> 1.9.3
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> > --
> > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> Wow - I don't care for this but want to be a good boy: What is maximum
> length of SUMMARY?
72
http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-SUMMARY
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 28+ messages in thread
* [PATCH 02/19] libqmi: initial add 1.12.2
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
2015-02-12 21:21 ` [PATCH 01/19] libmbim: initial add 1.12.2 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 22:22 ` Martin Jansa
2015-02-12 21:21 ` [PATCH 03/19] modemmanager: update to 1.4.2 Andreas Müller
` (16 subsequent siblings)
18 siblings, 1 reply; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
new file mode 100644
index 0000000..a111c1f
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = "libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libqmi"
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = " \
+ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+ file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+"
+
+DEPENDS = "glib-2.0"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "5b3b6b37a57e2fa828fd4cb6f86d7a9f"
+SRC_URI[sha256sum] = "d1661d73b510482b29b93b7e396756c433d35360b3d44c72afa7921339a98624"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* Re: [PATCH 02/19] libqmi: initial add 1.12.2
2015-02-12 21:21 ` [PATCH 02/19] libqmi: " Andreas Müller
@ 2015-02-12 22:22 ` Martin Jansa
0 siblings, 0 replies; 28+ messages in thread
From: Martin Jansa @ 2015-02-12 22:22 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1678 bytes --]
On Thu, Feb 12, 2015 at 10:21:42PM +0100, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
>
> diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
> new file mode 100644
> index 0000000..a111c1f
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol"
SUMMARY should be short, please change to short SUMMARY + longer
DESCRIPTION.
> +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libqmi"
> +LICENSE = "GPLv2 & LGPLv2.1"
> +LIC_FILES_CHKSUM = " \
> + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
> +"
> +
> +DEPENDS = "glib-2.0"
> +
> +inherit autotools pkgconfig
> +
> +SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
> +SRC_URI[md5sum] = "5b3b6b37a57e2fa828fd4cb6f86d7a9f"
> +SRC_URI[sha256sum] = "d1661d73b510482b29b93b7e396756c433d35360b3d44c72afa7921339a98624"
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 28+ messages in thread
* [PATCH 03/19] modemmanager: update to 1.4.2
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
2015-02-12 21:21 ` [PATCH 01/19] libmbim: initial add 1.12.2 Andreas Müller
2015-02-12 21:21 ` [PATCH 02/19] libqmi: " Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 22:22 ` Martin Jansa
2015-02-12 21:21 ` [PATCH 04/19] network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default Andreas Müller
` (15 subsequent siblings)
18 siblings, 1 reply; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
modemmanager has moved to freedesktop.org
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../modemmanager/modemmanager_1.4.2.bb | 39 ++++++++++++++++++++++
.../networkmanager/modemmanager_0.6.0.0.bb | 29 ----------------
2 files changed, 39 insertions(+), 29 deletions(-)
create mode 100644 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
delete mode 100644 meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
new file mode 100644
index 0000000..48af426
--- /dev/null
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
@@ -0,0 +1,39 @@
+SUMMARY = "ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/ModemManager/"
+LICENSE = "GPLv2 & LGPLv2.1"
+LIC_FILES_CHKSUM = " \
+ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+ file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+"
+
+inherit autotools gettext gtk-doc systemd
+
+DEPENDS = "glib-2.0 libmbim libqmi polkit udev dbus-glib"
+
+SRC_URI = "http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz"
+SRC_URI[md5sum] = "fe74eaa9a77e51e552b4356b4c7195cb"
+SRC_URI[sha256sum] = "07d332fbe6f45f788f740810951e04042aaf023bd5ecf8ef0b3a06e37703585d"
+
+S = "${WORKDIR}/ModemManager-${PV}"
+
+FILES_${PN} += " \
+ ${datadir}/icons \
+ ${datadir}/polkit-1 \
+ ${libdir}/ModemManager \
+ ${systemd_unitdir}/system \
+"
+
+FILES_${PN}-dev += " \
+ ${datadir}/dbus-1 \
+ ${libdir}/ModemManager/*.la \
+"
+
+FILES_${PN}-staticdev += " \
+ ${libdir}/ModemManager/*.a \
+"
+
+FILES_${PN}-dbg += "${libdir}/ModemManager/.debug"
+
+SYSTEMD_SERVICE_${PN} = "ModemManager.service"
+# no need to start on boot - dbus will start on demand
+SYSTEMD_AUTO_ENABLE = "disable"
diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
deleted file mode 100644
index 5ff18da..0000000
--- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DEPENDS = "ppp udev glib-2.0 dbus-glib"
-
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-
-
-inherit gnomebase gettext
-
-SRC_URI = "${GNOME_MIRROR}/ModemManager/${@gnome_verdir("${PV}")}/ModemManager-${PV}.tar.xz"
-
-SRC_URI[md5sum] = "f32640f6672d997ec0887307186e9639"
-SRC_URI[sha256sum] = "d4468300cf4aa7baf21c8564fa515e578056f34de5a64f452b053331f89e8ae2"
-
-S = "${WORKDIR}/ModemManager-${PV}"
-
-FILES_${PN}-dbg += "${libdir}/ModemManager/.debug \
- ${libdir}/pppd/*/.debug"
-FILES_${PN}-dev += "${datadir}/dbus-1/interfaces \
- ${libdir}/pppd/*/*.la \
- ${libdir}/ModemManager/*.la"
-FILES_${PN}-staticdev += "\
- ${libdir}/ModemManager/*.a \
- ${libdir}/pppd/*/*.a"
-FILES_${PN} += "${datadir}/dbus-1/*services/ \
- ${libdir}/ModemManager/*.so \
- ${libdir}/pppd/*/*.so \
- ${base_libdir}/udev"
-
-RRECOMMENDS_${PN} += "ppp"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* Re: [PATCH 03/19] modemmanager: update to 1.4.2
2015-02-12 21:21 ` [PATCH 03/19] modemmanager: update to 1.4.2 Andreas Müller
@ 2015-02-12 22:22 ` Martin Jansa
0 siblings, 0 replies; 28+ messages in thread
From: Martin Jansa @ 2015-02-12 22:22 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 4058 bytes --]
On Thu, Feb 12, 2015 at 10:21:43PM +0100, Andreas Müller wrote:
> modemmanager has moved to freedesktop.org
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> .../modemmanager/modemmanager_1.4.2.bb | 39 ++++++++++++++++++++++
> .../networkmanager/modemmanager_0.6.0.0.bb | 29 ----------------
> 2 files changed, 39 insertions(+), 29 deletions(-)
> create mode 100644 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
> delete mode 100644 meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
>
> diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
> new file mode 100644
> index 0000000..48af426
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
> @@ -0,0 +1,39 @@
> +SUMMARY = "ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections"
SUMMARY should be short, please change to short SUMMARY + longer
DESCRIPTION.
> +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/ModemManager/"
> +LICENSE = "GPLv2 & LGPLv2.1"
> +LIC_FILES_CHKSUM = " \
> + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
> +"
> +
> +inherit autotools gettext gtk-doc systemd
> +
> +DEPENDS = "glib-2.0 libmbim libqmi polkit udev dbus-glib"
> +
> +SRC_URI = "http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz"
> +SRC_URI[md5sum] = "fe74eaa9a77e51e552b4356b4c7195cb"
> +SRC_URI[sha256sum] = "07d332fbe6f45f788f740810951e04042aaf023bd5ecf8ef0b3a06e37703585d"
> +
> +S = "${WORKDIR}/ModemManager-${PV}"
> +
> +FILES_${PN} += " \
> + ${datadir}/icons \
> + ${datadir}/polkit-1 \
> + ${libdir}/ModemManager \
> + ${systemd_unitdir}/system \
> +"
> +
> +FILES_${PN}-dev += " \
> + ${datadir}/dbus-1 \
> + ${libdir}/ModemManager/*.la \
> +"
> +
> +FILES_${PN}-staticdev += " \
> + ${libdir}/ModemManager/*.a \
> +"
> +
> +FILES_${PN}-dbg += "${libdir}/ModemManager/.debug"
> +
> +SYSTEMD_SERVICE_${PN} = "ModemManager.service"
> +# no need to start on boot - dbus will start on demand
> +SYSTEMD_AUTO_ENABLE = "disable"
> diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
> deleted file mode 100644
> index 5ff18da..0000000
> --- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
> +++ /dev/null
> @@ -1,29 +0,0 @@
> -DEPENDS = "ppp udev glib-2.0 dbus-glib"
> -
> -LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> -
> -
> -inherit gnomebase gettext
> -
> -SRC_URI = "${GNOME_MIRROR}/ModemManager/${@gnome_verdir("${PV}")}/ModemManager-${PV}.tar.xz"
> -
> -SRC_URI[md5sum] = "f32640f6672d997ec0887307186e9639"
> -SRC_URI[sha256sum] = "d4468300cf4aa7baf21c8564fa515e578056f34de5a64f452b053331f89e8ae2"
> -
> -S = "${WORKDIR}/ModemManager-${PV}"
> -
> -FILES_${PN}-dbg += "${libdir}/ModemManager/.debug \
> - ${libdir}/pppd/*/.debug"
> -FILES_${PN}-dev += "${datadir}/dbus-1/interfaces \
> - ${libdir}/pppd/*/*.la \
> - ${libdir}/ModemManager/*.la"
> -FILES_${PN}-staticdev += "\
> - ${libdir}/ModemManager/*.a \
> - ${libdir}/pppd/*/*.a"
> -FILES_${PN} += "${datadir}/dbus-1/*services/ \
> - ${libdir}/ModemManager/*.so \
> - ${libdir}/pppd/*/*.so \
> - ${base_libdir}/udev"
> -
> -RRECOMMENDS_${PN} += "ppp"
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 28+ messages in thread
* [PATCH 04/19] network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (2 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 03/19] modemmanager: update to 1.4.2 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 05/19] initial add xmessage 1.0.4 Andreas Müller
` (14 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
by updating modemmanager configuration of network-manager-applet now auto
detects modemmanager - the old version had no (lib)mm-glib. By using a
packageconfig build is deterministic again.
Fixes:
| WARNING: QA Issue: network-manager-applet rdepends on modemmanager, but it isn't a build dependency? [build-deps]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../network-manager-applet/network-manager-applet_0.9.8.10.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
index 545b2cf..00cea74 100644
--- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
+++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
@@ -22,6 +22,7 @@ EXTRA_OECONF += " \
"
PACKAGECONFIG[bluetooth] = "--with-bluetooth,--without-bluetooth,gnome-bluetooth,gnome-bluetooth"
+PACKAGECONFIG[modemmanager] = "--with-modem-manager-1,--without-modem-manager-1,modemmanager"
PACKAGECONFIG ??= ""
do_configure_append() {
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 05/19] initial add xmessage 1.0.4
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (3 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 04/19] network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6 Andreas Müller
` (13 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
kde-plasma startscript uses xmessage
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
diff --git a/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
new file mode 100644
index 0000000..9960706
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
@@ -0,0 +1,10 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = "Display a message or query in a window"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=73c7f696a728de728d7446cbca814cc5"
+
+DEPENDS += "libxaw"
+
+SRC_URI[md5sum] = "2dd5ae46fa18abc9331bc26250a25005"
+SRC_URI[sha256sum] = "bcdf4b461c439bb3ade6e1e41c47d6218b912da8e9396b7ad70856db2f95ab68"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (4 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 05/19] initial add xmessage 1.0.4 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 22:23 ` Martin Jansa
2015-02-12 21:21 ` [PATCH 07/19] packagegroup-xfce-extended: add xfce4-kbdleds-plugin Andreas Müller
` (12 subsequent siblings)
18 siblings, 1 reply; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../kbdleds/xfce4-kbdleds-plugin_0.0.6.bb | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
diff --git a/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
new file mode 100644
index 0000000..b2b9627
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
@@ -0,0 +1,14 @@
+SUMMARY = "This plugin shows the state of your keyboard LEDs: Caps, Scroll and Num Lock in Xfce panel"
+HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = " \
+ file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://COPYING.LIB;md5=252890d9eee26aab7b432e8b8a616475 \
+"
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = "db6ad8e3502f3373f087ba2034141552"
+SRC_URI[sha256sum] = "6d280ad7207bcb9cc87c279dc3ab9084fd93325e87f67858e8917729b50201cd"
+
+FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-kbdleds-plugin"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* Re: [PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6
2015-02-12 21:21 ` [PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6 Andreas Müller
@ 2015-02-12 22:23 ` Martin Jansa
0 siblings, 0 replies; 28+ messages in thread
From: Martin Jansa @ 2015-02-12 22:23 UTC (permalink / raw)
To: Andreas Müller; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1693 bytes --]
On Thu, Feb 12, 2015 at 10:21:46PM +0100, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> .../kbdleds/xfce4-kbdleds-plugin_0.0.6.bb | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
> create mode 100644 meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
>
> diff --git a/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
> new file mode 100644
> index 0000000..b2b9627
> --- /dev/null
> +++ b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
> @@ -0,0 +1,14 @@
> +SUMMARY = "This plugin shows the state of your keyboard LEDs: Caps, Scroll and Num Lock in Xfce panel"
SUMMARY should be short, please change to short SUMMARY + longer
DESCRIPTION.
> +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = " \
> + file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> + file://COPYING.LIB;md5=252890d9eee26aab7b432e8b8a616475 \
> +"
> +
> +inherit xfce-panel-plugin
> +
> +SRC_URI[md5sum] = "db6ad8e3502f3373f087ba2034141552"
> +SRC_URI[sha256sum] = "6d280ad7207bcb9cc87c279dc3ab9084fd93325e87f67858e8917729b50201cd"
> +
> +FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-kbdleds-plugin"
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 28+ messages in thread
* [PATCH 07/19] packagegroup-xfce-extended: add xfce4-kbdleds-plugin
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (5 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 08/19] xfce4-screenshooter: update to 1.8.2 Andreas Müller
` (11 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
index af8977d..3df7440 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -42,6 +42,7 @@ RRECOMMENDS_${PN} = " \
xfce4-notes-plugin \
xfce4-whiskermenu-plugin \
xfce4-mailwatch-plugin \
+ xfce4-kbdleds-plugin \
\
thunar-media-tags-plugin \
thunar-archive-plugin \
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 08/19] xfce4-screenshooter: update to 1.8.2
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (6 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 07/19] packagegroup-xfce-extended: add xfce4-kbdleds-plugin Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 09/19] xfce4-weather-plugin: update to 0.8.5 Andreas Müller
` (10 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
0001-Fix-panel-plugin-build.patch was applied mainline
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../files/0001-Fix-panel-plugin-build.patch | 43 ----------------------
...ooter_1.8.1.bb => xfce4-screenshooter_1.8.2.bb} | 12 +++---
2 files changed, 7 insertions(+), 48 deletions(-)
delete mode 100644 meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
rename meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.8.1.bb => xfce4-screenshooter_1.8.2.bb} (59%)
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch b/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
deleted file mode 100644
index 98ce875..0000000
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 08053be7adc6d4a83191efed735c3f565bcbcf1f Mon Sep 17 00:00:00 2001
-From: Samuli Suominen <ssuominen@gentoo.org>
-Date: Sat, 5 May 2012 17:13:45 +0200
-Subject: [PATCH] Fix panel plugin build.
-
-- Don't use a versioned library.
-- Build as a module.
-- Only export needed symbols.
----
-Upstream-Status: applied
- Makefile.am | 12 +++++++++---
- 1 files changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 45100fd..d0c0adb 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -132,13 +132,19 @@ panel_plugin_libscreenshooterplugin_la_CFLAGS = \
- @SOUP_CFLAGS@
-
- panel_plugin_libscreenshooterplugin_la_LDFLAGS = \
-+ -avoid-version \
-+ -module \
-+ -no-undefined \
-+ -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
-+ $(PLATFORM_LDFLAGS)
-+
-+panel_plugin_libscreenshooterplugin_la_LIBADD = \
- @EXO_LIBS@ \
- @LIBXFCE4PANEL_LIBS@ \
- @GTHREAD_LIBS@ \
- @SOUP_LIBS@ \
-- @LIBXFCE4UI_LIBS@
--
--panel_plugin_libscreenshooterplugin_la_LIBADD = lib/libscreenshooter.la
-+ @LIBXFCE4UI_LIBS@ \
-+ lib/libscreenshooter.la
-
- panel_plugin_libscreenshooterplugin_la_SOURCES = \
- panel-plugin/screenshooter-plugin.c
---
-1.7.4.4
-
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
similarity index 59%
rename from meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
rename to meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
index 0e2e327..ae19492 100644
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
+++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
@@ -7,13 +7,15 @@ DEPENDS = "xfce4-panel libxfce4util libxfce4ui gdk-pixbuf gtk+ glib-2.0 libsoup-
inherit xfce-app
-SRC_URI += "file://0001-Fix-panel-plugin-build.patch"
-SRC_URI[md5sum] = "d0ffea2052a8e70154cf13789070711f"
-SRC_URI[sha256sum] = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492"
+SRC_URI[md5sum] = "3a32ecc5566453a58f6a4ddd70649444"
+SRC_URI[sha256sum] = "9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69"
do_compile_prepend() {
mkdir -p lib
}
-FILES_${PN} += "${datadir}/xfce4/panel/plugins \
- ${libdir}/xfce4/panel/plugins"
+FILES_${PN} += " \
+ ${datadir}/appdata \
+ ${datadir}/xfce4/panel/plugins \
+ ${libdir}/xfce4/panel/plugins \
+"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 09/19] xfce4-weather-plugin: update to 0.8.5
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (7 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 08/19] xfce4-screenshooter: update to 1.8.2 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 10/19] xfce4-whiskermenu-plugin: update to 1.4.2 Andreas Müller
` (9 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
patches were applied mainline
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
...-ready-for-met.no-locationforecast-1.2-AP.patch | 162 ---------------------
...et.no-locationforecastLTS-1.2-API-bug-109.patch | 27 ----
...ugin_0.8.3.bb => xfce4-weather-plugin_0.8.5.bb} | 8 +-
3 files changed, 2 insertions(+), 195 deletions(-)
delete mode 100644 meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
delete mode 100644 meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.3.bb => xfce4-weather-plugin_0.8.5.bb} (53%)
diff --git a/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch b/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
deleted file mode 100644
index d4ad240..0000000
--- a/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
+++ /dev/null
@@ -1,162 +0,0 @@
-From 1ff71669644a0b824a8a5ba9b40771ee4fb8a76b Mon Sep 17 00:00:00 2001
-From: Harald Judt <h.judt@gmx.at>
-Date: Wed, 28 May 2014 20:08:02 +0200
-Subject: [PATCH 1/2] Make plugin ready for met.no locationforecast-1.2 API
- (bug #10916).
-
-http://api.yr.no/weatherapi/locationforecastlts/1.1/documentation#version_1_2___2014_05_20
-
-The updated API version uses CamelCase symbol names instead of UPPERCASE
-ones and has added some new names (like 'Drizzle'), which unfortunately
-have not been documented (yet?).
-
-What's more, the typo 'celcius' has been replaced by the fixed 'celsius',
-but luckily the plugin will not be affected by that change.
-
-What's a bit more unfortunate is that the existing icon themes do not
-cover the new symbol names, so one would have to create quite a lot of
-new icons. Also, new translations would have to be added for the symbols,
-and maybe existing ones would have to be altered. To prevent this, we're
-simply going to map the new symbols to existing ones as good as possible.
-This should be good enough for the time being.
-
-Upstream-Status: Applied
----
- panel-plugin/weather-parsers.c | 3 +-
- panel-plugin/weather-translate.c | 70 +++++++++++++++++++++++++++++++++++++++-
- panel-plugin/weather-translate.h | 2 ++
- 3 files changed, 73 insertions(+), 2 deletions(-)
-
-diff --git a/panel-plugin/weather-parsers.c b/panel-plugin/weather-parsers.c
-index 0f321ba..5a9b30a 100644
---- a/panel-plugin/weather-parsers.c
-+++ b/panel-plugin/weather-parsers.c
-@@ -28,6 +28,7 @@
- #define _XOPEN_SOURCE
- #define _XOPEN_SOURCE_EXTENDED 1
- #include "weather-parsers.h"
-+#include "weather-translate.h"
- #include "weather-debug.h"
-
- #include <time.h>
-@@ -220,8 +221,8 @@ parse_location(xmlNode *cur_node,
- }
- if (NODE_IS_TYPE(child_node, "symbol")) {
- g_free(loc->symbol);
-- loc->symbol = PROP(child_node, "id");
- loc->symbol_id = strtol(PROP(child_node, "number"), NULL, 10);
-+ loc->symbol = g_strdup(get_symbol_for_id(loc->symbol_id));
- }
- }
-
-diff --git a/panel-plugin/weather-translate.c b/panel-plugin/weather-translate.c
-index 0c1606d..c38919a 100644
---- a/panel-plugin/weather-translate.c
-+++ b/panel-plugin/weather-translate.c
-@@ -29,6 +29,7 @@
- #include "weather-translate.h"
-
- #define DAY_LOC_N (sizeof(gchar) * 100)
-+#define NODATA "NODATA"
-
-
- static const gchar *moon_phases[] = {
-@@ -117,7 +118,7 @@ static const symbol_desc symbol_to_desc[] = {
-
- { 15, "FOG", N_("Fog"), N_("Fog") },
-
-- /* Symbols 16-19 are used for polar days */
-+ /* Symbols 16-19 are used for polar days (unused beginning with API version 1.2) */
- { 16, "SUN", N_("Sunny"), N_("Clear") },
- { 17, "LIGHTCLOUD", N_("Lightly cloudy"), N_("Lightly cloudy") },
- { 18, "LIGHTRAINSUN", N_("Rain showers"), N_("Rain showers") },
-@@ -133,6 +134,73 @@ static const symbol_desc symbol_to_desc[] = {
- #define NUM_SYMBOLS (sizeof(symbol_to_desc) / sizeof(symbol_to_desc[0]))
-
-
-+/*
-+ * API version 1.2, published in May 2014, introduced new symbols. We
-+ * try to match these with existing symbols, in order to be compatible
-+ * with existing icon themes and to maintain translation completeness.
-+ *
-+ * See http://api.met.no/weatherapi/weathericon/1.1/documentation
-+ * for a list of symbols. For a list of symbols with descriptions,
-+ * see http://om.yr.no/forklaring/symbol.
-+ */
-+gint
-+replace_symbol_id(gint id)
-+{
-+ /* Symbol ids greater than 100 are used for indicating polar
-+ * night. These ids are over the ordinary id + 100. Since we
-+ * don't support polar icons, we can simply subtract 100 to
-+ * get the non-polar symbol ids.
-+ */
-+ if (id > 100)
-+ id -= 100;
-+
-+ switch (id) {
-+ case 24: return 22; /* Light rain showers and thunder */
-+ case 25: return 6; /* Heavy rain showers and thunder */
-+ case 26: return 20; /* Light sleet showers and thunder */
-+ case 27: return 20; /* Heavy sleet showers and thunder */
-+ case 28: return 21; /* Light snow showers and thunder */
-+ case 29: return 21; /* Heavy snow showers and thunder */
-+ case 30: return 22; /* Light rain and thunder */
-+ case 31: return 23; /* Light sleet and thunder */
-+ case 32: return 23; /* Heavy sleet and thunder */
-+ case 33: return 14; /* Light snow and thunder */
-+ case 34: return 14; /* Heavy snow and thunder */
-+
-+ /* symbols 35-39 are unused */
-+
-+ case 40: return 5; /* Light rain showers */
-+ case 41: return 5; /* Heavy rain showers */
-+ case 42: return 7; /* Light sleet showers */
-+ case 43: return 7; /* Heavy sleet showers */
-+ case 44: return 8; /* Light snow showers */
-+ case 45: return 8; /* Heavy snow showers */
-+ case 46: return 9; /* Light rain */
-+ case 47: return 12; /* Light sleet */
-+ case 48: return 12; /* Heavy sleet */
-+ case 49: return 13; /* Light snow */
-+ case 50: return 13; /* Heavy snow */
-+ default: return id;
-+ }
-+}
-+
-+
-+const gchar *
-+get_symbol_for_id(gint id)
-+{
-+ if (G_UNLIKELY(id < 1))
-+ return NODATA;
-+
-+ if (id >= NUM_SYMBOLS)
-+ id = replace_symbol_id(id);
-+
-+ if (id < NUM_SYMBOLS)
-+ return symbol_to_desc[id-1].symbol;
-+
-+ return NODATA;
-+}
-+
-+
- const gchar *
- translate_desc(const gchar *desc,
- const gboolean nighttime)
-diff --git a/panel-plugin/weather-translate.h b/panel-plugin/weather-translate.h
-index 2116795..854e24f 100644
---- a/panel-plugin/weather-translate.h
-+++ b/panel-plugin/weather-translate.h
-@@ -24,6 +24,8 @@
-
- G_BEGIN_DECLS
-
-+const gchar *get_symbol_for_id(gint id);
-+
- const gchar *translate_desc(const gchar *desc,
- gboolean nighttime);
-
---
-1.8.3.1
-
diff --git a/meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch b/meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
deleted file mode 100644
index 4c385a4..0000000
--- a/meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 7df303bc5fa649299e18efeb5d4b801614030488 Mon Sep 17 00:00:00 2001
-From: Harald Judt <h.judt@gmx.at>
-Date: Tue, 3 Jun 2014 19:59:05 +0200
-Subject: [PATCH 2/2] Switch to met.no locationforecastLTS-1.2 API (bug
- #10916).
-
-Upstream-Status: Applied
----
- panel-plugin/weather.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
-index efa8559..63451fd 100644
---- a/panel-plugin/weather.c
-+++ b/panel-plugin/weather.c
-@@ -660,7 +660,7 @@ update_handler(plugin_data *data)
- /* build url */
- url =
- g_strdup_printf("http://api.yr.no/weatherapi"
-- "/locationforecastlts/1.1/?lat=%s;lon=%s;msl=%d",
-+ "/locationforecastlts/1.2/?lat=%s;lon=%s;msl=%d",
- data->lat, data->lon, data->msl);
-
- /* start receive thread */
---
-1.8.3.1
-
diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb
similarity index 53%
rename from meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb
rename to meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb
index 6e4c86d..3fc5eae 100644
--- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb
+++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.5.bb
@@ -7,11 +7,7 @@ inherit xfce-panel-plugin
DEPENDS += "libsoup-2.4 dbus-glib upower"
-SRC_URI += " \
- file://0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch \
- file://0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch \
-"
-SRC_URI[md5sum] = "755b33089c02afe88abb39253003a7f3"
-SRC_URI[sha256sum] = "40a6a22be7653b15a47174a430da89040f178695b48e5e01e77990050f715ce4"
+SRC_URI[md5sum] = "cc6d9039540a71e57102ae75224a3f5e"
+SRC_URI[sha256sum] = "be8ac0e5635355d568e4095a3459f53efd5f10a8ef46976a43dc30cbb277e5cd"
FILES_${PN} += "${datadir}/xfce4/weather"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 10/19] xfce4-whiskermenu-plugin: update to 1.4.2
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (8 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 09/19] xfce4-weather-plugin: update to 0.8.5 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 11/19] xfce4-cpufreq-plugin: update to 1.1.1 Andreas Müller
` (8 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
rename recipe's folder to whiskermenu to match convention used by all panel
plugins
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-panel-plugins/{whisker/xfce4-whiskermenu-plugin_1.3.2.bb => whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb} (68%)
diff --git a/meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
similarity index 68%
rename from meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb
rename to meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
index dd3d8fd..7764109 100644
--- a/meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb
+++ b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
inherit xfce-panel-plugin cmake
SRC_URI = "http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2"
-SRC_URI[md5sum] = "f4de7546588952f84df8a4ad3552c526"
-SRC_URI[sha256sum] = "a104b2266675a3ea3c7b98aab7b075a351d813ea29098504031a62f365e5a0fc"
+SRC_URI[md5sum] = "967bbff0e98fdf0c1b78e61b3b152c2d"
+SRC_URI[sha256sum] = "7266d7a16df4bffe6f00d3d4711b8b8fd972491bac70f13a9d7edd9f0472d311"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 11/19] xfce4-cpufreq-plugin: update to 1.1.1
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (9 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 10/19] xfce4-whiskermenu-plugin: update to 1.4.2 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 12/19] xfce4-netload-plugin: update to 1.2.4 Andreas Müller
` (7 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../cpufreq/xfce4-cpufreq-plugin_1.1.0.bb | 15 ---------------
.../cpufreq/xfce4-cpufreq-plugin_1.1.1.bb | 9 +++++++++
2 files changed, 9 insertions(+), 15 deletions(-)
delete mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
create mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
deleted file mode 100644
index 7a99b4f..0000000
--- a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Panel plugin to display frequency of all cpus"
-HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36"
-
-inherit xfce-panel-plugin
-
-SRC_URI[md5sum] = "dcc56af0e19266956c297d124ba551f4"
-SRC_URI[sha256sum] = "eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6"
-
-# defaults in xfce4-panel-plugin.bbclass don't match so override here
-FILES_${PN} = "${datadir}/icons ${datadir}/xfce4 ${libdir}/xfce4/panel/plugins/*.so*"
-
-# *.so are required for plugin detection
-INSANE_SKIP_${PN} = "dev-so"
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
new file mode 100644
index 0000000..224f85f
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Panel plugin to display frequency of all cpus"
+HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36"
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = "cc3447ee6663f2946fce86308ba3566b"
+SRC_URI[sha256sum] = "474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 12/19] xfce4-netload-plugin: update to 1.2.4
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (10 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 11/19] xfce4-cpufreq-plugin: update to 1.1.1 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 13/19] xfce4-eyes-plugin: update to 4.4.3 Andreas Müller
` (6 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../{xfce4-netload-plugin_1.2.0.bb => xfce4-netload-plugin_1.2.4.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-panel-plugins/netload/{xfce4-netload-plugin_1.2.0.bb => xfce4-netload-plugin_1.2.4.bb} (66%)
diff --git a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.4.bb
similarity index 66%
rename from meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb
rename to meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.4.bb
index ef1039b..c9f7a2a 100644
--- a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb
+++ b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.4.bb
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=35a7203c41b86d15546dddc05995f97f"
inherit xfce-panel-plugin
-SRC_URI[md5sum] = "05180d60ed347029dc125368c1d4406e"
-SRC_URI[sha256sum] = "c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845"
+SRC_URI[md5sum] = "ce53e1135e4bff5afcd899627110bd11"
+SRC_URI[sha256sum] = "fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 13/19] xfce4-eyes-plugin: update to 4.4.3
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (11 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 12/19] xfce4-netload-plugin: update to 1.2.4 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 14/19] xfce4-systemload-plugin: update to 1.1.2 Andreas Müller
` (5 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../eyes/{xfce4-eyes-plugin_4.4.2.bb => xfce4-eyes-plugin_4.4.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-panel-plugins/eyes/{xfce4-eyes-plugin_4.4.2.bb => xfce4-eyes-plugin_4.4.3.bb} (68%)
diff --git a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
similarity index 68%
rename from meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb
rename to meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
index f1ed6c7..2ac63f9 100644
--- a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb
+++ b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
inherit xfce-panel-plugin
-SRC_URI[md5sum] = "1ef352c68dd8929c9e8743200b758b3c"
-SRC_URI[sha256sum] = "dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021"
+SRC_URI[md5sum] = "86ae8bce96e028921fcc0ee8424ff565"
+SRC_URI[sha256sum] = "4b9a335bcfdb8e4e2f6aedb3556575e5331f181912565f4289e354126230817c"
FILES_${PN} += "${datadir}/xfce4/eyes"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 14/19] xfce4-systemload-plugin: update to 1.1.2
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (12 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 13/19] xfce4-eyes-plugin: update to 4.4.3 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 15/19] xfce4-equake-plugin: update to 1.3.6 Andreas Müller
` (4 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
...e4-systemload-plugin_1.1.1.bb => xfce4-systemload-plugin_1.1.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.1.1.bb => xfce4-systemload-plugin_1.1.2.bb} (70%)
diff --git a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
similarity index 70%
rename from meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb
rename to meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
index 53f6c4a..c212f88 100644
--- a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb
+++ b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
@@ -7,5 +7,5 @@ inherit xfce-panel-plugin
DEPENDS += "upower"
-SRC_URI[md5sum] = "22d48c0883f9d598bce24e81d93e692e"
-SRC_URI[sha256sum] = "1ac13efbe9e576c9effd5e0675574a57c8fd44cfee60d6e319eb4d03c1c8d9ae"
+SRC_URI[md5sum] = "68c9d20b352c13f3eb6b39a0d9fe2ba2"
+SRC_URI[sha256sum] = "b469b6b3a08ec29b9061151950d876d36bf25a3106ec77256923fdd6b5d18a7c"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 15/19] xfce4-equake-plugin: update to 1.3.6
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (13 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 14/19] xfce4-systemload-plugin: update to 1.1.2 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0 Andreas Müller
` (3 subsequent siblings)
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../{xfce4-equake-plugin_1.3.5.bb => xfce4-equake-plugin_1.3.6.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.5.bb => xfce4-equake-plugin_1.3.6.bb} (74%)
diff --git a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
similarity index 74%
rename from meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb
rename to meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
index 76cd5d4..d4f069f 100644
--- a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb
+++ b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
inherit xfce-panel-plugin
-SRC_URI[md5sum] = "7c520e2f1cd0cc5e33d8346b12e31c02"
-SRC_URI[sha256sum] = "43bbc781575c357c13ac6720eb8e8485115099411d5382668e106de58ab0e416"
+SRC_URI[md5sum] = "ee76ed3825999b24ee9c2c976d906e22"
+SRC_URI[sha256sum] = "8129067080c8a4656063e7cde20f13fabb47b49c84ce610916f54644acb93d67"
FILES_${PN} += "${libdir}/xfce4/panel-plugins/xfce4-equake-plugin"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (14 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 15/19] xfce4-equake-plugin: update to 1.3.6 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 22:24 ` Martin Jansa
2015-02-12 21:21 ` [PATCH 17/19] packagegroup-xfce-extended: add xfce4-timer-plugin Andreas Müller
` (2 subsequent siblings)
18 siblings, 1 reply; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
diff --git a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
new file mode 100644
index 0000000..67da684
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
@@ -0,0 +1,9 @@
+SUMMARY = "This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period"
+HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ae39271267fd63eb7619432ff24e7ff1"
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = "3be2a4ccfb2af20441b1d25c2cea5f28"
+SRC_URI[sha256sum] = "39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* Re: [PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0
2015-02-12 21:21 ` [PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0 Andreas Müller
@ 2015-02-12 22:24 ` Martin Jansa
0 siblings, 0 replies; 28+ messages in thread
From: Martin Jansa @ 2015-02-12 22:24 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1543 bytes --]
On Thu, Feb 12, 2015 at 10:21:56PM +0100, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> .../recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb | 9 +++++++++
> 1 file changed, 9 insertions(+)
> create mode 100644 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
>
> diff --git a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
> new file mode 100644
> index 0000000..67da684
> --- /dev/null
> +++ b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period"
SUMMARY should be short, please change to short SUMMARY + longer
DESCRIPTION.
> +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=ae39271267fd63eb7619432ff24e7ff1"
> +
> +inherit xfce-panel-plugin
> +
> +SRC_URI[md5sum] = "3be2a4ccfb2af20441b1d25c2cea5f28"
> +SRC_URI[sha256sum] = "39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c"
> --
> 1.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 28+ messages in thread
* [PATCH 17/19] packagegroup-xfce-extended: add xfce4-timer-plugin
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (15 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0 Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist Andreas Müller
2015-02-12 21:21 ` [PATCH 19/19] gimp: update to 2.8.14 / fix build by not configuring with freetype-config Andreas Müller
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
index 3df7440..28e452a 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -31,6 +31,7 @@ RRECOMMENDS_${PN} = " \
xfce4-places-plugin \
xfce4-systemload-plugin \
xfce4-time-out-plugin \
+ xfce4-timer-plugin \
xfce4-embed-plugin \
xfce4-weather-plugin \
xfce4-fsguard-plugin \
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (16 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 17/19] packagegroup-xfce-extended: add xfce4-timer-plugin Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
2015-02-12 21:21 ` [PATCH 19/19] gimp: update to 2.8.14 / fix build by not configuring with freetype-config Andreas Müller
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
...luetooth-client-use-valid-interface-names.patch | 122 +++++++++++++++++++++
.../gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 8 +-
2 files changed, 126 insertions(+), 4 deletions(-)
create mode 100644 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
new file mode 100644
index 0000000..99049a0
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
@@ -0,0 +1,122 @@
+From 1555f85b222db0d536efe277d31b57b2a8b938f4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
+Date: Thu, 12 Feb 2015 01:19:41 +0100
+Subject: [PATCH] bluetooth-client: use valid interface names
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Upstream-Status: Inappropriate[version unmaintained upstream]
+
+Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
+---
+ lib/bluetooth-client.c | 12 ++++++------
+ lib/bluetooth-client.xml | 6 +++---
+ lib/test-agent.c | 2 +-
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
+index d62d56d..02e194c 100644
+--- a/lib/bluetooth-client.c
++++ b/lib/bluetooth-client.c
+@@ -721,7 +721,7 @@ static void add_device(DBusGProxy *adapter, GtkTreeIter *parent,
+ BLUEZ_DEVICE_INTERFACE, path);
+
+ if (device != NULL)
+- device_get_properties(device, &hash, NULL);
++ org_bluez_device_get_properties(device, &hash, NULL);
+ } else
+ device = NULL;
+
+@@ -945,7 +945,7 @@ static void adapter_added(DBusGProxy *manager,
+ adapter = dbus_g_proxy_new_from_proxy(manager,
+ BLUEZ_ADAPTER_INTERFACE, path);
+
+- adapter_get_properties(adapter, &hash, NULL);
++ org_bluez_adapter_get_properties(adapter, &hash, NULL);
+ if (hash != NULL) {
+ value = g_hash_table_lookup(hash, "Address");
+ address = value ? g_value_get_string(value) : NULL;
+@@ -1178,7 +1178,7 @@ static void bluetooth_client_init(BluetoothClient *client)
+ dbus_g_proxy_connect_signal(priv->manager, "DefaultAdapterChanged",
+ G_CALLBACK(default_adapter_changed), client, NULL);
+
+- manager_list_adapters(priv->manager, &array, NULL);
++ org_bluez_manager_list_adapters(priv->manager, &array, NULL);
+ if (array != NULL) {
+ int i;
+
+@@ -1189,7 +1189,7 @@ static void bluetooth_client_init(BluetoothClient *client)
+ }
+ }
+
+- manager_default_adapter(priv->manager, &default_path, NULL);
++ org_bluez_manager_default_adapter(priv->manager, &default_path, NULL);
+ if (default_path != NULL) {
+ default_adapter_changed(priv->manager, default_path, client);
+ g_free(default_path);
+@@ -1541,7 +1541,7 @@ gboolean bluetooth_client_start_discovery(BluetoothClient *client)
+ if (adapter == NULL)
+ return FALSE;
+
+- adapter_start_discovery(adapter, NULL);
++ org_bluez_adapter_start_discovery(adapter, NULL);
+
+ g_object_unref(adapter);
+
+@@ -1568,7 +1568,7 @@ gboolean bluetooth_client_stop_discovery(BluetoothClient *client)
+ if (adapter == NULL)
+ return FALSE;
+
+- adapter_stop_discovery(adapter, NULL);
++ org_bluez_adapter_stop_discovery(adapter, NULL);
+
+ g_object_unref(adapter);
+
+diff --git a/lib/bluetooth-client.xml b/lib/bluetooth-client.xml
+index 2326277..38c7fb0 100644
+--- a/lib/bluetooth-client.xml
++++ b/lib/bluetooth-client.xml
+@@ -1,7 +1,7 @@
+ <?xml version="1.0" encoding="UTF-8" ?>
+
+ <node name="/">
+- <interface name="manager">
++ <interface name="org.bluez.manager">
+ <method name="DefaultAdapter">
+ <arg type="o" direction="out"/>
+ </method>
+@@ -16,7 +16,7 @@
+ </method>
+ </interface>
+
+- <interface name="adapter">
++ <interface name="org.bluez.adapter">
+ <method name="GetProperties">
+ <arg type="a{sv}" direction="out"/>
+ </method>
+@@ -44,7 +44,7 @@
+ </method>
+ </interface>
+
+- <interface name="device">
++ <interface name="org.bluez.device">
+ <method name="GetProperties">
+ <arg type="a{sv}" direction="out"/>
+ </method>
+diff --git a/lib/test-agent.c b/lib/test-agent.c
+index 8d60da6..83464eb 100644
+--- a/lib/test-agent.c
++++ b/lib/test-agent.c
+@@ -40,7 +40,7 @@ static gboolean agent_pincode(DBusGMethodInvocation *context,
+ GValue *value;
+ const gchar *address, *name;
+
+- device_get_properties(device, &hash, NULL);
++ org_bluez_device_get_properties(device, &hash, NULL);
+
+ if (hash != NULL) {
+ value = g_hash_table_lookup(hash, "Address");
+--
+1.9.3
+
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
index b9b7355..8711b8a 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
@@ -6,15 +6,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
PR = "r1"
-PNBLACKLIST[gnome-bluetooth] ?= "dbus-binding-tool fails with: Unable to load gnome-bluetooth-2.32.0/lib/bluetooth-client.xml": "manager" is not a valid D-Bus interface name"
-
SECTION = "x11/gnome"
DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify bluez4 gnome-keyring virtual/libx11 libxi intltool-native"
inherit gnomebase gtk-icon-cache
-SRC_URI += "file://0001-bluetooth-input-Fix-compile-errors.patch \
- "
+SRC_URI += " \
+ file://0001-bluetooth-input-Fix-compile-errors.patch \
+ file://0002-bluetooth-client-use-valid-interface-names.patch \
+"
SRC_URI[archive.md5sum] = "f129686fe46c4c98eb70a0cc85d59cae"
SRC_URI[archive.sha256sum] = "57b1f06c96a1b85e1c19ff919d708cc38e95edae658881ed99968c325839a973"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [PATCH 19/19] gimp: update to 2.8.14 / fix build by not configuring with freetype-config
2015-02-12 21:21 [PATCH 00/19] various adds/updates/fxes Andreas Müller
` (17 preceding siblings ...)
2015-02-12 21:21 ` [PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist Andreas Müller
@ 2015-02-12 21:21 ` Andreas Müller
18 siblings, 0 replies; 28+ messages in thread
From: Andreas Müller @ 2015-02-12 21:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
...igure-ac-do-not-check-for-freetype-config.patch | 38 ++++++++++++++++++++++
meta-oe/recipes-graphics/gimp/gimp/freetype.patch | 30 -----------------
.../gimp/{gimp_2.8.10.bb => gimp_2.8.14.bb} | 13 ++++----
3 files changed, 45 insertions(+), 36 deletions(-)
create mode 100644 meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
delete mode 100644 meta-oe/recipes-graphics/gimp/gimp/freetype.patch
rename meta-oe/recipes-graphics/gimp/{gimp_2.8.10.bb => gimp_2.8.14.bb} (73%)
diff --git a/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch b/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
new file mode 100644
index 0000000..fecd012
--- /dev/null
+++ b/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
@@ -0,0 +1,38 @@
+From 72ad76841d87e857428693d812a961935284ac62 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
+Date: Thu, 12 Feb 2015 15:57:47 +0100
+Subject: [PATCH] configure-ac: do not check for freetype-config
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+freetype-config is not allowed in our environment - see also binconfig-disabled
+
+Upstream-Status: inappropriate [OE specific]
+
+Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
+---
+ configure.ac | 7 -------
+ 1 file changed, 7 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 26812b6..abec714 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -647,13 +647,6 @@ if test "x$fontconfig_ok" = xno; then
+ fi
+
+
+-AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
+-if test "x$FREETYPE_CONFIG" != "xno" ; then
+- AC_MSG_CHECKING([for freetype libraries])
+- FREETYPE_LIBS=`$FREETYPE_CONFIG --libs`
+- AC_MSG_RESULT($FREETYPE_LIBS)
+-fi
+-AC_SUBST(FREETYPE_LIBS)
+
+
+ ##########################################
+--
+1.9.3
+
diff --git a/meta-oe/recipes-graphics/gimp/gimp/freetype.patch b/meta-oe/recipes-graphics/gimp/gimp/freetype.patch
deleted file mode 100644
index ed6c097..0000000
--- a/meta-oe/recipes-graphics/gimp/gimp/freetype.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Include the freetype headers via macros ( recommended way)
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Upstream-Status: Backport
-
-From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
-From: Michael Natterer <mitch@gimp.org>
-Date: Fri, 29 Nov 2013 20:57:46 +0000
-Subject: Bug 719560 - Build failure with freetype 2.5.1
-
-Apply patch from su-v that fixes the freetype include to
-the madness devised and recommended by freetype.
----
-diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c
-index 4045ca9..66c6e52 100644
---- a/app/text/gimpfont.c
-+++ b/app/text/gimpfont.c
-@@ -28,7 +28,9 @@
-
- #define PANGO_ENABLE_ENGINE 1 /* Argh */
- #include <pango/pango-ot.h>
--#include <freetype/tttables.h>
-+
-+#include <ft2build.h>
-+#include FT_TRUETYPE_TABLES_H
-
- #include "text-types.h"
-
---
-cgit v0.9.2
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
similarity index 73%
rename from meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
rename to meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
index a893dc2..7d52cf1 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
@@ -7,16 +7,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper bzip2"
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
-inherit gnome
+inherit gnome gtk-doc
PACKAGECONFIG ??= ""
PACKAGECONFIG[helpbrowser] = "--with-webkit, --without-webkit, webkit-gtk"
-SRC_URI = "http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
- file://freetype.patch \
- "
-SRC_URI[md5sum] = "84c964aab7044489af69f7319bb59b47"
-SRC_URI[sha256sum] = "e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6"
+SRC_URI = " \
+ http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
+ file://0001-configure-ac-do-not-check-for-freetype-config.patch \
+"
+SRC_URI[md5sum] = "233c948203383fa078434cc3f8f925cb"
+SRC_URI[sha256sum] = "d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d"
EXTRA_OECONF = "--disable-python \
--without-wmf"
--
1.9.3
^ permalink raw reply related [flat|nested] 28+ messages in thread