diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-23 18:31:15 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-23 18:31:15 +0000 |
commit | 2e26328d42cb741018acffb8a088a804a567001d (patch) | |
tree | 2c9f901e934d693376e47f979cbd78226931373e /graphics/showimg | |
parent | 8be5649189111258eb2b98a52fce93368852e133 (diff) | |
download | ports-2e26328d42cb741018acffb8a088a804a567001d.tar.gz ports-2e26328d42cb741018acffb8a088a804a567001d.zip |
Update to 0.8.0
PR: 58129
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=91979
Diffstat (limited to 'graphics/showimg')
-rw-r--r-- | graphics/showimg/Makefile | 26 | ||||
-rw-r--r-- | graphics/showimg/distinfo | 2 | ||||
-rw-r--r-- | graphics/showimg/pkg-plist | 38 |
3 files changed, 18 insertions, 48 deletions
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile index 425206883cfb..be890639f14b 100644 --- a/graphics/showimg/Makefile +++ b/graphics/showimg/Makefile @@ -7,25 +7,29 @@ # PORTNAME= showimg -PORTVERSION= 0.8.20030305 +PORTVERSION= 0.8.0 +PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= http://www.jalix.org/projects/showimg/download/0.8-Beta2/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.20/-20/} +MASTER_SITES= http://www.jalix.org/projects/showimg/download/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= A picture viewer designed to run under KDE 3.x -LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ - jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png -USE_KDEBASE_VER=3 +USE_BZIP2= yes +USE_KDEBASE_VER= 3 USE_REINPLACE= yes -GNU_CONFIGURE= yes USE_GMAKE= yes -USE_BZIP2= yes -CONFIGURE_ARGS+= --program-prefix='' +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --with-xinerama + +MAN1= showimg.1 -#post-patch: -# @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/showimg/Makefile.in +post-patch: + @${REINPLACE_CMD} -e 's|-pedantic||g ; \ + s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/graphics/showimg/distinfo b/graphics/showimg/distinfo index 8acb765a7c22..4631a218cec5 100644 --- a/graphics/showimg/distinfo +++ b/graphics/showimg/distinfo @@ -1 +1 @@ -MD5 (showimg-0.8-20030305.tar.bz2) = 4b95404345fb4f9c7f34cb4d0e3c350a +MD5 (showimg-0.8.0.tar.bz2) = 15cc19daaa13c3811335cb857bb0ce48 diff --git a/graphics/showimg/pkg-plist b/graphics/showimg/pkg-plist index c136132a51c1..53e4b6fff061 100644 --- a/graphics/showimg/pkg-plist +++ b/graphics/showimg/pkg-plist @@ -111,49 +111,15 @@ share/icons/hicolor/32x32/actions/viewmag_w.png share/icons/hicolor/32x32/apps/showimg.png share/icons/hicolor/48x48/apps/showimg.png share/icons/hicolor/64x64/apps/showimg.png +share/locale/cs/LC_MESSAGES/showimg.mo share/locale/de/LC_MESSAGES/showimg.mo share/locale/es/LC_MESSAGES/showimg.mo share/locale/fr/LC_MESSAGES/showimg.mo share/locale/it/LC_MESSAGES/showimg.mo share/locale/ja/LC_MESSAGES/showimg.mo share/locale/nl/LC_MESSAGES/showimg.mo +share/locale/sk/LC_MESSAGES/showimg.mo share/locale/sv/LC_MESSAGES/showimg.mo @dirrm share/doc/HTML/en/showimg -@dirrm share/doc/HTML/en @dirrm share/doc/HTML/de/showimg -@dirrm share/doc/HTML/de -@dirrm share/doc/HTML -@dirrm share/icons/hicolor/16x16/actions -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor/22x22/actions -@dirrm share/icons/hicolor/22x22 -@dirrm share/icons/hicolor/32x32/actions -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/64x64/apps -@dirrm share/icons/hicolor/64x64 -@dirrm share/icons/hicolor -@dirrm share/icons @dirrm share/apps/showimg -@dirrm share/apps/konqueror/servicemenus -@dirrm share/apps/konqueror -@dirrm share/apps -@dirrm share/applnk/Graphics -@dirrm share/applnk -@dirrm share/locale/de/LC_MESSAGES -@dirrm share/locale/de -@dirrm share/locale/fr/LC_MESSAGES -@dirrm share/locale/fr -@dirrm share/locale/it/LC_MESSAGES -@dirrm share/locale/it -@dirrm share/locale/es/LC_MESSAGES -@dirrm share/locale/es -@dirrm share/locale/ja/LC_MESSAGES -@dirrm share/locale/ja -@dirrm share/locale/nl/LC_MESSAGES -@dirrm share/locale/nl -@dirrm share/locale/sv/LC_MESSAGES -@dirrm share/locale/sv -@dirrm share/locale |