summaryrefslogtreecommitdiff
path: root/x11/control-center
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-05-31 22:09:35 +0000
committerwiz <wiz@pkgsrc.org>2005-05-31 22:09:35 +0000
commit691c4d0752f63d93b63c33235d2217d5d3d4ed4c (patch)
tree14a16e0eb19de033626c5525e5f99603b1e41c41 /x11/control-center
parent517fff6df36158f359fa794d457e91229eb6ef7c (diff)
downloadpkgsrc-691c4d0752f63d93b63c33235d2217d5d3d4ed4c.tar.gz
Re-import control-center under its proper PKGNAME.
Diffstat (limited to 'x11/control-center')
-rw-r--r--x11/control-center/DESCR9
-rw-r--r--x11/control-center/Makefile46
-rw-r--r--x11/control-center/PLIST173
-rw-r--r--x11/control-center/buildlink3.mk25
-rw-r--r--x11/control-center/distinfo10
-rw-r--r--x11/control-center/patches/patch-aa13
-rw-r--r--x11/control-center/patches/patch-ab25
-rw-r--r--x11/control-center/patches/patch-ac13
-rw-r--r--x11/control-center/patches/patch-ad27
-rw-r--r--x11/control-center/patches/patch-af38
10 files changed, 379 insertions, 0 deletions
diff --git a/x11/control-center/DESCR b/x11/control-center/DESCR
new file mode 100644
index 00000000000..ff2e27e9617
--- /dev/null
+++ b/x11/control-center/DESCR
@@ -0,0 +1,9 @@
+Control-center is a configuration tool for easily
+setting up your GNOME environment.
+
+GNOME is the GNU Network Object Model Environment. That's
+a fancy name, but really GNOME is a nice GUI desktop
+environment.
+
+It's a powerful, easy to configure environment which
+helps to make your computer easy to use.
diff --git a/x11/control-center/Makefile b/x11/control-center/Makefile
new file mode 100644
index 00000000000..6320806642b
--- /dev/null
+++ b/x11/control-center/Makefile
@@ -0,0 +1,46 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $
+
+DISTNAME= control-center-1.4.0.4
+PKGREVISION= 10
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/1.4/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= GNOME control-center development library
+
+BUILD_USES_MSGFMT= YES
+
+USE_DIRS+= xdg-1.1
+USE_X11BASE= YES
+USE_TOOLS+= gmake
+USE_PKGLOCALEDIR= YES
+
+USE_LIBTOOL= YES
+
+LOCALSTATEDIR= ${X11PREFIX}/var
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR}
+
+.include "../../mk/bsd.prefs.mk"
+
+# Linux has libintl functionality in libc
+.if ${OPSYS} != "Linux"
+CONFIGURE_ENV+= INTLLIBS="-lintl"
+.endif
+
+post-patch:
+ @${ECHO} >>${WRKSRC}/control-center/cappletConf.sh.in ""
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/control-center/capplets
+
+.include "../../devel/popt/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf/buildlink3.mk"
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../x11/gnome-libs/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/control-center/PLIST b/x11/control-center/PLIST
new file mode 100644
index 00000000000..fa57fb6f220
--- /dev/null
+++ b/x11/control-center/PLIST
@@ -0,0 +1,173 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $
+bin/background-properties-capplet
+bin/file-types-capplet
+bin/gnome-edit-properties-capplet
+bin/gnomecc
+bin/keyboard-properties
+bin/mouse-properties-capplet
+bin/sound-properties
+bin/theme-selector-capplet
+bin/ui-properties
+bin/url-properties
+bin/wm-properties-capplet
+etc/CORBA/servers/gnomecc.gnorba
+include/libcapplet1/capplet-widget.h
+lib/cappletConf.sh
+lib/libcapplet.la
+man/man1/background-properties-capplet.1
+man/man1/file-types-capplet.1
+man/man1/gnome-edit-properties-capplet.1
+man/man1/gnomecc.1
+man/man1/keyboard-properties.1
+man/man1/mouse-properties-capplet.1
+man/man1/screensaver-properties-capplet.1
+man/man1/sound-properties.1
+man/man1/theme-selector-capplet.1
+man/man1/ui-properties.1
+man/man1/url-properties.1
+man/man1/wm-properties-capplet.1
+share/control-center/.directory
+share/control-center/Desktop/.directory
+share/control-center/Desktop/background-properties.desktop
+share/control-center/Desktop/theme-selector.desktop
+share/control-center/Desktop/wm-properties.desktop
+share/control-center/Documents/.directory
+share/control-center/Documents/file-types-capplet.desktop
+share/control-center/Documents/gnome-edit-properties.desktop
+share/control-center/Documents/url-properties.desktop
+share/control-center/Multimedia/.directory
+share/control-center/Multimedia/sound-properties.desktop
+share/control-center/Peripherals/.directory
+share/control-center/Peripherals/keyboard-properties.desktop
+share/control-center/Peripherals/mouse-properties.desktop
+share/control-center/Session/.directory
+share/control-center/UIOptions/.directory
+share/control-center/UIOptions/application.desktop
+share/control-center/UIOptions/dialogs.desktop
+share/control-center/UIOptions/mdi.desktop
+share/gnome/apps/Settings/Desktop/.directory
+share/gnome/apps/Settings/Desktop/background-properties.desktop
+share/gnome/apps/Settings/Desktop/theme-selector.desktop
+share/gnome/apps/Settings/Desktop/wm-properties.desktop
+share/gnome/apps/Settings/Documents/.directory
+share/gnome/apps/Settings/Documents/gnome-edit-properties.desktop
+share/gnome/apps/Settings/Documents/url-properties.desktop
+share/gnome/apps/Settings/Multimedia/.directory
+share/gnome/apps/Settings/Multimedia/sound-properties.desktop
+share/gnome/apps/Settings/Peripherals/.directory
+share/gnome/apps/Settings/Peripherals/keyboard-properties.desktop
+share/gnome/apps/Settings/Peripherals/mouse-properties.desktop
+share/gnome/apps/Settings/Session/.directory
+share/gnome/apps/Settings/UIOptions/.directory
+share/gnome/apps/Settings/file-types-capplet.desktop
+share/gnome/apps/Settings/gnomecc.desktop
+share/gnome/help/control-center/C/control-center.sgml
+share/gnome/help/control-center/C/desktop-intro.html
+share/gnome/help/control-center/C/doc-handlers.html
+share/gnome/help/control-center/C/figures/bg-capplet.png
+share/gnome/help/control-center/C/figures/gccalf.png
+share/gnome/help/control-center/C/figures/gccappdef.png
+share/gnome/help/control-center/C/figures/gccdialog.png
+share/gnome/help/control-center/C/figures/gccedit.png
+share/gnome/help/control-center/C/figures/gcchints.png
+share/gnome/help/control-center/C/figures/gccmdi.png
+share/gnome/help/control-center/C/figures/gccmime.png
+share/gnome/help/control-center/C/figures/gccsession-props.png
+share/gnome/help/control-center/C/figures/gccsessopt.png
+share/gnome/help/control-center/C/figures/gccsound1.png
+share/gnome/help/control-center/C/figures/gccsound2.png
+share/gnome/help/control-center/C/figures/gccstartup.png
+share/gnome/help/control-center/C/figures/gccurl.png
+share/gnome/help/control-center/C/figures/glob_pref_anim.png
+share/gnome/help/control-center/C/figures/keyboard-capplet.png
+share/gnome/help/control-center/C/figures/mouse-capplet.png
+share/gnome/help/control-center/C/figures/screensave-capplet.png
+share/gnome/help/control-center/C/figures/theme-select.png
+share/gnome/help/control-center/C/figures/wm-add.png
+share/gnome/help/control-center/C/figures/wm-main.png
+share/gnome/help/control-center/C/index.html
+share/gnome/help/control-center/C/ln7.html
+share/gnome/help/control-center/C/stylesheet-images/caution.gif
+share/gnome/help/control-center/C/stylesheet-images/home.gif
+share/gnome/help/control-center/C/stylesheet-images/important.gif
+share/gnome/help/control-center/C/stylesheet-images/next.gif
+share/gnome/help/control-center/C/stylesheet-images/note.gif
+share/gnome/help/control-center/C/stylesheet-images/prev.gif
+share/gnome/help/control-center/C/stylesheet-images/tip.gif
+share/gnome/help/control-center/C/stylesheet-images/toc-blank.gif
+share/gnome/help/control-center/C/stylesheet-images/toc-minus.gif
+share/gnome/help/control-center/C/stylesheet-images/toc-plus.gif
+share/gnome/help/control-center/C/stylesheet-images/up.gif
+share/gnome/help/control-center/C/stylesheet-images/warning.gif
+share/gnome/help/control-center/C/topic.dat
+share/gnome/help/control-center/C/usage.html
+share/gnome/wm-properties/Enlightenment.desktop
+share/gnome/wm-properties/IceWM.desktop
+share/gnome/wm-properties/Scwm.desktop
+share/gnome/wm-properties/WindowMaker.desktop
+share/gnome/wm-properties/twm.desktop
+share/idl/control-center.idl
+${PKGLOCALEDIR}/locale/az/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/no/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/control-center.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/control-center.mo
+share/omf/control-center/control-center-C.omf
+share/pixmaps/ccsplash.png
+share/pixmaps/control-center.png
+@exec ${MKDIR} -m 0755 %D/share/control-center/capplets
+@dirrm share/omf/control-center
+@comment in scrollkeeper: @dirrm share/omf
+@dirrm share/gnome/help/control-center/C/stylesheet-images
+@dirrm share/gnome/help/control-center/C/figures
+@dirrm share/gnome/help/control-center/C
+@dirrm share/gnome/help/control-center
+@dirrm share/gnome/apps/Settings/UIOptions
+@comment in gnome-dirs: @dirrm share/gnome/apps/Settings/Session
+@comment in gnome-dirs: @dirrm share/gnome/apps/Settings/Peripherals
+@dirrm share/gnome/apps/Settings/Multimedia
+@dirrm share/gnome/apps/Settings/Documents
+@comment in gnome-dirs: @dirrm share/gnome/apps/Settings/Desktop
+@comment in gnome-dirs: @dirrm share/gnome/apps/Settings
+@comment in gnome-dirs: @dirrm share/gnome/apps
+@dirrm share/control-center/capplets
+@dirrm share/control-center/UIOptions
+@dirrm share/control-center/Session
+@dirrm share/control-center/Peripherals
+@dirrm share/control-center/Multimedia
+@dirrm share/control-center/Documents
+@dirrm share/control-center/Desktop
+@dirrm share/control-center
+@dirrm include/libcapplet1
diff --git a/x11/control-center/buildlink3.mk b/x11/control-center/buildlink3.mk
new file mode 100644
index 00000000000..047805505ec
--- /dev/null
+++ b/x11/control-center/buildlink3.mk
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+CONTROL_CENTER_BUILDLINK3_MK:= ${CONTROL_CENTER_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= control-center
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ncontrol-center}
+BUILDLINK_PACKAGES+= control-center
+
+.if !empty(CONTROL_CENTER_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.control-center+= control-center>=1.4.0.4nb9
+BUILDLINK_RECOMMENDED.control-center+= control-center>=1.4.0.4nb10
+BUILDLINK_PKGSRCDIR.control-center?= ../../x11/control-center
+.endif # CONTROL_CENTER_BUILDLINK3_MK
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf/buildlink3.mk"
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
+.include "../../x11/gnome-libs/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/x11/control-center/distinfo b/x11/control-center/distinfo
new file mode 100644
index 00000000000..001d85d5ff4
--- /dev/null
+++ b/x11/control-center/distinfo
@@ -0,0 +1,10 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $
+
+SHA1 (control-center-1.4.0.4.tar.gz) = 7f18cbcdadcebfc967d4a9abac7804d513d4298f
+RMD160 (control-center-1.4.0.4.tar.gz) = f797111400ed00eba89789e7634af2517e7cdad2
+Size (control-center-1.4.0.4.tar.gz) = 3567130 bytes
+SHA1 (patch-aa) = 423ad6c931885f1975311b8cc90d9de636e9c808
+SHA1 (patch-ab) = a2462d2b79f0bc496ab57c4ce1981f25476faf6b
+SHA1 (patch-ac) = 2fc67976315b8a203233e71d1f311f3e097aa499
+SHA1 (patch-ad) = eed73e2eb48bb837ff97fc80901171902b8f2a5c
+SHA1 (patch-af) = fa276788e2ff16fd82674c7031b8ed806cc37ddf
diff --git a/x11/control-center/patches/patch-aa b/x11/control-center/patches/patch-aa
new file mode 100644
index 00000000000..7f141be6bb8
--- /dev/null
+++ b/x11/control-center/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $
+
+--- capplets/sound-properties/Makefile.in.orig Sun Feb 10 15:48:00 2002
++++ capplets/sound-properties/Makefile.in
+@@ -165,7 +165,7 @@
+
+ sound_properties_LDADD = ../../control-center/libcapplet.la \
+ $(GNOME_LIBDIR) $(ORB_LIBS) \
+- $(GNOMEUI_LIBS) $(INTLLIBS) -lgnorba
++ $(GNOMEUI_LIBS) $(ESD_LIBS) $(INTLLIBS) -lgnorba
+
+
+ EXTRA_DIST = \
diff --git a/x11/control-center/patches/patch-ab b/x11/control-center/patches/patch-ab
new file mode 100644
index 00000000000..6b6d1ac5503
--- /dev/null
+++ b/x11/control-center/patches/patch-ab
@@ -0,0 +1,25 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $
+
+--- configure.orig Sun Feb 10 16:36:55 2002
++++ configure
+@@ -7570,7 +7570,7 @@
+
+
+ for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h string.h \
+-unistd.h sys/param.h
++unistd.h sys/param.h sys/wait.h
+ do
+ ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
+ echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
+@@ -8506,6 +8506,11 @@
+
+
+
++# NetBSD: set DATADIRNAME to "share"
++DATADIRNAME="share"
++INTLDEPS=
++INTLLIBS="${INTLLIBS}"
++
+ for ac_hdr in dlfcn.h dl.h
+ do
+ ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
diff --git a/x11/control-center/patches/patch-ac b/x11/control-center/patches/patch-ac
new file mode 100644
index 00000000000..b7b7a7c1b0b
--- /dev/null
+++ b/x11/control-center/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $
+
+--- capplets/Makefile.in.orig Sun Feb 10 15:41:49 2002
++++ capplets/Makefile.in
+@@ -152,7 +152,7 @@
+ l = @l@
+
+ always_built_SUBDIRS = desktop-links mouse-properties \
+- screensaver-properties background-properties \
++ background-properties \
+ theme-switcher sound-properties \
+ ui-properties url-properties gnome-edit-properties \
+ wm-properties keyboard-properties\
diff --git a/x11/control-center/patches/patch-ad b/x11/control-center/patches/patch-ad
new file mode 100644
index 00000000000..4d2132b1a07
--- /dev/null
+++ b/x11/control-center/patches/patch-ad
@@ -0,0 +1,27 @@
+$NetBSD: patch-ad,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $
+
+--- doc/C/control-center-C.omf.orig 2001-10-26 11:00:10.000000000 +0200
++++ doc/C/control-center-C.omf
+@@ -1,13 +1,18 @@
+ <?xml version="1.0" standalone="no"?>
++<!DOCTYPE omf PUBLIC "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd">
+ <omf>
+ <resource>
++ <creator>
++ jrb@redhat.com
++ </creator>
+ <title>
+ GNOME Control Center Manual
+ </title>
+- <subject>
+- <category>System|Configuration|Configuration Tools</category>
+- <category>GNOME|Settings</category>
+- </subject>
++ <date>
++ 2002-02-10
++ </date>
++ <subject category="System|Configuration|Configuration Tools"/>
++ <subject category="GNOME|Settings"/>
+ <format mime="text/sgml"/>
+ <identifier url="control-center.sgml"/>
+ <language code="C"/>
diff --git a/x11/control-center/patches/patch-af b/x11/control-center/patches/patch-af
new file mode 100644
index 00000000000..4380624a989
--- /dev/null
+++ b/x11/control-center/patches/patch-af
@@ -0,0 +1,38 @@
+$NetBSD: patch-af,v 1.1.1.1 2005/05/31 22:09:35 wiz Exp $
+
+--- capplets/background-properties/app-background.c.orig Wed Nov 8 23:11:17 2000
++++ capplets/background-properties/app-background.c
+@@ -7,13 +7,13 @@
+ #include <locale.h>
+
+ extern void background_init(void);
++extern void background_properties_init(void);
+
+ static gchar *background_image = NULL;
+
+-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);
+ 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 "