* [meta-oe/meta-systemd 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality
2013-01-25 11:48 [meta-oe/meta-systemd 0/5] various patches Andreas Müller
@ 2013-01-25 11:48 ` Andreas Müller
2013-01-25 12:02 ` Martin Jansa
2013-01-25 11:48 ` [meta-oe/meta-systemd 2/5] tumbler: update to 0.1.27 Andreas Müller
` (3 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Andreas Müller @ 2013-01-25 11:48 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
index 55b54d4..aec2db1 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
@@ -3,6 +3,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel"
+PR = "r1"
inherit xfce
@@ -22,3 +23,7 @@ FILES_${PN} += "${libdir}/thunarx-2/* \
FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \
${libdir}/xfce4/panel/plugins/.debug/ \
${libdir}/Thunar/.debug/"
+
+# RRECOMMENDS does not drag in charmaps (tested with opkg)
+RDEPENDS_${PN} = "eglibc-charmaps"
+RRECOMMENDS_${PN} = "gvfs gvfsd-trash udisks"
--
1.7.6.5
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [meta-oe/meta-systemd 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality
2013-01-25 11:48 ` [meta-oe/meta-systemd 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality Andreas Müller
@ 2013-01-25 12:02 ` Martin Jansa
2013-01-25 13:09 ` Andreas Müller
0 siblings, 1 reply; 8+ messages in thread
From: Martin Jansa @ 2013-01-25 12:02 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1523 bytes --]
On Fri, Jan 25, 2013 at 12:48:52PM +0100, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
> index 55b54d4..aec2db1 100644
> --- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
> +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
> @@ -3,6 +3,7 @@ SECTION = "x11"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel"
> +PR = "r1"
>
> inherit xfce
>
> @@ -22,3 +23,7 @@ FILES_${PN} += "${libdir}/thunarx-2/* \
> FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \
> ${libdir}/xfce4/panel/plugins/.debug/ \
> ${libdir}/Thunar/.debug/"
> +
> +# RRECOMMENDS does not drag in charmaps (tested with opkg)
> +RDEPENDS_${PN} = "eglibc-charmaps"
what about uclibc builds?
> +RRECOMMENDS_${PN} = "gvfs gvfsd-trash udisks"
> --
> 1.7.6.5
>
>
> _______________________________________________
> 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] 8+ messages in thread* Re: [meta-oe/meta-systemd 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality
2013-01-25 12:02 ` Martin Jansa
@ 2013-01-25 13:09 ` Andreas Müller
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2013-01-25 13:09 UTC (permalink / raw)
To: openembedded-devel
On Fri, Jan 25, 2013 at 1:02 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Fri, Jan 25, 2013 at 12:48:52PM +0100, Andreas Müller wrote:
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> ---
>> meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb | 5 +++++
>> 1 files changed, 5 insertions(+), 0 deletions(-)
>>
>> diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
>> index 55b54d4..aec2db1 100644
>> --- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
>> +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
>> @@ -3,6 +3,7 @@ SECTION = "x11"
>> LICENSE = "GPLv2"
>> LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>> DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel"
>> +PR = "r1"
>>
>> inherit xfce
>>
>> @@ -22,3 +23,7 @@ FILES_${PN} += "${libdir}/thunarx-2/* \
>> FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \
>> ${libdir}/xfce4/panel/plugins/.debug/ \
>> ${libdir}/Thunar/.debug/"
>> +
>> +# RRECOMMENDS does not drag in charmaps (tested with opkg)
>> +RDEPENDS_${PN} = "eglibc-charmaps"
>
> what about uclibc builds?
Good point - I forgot to remove it does not fix my password problem in
win environments anyway. Will send V2 later this evening.
Andreas
^ permalink raw reply [flat|nested] 8+ messages in thread
* [meta-oe/meta-systemd 2/5] tumbler: update to 0.1.27
2013-01-25 11:48 [meta-oe/meta-systemd 0/5] various patches Andreas Müller
2013-01-25 11:48 ` [meta-oe/meta-systemd 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality Andreas Müller
@ 2013-01-25 11:48 ` Andreas Müller
2013-01-25 11:48 ` [meta-oe/meta-systemd 3/5] daemonize: initial add 1.73+ Andreas Müller
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2013-01-25 11:48 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../{tumbler_0.1.26.bb => tumbler_0.1.27.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.1.26.bb => tumbler_0.1.27.bb} (89%)
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb
similarity index 89%
rename from meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb
rename to meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb
index a066713..663e67c 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb
@@ -6,8 +6,8 @@ DEPENDS = "dbus-glib freetype gdk-pixbuf poppler"
inherit xfce
-SRC_URI[md5sum] = "874621e7820b3bfe0e8ab66d17f1dc31"
-SRC_URI[sha256sum] = "6602ce700160d09edd88ea0b9bcb16abbc28974f372e646709e0ed8fbacc8a78"
+SRC_URI[md5sum] = "3fa90528c3e7e77d8ace4bffcf0a2748"
+SRC_URI[sha256sum] = "4c60b3b92877257fcc54d18acbbe4ad73c84a7ff7608a430ad5a05b452923869"
INSANE_SKIP_${PN} = "dev-so"
--
1.7.6.5
^ permalink raw reply related [flat|nested] 8+ messages in thread* [meta-oe/meta-systemd 3/5] daemonize: initial add 1.73+
2013-01-25 11:48 [meta-oe/meta-systemd 0/5] various patches Andreas Müller
2013-01-25 11:48 ` [meta-oe/meta-systemd 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality Andreas Müller
2013-01-25 11:48 ` [meta-oe/meta-systemd 2/5] tumbler: update to 0.1.27 Andreas Müller
@ 2013-01-25 11:48 ` Andreas Müller
2013-01-25 11:48 ` [meta-oe/meta-systemd 4/5] geany: initial add 1.22 Andreas Müller
2013-01-25 11:48 ` [meta-oe/meta-systemd 5/5] lxdm: disable screensaver by default when starting X Andreas Müller
4 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2013-01-25 11:48 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-oe/recipes-support/daemonize/daemonize_git.bb | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-support/daemonize/daemonize_git.bb
diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb
new file mode 100644
index 0000000..2e747cd
--- /dev/null
+++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A tool to run a command as a daemon"
+HOMEPAGE = "http://software.clapper.org/daemonize/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3cf9084faa88bc8554a9139d8d7dd35f"
+PV = "1.7.3+git${SRCPV}"
+
+inherit autotools
+
+SRCREV = "93788682a4749d8b577ce6549d6d3dd6df166ba4"
+SRC_URI = "git://github.com/bmc/daemonize.git;protocol=git"
+
+S = "${WORKDIR}/git"
--
1.7.6.5
^ permalink raw reply related [flat|nested] 8+ messages in thread* [meta-oe/meta-systemd 4/5] geany: initial add 1.22
2013-01-25 11:48 [meta-oe/meta-systemd 0/5] various patches Andreas Müller
` (2 preceding siblings ...)
2013-01-25 11:48 ` [meta-oe/meta-systemd 3/5] daemonize: initial add 1.73+ Andreas Müller
@ 2013-01-25 11:48 ` Andreas Müller
2013-01-25 11:48 ` [meta-oe/meta-systemd 5/5] lxdm: disable screensaver by default when starting X Andreas Müller
4 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2013-01-25 11:48 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb
diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
new file mode 100644
index 0000000..1e56ec8
--- /dev/null
+++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A fast and lightweight IDE"
+HOMEPAGE = "http://www.geany.org/"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
+DEPENDS = "gtk+"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2"
+SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
+SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
+
+FILES_${PN} += "${datadir}/icons"
--
1.7.6.5
^ permalink raw reply related [flat|nested] 8+ messages in thread* [meta-oe/meta-systemd 5/5] lxdm: disable screensaver by default when starting X
2013-01-25 11:48 [meta-oe/meta-systemd 0/5] various patches Andreas Müller
` (3 preceding siblings ...)
2013-01-25 11:48 ` [meta-oe/meta-systemd 4/5] geany: initial add 1.22 Andreas Müller
@ 2013-01-25 11:48 ` Andreas Müller
4 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2013-01-25 11:48 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
index 3308e26..be83146 100644
--- a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
+++ b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
@@ -15,7 +15,7 @@ LXDM_PAM = "${@base_contains("DISTRO_TYPE", "debug", "lxdm-pam-debug", "lxdm-pam
SRCREV = "65e7cc8fdc150c2b925eb348ce82de17dee5eb0b"
PV = "0.4.2+git${SRCPV}"
PE = "1"
-PR = "r2"
+PR = "r3"
DEPENDS = "cairo consolekit dbus gdk-pixbuf glib-2.0 gtk+ virtual/libx11 libxcb pango"
@@ -30,9 +30,10 @@ SYSTEMD_UNITDIR ??= "no"
EXTRA_OECONF = "--with-systemdsystemunitdir=${SYSTEMD_UNITDIR}"
do_compile_append() {
- # default background configured not available / no password field available
+ # default background configured not available / no password field available / no default screensaver
sed -i -e 's,bg=,# bg=,g' \
-e 's,# skip_password=,skip_password=,g' \
+ -e 's,# arg=.*,arg=${bindir}/X -s 0,g' \
${S}/data/lxdm.conf.in
# add default configuration
oe_runmake -C ${S}/data lxdm.conf
--
1.7.6.5
^ permalink raw reply related [flat|nested] 8+ messages in thread