head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.10 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.8 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.2 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.3.0.42 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.40 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.38 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.36 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.34 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.32 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.30 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.28 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.26 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.24 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.22 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.20 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.18 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.16 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.14 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.12 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.10 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.8 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.6 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.4 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.1.1.1.0.2 netbsd-1-6-1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2009.03.16.23.28.33; author jmcneill; state dead; branches; next 1.4; 1.4 date 2009.01.25.21.31.37; author sketch; state Exp; branches; next 1.3; 1.3 date 2003.12.14.22.42.15; author jmmv; state dead; branches; next 1.2; 1.2 date 2003.02.14.20.53.43; author jmmv; state Exp; branches; next 1.1; 1.1 date 2002.09.14.07.01.43; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.09.14.07.01.43; author rh; state Exp; branches; next ; desc @@ 1.5 log @Update gnome-desktop to 2.26.0. ============== Version 2.26.0 ============== libgnome-desktop * GnomeRR: rab the X server while tweaking the RANDR configuration. (Federico Mena Quintero) Misc * Remove scrollkeeper check, since it belongs to gnome-doc-utils (Vincent) Translators * Amitakhya Phukan (as) * Runa Bhattacharjee (bn_IN) * Petr Kovar (cs) * Christian Kirbach (de) * Kostas Papadimas (el) * Suso Baleato (gl) * Rajesh Ranjan (hi) * Sandeep Shedmake (mr) * I. Felix (ta) * Krishna Babu K (te) * Baris Cicek (tr) @ text @$NetBSD: patch-ac,v 1.4 2009/01/25 21:31:37 sketch Exp $ --- docs/reference/gnome-desktop/Makefile.in.orig Sun Jan 25 21:17:26 2009 +++ docs/reference/gnome-desktop/Makefile.in Sun Jan 25 21:18:29 2009 @@@@ -623,8 +623,9 @@@@ mv -f $${installdir}/$(DOC_MODULE).devhelp \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ fi; \ - ! which gtkdoc-rebase >/dev/null 2>&1 || \ + if type gtkdoc-rebase >/dev/null 2>&1; then \ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \ + fi; \ fi uninstall-local: @@@@ -653,8 +654,9 @@@@ -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ cd $(distdir) && rm -f $(DISTCLEANFILES) - ! which gtkdoc-rebase >/dev/null 2>&1 || \ - gtkdoc-rebase --online --relative --html-dir=$(distdir)/html + if type gtkdoc-rebase >/dev/null 2>&1; then \ + gtkdoc-rebase --online --relative --html-dir=$(distdir)/html; \ + fi .PHONY : dist-hook-local docs # Tell versions [3.59,3.63) of GNU make to not export all variables. @ 1.4 log @Shell fixes. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update to 2.4.1.1, based on work done by xtraeme@@: Version 2.4.1.1 libgnome-desktop * Make the localte keystring matching with the desktop entry specification by not removing the modifier from the localestring before matching (Danilo Segan) Version 2.4.1 Misc * Mark a missing string for translation (Hidetoshi Tajima) * Fix build issue with install location of icons (George) * Use GRandom instead of srandom() and random() (George) Version 2.4.0 gnome-about * Fix off by one error with the build date (Young-Ho Cha) Version 2.3.6.1 gnome-about + Clean up introductory text (Luis Villa) Version 2.3.6 gnome-about + Internalionalize gnome-version.xml so that the descriptive intro and date can be translated (Malcolm Tredinnick) + Handle errors when clicking on links (Olav Vitters) Misc + Follow KDE behaviour when substituting %i, %m, %c and %k in .desktop files (George) + Allow custom icons with the same name as a themed icon to be selected in GnomeDitemEdit (George) + Build fix (Thomas Vander Stichele) Version 2.3.4 Misc * Allow vendor and date to be configured using configure (Frederic Crozat) * Ship the .directory.in files in the distributed tarball (Mark) Version 2.3.3.1 Misc * Added a default desktop background image (Mark Finlay) * Removed icons which belong to gnome-control-center (Mark Finlay) * Use macros in gnome-version.xml so we have the correct version number (Andrew Sebola) * Renamed "Sound & Video" to "Multimedia (Mark) * Use different icon for the "Other" menu (Mark) * Fix issues with backwards compat with old icon names (Mark Finlay) * Fix gnome-about build with gcc 2.95 (Mark) * HIG fixes for .desktop file editing dialog (Dennis Cranston) Version 2.3.3 * New GNOME About Dialog ! (Kristian Rietveld, Mark McLoughlin, Glynn Foster, Jeff Waugh) Misc * Moved some icons to gnome-icon-theme (Mark Finlay) * Change icon for Accessories, Games and Programming menus (Mark Finlay) Version 2.3.2 gnome-about * Hexify contributors list so it doesn't need to be translated and make a format string much easier to translate (Christian Neumair) Misc * Removed gnome-panel icons (Mark) * Removed gnome-games icons (Luca Ferretti) * Cygwin fixes (Masahiro Sakai) * Fix sgmldocs.make (Art Haas) Version 2.3.1 * s/Vendor/Distributor (Mike Newman) Version 2.2.2 libgnome-desktop * Don't unescape special characteres (e.g. %20) (Bala) Version 2.2.1 libgnome-desktop * Fix issue with gettext (Frederic Crozat) * Don't crash when adding translations to a new Ditem (Arvind) * Remove mime type checking from .desktop file loader (Andrew Sobala) * Fix memory corruption when DESKTOP_STARTUP_ID is already set (fourdan@@xfce.org) * Fix silly bug in the option menu of the Ditem edit dialog (Kalle Olavi Niemitalo) Miscellanous * Update the "Reporting Bugs" docs (Alexander Kirillov) * Build fix (Dan Mills) * New screenshot icon (Jakub Steiner) @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2003/02/14 20:53:43 jmmv Exp $ d3 11 a13 10 --- gnome-about/gnome-about.c.orig 2002-12-10 00:01:43.000000000 +0100 +++ gnome-about/gnome-about.c @@@@ -305,7 +305,7 @@@@ cb_clicked (GtkWidget *widget, GdkEvent filename = gnome_program_locate_file ( NULL, GNOME_FILE_DOMAIN_DATADIR, - "gnome-about/contributors.dat", TRUE, NULL); + "gnome2-about/contributors.dat", TRUE, NULL); if (filename) gnome_sound_play (filename); d15 10 a24 8 @@@@ -820,7 +820,7 @@@@ main (gint argc, gchar *argv[]) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - gnome_program_init ("gnome-about","1.0", LIBGNOMEUI_MODULE, argc, argv, NULL); + gnome_program_init ("gnome2-about","1.0", LIBGNOMEUI_MODULE, argc, argv, NULL); gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/gnome-logo-icon-transparent.png"); gtk_widget_set_default_colormap (gdk_rgb_get_colormap ()); d26 2 @ 1.2 log @Update to 2.2.0.1. This version includes several new translations. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1.1.1 2002/09/14 07:01:43 rh Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- gnome-about/gnome-about.c.orig Mon Aug 26 23:54:46 2002 d5 1 a5 1 @@@@ -299,7 +299,7 @@@@ cb_clicked (GtkWidget *widget, GdkEvent d14 1 a14 1 @@@@ -718,7 +718,7 @@@@ main (gint argc, gchar *argv[]) d22 1 a22 1 @ 1.1.1.1 log @Initial import of gnome-desktop-2.0.8, the main desktop component of GNOME2 Based on Julio Merino's version in PR pkg/18209 with some modifications to allow co-existence with GNOME 1. @ text @@