summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
* gnome-vfs: Add PACKAGECONFIG for famMartin Jansa2013-09-171-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: Add PACKAGECONFIG for archive, obexftp, cddaMartin Jansa2013-09-171-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: Add PACKAGECONFIG for fuse and disable it by defaultMartin Jansa2013-09-171-1/+3
| | | | | | * fuse was moved to meta-filesystems, so disable fuse by default Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libwnck(3): Add dependency on libxresMartin Jansa2013-09-172-2/+2
| | | | | | * it's autodetected from sysroot and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgtop: Add dependency on libxauMartin Jansa2013-09-171-1/+1
| | | | | | * libxau is included in libgtop_common-2.0.la Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* metacity: Add dependency on libgtopMartin Jansa2013-09-171-1/+1
| | | | | | * gtop is autodetected from sysroot and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* abiword: Add PACKAGECONFIG for collab-backends and spellMartin Jansa2013-09-171-5/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxklavier: Add libxi dependencyMartin Jansa2013-09-171-1/+1
| | | | | | * libxi is autodetected and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgsf: Add PACKAGECONFIG for gdk-pixbufMartin Jansa2013-09-171-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-settings-daemon: add PACKAGECONFIG for pulseaudioMartin Jansa2013-09-171-0/+3
| | | | | | * libcanberra is autodetected and dependency on it wasn't deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-control-center: Add libxscrnsaver dependencyMartin Jansa2013-09-171-1/+1
| | | | | | * configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-desktop: Add startup-notification dependencyMartin Jansa2013-09-172-2/+2
| | | | | | * configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnotify: removePaul Eggleton2013-09-031-17/+0
| | | | | | | | 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>
* midori: removePaul Eggleton2013-09-031-42/+0
| | | | | | | 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>
* remove the unnecessary protocol parametersJackie Huang2013-09-035-5/+5
| | | | | | | | | 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>
* gnome-vfs: add PACKAGECONFIG for avahiMartin Jansa2013-08-141-0/+3
| | | | | | * it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libwnck(3): add PACKAGECONFIG for startup-notificationMartin Jansa2013-08-142-0/+6
| | | | | | | | * 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>
* libgtop: add dependency on intltool-nativeMartin Jansa2013-08-141-4/+1
| | | | | | | * | 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>
* goffice: add librsvg dependencyMartin Jansa2013-08-141-1/+1
| | | | | | * No package 'librsvg-2.0' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-power-management: add gnome-doc-utils dependencyMartin Jansa2013-08-141-1/+1
| | | | | | * configure: error: gnome-doc-utils >= 0.3.2 not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dates: make it compatible with newer evolution-data-serverMartin Jansa2013-08-143-5/+73
| | | | | | | | * 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>
* evolution-data-server: upgrade to 3.2.3Martin Jansa2013-08-1412-364/+157
| | | | | | | | | | | | | | | | | | * 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>
* gcalctool: move to nonworkingMartin Jansa2013-08-142-0/+0
| | | | | | | * 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>
* gnome-control-center: add libgtop dependencyMartin Jansa2013-08-141-1/+1
| | | | | | | | * 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>
* gmtk: inherit gconfMartin Jansa2013-08-141-1/+1
| | | | | | | * 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>
* gcr: add glib-2.0 dependencyMartin Jansa2013-08-141-1/+1
| | | | | | * it tries to build glib-2.0 from native sysroot without it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epiphany: add libgnome-keyring dependencyMartin Jansa2013-08-141-1/+1
| | | | | | | * configure wails without it: No package 'gnome-keyring-1' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: Handle samba dependency based on GPLv3 license.Noor2013-07-122-4/+7
| | | | | | | | | * 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>
* gdm: remove /var/run from packageJonathan Liu2013-07-081-0/+3
| | | | | | | | | 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>
* abiword: remove abiword.inc - it is of no useAndreas Müller2013-07-081-64/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pinpoint: fix and updatePaul Eggleton2013-06-271-3/+3
| | | | | | | | | * 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>
* gnome-session: Fix build on 64bit targetsKhem Raj2013-06-202-0/+63
| | | | | | | 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>
* gnome-keyring: Fix build error due to missing asn1 prototypesKhem Raj2013-06-202-1/+57
| | | | | | | | | | 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>
* gnome-disk-utility: use PACKAGECONFIG for nautilus extensionChristopher Larson2013-06-201-1/+4
| | | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcr: initial add 3.8.2Andreas Müller2013-06-201-0/+20
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* midori: update to 0.5.2Andreas Müller2013-06-201-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gnome-system-monitor: fix build after gtkmm updateAndreas Müller2013-05-212-2/+54
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: fix build with gcc 4.8Andreas Müller2013-05-212-2/+38
| | | | | | | | | | | 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>
* gnome-bluetooth: Fix build erorrs found with gcc 4.8Khem Raj2013-05-192-0/+39
| | | | | | | | | | | | | | | | | | 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>
* gnome-terminal: add gnome-common-schemas to RRECOMMENDSAndreas Müller2013-05-161-0/+3
| | | | | | | | 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>
* gnome-panel: let gconf.bblass take care for postinstAndreas Müller2013-05-101-12/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dconf: fix/remove postinst by inheriting gsettingsAndreas Müller2013-05-101-10/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: fix/remove postinst by inheriting gsettingsAndreas Müller2013-05-101-10/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdfview: move to nonworkingAndreas Müller2013-05-105-0/+0
| | | | | | | | | | * 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>
* gnome-terminal: update to 2.30.2Andreas Müller2013-05-104-39/+43
| | | | | | | 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>
* gnome-terminal: move out of nonworkingAndreas Müller2013-05-102-0/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-vfs: fix build with glib 2.36Andreas Müller2013-05-102-3/+48
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libbonobo: remove unreferenced patchAndreas Müller2013-05-101-11/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libbonobo: fix build with glib 2.36Andreas Müller2013-05-102-1/+49
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnome: split out schemas needed for gnome-control-centerKoen Kooi2013-05-071-0/+7
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>