Commit Graph

360 Commits

Author SHA1 Message Date
Martin Jansa
191499a2b5 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:30:48 +01:00
Khem Raj
28c546066e libgnomeui: Depend on libgnome-keyring not gnome-keyring
libgnomeui needs gnome-keyring-1 which comes from libgnome-keyring

Fixes errors like below

| configure: error: Package requirements (  libxml-2.0 >= 2.4.20
libgnome-2.0 >= 2.13.7   libgnomecanvas-2.0 >= 2.0.0   libbonoboui-2.0
>= 2.13.1   gconf-2.0 >= 1.1.11   pango >= 1.1.2   glib-2.0 >= 2.16.0
|   gio-2.0 >= 2.16.0
|   gnome-vfs-2.0 >= 2.7.3   gnome-keyring-1 >= 0.4) were not met:
|
| No package 'gnome-keyring-1' found

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-15 13:31:08 +02:00
Koen Kooi
8fb7370be6 gdm 2.32.2: don't install broken gdm-autologin PAM file
It references pam-plugin-console which isn't available. Deleting the PAM file makes autologin work.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-15 13:31:07 +02:00
Koen Kooi
449bd90748 gdm: delete broken .desktop files
GDM tries to run these during the login window and one of these crashes, leading to an autologin failure. Remove the non-essential ones to get rid of this problem.

The proper fix is to stop metacity crashing.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-15 13:31:07 +02:00
Martin Jansa
f555acc4c0 gnome-vfs: Add PACKAGECONFIG for fam
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:17:38 +02:00
Martin Jansa
6aaa5dfd27 gvfs: Add PACKAGECONFIG for archive, obexftp, cdda
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:17:38 +02:00
Martin Jansa
25376d50d8 gvfs: Add PACKAGECONFIG for fuse and disable it by default
* fuse was moved to meta-filesystems, so disable fuse by default

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:17:38 +02:00
Martin Jansa
91fc7aad6d libwnck(3): Add dependency on libxres
* it's autodetected from sysroot and configure doesn't allow to explicitly disable it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:13:54 +02:00
Martin Jansa
b65e83af0a libgtop: Add dependency on libxau
* libxau is included in libgtop_common-2.0.la

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:13:53 +02:00
Martin Jansa
444b4da810 metacity: Add dependency on libgtop
* gtop is autodetected from sysroot and configure doesn't allow to explicitly disable it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:13:53 +02:00
Martin Jansa
de36f51387 abiword: Add PACKAGECONFIG for collab-backends and spell
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:13:53 +02:00
Martin Jansa
bc7209711a libxklavier: Add libxi dependency
* libxi is autodetected and configure doesn't allow to explicitly disable it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:13:53 +02:00
Martin Jansa
eab69c4919 libgsf: Add PACKAGECONFIG for gdk-pixbuf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:13:53 +02:00
Martin Jansa
98c271c92c gnome-settings-daemon: add PACKAGECONFIG for pulseaudio
* libcanberra is autodetected and dependency on it wasn't deterministic

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:13:53 +02:00
Martin Jansa
0edc4b43be gnome-control-center: Add libxscrnsaver dependency
* configure doesn't allow to explicitly disable it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:13:53 +02:00
Martin Jansa
5f5d4f5336 gnome-desktop: Add startup-notification dependency
* configure doesn't allow to explicitly disable it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17 19:13:53 +02:00
Paul Eggleton
a08f493101 libnotify: remove
This is now in OE-Core as of f72c0ff46d6895978e7e5230cb882d8eee4005ba
(libnotify3 remains).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03 19:12:38 +02:00
Paul Eggleton
c1dfd06458 midori: remove
This is now in OE-Core as of 88d9d7e47dedd9bfa26da860e6ff77ee5206d9e8.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03 19:12:37 +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
3ca229a3f7 gnome-vfs: add PACKAGECONFIG for avahi
* it's autodetected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:31 +02:00
Martin Jansa
717ca9c0d2 libwnck(3): add PACKAGECONFIG for startup-notification
* it's autodetected from sysroot and couple of packages are failing
  when pkg-config is trying to use libwnck*.pc without
  startup-notification in sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:29 +02:00
Martin Jansa
46a52e1053 libgtop: add dependency on intltool-native
* | NOTE: Executing intltoolize --copy --force --automake
    libgtop/2.28.2-r0/temp/run.do_configure.20714: intltoolize: not found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:29 +02:00
Martin Jansa
45b798b288 goffice: add librsvg dependency
* No package 'librsvg-2.0' found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:29 +02:00
Martin Jansa
d01898b028 gnome-power-management: add gnome-doc-utils dependency
* configure: error: gnome-doc-utils >= 0.3.2 not found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:28 +02:00
Martin Jansa
a38fbdb4f8 dates: make it compatible with newer evolution-data-server
* drop 0.4.8 recipe, git recipe is default version for long time and
  pimlico-project.org is gone anyway:
  wget: unable to resolve host address 'pimlico-project.org'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:28 +02:00
Martin Jansa
c52054f338 evolution-data-server: upgrade to 3.2.3
* I've only build tested this, because it was broken for long time and
  bothering me in world builds (and test-dependencies builds), but I'm
  not using any eds dependant app, so I cannot test it properly in
  runtime
* I've dropped some patches with unclear purpose
* enabled nss/nspr as they are now available in oe-core and simplifies
  the build (needs patch to fix build when nss is disabled)
* it was broken for more then 4 months since glib upgrade to 2.36.*
  and nobody complained, I'm tempted to just remove it next time
  (together with cheese, dates, contacts, tasks)
* too late I've found this commit
  https://lists.yoctoproject.org/pipermail/poky/2010-November/000526.html
  which does some similar things but only for 2.32.1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:28 +02:00
Martin Jansa
84e8fee8b8 gcalctool: move to nonworking
* broken at least since April http://permalink.gmane.org/gmane.comp.handhelds.openembedded/57920
  and nobody complained, it's also replaced by gnome calculator

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:28 +02:00
Martin Jansa
d3e66eb395 gnome-control-center: add libgtop dependency
* it fails without it:
  | make[3]: *** [libcommon.la] Error 1
  | make[3]: Leaving directory `work/armv5te-oe-linux-gnueabi/gnome-control-center/2.32.1-r1/gnome-control-center-2.32.1/capplets/common'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:28 +02:00
Martin Jansa
3571ee5a9b gmtk: inherit gconf
* do_configure fails without it
  configure.ac:215: error: possibly undefined macro: AM_GCONF_SOURCE_2

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:28 +02:00
Martin Jansa
e20aa408bb gcr: add glib-2.0 dependency
* it tries to build glib-2.0 from native sysroot without it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:27 +02:00
Martin Jansa
589a9476ae epiphany: add libgnome-keyring dependency
* configure wails without it:
  No package 'gnome-keyring-1' found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14 13:34:26 +02:00
Noor
54145480b0 gvfs: Handle samba dependency based on GPLv3 license.
* Samba is GPLv3. In GPLv3 free environment one was not able to
  build gvfs. Add PACKAGECONFIG for samba and enable is when GPLv3
  is not present in INCOMPATIBLE_LICENSE.

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-12 12:06:02 +02:00
Jonathan Liu
77bc54f180 gdm: remove /var/run from package
The /var/run/gdm and /var/run/gdm/greeter directories are created by
the daemon if they don't exist. The /var/run directory is already
created by base-files.

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-08 10:35:58 +02:00
Andreas Müller
519e7f1ccb abiword: remove abiword.inc - it is of no use
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-08 10:35:57 +02:00
Paul Eggleton
10fa681110 pinpoint: fix and update
* Fix for update and PN change of clutter in OE-Core
* Fix SRC_URI
* Update to latest upstream git revision

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-27 18:52:24 +02:00
Khem Raj
b905770a49 gnome-session: Fix build on 64bit targets
use more portable G_GINT64_FORMAT instead of lld printf format

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20 12:29:55 +02:00
Khem Raj
d6e39a3774 gnome-keyring: Fix build error due to missing asn1 prototypes
This fixes the errors that started to pop up recently
while building gnome-keyring as part of gnome images
The error is decribed in patch header

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20 12:29:55 +02:00
Christopher Larson
792a2b7fc0 gnome-disk-utility: use PACKAGECONFIG for nautilus extension
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20 12:29:55 +02:00
Andreas Müller
31613424db gcr: initial add 3.8.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20 12:27:59 +02:00
Andreas Müller
42ff8e3c0f midori: update to 0.5.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-06-20 12:27:58 +02:00
Andreas Müller
b02c9531c6 gnome-system-monitor: fix build after gtkmm update
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21 12:45:49 +02:00
Andreas Müller
2150f733e1 evince: fix build with gcc 4.8
warning/errror was:
tiff2ps.c:1131:4: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'tsize_t' [-Werror=format=]
    chunk_size, tiled_image ? "tiles" : "strips");
    ^
cc1: some warnings being treated as errors

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21 12:45:49 +02:00
Khem Raj
9c657f0e69 gnome-bluetooth: Fix build erorrs found with gcc 4.8
Fix errors like below

| bluetooth-input.c:193:4: error: format '%d' expects argument of type
'int', but argument 5 has type 'XID' [-Werror=format=]
|     g_message ("has mouse: %s (id = %d)", device_info[i].name,
device_info[i].id);
|     ^
| bluetooth-input.c:198:4: error: format '%d' expects argument of type
'int', but argument 5 has type 'XID' [-Werror=format=]
|     g_message ("has keyboard: %s (id = %d)", device_info[i].name,
device_info[i].id);
|     ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-19 09:37:34 +02:00
Andreas Müller
f5447567eb gnome-terminal: add gnome-common-schemas to RRECOMMENDS
without libgnome gnome-terminal crashes for missing font assertion:
| ERROR:terminal-app.c:1451:terminal_app_init: assertion failed: (app->system_font_desc != NULL)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-16 11:04:34 +02:00
Andreas Müller
96d7340da6 gnome-panel: let gconf.bblass take care for postinst
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10 11:02:39 +02:00
Andreas Müller
f06c454faa dconf: fix/remove postinst by inheriting gsettings
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10 11:02:39 +02:00
Andreas Müller
55ecab870e evince: fix/remove postinst by inheriting gsettings
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10 11:02:39 +02:00
Andreas Müller
a9733d04fa epdfview: move to nonworking
* images are not displayed anymore
* there will be no further development / upstream is gone [1]

[1] https://bugzilla.redhat.com/show_bug.cgi?id=906121

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10 11:02:39 +02:00
Andreas Müller
c442d8d1e6 gnome-terminal: update to 2.30.2
this is the last version with GPL V2

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10 11:02:38 +02:00
Andreas Müller
054d7010de gnome-terminal: move out of nonworking
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10 11:02:38 +02:00