Commit Graph

273 Commits

Author SHA1 Message Date
Cliff Brake
5dc200e6c9 update maintainer info in README's for daisy
Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-23 12:58:26 +02:00
Andreas Müller
78c021595a xfce4-weather-plugin: add dbus-glib and upower to DEPENDS
detected in Martin's world with test-dependencies

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-09 14:58:00 +02:00
Andreas Müller
ca8d1a78f5 xfce4-settings: add upower to DEPENDS
detected in Martin's world with test-dependencies

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-09 14:58:00 +02:00
Andreas Müller
5bad3dcf12 xfce4-settings: fix crash when no pointer device is connected
* reported by Cristian Prigoana
* updated [1]

[1] https://bugzilla.xfce.org/show_bug.cgi?id=9474

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-09 14:58:00 +02:00
Adam YH Lee
1a203c3365 xfce4-session: Take the precedence over mini-x-session
If x11-base is included in the image, XFCE4 session does not correctly
start because mini-x-session has higher priority at 50.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 13:42:06 +02:00
Trevor Woerner
928fff06cc xfconf: remove unrecognized configure option
This option was causing a QA warning:

    NOTE: QA Issue: xfconf: configure was passed unrecognised options: --with-sysroot

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 13:42:06 +02:00
Martin Jansa
2d454103bb mousepad: add intltool-native and xfce4-dev-tools-native dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20 10:46:50 +02:00
Andreas Müller
afed48daf0 xfce4-dev-tools: update to 4.11.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20 10:40:27 +02:00
Andreas Müller
52e3b5fdf7 xfce4-settings: fix configue by inheriting xfce-git.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20 10:40:27 +02:00
Andreas Müller
ee97284381 xfce4-closebutton-plugin: fix configue by inheriting xfce-git.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20 10:40:27 +02:00
Andreas Müller
7b54063152 xfce4-taskmanager: fix configue by inheriting xfce-git.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20 10:40:27 +02:00
Andreas Müller
7676240b63 libxfce4ui: fix configue by inheriting xfce-git.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20 10:40:27 +02:00
Andreas Müller
0f348ea9ba xfwm4: fix configue by inheriting xfce-git.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20 10:40:27 +02:00
Andreas Müller
2699b34e64 xarchiver: fix configue
* use xfce-git to fix aclocal-copy error
* add intltool-native in DEPENDS to fix
  | configure.in:57: error: possibly undefined macro: AC_PROG_INTLTOOL

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20 10:40:27 +02:00
Andreas Müller
de430ccd76 xfce-git.bbclass initial add
common preparations for xfce-git-repos

* implement autogen.sh call in do_configure_prepend
* AUTOTOOLS_COPYACLOCAL = "1": In oe-core commit
  79ea036de331bde65a88fb777647dc099ef05acf copying aclocals was moved to
  do_configure[prefuncs]. These are called before do_configure_prepend which
  causes configure.ac not yet being created and autotools_copy_aclocals
  returning undone.

By using this class tons of errors like

| aclocal: error: couldn't open directory '/home/a.mueller/tmp/oe-core-eglibc/work/armv7at2hf-vfp-neon-angstrom-linux-gnueabi/xfce4-settings/4.11.0+gitAUTOINC+b7a0e1fd77-r0/git/aclocal-copy/': No such file or directory
| autoreconf: aclocal failed with exit status: 1

are fixed.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20 10:40:26 +02:00
Adam YH Lee
c04626475b exo: Add intltool-native as native dependency
exo-native fails to build due to more strict dependency checking
introduced in autotools.bbclass. intltool-native should be explicitly
defined as a dependency.

Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-03-29 22:51:36 +01:00
stephen.arnold42
b306212c89 recipes-xfce/libxfce4ui: depends and autotools fixes
Note: this patch (v3) obseletes previous versions

libxfce4ui_4.10.0.bb: Upstream changes required autotools and gettext (intl)
fixes, as well as moving the autogen stuff to a separate task.  Full depends
were also added (2 were converted to PACKAGECONFIG options) along with a
vendor config option.

Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-03-23 21:53:57 +01:00
Matthieu CRAPET
c95e155780 recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes:
- rename SUMMARY with length > 80 to DESCRIPTION
- rename DESCRIPTION with length < 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line

Note: don't bump PR

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23 23:20:02 +01:00
Martin Jansa
6daf75e4e9 Update after toplevel LICENSE file checksum change
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-04 08:47:18 +01:00
ulf@emagii.com
480d3338a7 xfconf: use sysroot and target perl
xfconf-4.10.0 does not use OE sysroot as is.
--with-sysroot=yes
will make configure run CC --print-sysroot
and use that.

When searching the PATH for perl, no target perl is found,
since PATH does not contain any reference.
Instead native perl is found, and if certain perl packages
are installed on the host machine, the xfconf perl support
is enabled which may cause the build to fail on 64 bit hosts.
If the perl packages are not installed on the host, then
perl support in xfconf is disabled, and the xfconf build
will succeed, even on 64 bit hosts.

If native perl is found, and the perl packages are available
on the host, the perl support is enabled.

Since native perl is used, the native linker is used to link the
resulting *target* code.

The perl support requires some libraries, which are built for the target.
If the host is 64 bit (x86_64) and the target is 32 bit (ARM?),
there is a mismatch which is detected by the linker,
and the libraries found are rejected.

If the host does not have the correct libraries,
then the xfconf build fails.
If the host has the correct libraries, then the linker will try
to link host libraries with the target application.

The patch will define PERL as the target perl.
This means that configure will look for the required perl
packages in the target sysroot, instead of in the native filesystem.

The patch has been tested in Angstrom master, which does not
build the required perl packages, and thus perl support
in xfconf is disabled, and the build succeeds.

A simpler way to do this, proposed by Charles Ash <ashcharles@gmail.com>
is to simply disable the perl-support in xfconf.
This patch will be better, if ever the support for the needed
perl packages is added to the OpenEmbedded/Angstrom build.

Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
Tested-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-12-21 19:16:52 +01:00
Martin Jansa
4d62e7f575 recipes: Remove PR = r0 from all recipes
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done
  with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i

* We've switching to the PR server, PR bumps are no longer needed and
  this saves people either accidentally bumping them or forgetting to
  remove the lines (r0 is the default anyway).

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-01 15:33:16 +01:00
Andreas Müller
86543b7c3c xfconf: fix compile
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-21 12:15:02 +02:00
Andreas Müller
66dc4af036 xfce4-icon-theme: add xfce4-dev-tools-native to DEPENDS
fixes (detected in Martin's world build):

| /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-icon-theme/4.4.3-r0/xfce4-icon-theme-4.4.3/configure: line 4836: syntax error near unexpected token `am'
| /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-icon-theme/4.4.3-r0/xfce4-icon-theme-4.4.3/configure: line 4836: `XDT_I18N(am ar ca cs da de dz el en_GB eo et eu fi fr he hu id ja ka ko lt lv mk nb_NO pl pt_BR pt_PT ro ru si sk sq tr uk ur zh_CN zh_TW)'
| Configure failed. The contents of all config.log files follows to aid debugging

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-14 14:27:35 +02:00
Andreas Müller
9a15c646a2 xfwm4: add exo-native to DEPENDS
fixes (detected in Martin's world build):

| make[2]: Entering directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git/settings-dialogs'
| gdk-pixbuf-csource --raw --build-list \
| 	monitor_icon_data ./monitor-icon.png > monitor-icon.h
| exo-csource --static --strip-comments --strip-content --name=xfwm4_dialog_ui xfwm4-dialog.glade >xfwm4-dialog_ui.h
| exo-csource --static --strip-comments --strip-content --name=tweaks_dialog_ui xfwm4-tweaks-dialog.glade >xfwm4-tweaks-dialog_ui.h
| exo-csource --static --strip-comments --strip-content --name=workspace_dialog_ui xfwm4-workspace-dialog.glade >xfwm4-workspace-dialog_ui.h
| /bin/bash: exo-csource: command not found
| /bin/bash: exo-csource: command not found
| /bin/bash: exo-csource: command not found
| make[2]: *** [xfwm4-dialog_ui.h] Error 127
| make[2]: *** Waiting for unfinished jobs....
| make[2]: *** [xfwm4-tweaks-dialog_ui.h] Error 127
| make[2]: *** [xfwm4-workspace-dialog_ui.h] Error 127
| make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git/settings-dialogs'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-14 14:27:35 +02:00
Andreas Müller
f31aedeca3 xfce4-weather-plugin: add libsoup-2.4 to DEPENDS
fixes (detected in Martin's) world build:

| configure:14617: checking for libsoup-2.4 >= 2.26.0
| configure:14659: result: not found

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-14 14:27:35 +02:00
Andreas Müller
44ba217c0f xfce4-settings: add exo-native to DEPENDS
fixes (found in Martin's world build)

| /bin/bash: exo-csource: command not found
| make[3]: *** [appearance-dialog_ui.h] Error 127
| make[3]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings/4.10.0+gitAUTOINC+b7a0e1fd77-r0/git/dialogs/appearance-settings'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings/4.10.0+gitAUTOINC+b7a0e1fd77-r0/git/dialogs'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings/4.10.0+gitAUTOINC+b7a0e1fd77-r0/git'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-14 14:27:35 +02:00
Andreas Müller
90f7629bb1 xfce4-settings: set correct version
fix commit 23f020f742 which introduced wrong version

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-14 14:27:35 +02:00
Martin Jansa
2a463dddcf thunar-volman: Add PACKAGECONFIG for notify
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 14:24:05 +02:00
Martin Jansa
0ab869ddce thunar: Add PACKAGECONFIG for pcre
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 14:24:05 +02:00
Andreas Müller
fdd0601202 packagegroup-xfce-extended: add xfce4-taskmanager and xfce4-notes-plugin
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 12:36:13 +02:00
Andreas Müller
228ca3b736 xfce4-notes-plugin: initial add 1.7.7
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 12:36:13 +02:00
Andreas Müller
d902f87567 xfce4-taskmanager: inital add git-version
we use git sources - the last release is 3 years ago

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 12:36:13 +02:00
Andreas Müller
c04e70b834 xfce4-settings: add PACKAGECONFIG for sound-settings
defaults based upon DISTRO_FEATURES for alsa and pulseaudio

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 12:36:13 +02:00
Andreas Müller
bbedab064f xfce4-cpufreq-plugin: update to 1.1.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 12:36:06 +02:00
Andreas Müller
473f5b3396 xfce4-vala: update to 4.10.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 12:36:03 +02:00
Andreas Müller
c4828167f7 libxfce4ui: avoid dragging in gtk3
gtk3 support was introduced in b3a2a01b40 when we
moved to latest git

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-05 12:36:03 +02:00
Andreas Müller
23f020f742 xfce4-settings: move to schnitzeltony's git repo to get new datetime setter
I implemented a datetime setting dialog based on gnome-control-center and
submitted a pull-request in [1,2]. As long as it is not submitted - or as long
as I find no way to patch binary files (e.g. icons - I asked for that in [3] -
no response yet) we use the git repo and a copied branch of the pull-request
(just in case some feedback from xfce-devels requires modifcations).

Some patches had to be modified/removed to apply against mainline HEAD still.
Furthermore in 0002-mouse-settings-dialog-add-touchscreen-pointer-option.patch
label 'alignment8' was introduced mainline and we do not need mouse-dialog_ui.h
when building from git in maintainer-mode - this file is created during build
process.

[1] http://mail.xfce.org/pipermail/xfce4-dev/2013-September/030442.html
[2] https://bugzilla.xfce.org/show_bug.cgi?id=10354
[3] http://lists.openembedded.org/pipermail/openembedded-core/2013-September/083804.html

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19 13:56:58 +02:00
Andreas Müller
e839d7b671 packagegroup-xfce-extended: add xfce4-equake-plugin
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19 13:56:58 +02:00
Andreas Müller
6d34442f56 xfce4-equake-plugin: initial add 1.3.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19 13:56:57 +02:00
Andreas Müller
1a37464df5 xfce4-weather-plugin: update to 0.8.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19 13:56:57 +02:00
Andreas Müller
243b67457a xfwm4: move to git repo
follow libxfce4ui API change [1]

[1] http://git.xfce.org/xfce/xfwm4/commit/settings-dialogs/xfwm4-settings.c?id=21ebbe4722b01763822157f9242fc865a9687c68

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19 13:56:57 +02:00
Andreas Müller
b3a2a01b40 libxfce4ui: update to git head
* in commit f30f9742e64ea5ec3b23d977b904f24799d773d6 the signature for
  xfce_shortcut_conflict_dialog was changed. This change is required for
  xfce4-setings HEAD. In the next patch of this series the development
  of a datetime setter for xfce4-settings will be introduced and this
  is put on top of xfce4-setings HEAD.
* there has been no release since 04.2012

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-19 13:56:57 +02:00
Martin Jansa
e5e8e0c820 xfdesktop: Add PACKAGECONFIG for notify
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:07:23 +02:00
Martin Jansa
66a9632963 xfce4-settings: Add PACKAGECONFIG for notify
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:07:23 +02:00
Martin Jansa
f217044ab1 xfce4-places-plugin: Add PACKAGECONFIG for notify
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:07:23 +02:00
Martin Jansa
b89c1e44c4 xfce4-clipman-plugin: Add PACKAGECONFIG for unique
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:07:22 +02:00
Martin Jansa
e4a5a3108f orage: Add PACKAGECONFIG for notify and dependency on popt
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:07:22 +02:00
Jackie Huang
b79176adb3 remove the unnecessary protocol parameters
It's not necessary to specify the protocol parameter when it's the
default protocol for the fetcher, e.g. the default protocol for
git fetcher it git, "protocol=git" isn't needed.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03 16:59:13 +02:00
Martin Jansa
df15a1b2f1 xfce4-icon-theme: add dependency on intltool-native
* fails without it:
  | NOTE: Executing intltoolize --copy --force --automake
  | xfce4-icon-theme/4.4.3-r0/temp/run.do_configure.2826:
    intltoolize: not found
  | ERROR: Function failed: do_configure (log file is located at
    xfce4-icon-theme/4.4.3-r0/temp/log.do_configure.2826)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:30 +02:00
Martin Jansa
9594e010ab tumbler: add dependency on xfce4-dev-tools-native
* tumbler configure needs XDT_I18N macro provided by xfce4-dev-tools
  | tumbler-0.1.29/configure: line 13752: syntax error near unexpected token `$linguas'
  | tumbler-0.1.29/configure: line 13752: `XDT_I18N($linguas)'
  | Configure failed. The contents of all config.log files follows to aid debugging

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:30 +02:00