diff options
author | pawel <pawel@FreeBSD.org> | 2012-03-06 02:53:48 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-03-06 02:53:48 +0800 |
commit | 33526638dd46fbcce666335c7a8a89afeaafe0cf (patch) | |
tree | aca6f25cc78bbb7251cb03397f86f1f7c40f6d5c /misc/xmonad-log-applet | |
parent | 390e66e7ae6425e92e4e951786121a3b58fd5b74 (diff) | |
download | freebsd-ports-gnome-33526638dd46fbcce666335c7a8a89afeaafe0cf.tar.gz freebsd-ports-gnome-33526638dd46fbcce666335c7a8a89afeaafe0cf.tar.zst freebsd-ports-gnome-33526638dd46fbcce666335c7a8a89afeaafe0cf.zip |
xmonad-log-applet is for Xmonad users who find the GNOME panel useful. The
applet will show the active workspaces, the title of the selected window or
whatever information you send it from your xmonad.hs.
WWW: https://github.com/alexkay/xmonad-log-applet
PR: ports/160366
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
Diffstat (limited to 'misc/xmonad-log-applet')
-rw-r--r-- | misc/xmonad-log-applet/Makefile | 22 | ||||
-rw-r--r-- | misc/xmonad-log-applet/distinfo | 2 | ||||
-rw-r--r-- | misc/xmonad-log-applet/pkg-descr | 5 | ||||
-rw-r--r-- | misc/xmonad-log-applet/pkg-plist | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/misc/xmonad-log-applet/Makefile b/misc/xmonad-log-applet/Makefile new file mode 100644 index 000000000000..656f6131ab73 --- /dev/null +++ b/misc/xmonad-log-applet/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xmonad-log-applet +# Date created: 01 September 2011 +# Whom: Alexander Kojevnikov <alexander@kojevnikov.com> +# +# $FreeBSD$ +# + +PORTNAME= xmonad-log-applet +PORTVERSION= 2.0.0 +CATEGORIES= misc +MASTER_SITES= http://cloud.github.com/downloads/alexkay/${PORTNAME}/ + +MAINTAINER= alexander@kojevnikov.com +COMMENT= An applet that will display Xmonad log information + +INSTALLS_ICONS= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomepanel +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-panel=gnome2 + +.include <bsd.port.mk> diff --git a/misc/xmonad-log-applet/distinfo b/misc/xmonad-log-applet/distinfo new file mode 100644 index 000000000000..9727aeb1eee4 --- /dev/null +++ b/misc/xmonad-log-applet/distinfo @@ -0,0 +1,2 @@ +SHA256 (xmonad-log-applet-2.0.0.tar.gz) = 154bdb5b857195b318837ef086ddd3091d100884ada29a146ff18a5589549fa0 +SIZE (xmonad-log-applet-2.0.0.tar.gz) = 82881 diff --git a/misc/xmonad-log-applet/pkg-descr b/misc/xmonad-log-applet/pkg-descr new file mode 100644 index 000000000000..92e56c579d1d --- /dev/null +++ b/misc/xmonad-log-applet/pkg-descr @@ -0,0 +1,5 @@ +xmonad-log-applet is for Xmonad users who find the GNOME panel useful. The +applet will show the active workspaces, the title of the selected window or +whatever information you send it from your xmonad.hs. + +WWW: https://github.com/alexkay/xmonad-log-applet diff --git a/misc/xmonad-log-applet/pkg-plist b/misc/xmonad-log-applet/pkg-plist new file mode 100644 index 000000000000..fc8219f5563d --- /dev/null +++ b/misc/xmonad-log-applet/pkg-plist @@ -0,0 +1,4 @@ +libexec/xmonad-log-applet +share/dbus-1/services/org.gnome.panel.applet.XmonadLogAppletFactory.service +share/gnome-panel/applets/org.gnome.panel.XmonadLogApplet.panel-applet +share/icons/hicolor/48x48/apps/xmonad-log-applet.png |