diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-11-21 02:11:16 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-11-21 02:11:16 +0800 |
commit | 3a657c37e2914b9f47b6483b3b2c277142289190 (patch) | |
tree | 80597c41c1c93a1c60a4472f0ae8a84c249bf648 /x11 | |
parent | eaadcdfbe9f2d47d2e42e269c860fd2d7d381f18 (diff) | |
download | freebsd-ports-gnome-3a657c37e2914b9f47b6483b3b2c277142289190.tar.gz freebsd-ports-gnome-3a657c37e2914b9f47b6483b3b2c277142289190.tar.zst freebsd-ports-gnome-3a657c37e2914b9f47b6483b3b2c277142289190.zip |
Xfdashboard is GNOME shell like for the Xfce desktop.
WWW: http://xfdashboard.froevel.de/
Obtained from: Xfce dev repository
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xfce4-dashboard/Makefile | 30 | ||||
-rw-r--r-- | x11/xfce4-dashboard/distinfo | 2 | ||||
-rw-r--r-- | x11/xfce4-dashboard/pkg-descr | 3 | ||||
-rw-r--r-- | x11/xfce4-dashboard/pkg-plist | 17 |
5 files changed, 53 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 2a2a57a7819b..9afc0fa5ff9e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -368,6 +368,7 @@ SUBDIR += xf86vidmodeproto SUBDIR += xfce4-clipman-plugin SUBDIR += xfce4-conf + SUBDIR += xfce4-dashboard SUBDIR += xfce4-embed-plugin SUBDIR += xfce4-quicklauncher-plugin SUBDIR += xfce4-screenshooter-plugin diff --git a/x11/xfce4-dashboard/Makefile b/x11/xfce4-dashboard/Makefile new file mode 100644 index 000000000000..6a0a9edfc7de --- /dev/null +++ b/x11/xfce4-dashboard/Makefile @@ -0,0 +1,30 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= dashboard +PORTVERSION= 0.2.3 +CATEGORIES= x11 xfce +MASTER_SITES= http://xfdashboard.froevel.de/releases/ +PKGNAMEPREFIX= xfce4- +DISTNAME= xfdashboard-${PORTVERSION} +DIST_SUBDIR= xfce4 + +MAINTAINER= xfce@FreeBSD.org +COMMENT= GNOME shell like dashboard for the Xfce desktop + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libclutter-1.0.so:${PORTSDIR}/graphics/clutter +RUN_DEPENDS= gnome-icon-theme-symbolic>=3.6.2:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic + +GNU_CONFIGURE= yes +USES= pkgconfig libtool gmake perl5 gettext tar:bzip2 +USE_GNOME= glib20 libwnck intltool intlhack +USE_XFCE= configenv garcon xfconf +USE_XORG= x11 xcomposite xdamage +USE_GL= gl +INSTALLS_ICONS= yes + +.include <bsd.port.mk> diff --git a/x11/xfce4-dashboard/distinfo b/x11/xfce4-dashboard/distinfo new file mode 100644 index 000000000000..87b78239c25f --- /dev/null +++ b/x11/xfce4-dashboard/distinfo @@ -0,0 +1,2 @@ +SHA256 (xfce4/xfdashboard-0.2.3.tar.bz2) = 666d470f5a769a8cc8e8374e2f79e6b7e5b6a3bc96271d1b865c57961155a32e +SIZE (xfce4/xfdashboard-0.2.3.tar.bz2) = 630584 diff --git a/x11/xfce4-dashboard/pkg-descr b/x11/xfce4-dashboard/pkg-descr new file mode 100644 index 000000000000..8c6eac2a8f78 --- /dev/null +++ b/x11/xfce4-dashboard/pkg-descr @@ -0,0 +1,3 @@ +Xfdashboard is GNOME shell like for the Xfce desktop + +WWW: http://xfdashboard.froevel.de/ diff --git a/x11/xfce4-dashboard/pkg-plist b/x11/xfce4-dashboard/pkg-plist new file mode 100644 index 000000000000..ddfd0824855f --- /dev/null +++ b/x11/xfce4-dashboard/pkg-plist @@ -0,0 +1,17 @@ +bin/xfdashboard +etc/xdg/autostart/xfdashboard-autostart.desktop +share/appdata/xfdashboard.appdata.xml +share/applications/xfdashboard.desktop +share/icons/hicolor/128x128/apps/xfdashboard.png +share/icons/hicolor/16x16/apps/xfdashboard.png +share/icons/hicolor/22x22/apps/xfdashboard.png +share/icons/hicolor/24x24/apps/xfdashboard.png +share/icons/hicolor/256x256/apps/xfdashboard.png +share/icons/hicolor/32x32/apps/xfdashboard.png +share/icons/hicolor/48x48/apps/xfdashboard.png +share/icons/hicolor/64x64/apps/xfdashboard.png +share/icons/hicolor/96x96/apps/xfdashboard.png +share/themes/xfdashboard/xfdashboard-1.0/windows-view.png +share/themes/xfdashboard/xfdashboard-1.0/xfdashboard.css +share/themes/xfdashboard/xfdashboard-1.0/xfdashboard.theme +share/themes/xfdashboard/xfdashboard-1.0/xfdashboard.xml |