[Midnightbsd-cvs] mports: sysutils/xfce4-settings: Added xfce4-settings-4.6.0

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Mar 12 13:01:10 EDT 2009


Log Message:
-----------
Added xfce4-settings-4.6.0

Added Files:
-----------
    mports/sysutils/xfce4-settings:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ sysutils/xfce4-settings/pkg-descr
@@ -0,0 +1,4 @@
+The xcfe settings manager allows for the manipulation of many common desktop
+preferences.
+
+WWW: http://www.xfce.org/
\ No newline at end of file
--- /dev/null
+++ sysutils/xfce4-settings/pkg-plist
@@ -0,0 +1,45 @@
+ at comment $MidnightBSD: mports/sysutils/xfce4-settings/pkg-plist,v 1.1 2009/03/12 17:01:10 ctriv Exp $
+bin/xfce4-appearance-settings
+bin/xfce4-accessibility-settings
+bin/xfce4-keyboard-settings
+bin/xfce4-mouse-settings
+bin/xfce4-display-settings
+bin/xfce4-settings-helper
+bin/xfce4-settings-manager
+bin/xfce4-settings-editor
+bin/xfsettingsd
+etc/xdg/autostart/xfce4-settings-helper-autostart.desktop
+etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
+share/locale/da/LC_MESSAGES/xfce4-settings.mo
+share/locale/de/LC_MESSAGES/xfce4-settings.mo
+share/locale/es/LC_MESSAGES/xfce4-settings.mo
+share/locale/eu/LC_MESSAGES/xfce4-settings.mo
+share/locale/fr/LC_MESSAGES/xfce4-settings.mo
+share/locale/hu/LC_MESSAGES/xfce4-settings.mo
+share/locale/id/LC_MESSAGES/xfce4-settings.mo
+share/locale/ja/LC_MESSAGES/xfce4-settings.mo
+share/locale/nb/LC_MESSAGES/xfce4-settings.mo
+share/locale/nl/LC_MESSAGES/xfce4-settings.mo
+share/locale/pt_BR/LC_MESSAGES/xfce4-settings.mo
+share/locale/ru/LC_MESSAGES/xfce4-settings.mo
+share/locale/sv/LC_MESSAGES/xfce4-settings.mo
+share/locale/tr/LC_MESSAGES/xfce4-settings.mo
+share/locale/ca/LC_MESSAGES/xfce4-settings.mo
+share/locale/cs/LC_MESSAGES/xfce4-settings.mo
+share/locale/el/LC_MESSAGES/xfce4-settings.mo
+share/locale/fi/LC_MESSAGES/xfce4-settings.mo
+share/locale/pl/LC_MESSAGES/xfce4-settings.mo
+share/locale/uk/LC_MESSAGES/xfce4-settings.mo
+share/locale/zh_CN/LC_MESSAGES/xfce4-settings.mo
+share/applications/xfce-ui-settings.desktop
+share/applications/xfce4-accessibility-settings.desktop
+share/applications/xfce-keyboard-settings.desktop
+share/applications/xfce-mouse-settings.desktop
+share/applications/xfce-display-settings.desktop
+share/applications/xfce-settings-manager.desktop
+share/applications/xfce4-settings-editor.desktop
+ at dirrmtry etc/xdg/autostart
+ at dirrmtry etc/xdg/xfce4/xfconf/xfce-perchannel-xml
+ at dirrmtry etc/xdg/xfce4/xfconf
+ at dirrmtry etc/xdg/xfce4
+ at dirrmtry etc/xdg
--- /dev/null
+++ sysutils/xfce4-settings/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for:	libxfce4util
+# Date created:		7 June 2003
+# Whom:			James Earl <jdearl at telus.net>
+#
+# $MidnightBSD: mports/sysutils/xfce4-settings/Makefile,v 1.1 2009/03/12 17:01:10 ctriv Exp $
+# $FreeBSD: ports/sysutils/xfce4-utils/Makefile,v 1.42 2008/06/06 14:03:25 edwin Exp $
+#
+
+PORTNAME=	xfce4-settings
+PORTVERSION=	${XFCE_VERSION}
+CATEGORIES=	sysutils xfce
+MASTER_SITES=	${MASTER_SITE_XFCE}
+DISTNAME=	xfce4-settings-${PORTVERSION}
+DIST_SUBDIR=	xfce4
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	XFce 4 essential utilities and scripts
+LICENSE=	gpl2
+
+GNU_CONFIGURE=	yes
+INSTALLS_ICONS= yes
+USE_BZIP2=	yes
+USE_GETTEXT=	yes
+USE_GMAKE=	yes
+USE_GNOME=	gnometarget gtk20 intltool intlhack pkgconfig gtk20 glib20 libwnck libglade2
+USE_XFCE=	configenv libexo libutil libgui xfconf
+USE_XORG=	xi x11 xcursor xrandr
+
+OPTIONS=	DBUS	"Enable D-BUS support"			on
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_DBUS)
+LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+CONFIGURE_ARGS+=--enable-dbus
+PLIST_SUB+=	WITH_DBUS=""
+.else
+CONFIGURE_ARGS+=--disable-dbus
+PLIST_SUB+=	WITH_DBUS="@comment "
+.endif
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ sysutils/xfce4-settings/distinfo
@@ -0,0 +1,3 @@
+MD5 (xfce4/xfce4-settings-4.6.0.tar.bz2) = ac538c4ab32e3a91f4567141adc3c898
+SHA256 (xfce4/xfce4-settings-4.6.0.tar.bz2) = 7cec5dc4cdbb358bcdb010e43d3984ed9686b136811b0a25f2c5c52db0e7afff
+SIZE (xfce4/xfce4-settings-4.6.0.tar.bz2) = 490746


More information about the Midnightbsd-cvs mailing list