summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Do not use gnome2_schemas_update --uninstall; --uninstall has no effect ↵Alexandre Rostovtsev2011-12-141-3/+3
| | | | 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-1/+25
| | | | or test failures (most recently bug #380639). The XDG_* resetting code had been tested in the gnome overlay for months with good results.
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-3/+3
|
* Add eclass documentation.Gilles Dartiguelongue2011-04-031-21/+79
|
* Add EAPI=4 to the list of supported EAPIs (xfconf needs it), bug #353210.Gilles Dartiguelongue2011-01-311-2/+2
|
* more ROOT vs. EROOT confusionJonathan Callen2011-01-201-2/+2
|
* Fix ROOT vs. EROOT confusionJonathan Callen2011-01-201-3/+3
|
* add support for EAPI 3, importing changes from prefix overlay.Gilles Dartiguelongue2010-12-071-21/+32
|
* cosmetic fixes, use debug-print instead of einfo.Gilles Dartiguelongue2010-12-071-9/+11
|
* make sure we refer to $ROOT where neededGilles Dartiguelongue2010-12-071-12/+14
|
* replace usage of type -P by variablesGilles Dartiguelongue2010-12-071-3/+9
|
* add gsettings support to gnome eclasses, thanks to abcdGilles Dartiguelongue2010-12-071-1/+25
|
* Fix quoting, re-fix bug #238727Gilles Dartiguelongue2008-10-221-2/+2
|
* gnome2-utils is now ${ROOT} aware, fix bug #238727.Gilles Dartiguelongue2008-10-191-3/+3
|
* Sort the list of Makefile.am and Makefile.in files used in gnome2_omf_fix(), ↵Mart Raudsepp2008-09-271-2/+4
| | | | | | | | | | | | | | | | so that it is ensured the .am one is listed before the respective .in for maintainer mode regeneration to not kick in due to modtime of .am being newer than .in and the listed files being possibly patched with sed for a scrollkeeper fix. This maintainer mode build file regeneration is reliably reproducable only if PORTAGE_TMPDIR is on a filesystem with jiffies-granularity timestamps - tmpfs in particular. In the common case (ext3 and reiserfs) it is only second-granularity and GNU make rule dependency for am--refresh doesn't trigger almost never because the timestamp is equal unless it hits a second boundary pretty exactly in the middle. This should fix bug 236649 and all the few dozen INVALID bugs Diego Pettenò has filed against GNOME packages that claim the maintainer mode rebuild is caused by patches in $FILESDIR, while it must have been simply the omf_fix combined with tmpfs usage.
* gnome2-utils.eclass: hide useless error message from find and remove an old ↵Rémi Cardona2008-03-221-13/+5
| | | | workaround for <bash-3.1
* gnome2-utils.eclass: change function name to match gnome2_icon_update_cacheRémi Cardona2008-03-221-2/+3
|
* fix gnome2 and xfce44 eclasses (see bug #155993)Rémi Cardona2008-03-221-41/+72
|
* fixing quoting issues pointed out by maekkeGilles Dartiguelongue2008-02-101-2/+2
|
* Change pidof to pgrep; bug #182044Daniel Gryniewicz2007-06-141-2/+2
|
* revert change until we can get patched gtk+; bug #155993Daniel Gryniewicz2007-05-111-2/+2
|
* Remove VDB grubbing for icon updates; bug #155993Daniel Gryniewicz2007-04-241-9/+2
|
* add patch from solar to kill gconfd only if activeSaleem Abdulrasool2007-01-241-4/+7
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2007-01-011-2/+2
|
* * gnome2-utils.eclass: Moved auxiliary functions from gnome2.eclass.Leonardo Boshell2006-12-131-0/+201