114 Commits

Author SHA1 Message Date
Andreas Müller
f3585ea146 evince: initial add 2.32.0
* recipe based on oe-classic: evince_2.30.0.bb
  commit 5dba154457691d2096f2b1a7ef24bdc6f1b51859
* run tested on overo
* TODO further doctype support
  configure option  ->    current configure result
  ------------------------------------------------
  --enable-ps       ->    PostScript Backend.:  no
  --enable-djvu     ->    DJVU Backend.......:  no
  --enable-impress  ->    Impress Backend....:  no

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-31 11:45:33 +01:00
Koen Kooi
040daebc80 goffice 0.8.17: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24 17:34:02 +02:00
Koen Kooi
05f01e34e1 network-manager-applet 0.9.0: add gnome-keyring to recommends
VPN and wifi will fail with:

** Message: secret service operation failed: The name org.freedesktop.secrets was not provided by any .service files

If gnome-keyring isn't installed

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-19 12:58:19 +02:00
Martin Jansa
a44535822b wv: add SRC_URI checksums and drop deprecated patch=1 param
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-18 01:31:11 +02:00
Martin Jansa
6e5b153413 abiword: fix install, newer versions doesn't allow to overwrite just installed files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-18 01:31:11 +02:00
Martin Jansa
e5e2e10689 abiword: add SRC_URI checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-18 01:31:11 +02:00
Martin Jansa
0846be2808 abiword: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-18 01:31:11 +02:00
Andreas Müller
349b039334 nautilus: cleanup package directories
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-17 09:00:12 +02:00
Andreas Müller
38c82da419 nautilus: fix compile errors by removing G_DISABLE_DEPRECATED
* build tested
* reported gnome-bugzills [1]
* error messages:
| In file included from eel-alert-dialog.c:24:0:
| eel-i18n.h:31:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
| eel-alert-dialog.c: In function 'eel_alert_dialog_class_init':
| eel-alert-dialog.c:114:43: warning: passing argument 2 of 'g_param_spec_int' makes pointer from integer without a cast
| /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:993:13: note: expected 'const gchar *' but argument is of type 'int'
| eel-alert-dialog.c:114:43: warning: passing argument 3 of 'g_param_spec_int' makes pointer from integer without a cast
| /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:993:13: note: expected 'const gchar *' but argument is of type 'int'
| eel-alert-dialog.c:123:35: warning: passing argument 2 of 'g_param_spec_enum' makes pointer from integer without a cast
| /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int'
| eel-alert-dialog.c:123:35: warning: passing argument 3 of 'g_param_spec_enum' makes pointer from integer without a cast
| /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int'
| eel-alert-dialog.c:132:35: warning: passing argument 2 of 'g_param_spec_enum' makes pointer from integer without a cast
| /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int'
| eel-alert-dialog.c:132:35: warning: passing argument 3 of 'g_param_spec_enum' makes pointer from integer without a cast
| /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int'
| eel-alert-dialog.c: In function 'eel_alert_dialog_init':
| eel-alert-dialog.c:193:2: warning: passing argument 1 of 'gtk_expander_new_with_mnemonic' makes pointer from integer without a cast
| /home/Superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/gtk-2.0/gtk/gtkexpander.h:66:12: note: expected 'const gchar *' but argument is of type 'int'

and

| In file included from nautilus-file.h:31:0,
|                  from nautilus-bookmark.c:28:
| ../libnautilus-private/nautilus-icon-info.h:75:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
| ../libnautilus-private/nautilus-icon-info.h:76:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
| make[2]: *** [nautilus-bookmark.lo] Error 1

[1] https://bugzilla.gnome.org/show_bug.cgi?id=661949

Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-17 08:58:21 +02:00
Koen Kooi
cdd71aaf7f gnome-vfs 2.24.4: import from OE-core
libgnome uses it, keep it till we can safely remove libgnome

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-12 20:28:34 +02:00
Martin Jansa
ef12dfc505 recipes: use allarch instead of PACKAGE_ARCH = all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-12 10:24:45 +02:00
Koen Kooi
c4ad592709 nautilus: add runtime dep on glib-networking
this fixes the OOM crash when using the 'Network' entry from the menu

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-06 15:16:50 +02:00
Khem Raj
ae4ea40e52 gnome-power-manager: Fix build on gnome'less build systems
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-27 17:40:02 -07:00
Khem Raj
9826cc6fea gdm: Fix build on gnome'less build systems
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-27 17:40:02 -07:00
Khem Raj
1dd63580da gnome-disk-utility: Fix build on gnomelss host systems
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-27 17:40:02 -07:00
Koen Kooi
bcfeae9ac3 gedit: update to 2.30.4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-22 09:13:00 +02:00
Koen Kooi
16de24692b gtksourceview2: update to 2.10.5
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-21 16:21:34 +02:00
Andreas Müller
ea423a6944 gvfs: Fix paths in subpacks gvfsd-ftp / gvfsd-sftp / gvfsd-trash
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-20 16:40:25 +02:00
Koen Kooi
26d7f4f7b0 network-manager-applet: add 0.9.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-19 14:05:51 +02:00
lumag
e50b52752d gconf: fix the "unshipped files" warnings
1) correct static libs removal in do_install_append
2) provide .la files in -dev package as it's usually done in other
packages.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-19 08:20:44 +02:00
Martin Jansa
7e765842a9 recipes: be carefull with # comments ending with backslash
* next line after #foo \ is not parsed correctly!
* but http://bugzilla.pokylinux.org/show_bug.cgi?id=813 says NOTABUG, so be *very carefull*

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-14 17:15:08 +02:00
Joel A Fernandes
96e215ef51 libgnomeprint: Imported from OE classic
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07 08:07:01 +02:00
Joel A Fernandes
805c875b69 libgnomecups: Imported from OE Classic
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07 08:07:01 +02:00
Joel A Fernandes
e25fa89c43 gtksourceview: Imported from OE classic
* Added LIC_FILES_CHKSUM
* Added virtual/gettext to DEPENDS

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07 08:07:00 +02:00
Joel A Fernandes
e38c6fb927 gedit: Imported from OE classic
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07 08:06:59 +02:00
lumag
a67f2654a3 gnome-disk-utility: fix path for dbus interface definitions
During compilation gdu looks for several UDisks dbus xml files. However
it looks for them in system root and not in sysroot, failing if those
don't exist. Fix that.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-04 09:18:54 +02:00
lumag
490d38c2c8 gnome-disk-utility: disable scrollkeeper
scrollkeeper isn't packaged neither in oe.dev, nor in any oe-core based
layer. Disable scrollkeeper in gnome-disk-utils.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-04 09:18:53 +02:00
Koen Kooi
c81c1a050b abiword: fix multiline comments
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01 09:40:10 +02:00
Joel A Fernandes
5111e7897e gnome-system-monitor: Add dependency on gnome-icon-theme
Without this, the configure stage of this recipe fails with pkg-config not finding
the gnome-icon-theme package

Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Cc: jdk@ti.com
Cc: k-kooi@ti.com
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17 09:42:18 +02:00
Martin Jansa
7ceff4d2e0 gobject-introspection_git: add glib-2.0-native to native DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-14 13:18:04 +02:00
Koen Kooi
7127ec564f gnome-system-monitor: add 2.28.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-22 11:24:53 +02:00
Koen Kooi
ed7f9dc5e4 libgtop: add 2.28.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-22 11:02:26 +02:00
Martin Jansa
059369b22f gconf: inherit perlnative
* otherwise perl from host is used and if there isn't libxml-parser-perl
  installed on host it fails with:
  checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 08:26:14 +02:00
Martin Jansa
aa8adfc55d libgnome-keyring: inherit perlnative
* otherwise perl from host is used and if there isn't libxml-parser-perl
  installed on host it fails with:
  checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 08:26:14 +02:00
Paul Eggleton
040f75eca2 Drop PRIORITY variable
As discussed on the mailing list, this variable isn't useful and if wanted
would be better implemented by distros using pn-X overrides.

This patch executes:

find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d'

against the tree removing the references. Thanks to Phil Blundell for
the command.

(Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-14 16:49:27 +01:00
Koen Kooi
01ba84ba3c gdm 2.32.2: gdm supports running sessions under ssh-agent, so add openssh-misc to RRECOMMENDS
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-25 14:02:57 +02:00
Koen Kooi
f7fd6e43e0 gnome-session 2.32.1: add pam-plugin-ck-connector dependency when using pam
without this apps can't authenticate to the session leading to timeouts and crashes

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-25 12:44:25 +02:00
Koen Kooi
34e1f711fc nautilus 2.32.2: fix packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-25 12:06:57 +02:00
Koen Kooi
ed6175e375 nautilus3: add 3.0.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-25 10:22:59 +02:00
Koen Kooi
0fac9d7251 libnotify3: add 0.7.3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-25 10:22:58 +02:00
Koen Kooi
4e70eb9149 gnome-panel3: add 3.0.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24 20:13:02 +02:00
Koen Kooi
208315e47a libgweather3: add 3.0.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24 20:13:02 +02:00
Koen Kooi
b3b933af48 libwnck3: add 3.0.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24 20:13:02 +02:00
Koen Kooi
eac8a22fbd gnome-desktop3: add 3.0.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24 20:12:56 +02:00
Koen Kooi
161703b7fb gsettings-desktop-schemas: add 3.0.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24 17:50:13 +02:00
Koen Kooi
3ed7a55e04 gnome-desktop 2.32.1: import from OE-core
fix packaging

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24 17:50:13 +02:00
Koen Kooi
81acbd957f dconf: update to 0.7.5
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24 17:50:13 +02:00
Koen Kooi
3ade546f04 gtk+3: add initial 3.0.11 recipe
modeled after the 2.x recipe in OE-core

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24 11:32:19 +02:00
Koen Kooi
2454d20084 gnome-panel 2.32.1: add missing gettext inherit
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-23 22:55:15 +02:00
Koen Kooi
7bb0dfc5cd gnome-settings-daemon 2.32.1: build from stable branch for bugfixes, fix dependencies
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-23 11:38:19 +02:00