From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 14 10:10:15 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36BC716A4CE for ; Tue, 14 Dec 2004 10:10:15 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8EFF43D45 for ; Tue, 14 Dec 2004 10:10:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBEAACAD080970 for ; Tue, 14 Dec 2004 10:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBEAACNR080969; Tue, 14 Dec 2004 10:10:12 GMT (envelope-from gnats) Resent-Date: Tue, 14 Dec 2004 10:10:12 GMT Resent-Message-Id: <200412141010.iBEAACNR080969@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Middleton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C01B116A4CE for ; Tue, 14 Dec 2004 10:03:56 +0000 (GMT) Received: from smaug.vex.net (smaug.vex.net [66.96.28.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BDFE43D53 for ; Tue, 14 Dec 2004 10:03:56 +0000 (GMT) (envelope-from root@xxvii.net) Received: from bee.xxvii.x (H140.C18.B96.tor.eicat.ca [66.96.18.140]) by smaug.vex.net (Postfix) with ESMTP id DEC4F27AD4; Tue, 14 Dec 2004 05:03:53 -0500 (EST) Received: by bee.xxvii.x (Postfix, from userid 0) id 91B80114B3; Tue, 14 Dec 2004 05:03:54 -0500 (EST) Message-Id: <20041214100354.91B80114B3@bee.xxvii.x> Date: Tue, 14 Dec 2004 05:03:54 -0500 (EST) From: Tim Middleton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: shelton@granch.ru Subject: ports/75047: [PATCH] graphics/showimg: update to 0.9.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 10:10:15 -0000 >Number: 75047 >Category: ports >Synopsis: [PATCH] graphics/showimg: update to 0.9.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 14 10:10:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tim Middleton >Release: FreeBSD 5.3-RELEASE i386 >Organization: Vex.Net >Environment: System: FreeBSD bee.xxvii.x 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Mon Dec 6 21:58:53 EST >Description: - Update to 0.9.4 - Depends on kipi plugins (who wouldn't want them?) - Digicam options are gone Port maintainer (shelton@granch.ru) is cc'd. >How-To-Repeat: >Fix: --- showimg-0.9.4,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/showimg/Makefile,v retrieving revision 1.19 diff -c -u -r1.19 Makefile --- Makefile 29 Jul 2004 08:12:04 -0000 1.19 +++ Makefile 14 Dec 2004 10:01:13 -0000 @@ -7,7 +7,7 @@ # PORTNAME= showimg -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.jalix.org/projects/showimg/download/${PORTVERSION}/ @@ -15,6 +15,8 @@ MAINTAINER= shelton@granch.ru COMMENT= A picture viewer designed to run under KDE 3.x +LIB_DEPENDS= kipi:${PORTSDIR}/graphics/libkipi + USE_BZIP2= yes USE_KDEBASE_VER= 3 USE_GMAKE= yes @@ -23,8 +25,6 @@ MAN1= showimg.1 -OPTIONS= DIGIKAM "Digikam plugins support" off - post-extract: @${TOUCH} ${WRKSRC}/config.h.in @@ -32,11 +32,4 @@ @${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \ ${WRKSRC}/${CONFIGURE_SCRIPT} -.include - -.if defined(WITH_DIGIKAM) -LIB_DEPENDS+= digikam:${PORTSDIR}/graphics/digikam -CONFIGURE_ARGS+= --enable-digiKam-plugin -.endif - -.include +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/showimg/distinfo,v retrieving revision 1.10 diff -c -u -r1.10 distinfo --- distinfo 29 Jul 2004 08:05:07 -0000 1.10 +++ distinfo 14 Dec 2004 10:01:13 -0000 @@ -1,2 +1,2 @@ -MD5 (showimg-0.9.3.tar.bz2) = 8d9a579f929ea89f0a5ba1ec327acd70 -SIZE (showimg-0.9.3.tar.bz2) = 1393429 +MD5 (showimg-0.9.4.tar.bz2) = 40a8cc597a328b490806dba343d2e36d +SIZE (showimg-0.9.4.tar.bz2) = 1573010 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/showimg/pkg-plist,v retrieving revision 1.9 diff -c -u -r1.9 pkg-plist --- pkg-plist 29 Jul 2004 08:05:07 -0000 1.9 +++ pkg-plist 14 Dec 2004 10:01:13 -0000 @@ -1,4 +1,9 @@ bin/showimg +lib/kde3/libshowimgpart.la +lib/kde3/libshowimgpart.so +lib/libshowimgcore.la +lib/libshowimgcore.so +lib/libshowimgcore.so.0 share/applnk/Graphics/showimg.desktop share/apps/konqueror/servicemenus/konqshowimg.desktop share/apps/showimg/convert2png.pl @@ -61,6 +66,7 @@ share/apps/showimg/icons/hicolor/32x32/mimetypes/psd.png share/apps/showimg/icons/hicolor/48x48/mimetypes/psd.png share/apps/showimg/icons/hicolor/64x64/mimetypes/psd.png +share/apps/showimg/pics/No-Ones-Laughing-3.jpg share/apps/showimg/pics/bgxpm.png share/apps/showimg/pics/border.png share/apps/showimg/pics/gradient.png @@ -71,59 +77,10 @@ share/apps/showimg/pics/logo.png share/apps/showimg/showimgui.rc share/apps/showimg/tips -share/doc/HTML/da/showimg/but-back.png -share/doc/HTML/da/showimg/but-copy.png -share/doc/HTML/da/showimg/but-cut.png -share/doc/HTML/da/showimg/but-forward.png -share/doc/HTML/da/showimg/but-fullscreen.png -share/doc/HTML/da/showimg/but-go_up.png -share/doc/HTML/da/showimg/but-home.png -share/doc/HTML/da/showimg/but-horizontal_flip.png -share/doc/HTML/da/showimg/but-next_image.png -share/doc/HTML/da/showimg/but-original_size.png -share/doc/HTML/da/showimg/but-paste.png -share/doc/HTML/da/showimg/but-previous_image.png -share/doc/HTML/da/showimg/but-refresh.png -share/doc/HTML/da/showimg/but-rotate_left.png -share/doc/HTML/da/showimg/but-rotate_right.png -share/doc/HTML/da/showimg/but-slide_show.png -share/doc/HTML/da/showimg/but-stop.png -share/doc/HTML/da/showimg/but-toggle_thumbnails.png -share/doc/HTML/da/showimg/but-vertical_flip.png -share/doc/HTML/da/showimg/but-zoom_in.png -share/doc/HTML/da/showimg/but-zoom_out.png -share/doc/HTML/da/showimg/but-zoom_to_fit.png +share/apps/showimgpart/showimgpart.rc share/doc/HTML/da/showimg/common -share/doc/HTML/da/showimg/comparison.png share/doc/HTML/da/showimg/index.cache.bz2 share/doc/HTML/da/showimg/index.docbook -share/doc/HTML/da/showimg/main-window.png -share/doc/HTML/de/showimg/but-back.png -share/doc/HTML/de/showimg/but-copy.png -share/doc/HTML/de/showimg/but-cut.png -share/doc/HTML/de/showimg/but-forward.png -share/doc/HTML/de/showimg/but-fullscreen.png -share/doc/HTML/de/showimg/but-go_up.png -share/doc/HTML/de/showimg/but-home.png -share/doc/HTML/de/showimg/but-horizontal_flip.png -share/doc/HTML/de/showimg/but-next_image.png -share/doc/HTML/de/showimg/but-original_size.png -share/doc/HTML/de/showimg/but-paste.png -share/doc/HTML/de/showimg/but-previous_image.png -share/doc/HTML/de/showimg/but-refresh.png -share/doc/HTML/de/showimg/but-rotate_left.png -share/doc/HTML/de/showimg/but-rotate_right.png -share/doc/HTML/de/showimg/but-slide_show.png -share/doc/HTML/de/showimg/but-stop.png -share/doc/HTML/de/showimg/but-toggle_thumbnails.png -share/doc/HTML/de/showimg/but-vertical_flip.png -share/doc/HTML/de/showimg/but-zoom_in.png -share/doc/HTML/de/showimg/but-zoom_out.png -share/doc/HTML/de/showimg/but-zoom_to_fit.png -share/doc/HTML/de/showimg/comparison.png -share/doc/HTML/de/showimg/index.cache.bz2 -share/doc/HTML/de/showimg/index.docbook -share/doc/HTML/de/showimg/main-window.png share/doc/HTML/en/showimg/but-back.png share/doc/HTML/en/showimg/but-copy.png share/doc/HTML/en/showimg/but-cut.png @@ -131,178 +88,79 @@ share/doc/HTML/en/showimg/but-fullscreen.png share/doc/HTML/en/showimg/but-go_up.png share/doc/HTML/en/showimg/but-home.png +share/doc/HTML/en/showimg/but-horiz-flip.png share/doc/HTML/en/showimg/but-horizontal_flip.png +share/doc/HTML/en/showimg/but-next-image.png share/doc/HTML/en/showimg/but-next_image.png share/doc/HTML/en/showimg/but-original_size.png share/doc/HTML/en/showimg/but-paste.png +share/doc/HTML/en/showimg/but-prev-image.png share/doc/HTML/en/showimg/but-previous_image.png share/doc/HTML/en/showimg/but-refresh.png +share/doc/HTML/en/showimg/but-reload.png +share/doc/HTML/en/showimg/but-rotate-left.png +share/doc/HTML/en/showimg/but-rotate-right.png share/doc/HTML/en/showimg/but-rotate_left.png share/doc/HTML/en/showimg/but-rotate_right.png +share/doc/HTML/en/showimg/but-slide-show.png share/doc/HTML/en/showimg/but-slide_show.png +share/doc/HTML/en/showimg/but-stop-thumbs.png share/doc/HTML/en/showimg/but-stop.png +share/doc/HTML/en/showimg/but-toggle-thumbs.png share/doc/HTML/en/showimg/but-toggle_thumbnails.png +share/doc/HTML/en/showimg/but-vert-flip.png share/doc/HTML/en/showimg/but-vertical_flip.png +share/doc/HTML/en/showimg/but-zoom-fit-screen.png +share/doc/HTML/en/showimg/but-zoom-in.png +share/doc/HTML/en/showimg/but-zoom-original.png +share/doc/HTML/en/showimg/but-zoom-out.png share/doc/HTML/en/showimg/but-zoom_in.png share/doc/HTML/en/showimg/but-zoom_out.png share/doc/HTML/en/showimg/but-zoom_to_fit.png +share/doc/HTML/en/showimg/common share/doc/HTML/en/showimg/comparison.png share/doc/HTML/en/showimg/index.cache.bz2 share/doc/HTML/en/showimg/index.docbook share/doc/HTML/en/showimg/main-window.png -share/doc/HTML/es/showimg/but-back.png -share/doc/HTML/es/showimg/but-copy.png -share/doc/HTML/es/showimg/but-cut.png -share/doc/HTML/es/showimg/but-forward.png -share/doc/HTML/es/showimg/but-fullscreen.png -share/doc/HTML/es/showimg/but-go_up.png -share/doc/HTML/es/showimg/but-home.png -share/doc/HTML/es/showimg/but-horizontal_flip.png -share/doc/HTML/es/showimg/but-next_image.png -share/doc/HTML/es/showimg/but-original_size.png -share/doc/HTML/es/showimg/but-paste.png -share/doc/HTML/es/showimg/but-previous_image.png -share/doc/HTML/es/showimg/but-refresh.png -share/doc/HTML/es/showimg/but-rotate_left.png -share/doc/HTML/es/showimg/but-rotate_right.png -share/doc/HTML/es/showimg/but-slide_show.png -share/doc/HTML/es/showimg/but-stop.png -share/doc/HTML/es/showimg/but-toggle_thumbnails.png -share/doc/HTML/es/showimg/but-vertical_flip.png -share/doc/HTML/es/showimg/but-zoom_in.png -share/doc/HTML/es/showimg/but-zoom_out.png -share/doc/HTML/es/showimg/but-zoom_to_fit.png -share/doc/HTML/es/showimg/comparison.png +share/doc/HTML/es/showimg/common share/doc/HTML/es/showimg/index.cache.bz2 share/doc/HTML/es/showimg/index.docbook -share/doc/HTML/es/showimg/main-window.png -share/doc/HTML/et/showimg/but-back.png -share/doc/HTML/et/showimg/but-copy.png -share/doc/HTML/et/showimg/but-cut.png -share/doc/HTML/et/showimg/but-forward.png -share/doc/HTML/et/showimg/but-fullscreen.png -share/doc/HTML/et/showimg/but-go_up.png -share/doc/HTML/et/showimg/but-home.png -share/doc/HTML/et/showimg/but-horizontal_flip.png -share/doc/HTML/et/showimg/but-next_image.png -share/doc/HTML/et/showimg/but-original_size.png -share/doc/HTML/et/showimg/but-paste.png -share/doc/HTML/et/showimg/but-previous_image.png -share/doc/HTML/et/showimg/but-refresh.png -share/doc/HTML/et/showimg/but-rotate_left.png -share/doc/HTML/et/showimg/but-rotate_right.png -share/doc/HTML/et/showimg/but-slide_show.png -share/doc/HTML/et/showimg/but-stop.png -share/doc/HTML/et/showimg/but-toggle_thumbnails.png -share/doc/HTML/et/showimg/but-vertical_flip.png -share/doc/HTML/et/showimg/but-zoom_in.png -share/doc/HTML/et/showimg/but-zoom_out.png -share/doc/HTML/et/showimg/but-zoom_to_fit.png -share/doc/HTML/et/showimg/comparison.png +share/doc/HTML/et/showimg/common share/doc/HTML/et/showimg/index.cache.bz2 share/doc/HTML/et/showimg/index.docbook -share/doc/HTML/et/showimg/main-window.png -share/doc/HTML/fr/showimg/but-back.png -share/doc/HTML/fr/showimg/but-copy.png -share/doc/HTML/fr/showimg/but-cut.png -share/doc/HTML/fr/showimg/but-forward.png -share/doc/HTML/fr/showimg/but-fullscreen.png -share/doc/HTML/fr/showimg/but-go_up.png -share/doc/HTML/fr/showimg/but-home.png -share/doc/HTML/fr/showimg/but-horizontal_flip.png -share/doc/HTML/fr/showimg/but-next_image.png -share/doc/HTML/fr/showimg/but-original_size.png -share/doc/HTML/fr/showimg/but-paste.png -share/doc/HTML/fr/showimg/but-previous_image.png -share/doc/HTML/fr/showimg/but-refresh.png -share/doc/HTML/fr/showimg/but-rotate_left.png -share/doc/HTML/fr/showimg/but-rotate_right.png -share/doc/HTML/fr/showimg/but-slide_show.png -share/doc/HTML/fr/showimg/but-stop.png -share/doc/HTML/fr/showimg/but-toggle_thumbnails.png -share/doc/HTML/fr/showimg/but-vertical_flip.png -share/doc/HTML/fr/showimg/but-zoom_in.png -share/doc/HTML/fr/showimg/but-zoom_out.png -share/doc/HTML/fr/showimg/but-zoom_to_fit.png -share/doc/HTML/fr/showimg/comparison.png +share/doc/HTML/fr/showimg/common share/doc/HTML/fr/showimg/index.cache.bz2 share/doc/HTML/fr/showimg/index.docbook -share/doc/HTML/fr/showimg/main-window.png -share/doc/HTML/it/showimg/but-back.png -share/doc/HTML/it/showimg/but-copy.png -share/doc/HTML/it/showimg/but-cut.png -share/doc/HTML/it/showimg/but-forward.png -share/doc/HTML/it/showimg/but-fullscreen.png -share/doc/HTML/it/showimg/but-go_up.png -share/doc/HTML/it/showimg/but-home.png -share/doc/HTML/it/showimg/but-horizontal_flip.png -share/doc/HTML/it/showimg/but-next_image.png -share/doc/HTML/it/showimg/but-original_size.png -share/doc/HTML/it/showimg/but-paste.png -share/doc/HTML/it/showimg/but-previous_image.png -share/doc/HTML/it/showimg/but-refresh.png -share/doc/HTML/it/showimg/but-rotate_left.png -share/doc/HTML/it/showimg/but-rotate_right.png -share/doc/HTML/it/showimg/but-slide_show.png -share/doc/HTML/it/showimg/but-stop.png -share/doc/HTML/it/showimg/but-toggle_thumbnails.png -share/doc/HTML/it/showimg/but-vertical_flip.png -share/doc/HTML/it/showimg/but-zoom_in.png -share/doc/HTML/it/showimg/but-zoom_out.png -share/doc/HTML/it/showimg/but-zoom_to_fit.png -share/doc/HTML/it/showimg/comparison.png +share/doc/HTML/it/showimg/common share/doc/HTML/it/showimg/index.cache.bz2 share/doc/HTML/it/showimg/index.docbook -share/doc/HTML/it/showimg/main-window.png -share/doc/HTML/sv/showimg/but-back.png -share/doc/HTML/sv/showimg/but-copy.png -share/doc/HTML/sv/showimg/but-cut.png -share/doc/HTML/sv/showimg/but-forward.png -share/doc/HTML/sv/showimg/but-fullscreen.png -share/doc/HTML/sv/showimg/but-go_up.png -share/doc/HTML/sv/showimg/but-home.png -share/doc/HTML/sv/showimg/but-horizontal_flip.png -share/doc/HTML/sv/showimg/but-next_image.png -share/doc/HTML/sv/showimg/but-original_size.png -share/doc/HTML/sv/showimg/but-paste.png -share/doc/HTML/sv/showimg/but-previous_image.png -share/doc/HTML/sv/showimg/but-refresh.png -share/doc/HTML/sv/showimg/but-rotate_left.png -share/doc/HTML/sv/showimg/but-rotate_right.png -share/doc/HTML/sv/showimg/but-slide_show.png -share/doc/HTML/sv/showimg/but-stop.png -share/doc/HTML/sv/showimg/but-toggle_thumbnails.png -share/doc/HTML/sv/showimg/but-vertical_flip.png -share/doc/HTML/sv/showimg/but-zoom_in.png -share/doc/HTML/sv/showimg/but-zoom_out.png -share/doc/HTML/sv/showimg/but-zoom_to_fit.png -share/doc/HTML/sv/showimg/comparison.png +share/doc/HTML/pt/showimg/common +share/doc/HTML/pt/showimg/index.cache.bz2 +share/doc/HTML/pt/showimg/index.docbook +share/doc/HTML/sv/showimg/common share/doc/HTML/sv/showimg/index.cache.bz2 share/doc/HTML/sv/showimg/index.docbook -share/doc/HTML/sv/showimg/main-window.png -share/doc/HTML/de/showimg/common -share/doc/HTML/en/showimg/common -share/doc/HTML/es/showimg/common -share/doc/HTML/et/showimg/common -share/doc/HTML/fr/showimg/common -share/doc/HTML/it/showimg/common -share/doc/HTML/sv/showimg/common share/icons/hicolor/32x32/apps/showimg.png share/icons/hicolor/48x48/apps/showimg.png share/icons/hicolor/64x64/apps/showimg.png +share/locale/br/LC_MESSAGES/showimg.mo share/locale/cs/LC_MESSAGES/showimg.mo +share/locale/cy/LC_MESSAGES/showimg.mo share/locale/da/LC_MESSAGES/showimg.mo share/locale/de/LC_MESSAGES/showimg.mo share/locale/en_GB/LC_MESSAGES/showimg.mo share/locale/es/LC_MESSAGES/showimg.mo share/locale/et/LC_MESSAGES/showimg.mo share/locale/fr/LC_MESSAGES/showimg.mo +share/locale/ga/LC_MESSAGES/showimg.mo +share/locale/hu/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/pl/LC_MESSAGES/showimg.mo share/locale/pt/LC_MESSAGES/showimg.mo share/locale/pt_BR/LC_MESSAGES/showimg.mo +share/locale/ro/LC_MESSAGES/showimg.mo share/locale/ru/LC_MESSAGES/showimg.mo share/locale/sk/LC_MESSAGES/showimg.mo share/locale/sr/LC_MESSAGES/showimg.mo @@ -312,6 +170,7 @@ share/locale/zh_CN/LC_MESSAGES/showimg.mo share/mimelnk/image/x-psd.desktop share/mimelnk/image/x-sia.desktop +share/services/showimgpart.desktop @unexec rmdir %D/share/mimelnk/image 2>/dev/null || true @unexec rmdir %D/share/mimelnk 2>/dev/null || true @unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true @@ -326,18 +185,18 @@ @unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true @dirrm share/doc/HTML/da/showimg @unexec rmdir %D/share/doc/HTML/da 2>/dev/null || true -@dirrm share/doc/HTML/de/showimg -@unexec rmdir %D/share/doc/HTML/de 2>/dev/null || true @dirrm share/doc/HTML/es/showimg -@unexec rmdir %D/share/doc/HTML/es>/dev/null || true +@unexec rmdir %D/share/doc/HTML/es 2>/dev/null || true @dirrm share/doc/HTML/et/showimg -@unexec rmdir %D/share/doc/HTML/et>/dev/null || true +@unexec rmdir %D/share/doc/HTML/et 2>/dev/null || true @dirrm share/doc/HTML/fr/showimg -@unexec rmdir %D/share/doc/HTML/fr>/dev/null || true +@unexec rmdir %D/share/doc/HTML/fr 2>/dev/null || true @dirrm share/doc/HTML/it/showimg -@unexec rmdir %D/share/doc/HTML/it>/dev/null || true +@unexec rmdir %D/share/doc/HTML/it 2>/dev/null || true +@dirrm share/doc/HTML/pt/showimg +@unexec rmdir %D/share/doc/HTML/pt 2>/dev/null || true @dirrm share/doc/HTML/sv/showimg -@unexec rmdir %D/share/doc/HTML/sv>/dev/null || true +@unexec rmdir %D/share/doc/HTML/sv 2>/dev/null || true @unexec rmdir %D/share/doc/HTML 2>/dev/null || true @dirrm share/apps/showimg/pics @dirrm share/apps/showimg/icons/hicolor/64x64/mimetypes @@ -364,6 +223,8 @@ @dirrm share/apps/showimg @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/showimgpart 2>/dev/null || true @unexec rmdir %D/share/apps 2>/dev/null || true @unexec rmdir %D/share/applnk/Graphics 2>/dev/null || true + @unexec rmdir %D/share/applnk 2>/dev/null || true --- showimg-0.9.4,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: