head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.22 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.20 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.18 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.16 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.14 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.12 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.10 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.8 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.6 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.4 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.2 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.3.0.2 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.2.0.14 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.12 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.10 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.8 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.6 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.4 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.1.1.1.0.2 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2007.11.08.12.55.17; author drochner; state dead; branches; next 1.4; 1.4 date 2007.09.19.23.53.51; author wiz; state Exp; branches; next 1.3; 1.3 date 2007.05.20.15.26.08; author wiz; state dead; branches; next 1.2; 1.2 date 2005.06.24.21.26.24; author wiz; state Exp; branches; next 1.1; 1.1 date 2005.05.31.22.09.35; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.05.31.22.09.35; author wiz; state Exp; branches; next ; desc @@ 1.5 log @this was replaced by gnome-control-center @ text @$NetBSD: patch-af,v 1.4 2007/09/19 23:53:51 wiz Exp $ --- capplets/background/Makefile.in.orig 2005-04-04 12:09:16.000000000 +0200 +++ capplets/background/Makefile.in @@@@ -699,8 +699,6 @@@@ uninstall-am: uninstall-binPROGRAMS unin @@INTLTOOL_DESKTOP_RULE@@ -install-data-local: - $(mkinstalldirs) $(DESTDIR)$(WALLPAPER_DATADIR) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: @ 1.4 log @Rename gnome2-control-center to control-center, to match upstream name. ok jmmv, drochner @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2005/08/12 15:59:22 jmmv Exp $ @ 1.3 log @Remove some more now unused gnome1-libs dependencies. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2005/06/24 21:26:24 wiz Exp $ d3 3 a5 3 --- capplets/background-properties/app-background.c.orig 2002-04-06 17:44:02.000000000 +0200 +++ capplets/background-properties/app-background.c @@@@ -11,7 +11,7 @@@@ extern void background_init(void); d7 1 a7 1 static gchar *background_image = NULL; d9 5 a13 14 -struct poptOption options [] = { +static struct poptOption options [] = { { "background-image", 'b', POPT_ARG_STRING, &background_image, 0, N_("Set background image."), N_("IMAGE-FILE") }, {NULL, '\0', 0, NULL, 0} @@@@ -31,7 +31,7 @@@@ main (gint argc, char *argv[]) textdomain (PACKAGE); init_results = gnome_capplet_init("background-properties", VERSION, - argc, argv, options, 0, &ctx); + argc, argv, &options, 0, &ctx); gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/gnome-ccbackground.png"); if (init_results < 0) { g_warning (_("an initialization error occurred while " @ 1.2 log @Update to 1.4.0.5: - the screensaver capplet is no more - we are to use xscreensaver-demo - a new default-applications capplet is replacing the old gnome-editor-properties capplet. This also lets you do some new things wrt changing the users preferred webbrowser etc. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.1 2002/03/23 22:28:29 fredb Exp $ d3 1 a3 1 --- capplets/background-properties/app-background.c.orig Wed Nov 8 23:11:17 2000 d5 1 a5 5 @@@@ -7,13 +7,13 @@@@ #include extern void background_init(void); +extern void background_properties_init(void); d9 6 a14 18 -const struct poptOption options [] = { - { "background-image", 'b', POPT_ARG_STRING, &background_image, 0, - N_("Set background image."), N_("IMAGE-FILE") }, - {NULL, '\0', 0, NULL, 0} +static struct poptOption options = { + "background-image", 'b', POPT_ARG_STRING, &background_image, 0, + N_("Set background image."), N_("IMAGE-FILE"), }; gint @@@@ -24,14 +24,13 @@@@ gchar *session_args[3]; int token, init_results; poptContext ctx; - char **args; setlocale(LC_ALL, ""); bindtextdomain (PACKAGE, GNOMELOCALEDIR); @ 1.1.1.1 log @Re-import control-center under its proper PKGNAME. @ text @@