aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-04-01 06:28:09 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-04-01 06:28:09 +0000
commit6cf8d93b7d802f55a5e443ab9dd69bbff8622b16 (patch)
tree7d06c49a64ec368e286341fa3537a3e12e5f34e6 /deskutils
parent0960bf6fe40809435882aa78460cf1051ff27297 (diff)
downloadports-6cf8d93b7d802f55a5e443ab9dd69bbff8622b16.tar.gz
ports-6cf8d93b7d802f55a5e443ab9dd69bbff8622b16.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/pypanel/Makefile12
-rw-r--r--deskutils/pypanel/pkg-descr22
2 files changed, 17 insertions, 17 deletions
diff --git a/deskutils/pypanel/Makefile b/deskutils/pypanel/Makefile
index 0163b291a59e..b418c811bfdd 100644
--- a/deskutils/pypanel/Makefile
+++ b/deskutils/pypanel/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: pypanel
+# New ports collection makefile for: PyPanel
# Date created: 24 October 2005
-# Whom: Florian Unglaub
+# Whom: Florian Unglaub <flo@btw23.de>
#
# $FreeBSD$
#
@@ -15,14 +15,14 @@ DISTNAME= PyPanel-${PORTVERSION}
MAINTAINER= u0@rootofallevil.net
COMMENT= Desktop panel written in Python
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
- Xft.2:${PORTSDIR}/x11-fonts/libXft
+LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_EFL= imlib2
+USE_XORG= xft
PYDISTUTILS_PKGNAME= PyPanel
PORTDOCS= *
@@ -44,7 +44,7 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
diff --git a/deskutils/pypanel/pkg-descr b/deskutils/pypanel/pkg-descr
index 6e28f5beb431..f7d782b5897a 100644
--- a/deskutils/pypanel/pkg-descr
+++ b/deskutils/pypanel/pkg-descr
@@ -1,17 +1,17 @@
PyPanel is a lightweight panel/taskbar written in Python and C for X11 window
-managers. It can be easily customized to match any desktop theme or
-taste. PyPanel works with EWMH compliant WMs (Openbox, PekWM, FVWM, ...).
+managers. It can be easily customized to match any desktop theme or taste.
+PyPanel works with EWMH compliant WMs (Openbox, PekWM, FVWM, and many others).
Some of the customizable features include:
- * Transparency with shading/tinting
- * Panel dimensions, location and layout
- * Font type and colors with Xft and shadow support
- * Button events/actions
- * Clock and workspace name display
- * System Tray (Notification Area)
- * Autohiding
- * Application Launcher
- * Custom Application Icons
+ - Transparency with shading/tinting
+ - Panel dimensions, location, and layout
+ - Font type and colors with Xft and shadow support
+ - Button events/actions
+ - Clock and workspace name display
+ - System tray (notification area)
+ - Autohiding
+ - Application launcher
+ - Custom application icons
WWW: http://pypanel.sourceforge.net/