mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
3f1d939293
commit
7b50f65f41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292766
@ -568,6 +568,7 @@
|
||||
SUBDIR += xgas
|
||||
SUBDIR += xiphos
|
||||
SUBDIR += xless
|
||||
SUBDIR += xmonad-log-applet
|
||||
SUBDIR += xosd
|
||||
SUBDIR += xpns
|
||||
SUBDIR += xsw
|
||||
|
22
misc/xmonad-log-applet/Makefile
Normal file
22
misc/xmonad-log-applet/Makefile
Normal file
@ -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>
|
2
misc/xmonad-log-applet/distinfo
Normal file
2
misc/xmonad-log-applet/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xmonad-log-applet-2.0.0.tar.gz) = 154bdb5b857195b318837ef086ddd3091d100884ada29a146ff18a5589549fa0
|
||||
SIZE (xmonad-log-applet-2.0.0.tar.gz) = 82881
|
5
misc/xmonad-log-applet/pkg-descr
Normal file
5
misc/xmonad-log-applet/pkg-descr
Normal file
@ -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
|
4
misc/xmonad-log-applet/pkg-plist
Normal file
4
misc/xmonad-log-applet/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user