diff options
author | recht <recht@pkgsrc.org> | 2003-09-09 14:52:57 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-09 14:52:57 +0000 |
commit | ffc12ed9dcc6169a82002b64941a501a1b03fc94 (patch) | |
tree | 9ca26aeba429d4bea03ac12f73829cd3a1cffed0 /time/gdeskcal/Makefile | |
parent | c8b727e2344683b7d7488e37639a1fb9fa4f5971 (diff) | |
download | pkgsrc-ffc12ed9dcc6169a82002b64941a501a1b03fc94.tar.gz |
Update to 0.55.
New in release 0.55:
- Hebrew, Russian, Serbian, Spanish translations
- Some other translations updated.
- Support for solid colored backgrounds in GNOME
- Made it work on XFCE4; there were problems with the popup menu
- The calendar can now be moved around by holding down the middle mouse button
- Fully compatible with the new Python 2.3
ok'ed by drochner@
Diffstat (limited to 'time/gdeskcal/Makefile')
-rw-r--r-- | time/gdeskcal/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile index 7305bad3a7d..2f808f4577d 100644 --- a/time/gdeskcal/Makefile +++ b/time/gdeskcal/Makefile @@ -1,26 +1,25 @@ -# $NetBSD: Makefile,v 1.5 2003/07/26 15:25:28 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/09 14:52:57 recht Exp $ # -DISTNAME= gDeskCal-0_54 -PKGNAME= gdeskcal-0.54 +DISTNAME= gDeskCal-0_55 +PKGNAME= gdeskcal-0.55 CATEGORIES= time MASTER_SITES= http://www.pycage.de/download/ -MAINTAINER= packages@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.pycage.de/software_gdeskcal.html COMMENT= Desktop calendar -WRKSRC= ${WRKDIR}/gDeskCal-0.54 -USE_BUILDLINK2= yes +WRKSRC= ${WRKDIR}/gDeskCal-0.55 +USE_BUILDLINK2= yes NO_BUILD= yes -PYTHON_VERSION_REQD= 22pth +PYTHON_VERSIONS_ACCEPTED= 22pth 23pth PYTHON_PATCH_SCRIPTS= gdeskcal do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/gdeskcal (cd ${WRKSRC} && ${CP} -r . ${PREFIX}/lib/gdeskcal) - ${RM} -f ${PREFIX}/lib/gdeskcal/po/de.po~ ${PYTHONBIN} ${LOCALBASE}/${PYLIB}/compileall.py \ ${PREFIX}/lib/gdeskcal/code ${LN} -s ${PREFIX}/lib/gdeskcal/gdeskcal ${PREFIX}/bin |