diff --git a/misc/Makefile b/misc/Makefile index 341bb0bcc12f..3b1ff6acbbf5 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -568,6 +568,7 @@ SUBDIR += xgas SUBDIR += xiphos SUBDIR += xless + SUBDIR += xmonad-log-applet SUBDIR += xosd SUBDIR += xpns SUBDIR += xsw 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 +# +# $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 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