summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pass --disable-schemas-compile from gsettings.m4 in gnome2_src_configure.Gilles Dartiguelongue2012-12-161-1/+6
|
* The gnome2.eclass checks the configure script for certain items andDoug Goldstein2012-12-051-6/+7
| | | | | adjusts the arguments to econf based on those checks. Unfortunately when checking the configure script it did not respect ECONF_SOURCE.
* Always pass --disable-gtk-doc for eapi >= 5 as we don't want docs to get ↵Pacho Ramos2012-12-021-4/+14
| | | | rebuilt as discussed with gnome team. Thanks a lot to Gilles for working on this.
* Handle DOCS when it is an exported array, i.e. "declare -ax" (bug #444740, ↵Alexandre Rostovtsev2012-11-271-2/+2
| | | | thanks to Arfrever).
* Typo, probably caused by strange font in pms.pdf (bug #444740, thanks to ↵Alexandre Rostovtsev2012-11-261-3/+2
| | | | Alphat-PC).
* Handle documentation as 'default' for eapi5 and newer (as discussed via ↵Pacho Ramos2012-11-241-4/+20
| | | | mail), bug #373131
* Rely on prune_libtool_files for eapis >= 5 as discussed with the team via mail.Pacho Ramos2012-11-171-9/+21
|
* Pass --disable-schemas-install when possible as discussed with the team via ↵Pacho Ramos2012-11-071-2/+6
| | | | mail.
* Pass --disable-silent-rules when possible (not needed for eapi5), bug #429308Pacho Ramos2012-11-071-1/+9
|
* Add gnome2_disable_deprecation_warning to gnome2-utils.eclassGilles Dartiguelongue2012-10-231-1/+4
|
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* Don't call gtk-doc configure option when not availablePacho Ramos2012-05-091-2/+2
|
* Rewrite scrollkeeper support as proposed in bug #301311.Gilles Dartiguelongue2012-05-021-13/+12
|
* Do not use gnome2_schemas_update --uninstall; --uninstall has no effect ↵Alexandre Rostovtsev2011-12-141-2/+2
| | | | since glib-2.25.11, and will cause an error starting with 2.31.x (bug #394501, thanks to Marc-Antoine Perennou for reporting).
* Add gnome2_environment_reset() to reset env variables that often cause build ↵Alexandre Rostovtsev2011-11-141-3/+3
| | | | or test failures (most recently bug #380639). The XDG_* resetting code had been tested in the gnome overlay for months with good results.
* Pass --disable-maintainer-mode when needed, thanks to Nirbheek for his help.Pacho Ramos2011-09-251-1/+6
|
* Use ${T} instead of ${S} for the gstreamer registryNirbheek Chauhan2011-08-251-2/+2
|
* Move GST_REGISTRY export to src_prepareArun Raghavan2011-08-241-4/+7
| | | | | We might end up calling gst functions anywhere (gupnp-dlna calls it in documentation generation, for example).
* For ebuilds with USE=static-libs, remove .la files conditionally for ↵Nirbheek Chauhan2011-08-141-2/+4
| | | | GNOME2_LA_PUNT
* Bug #345659 - fix hardcoded /root/.gnome2Zac Medico2011-07-151-3/+3
| | | | | | This uses a special $(unset HOME; echo ~) trick to query the home directory that gnome-vfs uses from the password database, as suggested by Jonathan Callen <abcd@gentoo.org> in bug 345659, comment #24.
* Convert every instance of hasq to has.Samuli Suominen2011-07-081-2/+2
|
* Fix la file removal 'find' call to not use GNU find options, and not require ↵Nirbheek Chauhan2011-04-221-2/+2
| | | | EAPI 3
* Add GNOME2_LA_PUNT support from the overlay.Gilles Dartiguelongue2011-04-211-2/+15
|
* Enable stupid/basic EAPI=4 support.Gilles Dartiguelongue2011-04-211-3/+9
|
* Fix SCROLLKEEPER_UPDATE variable documentation.Gilles Dartiguelongue2011-04-211-2/+2
|
* Drop die for econf, econf dies on its own.Gilles Dartiguelongue2011-04-211-2/+2
|
* Add eclass documentation.Gilles Dartiguelongue2011-04-091-13/+64
|
* list supported EAPI explicitelyGilles Dartiguelongue2010-12-071-2/+3
|
* add die statement to dodir and dodocGilles Dartiguelongue2010-12-071-3/+5
|
* add gsettings support to gnome eclasses, thanks to abcdGilles Dartiguelongue2010-12-071-1/+4
|
* Add EAPI-3/Prefix support, bug #312531Jonathan Callen2010-04-261-6/+7
|
* Make gnome2.eclass EAPI 2 ready. Bug #239123Daniel Gryniewicz2009-02-171-3/+13
|
* gnome2-utils.eclass: change function name to match gnome2_icon_update_cacheRemi Cardona2008-03-221-2/+2
|
* fix gnome2 and xfce44 eclasses (see bug #155993)Remi Cardona2008-03-221-4/+10
|
* fixing quoting issues pointed out by maekkeGilles Dartiguelongue2008-02-101-3/+3
|
* Fix ROOT usage. Apparenly, it's useless.Daniel Gryniewicz2007-02-231-2/+2
|
* add some cleanups from vapierSaleem Abdulrasool2007-02-051-8/+8
|
* remove the inheritance from debug.eclass on gnome2.eclassSaleem Abdulrasool2007-01-041-2/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2007-01-011-2/+2
|
* * gnome2.eclass: Moved auxiliary functions to gnome2-utils.eclass.Leonardo Boshell2006-12-131-185/+13
| | | | | | | Moved $SCROLLKEEPER_UPDATE logic out of gnome2_scrollkeeper_update. Removed 'eutils' from inherit call since it seems to have been added by mistake.
* * gnome2.eclass: Pre-split clean-ups.Leonardo Boshell2006-12-121-66/+72
| | | | | | | | | | | | | | | | | | | | | | | | | Added a small comment header at the top. Prefix $SCROLLKEEPER_DIR with $ROOT and make sure it's used only in gnome2_scrollkeeper_update(). (gnome2_src_configure): Clarify the comment for the addwrite call. (gnome2_src_install): Replace $SCROLLKEEPER_DIR with the local $sk_tmp_dir, since this function creates this dir under $D. Replace single debug-print call with specific mesages according to the method of installation used. (gnome2_gconf_install), (gnome2_gconf_uninstall): Added short comment. Return early if $GCONFTOOL_BIN is not valid. Declare F as local. (gnome2_icon_cache_update): Added short comment. Show output only if the function actually performs an update. (gnome2_omf_fix): Added comment about the function before its declaration. Removed redundant addition to $omf_makefiles. (gnome2_scrollkeeper_update): Added short comment.
* add patch from betelguese to fix QA warning (bug #107962)Saleem Abdulrasool2006-12-071-2/+6
|
* add in a \b after .schemas to be even safer, thanks to steevJohn N. Laliberte2006-10-311-2/+2
|
* tweak the grep line so we only install .schemas files and not just ↵John N. Laliberte2006-10-311-2/+2
| | | | everything in /etc/gconf/schemas. thanks to agaffney for suggestions. fixes #151949
* restart gconf daemon after installing new schemas (#132862)Marinus Schraal2006-08-031-1/+8
|
* remove spurious || use debug to fix logic. thanks to marienz.John N. Laliberte2006-06-121-3/+5
|
* add GCONF_DEBUG var to opt-out of default behavior for adding debug use ↵John N. Laliberte2006-06-071-3/+7
| | | | flag. fixes #135024
* add addwrite for root/.gnome2. see #128289.John N. Laliberte2006-04-231-1/+4
|
* findutils is in system. Remove explicit dep, for g/fbsdDaniel Gryniewicz2006-04-181-3/+2
|
* slight fix to the test to print out errors if updating a file failsJohn N. Laliberte2006-03-291-3/+3
|