diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-26 15:19:42 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-26 15:19:42 +0000 |
commit | f64ca5c85d8d6e85a3a9f98d30a1287c402243ae (patch) | |
tree | e5793c472f674bc612bbbd6fc0651b1a3d97b755 /graphics/gwenview | |
parent | 8b8a1b358695626e7515897b6239bca423620e0b (diff) | |
download | ports-f64ca5c85d8d6e85a3a9f98d30a1287c402243ae.tar.gz ports-f64ca5c85d8d6e85a3a9f98d30a1287c402243ae.zip |
Notes
Diffstat (limited to 'graphics/gwenview')
-rw-r--r-- | graphics/gwenview/Makefile | 12 | ||||
-rw-r--r-- | graphics/gwenview/distinfo | 2 | ||||
-rw-r--r-- | graphics/gwenview/pkg-plist | 26 |
3 files changed, 33 insertions, 7 deletions
diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index 2d3218da11ab..b6276a2a9a7a 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -6,11 +6,11 @@ # PORTNAME= gwenview -PORTVERSION= 0.17.0 +PORTVERSION= 0.17.1.a CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gwenview -DISTNAME= ${PORTNAME}-${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/} MAINTAINER= stefan.jahn@nemesis-sektor.de COMMENT= An image viewer and browser for the KDE environment @@ -22,12 +22,12 @@ USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_REINPLACE= yes MAN1= gwenview.1 -post-install: - ${RM} ${PREFIX}/share/locale/xx/LC_MESSAGES/gwenview.mo - -${RMDIR} ${PREFIX}/share/locale/xx/LC_MESSAGES - -${RMDIR} ${PREFIX}/share/locale/xx +post-patch: + @${REINPLACE_CMD} -e \ + 's|xx||g' ${WRKSRC}/po/Makefile.in .include <bsd.port.mk> diff --git a/graphics/gwenview/distinfo b/graphics/gwenview/distinfo index 99d8d8358ace..88e38a945a45 100644 --- a/graphics/gwenview/distinfo +++ b/graphics/gwenview/distinfo @@ -1 +1 @@ -MD5 (gwenview-0.17.0.tar.bz2) = 8a554e2f3aa6d52bf30a5babcfaa1fa7 +MD5 (gwenview-0.17.1a.tar.bz2) = 2065d93a00860221c578d95ec0633493 diff --git a/graphics/gwenview/pkg-plist b/graphics/gwenview/pkg-plist index c1832ec5d79a..554f0ca7f4b0 100644 --- a/graphics/gwenview/pkg-plist +++ b/graphics/gwenview/pkg-plist @@ -74,3 +74,29 @@ share/locale/xh/LC_MESSAGES/gwenview.mo share/locale/zh_CN/LC_MESSAGES/gwenview.mo share/locale/zh_TW/LC_MESSAGES/gwenview.mo share/locale/zu/LC_MESSAGES/gwenview.mo +@dirrm share/apps/gwenview/icons/hicolor/16x16/actions +@dirrm share/apps/gwenview/icons/hicolor/16x16 +@dirrm share/apps/gwenview/icons/hicolor/22x22/actions +@dirrm share/apps/gwenview/icons/hicolor/22x22 +@dirrm share/apps/gwenview/icons/hicolor/32x32/actions +@dirrm share/apps/gwenview/icons/hicolor/32x32 +@dirrm share/apps/gwenview/icons/hicolor +@dirrm share/apps/gwenview/icons +@dirrm share/apps/gwenview +@unexec rmdir %D/share/apps/konqueror/servicemenus 2>/dev/null || true +@unexec rmdir %D/share/apps/konqueror 2>/dev/null || true +@unexec rmdir %D/share/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor 2>/dev/null || true +@unexec rmdir %D/share/applnk/Graphics 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true |