head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q2:1.3.0.6 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.4 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.16 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.14 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.12 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.10 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.8 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.6 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.4 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.2 pkgsrc-2008Q1:1.1.1.1.0.12 pkgsrc-2008Q1-base:1.1.1.1 pkgsrc-2007Q4:1.1.1.1.0.10 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.8 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.6 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-2007Q1:1.1.1.1.0.4 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-2006Q4:1.1.1.1.0.2 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2010.07.13.13.09.34; author drochner; state dead; branches; next 1.3; 1.3 date 2009.12.06.22.45.50; author wiz; state Exp; branches; next 1.2; 1.2 date 2008.04.15.18.56.59; author drochner; state Exp; branches; next 1.1; 1.1 date 2006.11.24.12.55.31; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.11.24.12.55.31; author drochner; state Exp; branches; next ; desc @@ 1.4 log @sync, share distinfo & patches @ text @$NetBSD: patch-aa,v 1.3 2009/12/06 22:45:50 wiz Exp $ --- python/Makefile.in.orig 2009-10-01 11:24:51.000000000 +0000 +++ python/Makefile.in @@@@ -72,8 +72,7 @@@@ am__base_list = \ am__installdirs = "$(DESTDIR)$(gmenudir)" LTLIBRARIES = $(gmenu_LTLIBRARIES) am__DEPENDENCIES_1 = -gmenu_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(top_builddir)/libmenu/libgnome-menu.la +gmenu_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am_gmenu_la_OBJECTS = gmenu.lo gmenu_la_OBJECTS = $(am_gmenu_la_OBJECTS) AM_V_lt = $(am__v_lt_$(V)) @@@@ -308,7 +307,7 @@@@ INCLUDES = \ gmenudir = $(pyexecdir) gmenu_LTLIBRARIES = gmenu.la gmenu_la_LDFLAGS = -module -avoid-version -fPIC -export-symbols-regex initgmenu -gmenu_la_LIBADD = $(GLIB_LIBS) $(PYTHON_LIBS) $(top_builddir)/libmenu/libgnome-menu.la +gmenu_la_LIBADD = $(GLIB_LIBS) $(PYTHON_LIBS) $(prefix)/lib/libgnome-menu.la gmenu_la_SOURCES = gmenu.c all: all-am @ 1.3 log @Update to 2.28.0.1: ================ Version 2.28.0.1 ================ libmenu * Fix sorting of menu items during merge to actually work (and not crash) (Frédéric Crozat) Python * Link the python module to libpython (Frédéric Crozat, Vincent) ============== Version 2.28.0 ============== Translators * Amitakhya Phukan (as) * Petr Kovar (cs) * Peter Bach (da) * Philip Withnall (en_GB) * Rajesh Ranjan (hi) * Luca Ferretti (it) * Shankar Prasad (kn) * Gintautas Miliauskas (lt) * Rajesh Ranjan (mai) * Peter Ani * Sandeep Shedmake (mr) * Nils-Christoph Fiedler (nds) * A S Alam (pa) * Adi Roiban (ro) * Matej Urbančič (sl) * Daniel Nylander (sv) * Krishna Babu K (te) * Baris Cicek (tr) * Maxim Dziumanenko (uk) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) =============== Version 2.27.92 =============== This releases features new API that applications can use to display the full name contained in .desktop files that is now in the X-GNOME-FullName key. If an application chooses to use this, then it should set the sort key so that .desktop files are correctly sorted. libmenu * Add gmenu_tree_entry_get_display_name() API (Vincent) This will return X-GNOME-FullName if available, and fallback to Name. * Add gmenu_tree_get_sort_key()/gmenu_tree_set_sort_key() (Vincent) The default sort key is still Name. Users of gmenu_tree_entry_get_display_name() should use gmenu_tree_set_sort_key(). Python * Bind new API (Vincent) * Add missing bindings for gmenu_tree_entry_get_generic_name() (Vincent) Menu Editor * Remove deprecated Encoding key from desktop file (Frédéric Péters) * Use display name instead of name (Vincent) Translators * Khaled Hosny (ar) * Alexander Shopov (bg) * Runa Bhattacharjee (bn_IN) * Denis (br) * Mario Blättermann (de) * Iñaki Larrañaga Murgoitio (eu) * Claude Paroz (fr) * Seán de Búrca (ga) * Anton Meixome (gl) * Sweta Kothari (gu) * Gabor Kelemen (hu) * Francesco Marletta (it) * Takayuki KUSANO (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Mario Blättermann (nds) * Manoj Kumar Giri (or) * Tomasz Dominikowski (pl) * Duarte Loreto (pt) * Krix Apolinário (pt_BR) * Горан Ракић (sr) * Goran Rakić (sr@@latin) * Dr.T.Vasudevan (ta) * Theppitak Karoonboonyanan (th) * 甘露 (Lu Gan) (zh_CN) ============== Version 2.27.5 ============== Misc * Use silent-rules with automake 1.11 (Vincent) Translators * Ilkka Tuohela (fi) ============== Version 2.27.4 ============== libmenu * Improve performance by using a cache to not compute the same thing again and again (Michael Meeks, Vincent) * Add API to access GenericName (Robert Staudinger) * Fix DefaultLayout attributes not being inherited (Vincent) * Do not always inherit parent DefaultLayout attributes (Vincent) * Sort inlined items unless inline_header is used (Vincent) Menu Editor * Add --help and --version arguments (Vincent) * Port to GtkBuilder (Pedro Fragoso, Vincent) Misc * Use shave to improve build log readability (Vincent) Translators * Jordi Mallach (ca@@valencia) * Huxain (dv) * Jorge González (es) * Mattias Põldaru (et) * Seán de Búrca (ga) * Yaron Shahrabani (he) * Daniel Nylander (sv) @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2008/04/15 18:56:59 drochner Exp $ @ 1.2 log @sync w/ base pkg @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- python/Makefile.in.orig 2008-04-07 23:20:50.000000000 +0200 d5 2 a6 2 @@@@ -52,8 +52,7 @@@@ am__installdirs = "$(DESTDIR)$(gmenudir) gmenuLTLIBRARIES_INSTALL = $(INSTALL) d9 1 a9 1 -gmenu_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ d11 1 a11 1 +gmenu_la_DEPENDENCIES = $(am__DEPENDENCIES_1) d14 2 a15 2 gmenu_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ @@@@ -261,7 +260,7 @@@@ INCLUDES = \ d19 2 a20 2 -gmenu_la_LIBADD = $(GLIB_LIBS) $(top_builddir)/libmenu/libgnome-menu.la +gmenu_la_LIBADD = $(GLIB_LIBS) $(prefix)/lib/libgnome-menu.la @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- python/Makefile.in.orig 2006-11-23 16:53:30.000000000 +0100 d5 1 a5 1 @@@@ -56,8 +56,7 @@@@ am__installdirs = "$(DESTDIR)$(gmenudir) d14 2 a15 2 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) @@@@ -262,7 +261,7 @@@@ INCLUDES = \ @ 1.1.1.1 log @add the python extension which is part of gnome-menus as a seperate pkg @ text @@