- Properly set orientation of tasklist handler. - Fix launcher with 'Run in Terminal'. - Fix typo preventing build on older gtk versions. - Don't send -r to session restart command. - Add dist-hook: all to the API docs Makefile.am as well. - Add dist-hook: all to the libxfce4panel/ Makefile.am. - Add option to tasklist to force a fixed width. - Get the time the same as orange does. - Better check for the lcd resize when the number of hour digits changes. - Use g_timeout_add_seconds when available for the clock timeout. - Resync tooltip and clock timeout when they are out of sync. - Remove the hour interval from the clock, minutes are good enough. - Use Git in the build files and drop unneeded po files. - Use g_markup_printf_escaped in the launcher tooltip. - A whole bunch of translations updated
46 lines
1.6 KiB
Makefile
46 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.36 2009/11/29 22:17:31 snj Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 4.6.2
|
|
|
|
DISTNAME= xfce4-panel-${XFCE4_VERSION}
|
|
CATEGORIES= x11
|
|
COMMENT= Xfce panel
|
|
|
|
MASTER_SITES+= http://archive.xfce.org/src/xfce/xfce4-panel/4.6/
|
|
|
|
PKGCONFIG_OVERRIDE= libxfce4panel/libxfce4panel-1.0.pc.in
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
PKG_SYSCONFSUBDIR= xdg/xfce4/panel
|
|
EGDIR= ${XFCE4_EGBASE}/panel
|
|
|
|
MAKE_DIRS+= ${PREFIX}/include/xfce4 ${PREFIX}/lib/xfce4
|
|
MAKE_DIRS+= ${XFCE4_EGBASE:Q} ${PREFIX}/share/xfce4
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4/doc ${PREFIX}/share/xfce4/doc/C
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/C/images
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}
|
|
OWN_DIRS+= ${PREFIX}/libexec/xfce4/panel-plugins
|
|
# The following are not used in this pkg, but here is a good place to rmdir them
|
|
MAKE_DIRS+= ${PREFIX}/libexec/xfce4
|
|
OWN_DIRS+= ${PREFIX}/share/xfce4/panel-plugins
|
|
|
|
.for f in clock-14.rc launcher-10.rc launcher-7.rc launcher-8.rc launcher-9.rc \
|
|
panels.xml systray-4.rc xfce4-menu-5.rc
|
|
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
|
|
.endfor
|
|
|
|
.include "../../devel/libwnck/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/libxfce4gui/buildlink3.mk"
|
|
.include "../../x11/libxfce4util/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../x11/xfce4-exo/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|