Andreas Müller
c194c24e09
evince: Fix QA warnings / clean packaging
...
run tested on overo
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-29 16:18:29 +02:00
Khem Raj
bcd942a312
nautilus: Add gdk-pixbuf gtk+ to DEPENDS
...
Fixes
| eel-accessibility.c:26:21: fatal error: gtk/gtk.h: No such file or directory
| compilation terminated.
| make[2]: *** [eel-accessibility.lo] Error 1
| make[2]: *** Waiting for unfinished jobs....
| In file included from eel-background.c:26:0:
| eel-background.h:43:21: fatal error: gdk/gdk.h: No such file or directory
| compilation terminated.
| make[2]: *** [eel-background.lo] Error 1
| eel-canvas.c:69:28: fatal error: gdk/gdkprivate.h: No such file or directory
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-26 13:37:54 +02:00
Andreas Müller
9e5d7ed283
gdm: inherit systemd / remove unneeded systemd code
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2012-03-11 10:10:38 -07:00
Andreas Oberritter
629d9fa067
bzip2: bump PR of all recipes depending on bzip2
...
* Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core
split bzip2 into binary and library packages.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-09 07:50:38 +01:00
Koen Kooi
30cb6a45a4
gvfs: add missing dep on libsoup 2.4
...
| ./gvfsbackendhttp.h:28:26: fatal error: libsoup/soup.h: No such file or directory
| compilation terminated.
| make[4]: *** [gvfsd_dav-daemon-main-generic.o] Error 1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-06 09:59:18 +01:00
Koen Kooi
fdff8697ea
gnome-settings-daemon 2.32.1: Bump PR for recent class changes
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-02 15:38:36 +01:00
Koen Kooi
b575b1a233
gdm 2.32.2: Bump PR for recent class changes
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-03-02 15:16:51 +01:00
Koen Kooi
b84968c966
gtk+3: update to 3.2.3
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-29 14:54:02 +01:00
Koen Kooi
f7afa59e17
gnome-control-center 2.32.1: add missing dependency on desktop-file-utils-native
...
do_install fails wihtout the update-desktop-cache util present
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-27 09:54:04 +01:00
Koen Kooi
440ccf190a
gnome-panel 2.32.1: fix libpanel-applet packaging
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-27 00:04:05 +01:00
Martin Jansa
d0028e40a3
recipes: bump PR to rebuild .la files without libz.la
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-02-13 16:59:29 +01:00
Piotr Tworek
8881a6815a
gnome-mplayer: Add initial recipe for version 1.0.5.
...
Signed-off-by: Peter Tworek <tworaz666@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-02 09:36:38 +01:00
Peter Tworek
dd0260c7c9
libgsf: remove empty, unused packages.
...
Current version of libgsf recipe passes both --without-gnome-vfs and
--without-bonobo to configure. Because of this libgsf-gnome &
libgsf-gnome-dev are empty.
Signed-off-by: Peter Tworek <tworaz666@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-01 08:28:24 +01:00
Peter Tworek
95d5ad37a9
Add recipe for gmtk 1.0.5.
...
Run tested on netbookpro.
Signed-off-by: Peter Tworek <tworaz666@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-01 08:27:20 +01:00
Peter Tworek
da3a1350d8
gnome-bluetooth: Depend on virtual/libx11, not libx11.
...
Signed-off-by: Peter Tworek <tworaz666@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-30 21:08:01 +01:00
Andrei Gherzan
a9e15d2584
In LICENSE "&&" should be replaced with "&" [forgot .inc files]
...
In this way meta-oe recipes will be parsed correctly in yocto.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-24 16:11:24 +01:00
Martin Jansa
c0f4fff835
gtk+3: add gtk+-native dependency
...
* it's needed to provide gtk-update-icon-cache
--enable-gtk2-dependency implies external gtk-update-icon-cache
AM_CONDITIONAL(USE_EXTERNAL_ICON_CACHE, [test x = xyes || test x = xyes])
unfortunately result of AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache, no)
is not checked for no value before being used resulting in
no --quiet --force --ignore-theme-index \
--source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \
mv gtkbuiltincache.h.tmp gtkbuiltincache.h
/bin/sh: no: command not found
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-01-23 16:23:12 +01:00
Martin Jansa
a4155ac38d
gtk+: add native BBCLASSEXTEND
...
* it's needed to provide gtk-update-icon-cache for gtk+3 build
* RRECOMMENDS needs to be empty as we don't want liberation-fonts-native etc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-01-23 16:23:12 +01:00
Peter Tworek
9734514de3
Add missing librsvg dependency to abiword recipe.
...
Signed-off-by: Peter Tworek <tworaz666@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-23 15:53:12 +01:00
Samuel Stirtzel
8e2ccbd8ec
Gtk+3: Fix cups related error in configure
...
This patch will disable cups for gtk+3.
The issue could be resolved by adding cups to the DEPENDS,
however in gtk+2 cups is also disabled, so fixing it here in the same way seems appropriate.
Error message is:
| checking for cups/cups.h... no
| configure: error: *** Sorry, cups-config present but cups/cups.h missing.
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-20 08:26:35 +01:00
Andreas Müller
9c926e88fc
evince: add cross-compile-fix.patch from classic oe to fix build error
...
error message was
| warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
| cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
| warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl"
| cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl
| make[2]: *** [evince-C.omf] Error 1
[1] http://cgit.openembedded.org/openembedded/tree/recipes/evince/evince/cross-compile-fix.patch
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-20 08:26:34 +01:00
Andrei Gherzan
3767262f9e
In LICENSE "&&" should be replaced with "&"
...
In this way meta-oe recipes will be parsed correctly in yocto.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-16 22:29:22 +01:00
Koen Kooi
cbf65f7f0d
gnome-backgrounds 2.32.0: import from OE-classic
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-12 18:17:09 +01:00
Koen Kooi
0c6ae144a9
gnome-desktop: fix gnome-about
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-12 18:07:58 +01:00
Steve Sakoman
c1444331e9
gnome-panel: fix leakage of build machine python path into gnome-panel-add
...
Signed-off-by: Steve Sakoman <steve@sakoman.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-12 18:02:59 +01:00
Andreas Müller
5b8522e3b5
gvfs: rework and add recipe for gvfs-gdu-volume-monitor
...
To make gvfs work with removable devices/volumes, gvfs-gdu-volume-monitor
( gdu = gnome-disk-utility ) is required. During a build from scratch
gvfs-configure disables gdu because it can not find gnome-disk-utility.
It can not be added to gvfs DEPENDS because this causes circular dependencies:
nautilus DEPENDS gvfs
gvfs DEPENDS gnome-disk-utility
gnome-disk-utility DEPENDS nautilus
The solution is a new recipe for gvfs-gdu-volume-monitor. To reduce maintenance
efforts and to ensure that gvfs-gdu-volume-monitor is build under same
conditions as gvfs, as much settings as possible were moved to gvfs.inc. INC_PR
is started at 6 to ensure rebuilding.
run-tested for incremental build and build from scratch.
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-09 10:31:00 +01:00
Koen Kooi
14d2b74fa4
epiphany 2.30.6: add missing source checksums
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-22 16:33:21 +01:00
Koen Kooi
87a35d2032
gdm 2.32.2: add missing source checksums
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-22 10:10:55 +01:00
Bernhard Guillon
ed6e2d90ad
libgtkstylus_0.5.bb: fix LIC_FILES_CHECKSUM and LICENSE
...
Provide a valid LIC_FILES_CHECKSUM
Use SPDX style versioned license for LICENSE field
Signed-off-by: Bernhard Guillon <Bernhard.Guillon@hale.at >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-15 09:25:16 +01:00
Martin Jansa
8a87c32273
libgsf: fix LICENSE field
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-15 09:25:15 +01:00
Philip Balister
7ad9db8b3b
gnome-panel : Fix format of LICENSE field.
...
Signed-off-by: Philip Balister <philip@balister.org >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-12 18:45:06 +01:00
Koen Kooi
cf63ba3e4b
gtk+3: udpate to 3.2.2
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-10 18:52:44 +01:00
Koen Kooi
70cd3a81ed
libgnome-keyring 2.32.0: fix LICENSE operand
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-10 14:43:54 +01:00
Koen Kooi
3b1ce08ec2
gnome-panel 2.32.1: adjust post-inst for new gconf-native
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-01 18:46:50 +01:00
Koen Kooi
db0817a245
libwnck: bump PR for xcb-util change
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-01 17:56:55 +01:00
Martin Jansa
df1d94e62e
gconf-native: drop from meta-gnome, newer version is in oe-core
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-01 09:19:21 +01:00
Eric BENARD
5cead66b45
hicolor-icon-theme: add checksums
...
Signed-off-by: Eric Bénard <eric@eukrea.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-29 09:12:31 +01:00
Martin Jansa
4756740913
abiword: fix no-undefined param
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-25 20:53:49 +01:00
Koen Kooi
0a8b9d2df7
gvfs 1.8.2: fix sftp RRECOMMENDS
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-23 12:02:37 +01:00
Koen Kooi
dea4a2dce2
abiword: update to 2.8.6
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-21 14:15:59 +01:00
Koen Kooi
eeb018e16c
gconf: drop from meta-oe, oe-core has 3.2.3 nowadays
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-20 14:29:32 +01:00
Koen Kooi
12cf4fa8d2
gvfs 1.8.2: disable samba, it causes an OOM
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-17 11:39:04 +01:00
Koen Kooi
6180a4cd2d
network-manager-applet: update to 0.9.2.0
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-13 16:19:37 +01:00
Martin Jansa
396550a39a
recipes: bump PR after python upgrade
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2011-11-01 09:57:03 +01:00
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