Date: Thu, 20 Nov 2014 18:11:16 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372950 - in head/x11: . xfce4-dashboard Message-ID: <201411201811.sAKIBH2i045292@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Thu Nov 20 18:11:16 2014 New Revision: 372950 URL: https://svnweb.freebsd.org/changeset/ports/372950 QAT: https://qat.redports.org/buildarchive/r372950/ Log: Xfdashboard is GNOME shell like for the Xfce desktop. WWW: http://xfdashboard.froevel.de/ Obtained from: Xfce dev repository Added: head/x11/xfce4-dashboard/ head/x11/xfce4-dashboard/Makefile (contents, props changed) head/x11/xfce4-dashboard/distinfo (contents, props changed) head/x11/xfce4-dashboard/pkg-descr (contents, props changed) head/x11/xfce4-dashboard/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Thu Nov 20 16:21:07 2014 (r372949) +++ head/x11/Makefile Thu Nov 20 18:11:16 2014 (r372950) @@ -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 Added: head/x11/xfce4-dashboard/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-dashboard/Makefile Thu Nov 20 18:11:16 2014 (r372950) @@ -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> Added: head/x11/xfce4-dashboard/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-dashboard/distinfo Thu Nov 20 18:11:16 2014 (r372950) @@ -0,0 +1,2 @@ +SHA256 (xfce4/xfdashboard-0.2.3.tar.bz2) = 666d470f5a769a8cc8e8374e2f79e6b7e5b6a3bc96271d1b865c57961155a32e +SIZE (xfce4/xfdashboard-0.2.3.tar.bz2) = 630584 Added: head/x11/xfce4-dashboard/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-dashboard/pkg-descr Thu Nov 20 18:11:16 2014 (r372950) @@ -0,0 +1,3 @@ +Xfdashboard is GNOME shell like for the Xfce desktop + +WWW: http://xfdashboard.froevel.de/ Added: head/x11/xfce4-dashboard/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-dashboard/pkg-plist Thu Nov 20 18:11:16 2014 (r372950) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411201811.sAKIBH2i045292>