Log of /eclass/gnome2.eclass
Parent Directory
|
Revision Log
Revision
1.116 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 5 23:41:52 2012 UTC
(6 years, 2 months ago)
by
cardoe
Branch:
MAIN
Changes since
1.115: +7 -6 lines
Diff to
previous 1.115
,
to
selected 1.15
The gnome2.eclass checks the configure script for certain items and
adjusts the arguments to econf based on those checks. Unfortunately
when checking the configure script it did not respect ECONF_SOURCE.
Revision
1.115 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 2 11:07:09 2012 UTC
(6 years, 2 months ago)
by
pacho
Branch:
MAIN
Changes since
1.114: +14 -4 lines
Diff to
previous 1.114
,
to
selected 1.15
Always pass --disable-gtk-doc for eapi >= 5 as we don't want docs to get rebuilt as discussed with gnome team. Thanks a lot to Gilles for working on this.
Revision
1.104 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 14 19:47:54 2011 UTC
(7 years, 2 months ago)
by
tetromino
Branch:
MAIN
Changes since
1.103: +2 -2 lines
Diff to
previous 1.103
,
to
selected 1.15
Do not use gnome2_schemas_update --uninstall; --uninstall has no effect since glib-2.25.11, and will cause an error starting with 2.31.x (bug #394501, thanks to Marc-Antoine Perennou for reporting).
Revision
1.103 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 14 06:10:32 2011 UTC
(7 years, 3 months ago)
by
tetromino
Branch:
MAIN
Changes since
1.102: +3 -3 lines
Diff to
previous 1.102
,
to
selected 1.15
Add gnome2_environment_reset() to reset env variables that often cause build or test failures (most recently bug #380639). The XDG_* resetting code had been tested in the gnome overlay for months with good results.
Revision
1.100 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 24 07:12:35 2011 UTC
(7 years, 5 months ago)
by
ford_prefect
Branch:
MAIN
Changes since
1.99: +7 -4 lines
Diff to
previous 1.99
,
to
selected 1.15
Move GST_REGISTRY export to src_prepare
We might end up calling gst functions anywhere (gupnp-dlna calls it in
documentation generation, for example).
Revision
1.98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 15 17:31:37 2011 UTC
(7 years, 7 months ago)
by
zmedico
Branch:
MAIN
Changes since
1.97: +3 -3 lines
Diff to
previous 1.97
,
to
selected 1.15
Bug #345659 - fix hardcoded /root/.gnome2
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.
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 13 02:27:48 2006 UTC
(12 years, 2 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.77: +13 -185 lines
Diff to
previous 1.77
,
to
selected 1.15
* gnome2.eclass: Moved auxiliary functions to gnome2-utils.eclass.
Moved $SCROLLKEEPER_UPDATE logic out of gnome2_scrollkeeper_update.
Removed 'eutils' from inherit call since it seems to have been added by
mistake.
Revision
1.77 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 12 02:58:22 2006 UTC
(12 years, 2 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.76: +74 -68 lines
Diff to
previous 1.76
,
to
selected 1.15
* gnome2.eclass: Pre-split clean-ups.
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.
Revision
1.74 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 31 16:11:09 2006 UTC
(12 years, 3 months ago)
by
allanonjl
Branch:
MAIN
Changes since
1.73: +2 -2 lines
Diff to
previous 1.73
,
to
selected 1.15
tweak the grep line so we only install .schemas files and not just everything in /etc/gconf/schemas. thanks to agaffney for suggestions. fixes #151949
Revision
1.67 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 28 20:59:57 2006 UTC
(12 years, 10 months ago)
by
compnerd
Branch:
MAIN
Changes since
1.66: +19 -3 lines
Diff to
previous 1.66
,
to
selected 1.15
Adding empty error printing check. Verified by allanonjl. This is a temporary
hack until bash 3.1 is unmasked which correctly reports the sizes of local
arrays.
Revision
1.63 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 15 00:38:40 2006 UTC
(12 years, 11 months ago)
by
allanonjl
Branch:
MAIN
Changes since
1.62: +141 -84 lines
Diff to
previous 1.62
,
to
selected 1.15
new version of the eclass. Special thanks to nichoj and compnerd who contributed to the changes. make DESTDIR=${D} install is now default. You can revert to the old behavior by setting USE_EINSTALL in your ebuild. Other minor syntax changes and increased robustness of some tests.
Revision
1.62 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 8 17:19:22 2005 UTC
(13 years, 5 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.61: +4 -2 lines
Diff to
previous 1.61
,
to
selected 1.15
* gnome2.eclass: (gnome2_icon_cache_update): Only run gtk-update-icon-cache
on directories with an index.theme file (bug #105256).
Revision
1.60 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 17 16:49:32 2005 UTC
(13 years, 6 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.59: +3 -3 lines
Diff to
previous 1.59
,
to
selected 1.15
* gnome2.eclass: (gnome2_omf_fix): Tweaked the sed expression so it covers
more general cases that it wasn't catching.
(gnome2_scrollkeeper_update): Use einfo instead of echo for consistency.
Revision
1.59 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 3 07:35:50 2005 UTC
(13 years, 6 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.58: +15 -6 lines
Diff to
previous 1.58
,
to
selected 1.15
* gnome2.eclass: Added extra checks so global variables don't get rewritten
every time the eclass is parsed
(gnome2_src_configure): Moved 'use debug' logic from the global scope.
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 20 16:30:36 2005 UTC
(13 years, 7 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.53: +22 -1 lines
Diff to
previous 1.53
,
to
selected 1.15
* gnome2_icon_cache_update(), gnome2_pkg_postinst(), gnome2_pkg_postrm():
New function to update the icon cache files under /usr/share/icons/* (bug
#92289).
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 1 20:35:31 2005 UTC
(13 years, 7 months ago)
by
leonardop
Branch:
MAIN
Changes since
1.48: +7 -7 lines
Diff to
previous 1.48
,
to
selected 1.15
* (gnome2_src_configure):
Simplifying syntax for 'doc' USE flag support
* (gnome2_gconf_install):
Simplifying syntax.
Verify that the schemas files exist before processing them.
Revision
1.37 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 30 22:47:20 2003 UTC
(15 years, 2 months ago)
by
plasmaroo
Branch:
MAIN
Changes since
1.36: +3 -2 lines
Diff to
previous 1.36
,
to
selected 1.15
Fix capitalization for the einfo when installing gconf schemas and add a
'echo' to fix spacings and make things look better.
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 12 00:41:47 2003 UTC
(15 years, 8 months ago)
by
liquidx
Branch:
MAIN
Branch point for:
RELEASE-1_4
Changes since
1.33: +10 -4 lines
Diff to
previous 1.33
,
to
selected 1.15
remove scrollkeeper-update's completely in omf_fix. it should solve ALOT
of the sandbox scrollkeeper problems (hopefully!). also added sed-4 as dep.
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 15 10:23:40 2003 UTC
(15 years, 10 months ago)
by
liquidx
Branch:
MAIN
Changes since
1.29: +43 -31 lines
Diff to
previous 1.29
,
to
selected 1.15
* respects USE="debug"
* scrollkeeper-update now runs in postrm()
* does not include /var/lib/scrollkeeper in the package
* option to use make DESTDIR install rather than einstall
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 12 15:24:36 2002 UTC
(16 years, 7 months ago)
by
danarmak
Branch:
MAIN
Changes since
1.17: +2 -1 lines
Diff to
previous 1.17
,
to
selected 1.15
add INHERITED variable to all eclasses. this keeps track of what eclasses were inherited. e.g. INHERITED='kde-base kde base'. this will allow drobbins to take eclass mtime changes into account when deciding whether to refresh ebuild cache.
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[selected]
Mon Jun 17 23:19:20 2002 UTC
(16 years, 8 months ago)
by
spider
Branch:
MAIN
Changes since
1.14: +3 -2 lines
Diff to
previous 1.14
hacking around a bug in libtool.eclass
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
Sticky Tag: |
|