1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Replace direct (via LIB_DEPENDS) libXft dependency with USE_XORG one

- Fix RUN_DEPENDS assignment
- Mute MKDIR, canonicalize Makefile header
- Improve on port description

Approved by:	maintainer (mail bounces with "quota exceeded while writing")
This commit is contained in:
Alexey Dokuchaev 2011-04-01 06:28:09 +00:00
parent 0960bf6fe4
commit 6cf8d93b7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272074
2 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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/