Update to 2.10.2:
default application:
- List Thunderbird as an option (Pawel Worach)
- Fix a warning about the window icon (Matthias Clasen)
keyboard preferences:
- Fix build with GCC 2.95 (Jens Granseuer)
theme manager:
- Fix theme preview crash with xorg composite (Colin Gibbs)
settings daemon:
- Fix some leaks (Kjartan Maraas)
shell:
- Fix order of categories (Frederic Crozat)
Updated translations: en_CA, tr, xh, vi, hu, eu, uk, et, cy, rw, bg, zh_TW.
2005-08-21 13:29:24 +02:00
|
|
|
# $NetBSD: Makefile,v 1.49 2005/08/21 11:29:24 jmmv Exp $
|
2002-09-15 07:48:52 +02:00
|
|
|
#
|
|
|
|
|
Update to 2.10.2:
default application:
- List Thunderbird as an option (Pawel Worach)
- Fix a warning about the window icon (Matthias Clasen)
keyboard preferences:
- Fix build with GCC 2.95 (Jens Granseuer)
theme manager:
- Fix theme preview crash with xorg composite (Colin Gibbs)
settings daemon:
- Fix some leaks (Kjartan Maraas)
shell:
- Fix order of categories (Frederic Crozat)
Updated translations: en_CA, tr, xh, vi, hu, eu, uk, et, cy, rw, bg, zh_TW.
2005-08-21 13:29:24 +02:00
|
|
|
DISTNAME= control-center-2.10.2
|
2002-09-15 07:48:52 +02:00
|
|
|
PKGNAME= gnome2-${DISTNAME}
|
|
|
|
CATEGORIES= x11 gnome
|
2005-03-22 17:17:10 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/2.10/}
|
2002-09-15 07:48:52 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
2002-09-15 07:48:52 +02:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= GNOME2 configuration utility
|
|
|
|
|
|
|
|
BUILD_USES_MSGFMT= yes
|
2004-05-15 17:00:50 +02:00
|
|
|
|
2004-04-01 20:40:09 +02:00
|
|
|
USE_MSGFMT_PLURALS= yes
|
2002-09-15 07:48:52 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2003-12-15 03:55:53 +01:00
|
|
|
USE_PKGINSTALL= yes
|
2003-01-10 08:49:51 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
2004-02-14 18:21:49 +01:00
|
|
|
USE_LIBTOOL= yes
|
2002-09-15 07:48:52 +02:00
|
|
|
|
2004-04-01 20:40:09 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-alsa
|
2003-12-15 03:55:53 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
|
2003-02-14 22:03:40 +01:00
|
|
|
GCONF2_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas
|
2004-04-01 20:40:09 +02:00
|
|
|
GCONF2_SCHEMAS+= apps_gnome_settings_daemon_keybindings.schemas
|
2003-02-14 22:03:40 +01:00
|
|
|
GCONF2_SCHEMAS+= apps_gnome_settings_daemon_screensaver.schemas
|
|
|
|
GCONF2_SCHEMAS+= desktop_gnome_font_rendering.schemas
|
2004-04-01 20:40:09 +02:00
|
|
|
GCONF2_SCHEMAS+= desktop_gnome_peripherals_keyboard_xkb.schemas
|
2003-12-15 03:55:53 +01:00
|
|
|
GCONF2_SCHEMAS+= themus.schemas
|
|
|
|
GCONF2_SCHEMAS+= fontilus.schemas
|
|
|
|
|
|
|
|
PKG_SYSCONFSUBDIR= gnome-vfs-2.0/modules
|
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/gnome2-control-center
|
|
|
|
CONF_FILES= ${EGDIR}/theme-method.conf \
|
|
|
|
${PKG_SYSCONFDIR}/theme-method.conf
|
|
|
|
CONF_FILES+= ${EGDIR}/font-method.conf \
|
|
|
|
${PKG_SYSCONFDIR}/font-method.conf
|
|
|
|
|
2005-03-22 17:17:10 +01:00
|
|
|
BUILDLINK_DEPENDS.glib2+= glib2>=2.6.0
|
2003-02-14 22:03:40 +01:00
|
|
|
|
2004-02-11 08:11:28 +01:00
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2003-02-14 22:03:40 +01:00
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
2005-03-22 17:17:10 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2004-02-11 08:11:28 +01:00
|
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
|
|
.include "../../devel/libbonoboui/buildlink3.mk"
|
2004-02-14 15:48:23 +01:00
|
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
2005-03-22 17:17:10 +01:00
|
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
2004-02-11 08:11:28 +01:00
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
2004-02-14 15:48:23 +01:00
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
|
|
.include "../../fonts/Xft2/buildlink3.mk"
|
2005-03-22 17:17:10 +01:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2004-06-26 17:46:52 +02:00
|
|
|
.include "../../multimedia/gst-plugins/buildlink3.mk"
|
2005-03-22 17:17:10 +01:00
|
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
.include "../../sysutils/gnome-menus/buildlink3.mk"
|
2004-02-11 08:11:28 +01:00
|
|
|
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
|
|
|
|
.include "../../sysutils/nautilus/buildlink3.mk"
|
2004-02-14 15:48:23 +01:00
|
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
2004-02-11 08:11:28 +01:00
|
|
|
.include "../../wm/metacity/buildlink3.mk"
|
|
|
|
.include "../../x11/gnome-desktop/buildlink3.mk"
|
2004-02-14 15:48:23 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2004-04-01 20:40:09 +02:00
|
|
|
.include "../../x11/libxklavier/buildlink3.mk"
|
2004-02-11 08:11:28 +01:00
|
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
2005-03-22 17:17:10 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/vfs-methods/themus/theme-method.conf \
|
|
|
|
${EGDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/vfs-methods/fontilus/font-method.conf \
|
|
|
|
${EGDIR}
|
|
|
|
|
2002-09-15 07:48:52 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|