diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-05 03:30:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-05 03:30:35 +0000 |
commit | c0db1825dcf7363ea58bd2a4e8fadc56a7697027 (patch) | |
tree | ecec40ec7f791ea2c68ee883fbae62bc676c74a0 /time/gdeskcal/Makefile | |
parent | 685d711cc3724d55d782fb91a518a20ad2176cfe (diff) | |
download | pkgsrc-c0db1825dcf7363ea58bd2a4e8fadc56a7697027.tar.gz |
Update gdeskcal to 0.57.
Changes since 0.55:
- Full compatibility with GTK 2.4
- Uses EWMH window flags if gDesklets is installed
- Integrated patch for event locations by Priit Laes (thanks, Priit!)
- Fixed endless loop bug (thanks to Inigo Serna for locating the bug),
aka Debian bug #221406
- Fixed slash and ampersand bugs in event summaries, aka Debian bugs #216064
and #217697
Diffstat (limited to 'time/gdeskcal/Makefile')
-rw-r--r-- | time/gdeskcal/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile index a95d184a164..62e2eae5734 100644 --- a/time/gdeskcal/Makefile +++ b/time/gdeskcal/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/01/23 21:50:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/05 03:30:35 minskim Exp $ # -DISTNAME= gDeskCal-0_55 -PKGNAME= gdeskcal-0.55 -PKGREVISION= 4 +DISTNAME= gDeskCal-0_57 +PKGNAME= gdeskcal-0.57 CATEGORIES= time MASTER_SITES= http://www.pycage.de/download/ @@ -11,13 +10,16 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.pycage.de/software_gdeskcal.html COMMENT= Desktop calendar -WRKSRC= ${WRKDIR}/gDeskCal-0.55 -USE_BUILDLINK2= yes +WRKSRC= ${WRKDIR}/gDeskCal-0.57 +USE_BUILDLINK3= yes NO_BUILD= yes PYTHON_VERSIONS_ACCEPTED= 22pth 23pth PYTHON_PATCH_SCRIPTS= gdeskcal +post-extract: + ${RM} ${WRKSRC}/data/format.xml~ + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/gdeskcal (cd ${WRKSRC} && ${CP} -r . ${PREFIX}/lib/gdeskcal) @@ -25,7 +27,7 @@ do-install: ${PREFIX}/lib/gdeskcal/code ${LN} -s ${PREFIX}/lib/gdeskcal/gdeskcal ${PREFIX}/bin -.include "../../x11/py-gtk2/buildlink2.mk" -.include "../../textproc/py-xml/buildlink2.mk" +.include "../../x11/py-gtk2/buildlink3.mk" +.include "../../textproc/py-xml/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |