diff options
Diffstat (limited to 'deskutils/gdeskcal')
-rw-r--r-- | deskutils/gdeskcal/Makefile | 6 | ||||
-rw-r--r-- | deskutils/gdeskcal/pkg-plist | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile index d7f1f04166a1..3738e056aa20 100644 --- a/deskutils/gdeskcal/Makefile +++ b/deskutils/gdeskcal/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdeskcal PORTVERSION= 0.52 +PORTREVISION= 1 CATEGORIES= deskutils python gnome MASTER_SITES= http://www.pycage.de/download/ DISTNAME= gDeskCal-${PORTVERSION:S/./_/} @@ -21,10 +22,15 @@ WRKSRC= ${WRKDIR}/gDeskCal-${PORTVERSION} USE_PYTHON= yes USE_X_PREFIX= yes USE_GNOME= gnomehier +USE_REINPLACE= yes NO_BUILD= yes DATA_DIRS= code data skins +post-patch: + @${REINPLACE_CMD} -e 's|"locale"|"${PREFIX}/share/locale"|g' \ + ${WRKSRC}/code/values.py + do-install: ${MKDIR} ${PREFIX}/share/gnome/gdeskcal for d in ${DATA_DIRS}; do \ diff --git a/deskutils/gdeskcal/pkg-plist b/deskutils/gdeskcal/pkg-plist index af91f1c6dfe7..f184afd7004c 100644 --- a/deskutils/gdeskcal/pkg-plist +++ b/deskutils/gdeskcal/pkg-plist @@ -38,6 +38,7 @@ share/gnome/gdeskcal/code/planner/iCalLoader.py share/gnome/gdeskcal/code/planner/iCalWriter.py share/gnome/gdeskcal/code/sfrmapper.py share/gnome/gdeskcal/code/values.py +share/gnome/gdeskcal/code/values.py.bak share/gnome/gdeskcal/data/config.xml share/gnome/gdeskcal/data/format.xml share/gnome/gdeskcal/data/gfx/business.png |