pkgsrc/x11/gnome-panel/Makefile

58 lines
1.9 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.30 2004/02/14 18:26:29 jmmv Exp $
#
DISTNAME= gnome-panel-2.4.2
PKGREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.4/}
EXTRACT_SUFX= .tar.bz2
2003-07-18 00:50:55 +02:00
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME2 panel application
DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
DEPENDS+= gnome-icon-theme>=1.0.9:../../graphics/gnome-icon-theme
GNU_CONFIGURE= YES
2004-02-11 08:11:28 +01:00
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_PERL5= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE= libpanel-applet/libpanelapplet-2.0.pc.in
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
Update gnome-panel to 2.2.1. Changes include: Package ------- * Remove program-transform patches now that we have a fine grained gnome-core Panel ----- * Make global keybindings work on multi-screen setups (Erwann, Mark) * Destroy "Create Launcher" dialogs when the panel is destrored (Arvind) * Allow the GNOME foot icon on the Main Menu to be themed (Raj) * Support themeing of the action button icons (Raj) * Query deletion of a drawer when it is deleted by removing the button * Delete child drawer panels when deleting panels (Arvind) * Fix various leaks (Kjartan) * Fix typo with the launchers "zoom animation" (Paul Gammans) * Do not query the deletion of a panel if there are no objects on it * Make the "Delete Panel?" dialog modal (Arvind) * Avoid rare panel hang when moving applets (Sunil Mohan Adapa) * Actually load the panel background color preference (Greg Hudson) * Fix crash related to drawers (Arvind) * Fix various issues with egg-recent-files (James) * Don't save screenshot to UTF8 filenames in G_BROKEN_FILENAMES locales * Fix crash when the panel background image can't be loaded * Unescape the tooltip on launchers (Bala) * Destroy the "Overwrite file?" warning dialog in gnome-panel-screenshot * Add support for icon theming icons with absolute paths * Don't crash when clicking on a drawer panel with no parent panel * Don't load the GNOME 1.4 applet's .desktop files on startup (Mark) Applets ------- * Destroy Window List and Workspace Switcher properties dialog when the applets are destroyed (Arvind) * Launch the mail received handler on the correct screen * Ignore any leading and trailing whitespace in a workspace name * Change the max number of workspaces to 36 in sync with metacity * Fix issue with the mailcheck animation on mutliscreen setups * Fix notification area crasher (Havoc) Miscellanous ------------ * Fix "po/Makefile.in.in not found" build breakage (Clifton Lockhart) * Add a --with-html-dir configure option (Julio Merino) * Window List docs updates (Irene Ryan) * Japanese translations of docs (Takeshi AIHANA) * Support --disable-schemas-install and --with-gconf-schema-file-dir * Fix libpanel-applet crash on 64 bit platforms (Matt Wilson) Translations ------------ * various languages
2003-04-20 16:06:43 +02:00
CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
MAKE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
GCONF2_SCHEMAS= clock.schemas
GCONF2_SCHEMAS+= fish.schemas
GCONF2_SCHEMAS+= gnome-panel-screenshot.schemas
GCONF2_SCHEMAS+= panel-global.schemas
GCONF2_SCHEMAS+= panel-general.schemas
GCONF2_SCHEMAS+= panel-toplevel.schemas
GCONF2_SCHEMAS+= panel-object.schemas
GCONF2_SCHEMAS+= panel-compatibility.schemas
GCONF2_SCHEMAS+= workspace-switcher.schemas
GCONF2_SCHEMAS+= window-list.schemas
GCONF2_ENTRIES= panel-default-setup.entries
2004-02-11 08:11:28 +01:00
BUILDLINK_DEPENDS.GConf2+= GConf2>=2.4.0.1nb1
.include "../../devel/GConf2/schemas.mk"
2004-02-11 08:11:28 +01:00
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
2004-02-11 08:11:28 +01:00
.include "../../x11/gnome-desktop/buildlink3.mk"
.include "../../x11/gnome2-control-center/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"