mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add xfce4-windowlist-plugin 0.1.0, a windowlist plugin for xfce4-panel.
PR: ports/65985 Submitted by: Matt Lancereau <matt@rimasec.net>
This commit is contained in:
parent
1e94fc4ae3
commit
138a5a429c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108618
@ -108,6 +108,7 @@
|
||||
SUBDIR += xfce4-calendar
|
||||
SUBDIR += xfce4-notes-plugin
|
||||
SUBDIR += xfce4-taskbar-plugin
|
||||
SUBDIR += xfce4-windowlist-plugin
|
||||
SUBDIR += xmaddressbook
|
||||
SUBDIR += xmdiary
|
||||
SUBDIR += xopps
|
||||
|
31
deskutils/xfce4-windowlist-plugin/Makefile
Normal file
31
deskutils/xfce4-windowlist-plugin/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: xfce4-windowlist-plugin
|
||||
# Date created: 2003-04-26
|
||||
# Whom: Matt Lancereau <matt@rimasec.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-windowlist-plugin
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= deskutils xfce
|
||||
MASTER_SITES= http://download.berlios.de/xfce-goodies/ \
|
||||
http://www.bsd-blax.org/ports/mirrors/
|
||||
DISTNAME= xfce4-windowlist-plugin-${PORTVERSION}
|
||||
|
||||
MAINTAINER= matt@rimasec.net
|
||||
COMMENT= A windowlist plugin for xfce4-panel
|
||||
|
||||
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
||||
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \
|
||||
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
||||
RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
||||
|
||||
USE_GNOME= gtk20 libxml2
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
2
deskutils/xfce4-windowlist-plugin/distinfo
Normal file
2
deskutils/xfce4-windowlist-plugin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xfce4-windowlist-plugin-0.1.0.tar.gz) = 29b1a752003734c0b8171200dfafb733
|
||||
SIZE (xfce4-windowlist-plugin-0.1.0.tar.gz) = 301770
|
12
deskutils/xfce4-windowlist-plugin/pkg-descr
Normal file
12
deskutils/xfce4-windowlist-plugin/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
xfce4-windowlist-plugin is a windowlist plugin for the xfce4-panel.
|
||||
|
||||
The menubutton shows the icon of the active window.
|
||||
|
||||
Leftclick on the menubutton pops up a configurable window
|
||||
list (windows on the current workspace or all windows).
|
||||
Leftclick on the window list activates the selected window,
|
||||
rightclick pops up a window action menu.
|
||||
|
||||
Author: Andre Lerche <a.lerche@gmx.net>
|
||||
|
||||
WWW: http://xfce-goodies.berlios.de/
|
4
deskutils/xfce4-windowlist-plugin/pkg-plist
Normal file
4
deskutils/xfce4-windowlist-plugin/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/xfce4/panel-plugins/libwindowlist.so
|
||||
lib/xfce4/panel-plugins/libwindowlist.la
|
||||
lib/xfce4/panel-plugins/libwindowlist.a
|
||||
@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user