public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libwnck/files: libwnck-2.26.2-fix-glib-mkenums.diff
@ 2009-08-09 18:58 Arun Raghavan (ford_prefect)
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2009-08-09 18:58 UTC (permalink / raw
  To: gentoo-commits

ford_prefect    09/08/09 18:58:10

  Added:                libwnck-2.26.2-fix-glib-mkenums.diff
  Log:
  Fix glib-mkenums command-line in Makefile.am (bug 279832)
  (Portage version: 2.2_rc36/cvs/Linux i686)

Revision  Changes    Path
1.1                  x11-libs/libwnck/files/libwnck-2.26.2-fix-glib-mkenums.diff

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libwnck/files/libwnck-2.26.2-fix-glib-mkenums.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libwnck/files/libwnck-2.26.2-fix-glib-mkenums.diff?rev=1.1&content-type=text/plain

Index: libwnck-2.26.2-fix-glib-mkenums.diff
===================================================================
diff --git a/libwnck/Makefile.am b/libwnck/Makefile.am
index 9b6e8a8..1d3c0d8 100644
--- a/libwnck/Makefile.am
+++ b/libwnck/Makefile.am
@@ -129,13 +129,13 @@ wnck-enum-types.c: $(wnck_headers) wnck-enum-types.h
 	$(AM_V_GEN)glib-mkenums \
 		--fhead "#include <libwnck/libwnck.h>\n" \
 		--fprod "\n/* enumerations from \"@filename@\" */" \
-		--vhead "static const GEnumValue _@enum_name@_values[] = {" \
+		--vhead "static const G@Type@Value _@enum_name@_values[] = {" \
 		--vprod "  { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
 		--vtail "  { 0, NULL, NULL }\n};\n\n" \
 		--vtail "GType\n@enum_name@_get_type (void)\n{\n" \
 		--vtail "  static GType type = 0;\n\n" \
 		--vtail "  if (!type)\n" \
-		--vtail "    type = g_enum_register_static (\"@EnumName@\", _@enum_name@_values);\n\n" \
+		--vtail "    type = g_@type@_register_static (\"@EnumName@\", _@enum_name@_values);\n\n" \
 		--vtail "  return type;\n}\n\n" \
 		$(wnck_headers) > $@
 






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/libwnck/files: libwnck-2.26.2-fix-glib-mkenums.diff
@ 2010-12-04  0:18 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2010-12-04  0:18 UTC (permalink / raw
  To: gentoo-commits

pacho       10/12/04 00:18:38

  Removed:              libwnck-2.26.2-fix-glib-mkenums.diff
  Log:
  Version bump with bugfixes and translation updates, remove old.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-04  0:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-09 18:58 [gentoo-commits] gentoo-x86 commit in x11-libs/libwnck/files: libwnck-2.26.2-fix-glib-mkenums.diff Arun Raghavan (ford_prefect)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-04  0:18 Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox