From c7f9a2a323af2cb740f7af63831437a786e602ae Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 21 Aug 2001 16:33:18 +0000 Subject: [PATCH] Bump to 2.2. This loses pixie for now. --- x11/kde/graphics2/Makefile | 6 +- x11/kde/graphics2/files/md5 | 6 +- .../graphics2/patches/patch-admin_ltconfig | 22 +- x11/kde/graphics2/patches/patch-configure_in | 12 - .../patch-pixie_plugins_kde_Makefile_in | 19 -- .../patch-pixie_plugins_magick_Makefile_in | 19 -- x11/kde/graphics2/pkg/PFRAG.shared | 9 +- x11/kde/graphics2/pkg/PLIST | 283 ++---------------- 8 files changed, 58 insertions(+), 318 deletions(-) delete mode 100644 x11/kde/graphics2/patches/patch-configure_in delete mode 100644 x11/kde/graphics2/patches/patch-pixie_plugins_kde_Makefile_in delete mode 100644 x11/kde/graphics2/patches/patch-pixie_plugins_magick_Makefile_in diff --git a/x11/kde/graphics2/Makefile b/x11/kde/graphics2/Makefile index 02ebb66fa12..88297f322ae 100644 --- a/x11/kde/graphics2/Makefile +++ b/x11/kde/graphics2/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2001/05/10 19:44:55 lebel Exp $ +# $OpenBSD: Makefile,v 1.6 2001/08/21 16:33:18 espie Exp $ COMMENT= "X11 toolkit, graphics applications" CATEGORIES= x11 x11/kde NEED_VERSION= 1.400 -VERSION= 2.1.1 +VERSION= 2.2 DISTNAME= kdegraphics-${VERSION} DIST_SUBDIR= kde @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-qt-includes=${LOCALBASE}/include/X11/qt2 CONFIGURE_ARGS+= --with-qt-libraries=${LOCALBASE}/lib/qt2 CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include -CONFIGURE_ARGS+= --disable-debug +CONFIGURE_ARGS+= --enable-debug #CONFIGURE_ARGS+= --with-xdmdir=/var/X11/kdm #CONFIGURE_ARGS+= --without-motif #CONFIGURE_ARGS+=--enable-static --enable-debug --disable-shared diff --git a/x11/kde/graphics2/files/md5 b/x11/kde/graphics2/files/md5 index 9cd83a68b12..2191749cd49 100644 --- a/x11/kde/graphics2/files/md5 +++ b/x11/kde/graphics2/files/md5 @@ -1,3 +1,3 @@ -MD5 (kde/kdegraphics-2.1.1.tar.bz2) = 686f47becc517d4e6358b35b8a6f2b58 -RMD160 (kde/kdegraphics-2.1.1.tar.bz2) = 44ee73696175ea028f93402442fb362143527433 -SHA1 (kde/kdegraphics-2.1.1.tar.bz2) = dc29d4fa5f2aec01fd4e21c74703061a2e380f0c +MD5 (kde/kdegraphics-2.2.tar.bz2) = 32125d00243c884017daa4345b87e2fe +RMD160 (kde/kdegraphics-2.2.tar.bz2) = 3748da514bdfc997f3e96816ad0da1f4ff3a8a5a +SHA1 (kde/kdegraphics-2.2.tar.bz2) = 2c584a959f6d581c7fe7f51f518c3ab51c20397d diff --git a/x11/kde/graphics2/patches/patch-admin_ltconfig b/x11/kde/graphics2/patches/patch-admin_ltconfig index 0c081a64e99..2b69d68288c 100644 --- a/x11/kde/graphics2/patches/patch-admin_ltconfig +++ b/x11/kde/graphics2/patches/patch-admin_ltconfig @@ -1,7 +1,21 @@ -$OpenBSD: patch-admin_ltconfig,v 1.2 2001/04/22 16:33:16 espie Exp $ ---- admin/ltconfig.orig Sat Mar 10 15:05:21 2001 -+++ admin/ltconfig Sat Mar 10 15:07:50 2001 -@@ -1162,6 +1162,8 @@ openbsd*) +$OpenBSD: patch-admin_ltconfig,v 1.3 2001/08/21 16:33:18 espie Exp $ +--- admin/ltconfig.orig Sat May 19 09:19:10 2001 ++++ admin/ltconfig Mon Aug 20 18:56:38 2001 +@@ -625,7 +625,12 @@ old_postuninstall_cmds= + + if test -n "$RANLIB"; then + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" ++ case $host_os in ++ openbsd*) ++ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds";; ++ *) ++ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds";; ++ esac + fi + + # Source the script associated with the $tagname tag configuration. +@@ -1254,6 +1259,8 @@ openbsd*) shlibpath_var=LD_LIBRARY_PATH # OpenBSD 2.7 the overriding is needed for fast-install shlibpath_overrides_runpath=yes diff --git a/x11/kde/graphics2/patches/patch-configure_in b/x11/kde/graphics2/patches/patch-configure_in deleted file mode 100644 index 062a1f98982..00000000000 --- a/x11/kde/graphics2/patches/patch-configure_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-configure_in,v 1.1 2001/04/22 16:33:16 espie Exp $ ---- configure.in.orig Sun Apr 22 17:23:00 2001 -+++ configure.in Sun Apr 22 17:23:41 2001 -@@ -414,7 +414,7 @@ AC_SUBST(KDVI_KPATHSEA_LIB) - AC_CHECK_HEADERS(sys/types.h sys/params.h limits.h) - - AC_FUNC_MMAP --AC_CHECK_HEADERS(pthread.h) -+dnl AC_CHECK_HEADERS(pthread.h) - KDE_CREATE_SUBDIRSLIST - AC_OUTPUT( \ - ./Makefile \ diff --git a/x11/kde/graphics2/patches/patch-pixie_plugins_kde_Makefile_in b/x11/kde/graphics2/patches/patch-pixie_plugins_kde_Makefile_in deleted file mode 100644 index 5707955127f..00000000000 --- a/x11/kde/graphics2/patches/patch-pixie_plugins_kde_Makefile_in +++ /dev/null @@ -1,19 +0,0 @@ -$OpenBSD: patch-pixie_plugins_kde_Makefile_in,v 1.1 2001/04/23 23:19:50 espie Exp $ ---- pixie/plugins/kde/Makefile.in.orig Tue Apr 24 00:55:15 2001 -+++ pixie/plugins/kde/Makefile.in Tue Apr 24 00:56:01 2001 -@@ -231,13 +231,13 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../../.. - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libkif_kdeeffects_la_DEPENDENCIES = ../../libifplugin/libkifplugin.la -+libkif_kdeeffects_la_DEPENDENCIES = - #>- libkif_kdeeffects_la_OBJECTS = dialogs.lo effects.lo - #>+ 5 - libkif_kdeeffects_la_final_OBJECTS = libkif_kdeeffects_la.all_cpp.lo - libkif_kdeeffects_la_nofinal_OBJECTS = dialogs.lo effects.lo \ - libkif_kdeeffects_la_meta_unload.lo --@KDE_USE_FINAL_FALSE@libkif_kdeeffects_la_OBJECTS = $(libkif_kdeeffects_la_nofinal_OBJECTS) -+@KDE_USE_FINAL_FALSE@libkif_kdeeffects_la_OBJECTS = $(libkif_kdeeffects_la_nofinal_OBJECTS) ../../libifplugin/ifplugin.lo - @KDE_USE_FINAL_TRUE@libkif_kdeeffects_la_OBJECTS = $(libkif_kdeeffects_la_final_OBJECTS) - CXXFLAGS = @CXXFLAGS@ - #>- CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) diff --git a/x11/kde/graphics2/patches/patch-pixie_plugins_magick_Makefile_in b/x11/kde/graphics2/patches/patch-pixie_plugins_magick_Makefile_in deleted file mode 100644 index 43c954258f6..00000000000 --- a/x11/kde/graphics2/patches/patch-pixie_plugins_magick_Makefile_in +++ /dev/null @@ -1,19 +0,0 @@ -$OpenBSD: patch-pixie_plugins_magick_Makefile_in,v 1.1 2001/04/23 21:16:53 espie Exp $ ---- pixie/plugins/magick/Makefile.in.orig Mon Apr 23 20:47:47 2001 -+++ pixie/plugins/magick/Makefile.in Mon Apr 23 20:48:57 2001 -@@ -231,13 +231,12 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../../.. - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libkif_magick_la_DEPENDENCIES = ../../../libminimagick/libminimagick.la \ --../../libifplugin/libkifplugin.la -+libkif_magick_la_DEPENDENCIES = ../../../libminimagick/libminimagick.la - #>- libkif_magick_la_OBJECTS = dialog.lo magick.lo - #>+ 4 - libkif_magick_la_final_OBJECTS = libkif_magick_la.all_cpp.lo - libkif_magick_la_nofinal_OBJECTS = dialog.lo magick.lo --@KDE_USE_FINAL_FALSE@libkif_magick_la_OBJECTS = $(libkif_magick_la_nofinal_OBJECTS) -+@KDE_USE_FINAL_FALSE@libkif_magick_la_OBJECTS = $(libkif_magick_la_nofinal_OBJECTS) ../../libifplugin/ifplugin.lo - @KDE_USE_FINAL_TRUE@libkif_magick_la_OBJECTS = $(libkif_magick_la_final_OBJECTS) - CXXFLAGS = @CXXFLAGS@ - #>- CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) diff --git a/x11/kde/graphics2/pkg/PFRAG.shared b/x11/kde/graphics2/pkg/PFRAG.shared index e1e49a2ed55..b12dc77160d 100644 --- a/x11/kde/graphics2/pkg/PFRAG.shared +++ b/x11/kde/graphics2/pkg/PFRAG.shared @@ -1,16 +1,11 @@ -@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/03/30 13:05:01 espie Exp $ +@comment $OpenBSD: PFRAG.shared,v 1.2 2001/08/21 16:33:18 espie Exp $ +lib/libkcolorchooser.so.0.0 lib/libkdvi.so.0.0 lib/libkfax.so.0.0 lib/libkghostview.so.1.0 -lib/libkif_kdeeffects.so.1.0 -lib/libkif_magick.so.1.0 -lib/libkifplugin.so.3.0 lib/libkmultipage.so.0.0 lib/libkpagetest.so.0.0 lib/libkview.so.0.0 lib/libkviewerpart.so.0.0 lib/libkviewpart.so.0.0 -lib/libminimagick.so.5.1 -lib/libpixie_color.so.1.0 -lib/libpixie_thumb.so.1.0 DYNLIBDIR(%D/lib) diff --git a/x11/kde/graphics2/pkg/PLIST b/x11/kde/graphics2/pkg/PLIST index 63c4c8b442d..613e722a7cc 100644 --- a/x11/kde/graphics2/pkg/PLIST +++ b/x11/kde/graphics2/pkg/PLIST @@ -1,61 +1,36 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/30 13:05:01 espie Exp $ +@comment $OpenBSD: PLIST,v 1.2 2001/08/21 16:33:18 espie Exp $ +bin/kcolorchooser +bin/kcoloredit bin/kdvi bin/kfax bin/kfract bin/kghostview bin/kiconedit bin/kpaint -bin/kpixmap2bitmap bin/kruler bin/ksnapshot bin/kview bin/kviewshell -bin/pixie -include/ifplugin.h -include/mini-magick/animate.h -include/mini-magick/api.h -include/mini-magick/blob.h -include/mini-magick/cache.h -include/mini-magick/cache_io.h -include/mini-magick/classify.h -include/mini-magick/compress.h -include/mini-magick/defines.h -include/mini-magick/delegates.h -include/mini-magick/error.h -include/mini-magick/gems.h -include/mini-magick/image.h -include/mini-magick/magick.h -include/mini-magick/memory.h -include/mini-magick/monitor.h -include/mini-magick/quantize.h -include/mini-magick/timer.h -include/mini-magick/utility.h -include/mini-magick/version.h +lib/kcolorchooser.la lib/kview.la lib/libkdvi.la lib/libkfax.la lib/libkghostview.la -lib/libkif_kdeeffects.la -lib/libkif_magick.la -lib/libkifplugin.la lib/libkmultipage.la lib/libkpagetest.la lib/libkviewerpart.la lib/libkviewpart.la -lib/libminimagick.la -lib/libpixie_color.la -lib/libpixie_thumb.la +share/applnk/Graphics/kcolorchooser.desktop +share/applnk/Graphics/kcoloredit.desktop share/applnk/Graphics/kdvi.desktop share/applnk/Graphics/kfax.desktop share/applnk/Graphics/kfract.desktop share/applnk/Graphics/kghostview.desktop share/applnk/Graphics/kiconedit.desktop share/applnk/Graphics/kpaint.desktop -share/applnk/Graphics/kpixmap2bitmap.desktop share/applnk/Graphics/kruler.desktop share/applnk/Graphics/ksnapshot.desktop share/applnk/Graphics/kview.desktop -share/applnk/Graphics/pixie.desktop share/apps/kdvi/kdvi_part.rc share/apps/kdvi/toolbar/forwpage.xpm share/apps/kdvi/toolbar/largetext.xpm @@ -66,6 +41,7 @@ share/apps/kfax/pics/kfaxlogo.xpm share/apps/kfract/kfract.rc share/apps/kghostview/kghostviewui.rc share/apps/kghostview/kgv_part.rc +share/apps/kghostview/pdf_sec.ps share/apps/kiconedit/pics/compressed.png share/apps/kiconedit/pics/source.png share/apps/kiconedit/pics/standard.png @@ -106,10 +82,12 @@ share/apps/kpaint/toolbar/pen.xpm share/apps/kpaint/toolbar/rectangle.xpm share/apps/kpaint/toolbar/roundangle.xpm share/apps/kpaint/toolbar/spraycan.xpm +share/apps/kruler/eventsrc share/apps/kruler/kruler-east.png share/apps/kruler/kruler-north.png share/apps/kruler/kruler-south.png share/apps/kruler/kruler-west.png +share/apps/kruler/move.wav share/apps/kview/kview_part.rc share/apps/kview/kview_popup.rc share/apps/kview/kviewui.rc @@ -117,169 +95,38 @@ share/apps/kview/toolbar/rotate.png share/apps/kviewerpart/kviewerpart.rc share/apps/kviewshell/kviewshell.rc share/apps/kviewshell/paper-formats -share/apps/pixie/dec2.png -share/apps/pixie/dec2high.png -share/apps/pixie/inc2.png -share/apps/pixie/inc2high.png -share/apps/pixie/logo.png -share/apps/pixie/plugins/kdeeffects.desktop -share/apps/pixie/plugins/magick.desktop -share/apps/pixie/progress1.png -share/apps/pixie/progress2.png -share/apps/pixie/thumbwallpaper.png -share/apps/pixie/toolbar/back.png -share/apps/pixie/toolbar/brightness+.png -share/apps/pixie/toolbar/brightness-.png -share/apps/pixie/toolbar/contrast+.png -share/apps/pixie/toolbar/contrast-.png -share/apps/pixie/toolbar/fliph.png -share/apps/pixie/toolbar/flipv.png -share/apps/pixie/toolbar/forward.png -share/apps/pixie/toolbar/kwin.png -share/apps/pixie/toolbar/mini-ray.png -share/apps/pixie/toolbar/mini-run.png -share/apps/pixie/toolbar/play.png -share/apps/pixie/toolbar/scaledown.png -share/apps/pixie/toolbar/scaleup.png -share/apps/pixie/toolbar/stop.png -share/apps/pixie/toolbar/thumb.png -share/doc/HTML/en/kdvi/.anchors share/doc/HTML/en/kdvi/KDVI-features.dvi share/doc/HTML/en/kdvi/KDVI-features.tex share/doc/HTML/en/kdvi/aboutkde.ps share/doc/HTML/en/kdvi/common -share/doc/HTML/en/kdvi/index.cvlog +share/doc/HTML/en/kdvi/index.cache.bz2 share/doc/HTML/en/kdvi/index.docbook -share/doc/HTML/en/kdvi/index.html -share/doc/HTML/en/kdvi/opt-rendering.html share/doc/HTML/en/kdvi/optionrequester1.png share/doc/HTML/en/kdvi/optionrequester2.png -share/doc/HTML/en/kdvi/options.html -share/doc/HTML/en/kdvi/printing.html -share/doc/HTML/en/kdvi/qampa.html -share/doc/HTML/en/kdvi/usage.html -share/doc/HTML/en/kfax/.anchors -share/doc/HTML/en/kfax/command-line-options.html -share/doc/HTML/en/kfax/common -share/doc/HTML/en/kfax/compilation-and-installation.html -share/doc/HTML/en/kfax/copyright.html -share/doc/HTML/en/kfax/dealing-with-files-on-the-internet.html -share/doc/HTML/en/kfax/fax-options.html -share/doc/HTML/en/kfax/fundamentals.html -share/doc/HTML/en/kfax/help.html -share/doc/HTML/en/kfax/how-to-create-fax-files.html -share/doc/HTML/en/kfax/index.cvlog -share/doc/HTML/en/kfax/index.docbook -share/doc/HTML/en/kfax/index.html -share/doc/HTML/en/kfax/installation.html -share/doc/HTML/en/kfax/introduction.html -share/doc/HTML/en/kfax/kfax-key-bindings.html -share/doc/HTML/en/kfax/options.html -share/doc/HTML/en/kfax/printing.html -share/doc/HTML/en/kfax/questionsandanswers.html -share/doc/HTML/en/kfax/requirements.html -share/doc/HTML/en/kfax/themenuentries.html -share/doc/HTML/en/kfax/view.html -share/doc/HTML/en/kfract/.anchors share/doc/HTML/en/kfract/common -share/doc/HTML/en/kfract/credits-and-license.html -share/doc/HTML/en/kfract/index.cvlog +share/doc/HTML/en/kfract/index.cache.bz2 share/doc/HTML/en/kfract/index.docbook -share/doc/HTML/en/kfract/index.html -share/doc/HTML/en/kfract/introduction.html share/doc/HTML/en/kfract/kfract.png -share/doc/HTML/en/kfract/onscreenfundamentals.html -share/doc/HTML/en/kfract/the-file-menu.html -share/doc/HTML/en/kfract/the-help-menu.html -share/doc/HTML/en/kfract/the-options-menu.html -share/doc/HTML/en/kfract/the-toolbar.html -share/doc/HTML/en/kfract/the-types-menu.html -share/doc/HTML/en/kghostview/.anchors -share/doc/HTML/en/kghostview/authors.html share/doc/HTML/en/kghostview/common -share/doc/HTML/en/kghostview/configure-interpreter.html -share/doc/HTML/en/kghostview/configure-key-bindings.html -share/doc/HTML/en/kghostview/copyright.html -share/doc/HTML/en/kghostview/dialogboxes.html -share/doc/HTML/en/kghostview/epilogue.html -share/doc/HTML/en/kghostview/fundamentals.html -share/doc/HTML/en/kghostview/ghostscript-messages.html -share/doc/HTML/en/kghostview/go-to-page.html -share/doc/HTML/en/kghostview/go.html -share/doc/HTML/en/kghostview/help.html -share/doc/HTML/en/kghostview/index.cvlog +share/doc/HTML/en/kghostview/index.cache.bz2 share/doc/HTML/en/kghostview/index.docbook -share/doc/HTML/en/kghostview/index.html -share/doc/HTML/en/kghostview/info.html -share/doc/HTML/en/kghostview/introduction.html -share/doc/HTML/en/kghostview/options.html -share/doc/HTML/en/kghostview/page-list.html -share/doc/HTML/en/kghostview/primarymenuitems.html -share/doc/HTML/en/kghostview/tool-bar.html -share/doc/HTML/en/kghostview/tutorial.html -share/doc/HTML/en/kghostview/view-control.html -share/doc/HTML/en/kghostview/view.html -share/doc/HTML/en/kiconedit/.anchors share/doc/HTML/en/kiconedit/common -share/doc/HTML/en/kiconedit/compilation-and-installation.html -share/doc/HTML/en/kiconedit/configuration.html -share/doc/HTML/en/kiconedit/edit.html -share/doc/HTML/en/kiconedit/grid.html -share/doc/HTML/en/kiconedit/help.html -share/doc/HTML/en/kiconedit/index.cvlog +share/doc/HTML/en/kiconedit/index.cache.bz2 share/doc/HTML/en/kiconedit/index.docbook -share/doc/HTML/en/kiconedit/index.html -share/doc/HTML/en/kiconedit/installation.html -share/doc/HTML/en/kiconedit/introduction.html -share/doc/HTML/en/kiconedit/onscreenfundamentals.html -share/doc/HTML/en/kiconedit/options.html -share/doc/HTML/en/kiconedit/requirements.html -share/doc/HTML/en/kiconedit/statusbar.html -share/doc/HTML/en/kiconedit/themenuentries.html -share/doc/HTML/en/kiconedit/tools-toolbar.html -share/doc/HTML/en/kiconedit/tools.html -share/doc/HTML/en/kiconedit/view.html -share/doc/HTML/en/kpaint/.anchors -share/doc/HTML/en/kpaint/Technic.png share/doc/HTML/en/kpaint/common -share/doc/HTML/en/kpaint/index.cvlog +share/doc/HTML/en/kpaint/index.cache.bz2 share/doc/HTML/en/kpaint/index.docbook -share/doc/HTML/en/kpaint/index.html -share/doc/HTML/en/kpaint/introductiongraphicfilereftechnicpnggraphic.html -share/doc/HTML/en/kpaint/planned-features.html -share/doc/HTML/en/ksnapshot/.anchors -share/doc/HTML/en/ksnapshot/additional-features.html +share/doc/HTML/en/kruler/common +share/doc/HTML/en/kruler/index.cache.bz2 +share/doc/HTML/en/kruler/index.docbook share/doc/HTML/en/ksnapshot/common -share/doc/HTML/en/ksnapshot/compilation-installation.html -share/doc/HTML/en/ksnapshot/credits.html +share/doc/HTML/en/ksnapshot/index.cache.bz2 share/doc/HTML/en/ksnapshot/index.docbook -share/doc/HTML/en/ksnapshot/index.html -share/doc/HTML/en/ksnapshot/installation.html -share/doc/HTML/en/ksnapshot/introduction.html share/doc/HTML/en/ksnapshot/preview.png -share/doc/HTML/en/ksnapshot/requirements.html -share/doc/HTML/en/ksnapshot/taking-snapshot.html -share/doc/HTML/en/ksnapshot/using-ksapshot.html share/doc/HTML/en/ksnapshot/window.png -share/doc/HTML/en/kview/.anchors -share/doc/HTML/en/kview/cluttering-desktop.html -share/doc/HTML/en/kview/command-line.html -share/doc/HTML/en/kview/commands.html share/doc/HTML/en/kview/common -share/doc/HTML/en/kview/credits.html -share/doc/HTML/en/kview/desktop-menu.html -share/doc/HTML/en/kview/edit-menu.html -share/doc/HTML/en/kview/filter-menu.html -share/doc/HTML/en/kview/help-menu.html -share/doc/HTML/en/kview/images-menu.html +share/doc/HTML/en/kview/index.cache.bz2 share/doc/HTML/en/kview/index.docbook -share/doc/HTML/en/kview/index.html -share/doc/HTML/en/kview/installation.html -share/doc/HTML/en/kview/introduction.html -share/doc/HTML/en/kview/requirements.html -share/doc/HTML/en/kview/sample-session.html -share/doc/HTML/en/kview/selection.html -share/doc/HTML/en/kview/settings-menu.html share/doc/HTML/en/kview/snapshot1.png share/doc/HTML/en/kview/snapshot2.png share/doc/HTML/en/kview/snapshot3.png @@ -289,98 +136,37 @@ share/doc/HTML/en/kview/snapshot6.png share/doc/HTML/en/kview/snapshot7.png share/doc/HTML/en/kview/snapshot8.png share/doc/HTML/en/kview/snapshot9.png -share/doc/HTML/en/kview/stirring-paste.html -share/doc/HTML/en/kview/transform-menu.html -share/doc/HTML/en/kview/view-menu.html -share/doc/HTML/en/pixie/.anchors -share/doc/HTML/en/pixie/clone.png -share/doc/HTML/en/pixie/command-line-options.html -share/doc/HTML/en/pixie/common -share/doc/HTML/en/pixie/compilation.html -share/doc/HTML/en/pixie/configure.html -share/doc/HTML/en/pixie/copy-paste.png -share/doc/HTML/en/pixie/credits.html -share/doc/HTML/en/pixie/drag-and-drop.html -share/doc/HTML/en/pixie/edit-advanced.html -share/doc/HTML/en/pixie/edit-basics.html -share/doc/HTML/en/pixie/effects.html -share/doc/HTML/en/pixie/file.html -share/doc/HTML/en/pixie/getting-started.html -share/doc/HTML/en/pixie/help.html -share/doc/HTML/en/pixie/hotlist.png -share/doc/HTML/en/pixie/image-edit.png -share/doc/HTML/en/pixie/image-size.png -share/doc/HTML/en/pixie/ind-color-edit.png -share/doc/HTML/en/pixie/index.docbook -share/doc/HTML/en/pixie/index.html -share/doc/HTML/en/pixie/installation.html -share/doc/HTML/en/pixie/introduction.html -share/doc/HTML/en/pixie/key-bindings.html -share/doc/HTML/en/pixie/new-win.png -share/doc/HTML/en/pixie/open-save-print.png -share/doc/HTML/en/pixie/open.png -share/doc/HTML/en/pixie/options.png -share/doc/HTML/en/pixie/pixie.png -share/doc/HTML/en/pixie/reload.png -share/doc/HTML/en/pixie/requirements.html -share/doc/HTML/en/pixie/scale.png -share/doc/HTML/en/pixie/screenshot.png -share/doc/HTML/en/pixie/sharp-bright.png -share/doc/HTML/en/pixie/startup.png -share/doc/HTML/en/pixie/stop.png -share/doc/HTML/en/pixie/thumb-fm.png -share/doc/HTML/en/pixie/thumbgen.png -share/doc/HTML/en/pixie/thumbnails.png -share/doc/HTML/en/pixie/thumbs-preview.png -share/doc/HTML/en/pixie/thumbs-update.png -share/doc/HTML/en/pixie/toggle.png -share/doc/HTML/en/pixie/toolbar-menu-entries.html -share/doc/HTML/en/pixie/windows.html +share/icons/hicolor/16x16/apps/kcoloredit.png +share/icons/hicolor/16x16/apps/kdvi.png +share/icons/hicolor/16x16/apps/kfax.png +share/icons/hicolor/16x16/apps/kfract.png +share/icons/hicolor/16x16/apps/kghostview.png +share/icons/hicolor/16x16/apps/kiconedit.png +share/icons/hicolor/16x16/apps/kpaint.png share/icons/hicolor/16x16/apps/kruler.png +share/icons/hicolor/16x16/apps/ksnapshot.png +share/icons/hicolor/16x16/apps/kview.png +share/icons/hicolor/32x32/apps/kcoloredit.png share/icons/hicolor/32x32/apps/kdvi.png share/icons/hicolor/32x32/apps/kfax.png share/icons/hicolor/32x32/apps/kfract.png share/icons/hicolor/32x32/apps/kghostview.png share/icons/hicolor/32x32/apps/kiconedit.png share/icons/hicolor/32x32/apps/kpaint.png -share/icons/hicolor/32x32/apps/kpixmap2bitmap.png share/icons/hicolor/32x32/apps/kruler.png share/icons/hicolor/32x32/apps/ksnapshot.png share/icons/hicolor/32x32/apps/kview.png -share/icons/hicolor/32x32/apps/pixie.png share/icons/hicolor/48x48/apps/kdvi.png share/icons/hicolor/48x48/apps/kfax.png share/icons/hicolor/48x48/apps/kfract.png share/icons/hicolor/48x48/apps/kghostview.png share/icons/hicolor/48x48/apps/kiconedit.png share/icons/hicolor/48x48/apps/kpaint.png -share/icons/hicolor/48x48/apps/kpixmap2bitmap.png share/icons/hicolor/48x48/apps/kruler.png share/icons/hicolor/48x48/apps/ksnapshot.png share/icons/hicolor/48x48/apps/kview.png -share/icons/hicolor/48x48/apps/pixie.png -share/icons/locolor/16x16/apps/kdvi.png -share/icons/locolor/16x16/apps/kfax.png -share/icons/locolor/16x16/apps/kfract.png -share/icons/locolor/16x16/apps/kghostview.png -share/icons/locolor/16x16/apps/kiconedit.png -share/icons/locolor/16x16/apps/kpaint.png -share/icons/locolor/16x16/apps/kpixmap2bitmap.png -share/icons/locolor/16x16/apps/kruler.png -share/icons/locolor/16x16/apps/ksnapshot.png -share/icons/locolor/16x16/apps/kview.png -share/icons/locolor/16x16/apps/pixie.png -share/icons/locolor/32x32/apps/kdvi.png -share/icons/locolor/32x32/apps/kfax.png -share/icons/locolor/32x32/apps/kfract.png -share/icons/locolor/32x32/apps/kghostview.png -share/icons/locolor/32x32/apps/kiconedit.png -share/icons/locolor/32x32/apps/kpaint.png -share/icons/locolor/32x32/apps/kpixmap2bitmap.png -share/icons/locolor/32x32/apps/kruler.png -share/icons/locolor/32x32/apps/ksnapshot.png -share/icons/locolor/32x32/apps/kview.png -share/icons/locolor/32x32/apps/pixie.png +share/icons/locolor/16x16/apps/kcoloredit.png +share/icons/locolor/32x32/apps/kcoloredit.png %%SHARED%% @dirrm share/icons/locolor/32x32/apps @dirrm share/icons/locolor/16x16/apps @@ -388,18 +174,14 @@ share/icons/locolor/32x32/apps/pixie.png @dirrm share/icons/hicolor/32x32/apps @dirrm share/icons/hicolor/16x16/apps @dirrm share/icons/hicolor/16x16 -@dirrm share/doc/HTML/en/pixie @dirrm share/doc/HTML/en/kview @dirrm share/doc/HTML/en/ksnapshot +@dirrm share/doc/HTML/en/kruler @dirrm share/doc/HTML/en/kpaint @dirrm share/doc/HTML/en/kiconedit @dirrm share/doc/HTML/en/kghostview @dirrm share/doc/HTML/en/kfract -@dirrm share/doc/HTML/en/kfax @dirrm share/doc/HTML/en/kdvi -@dirrm share/apps/pixie/toolbar -@dirrm share/apps/pixie/plugins -@dirrm share/apps/pixie @dirrm share/apps/kviewshell @dirrm share/apps/kviewerpart @dirrm share/apps/kview/toolbar @@ -418,4 +200,3 @@ share/icons/locolor/32x32/apps/pixie.png @dirrm share/apps/kdvi @dirrm share/applnk/Graphics @dirrm share/applnk -@dirrm include/mini-magick