From 8a704957fef2cdf0a193592ca25a9079e19099ec Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 3 Apr 2013 10:51:43 +0000 Subject: Update to KDE SC 4.10.2 bugfixes, other quality improvements, new and improved KDE Applications --- graphics/gwenview/Makefile | 5 +- graphics/gwenview/PLIST | 10 +- graphics/gwenview/distinfo | 8 +- graphics/kamera/Makefile | 3 +- graphics/kamera/distinfo | 8 +- graphics/kcolorchooser/Makefile | 3 +- graphics/kcolorchooser/distinfo | 8 +- graphics/kde-base-artwork/DESCR | 1 + graphics/kde-base-artwork/Makefile | 13 +++ graphics/kde-base-artwork/PLIST | 22 ++++ graphics/kde-base-artwork/distinfo | 5 + graphics/kdegraphics-mobipocket/Makefile | 3 +- graphics/kdegraphics-mobipocket/distinfo | 8 +- graphics/kdegraphics-strigi-analyzer/Makefile | 3 +- graphics/kdegraphics-strigi-analyzer/distinfo | 8 +- graphics/kdegraphics-thumbnailers/Makefile | 3 +- graphics/kdegraphics-thumbnailers/distinfo | 8 +- graphics/kgamma/Makefile | 3 +- graphics/kgamma/distinfo | 8 +- graphics/kolourpaint/Makefile | 3 +- graphics/kolourpaint/PLIST | 4 +- graphics/kolourpaint/distinfo | 8 +- graphics/kruler/Makefile | 3 +- graphics/kruler/distinfo | 8 +- graphics/ksaneplugin/Makefile | 3 +- graphics/ksaneplugin/distinfo | 8 +- graphics/ksnapshot/Makefile | 4 +- graphics/ksnapshot/distinfo | 8 +- graphics/libkdcraw/Makefile | 3 +- graphics/libkdcraw/PLIST | 7 +- graphics/libkdcraw/distinfo | 9 +- .../patches/patch-libraw_internal_wf_filtering.cpp | 14 +++ graphics/libkexiv2/Makefile | 3 +- graphics/libkexiv2/PLIST | 6 +- graphics/libkexiv2/distinfo | 8 +- graphics/libkipi/Makefile | 3 +- graphics/libkipi/PLIST | 15 ++- graphics/libkipi/distinfo | 8 +- graphics/libksane/Makefile | 3 +- graphics/libksane/distinfo | 8 +- graphics/oxygen-icons/Makefile | 6 +- graphics/oxygen-icons/PLIST | 113 +++++++++++++++++---- graphics/oxygen-icons/distinfo | 8 +- graphics/svgpart/Makefile | 3 +- graphics/svgpart/distinfo | 8 +- 45 files changed, 261 insertions(+), 143 deletions(-) create mode 100644 graphics/kde-base-artwork/DESCR create mode 100644 graphics/kde-base-artwork/Makefile create mode 100644 graphics/kde-base-artwork/PLIST create mode 100644 graphics/kde-base-artwork/distinfo create mode 100644 graphics/libkdcraw/patches/patch-libraw_internal_wf_filtering.cpp (limited to 'graphics') diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index 08c5bf2a8ba..047a3d79808 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2013/02/16 11:22:08 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2013/04/03 10:52:06 markd Exp $ DISTNAME= gwenview-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= KDE image viewer @@ -10,9 +9,11 @@ COMMENT= KDE image viewer .include "../../meta-pkgs/kde4/kde4.mk" .include "../../graphics/exiv2/buildlink3.mk" +.include "../../graphics/lcms2/buildlink3.mk" .include "../../graphics/libkipi/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/kactivities/buildlink3.mk" .include "../../x11/kdelibs4/buildlink3.mk" .include "../../x11/kde-baseapps4/buildlink3.mk" diff --git a/graphics/gwenview/PLIST b/graphics/gwenview/PLIST index d3206ae8e0b..26132169ae7 100644 --- a/graphics/gwenview/PLIST +++ b/graphics/gwenview/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.16 2012/03/19 23:32:15 markd Exp $ +@comment $NetBSD: PLIST,v 1.17 2013/04/03 10:52:07 markd Exp $ bin/gwenview bin/gwenview_importer lib/kde4/gvpart.so lib/libgwenviewlib.so lib/libgwenviewlib.so.4 -lib/libgwenviewlib.so.4.8.0 +lib/libgwenviewlib.so.${PKGVERSION} share/applications/kde4/gwenview.desktop share/doc/kde/HTML/en/gwenview/browse_mode.png share/doc/kde/HTML/en/gwenview/common @@ -28,12 +28,10 @@ share/icons/hicolor/64x64/apps/gwenview.png share/icons/hicolor/scalable/actions/document-share.svgz share/icons/hicolor/scalable/apps/gwenview.svgz share/kde/apps/gvpart/gvpart.rc +share/kde/apps/gwenview/color-schemes/fullscreen.colors share/kde/apps/gwenview/cursors/zoom.png -share/kde/apps/gwenview/fullscreenthemes/blackglass/checked.png -share/kde/apps/gwenview/fullscreenthemes/blackglass/scroll-left.png -share/kde/apps/gwenview/fullscreenthemes/blackglass/scroll-right.png -share/kde/apps/gwenview/fullscreenthemes/blackglass/style.css share/kde/apps/gwenview/gwenviewui.rc +share/kde/apps/gwenview/images/background.png share/kde/apps/solid/actions/gwenview_importer.desktop share/kde/apps/solid/actions/gwenview_importer_camera.desktop share/kde4/services/ServiceMenus/slideshow.desktop diff --git a/graphics/gwenview/distinfo b/graphics/gwenview/distinfo index f3d5d82d18d..8cca63c599d 100644 --- a/graphics/gwenview/distinfo +++ b/graphics/gwenview/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2013/02/19 19:26:44 markd Exp $ +$NetBSD: distinfo,v 1.24 2013/04/03 10:52:07 markd Exp $ -SHA1 (gwenview-4.8.4.tar.xz) = 6cc6da85f6e2c8c817c1402baace16eb58b7a423 -RMD160 (gwenview-4.8.4.tar.xz) = 6529317ccbbf991280db7e1038161069a909d9c2 -Size (gwenview-4.8.4.tar.xz) = 1954644 bytes +SHA1 (gwenview-4.10.2.tar.xz) = 6872a50b2fda3bed717e0fc1b367b02ad80550dd +RMD160 (gwenview-4.10.2.tar.xz) = 5b0e75f5867bca7e6964af98275a277e797a608d +Size (gwenview-4.10.2.tar.xz) = 2184620 bytes SHA1 (patch-lib_CMakeLists.txt) = d5f94257c76eaa2ff366449314b7f7cfdf4af21a diff --git a/graphics/kamera/Makefile b/graphics/kamera/Makefile index c6bcb1ca658..2b739ac058c 100644 --- a/graphics/kamera/Makefile +++ b/graphics/kamera/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:11 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:05 markd Exp $ DISTNAME= kamera-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= KDE digital camera manager diff --git a/graphics/kamera/distinfo b/graphics/kamera/distinfo index d11b84175a1..94cda230759 100644 --- a/graphics/kamera/distinfo +++ b/graphics/kamera/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:31 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:06 markd Exp $ -SHA1 (kamera-4.8.4.tar.xz) = fc92327482bf1cd9b067667285ede00e3e464653 -RMD160 (kamera-4.8.4.tar.xz) = 123690c9e8718309e0d7333d17f4f5e07bc69dd2 -Size (kamera-4.8.4.tar.xz) = 37880 bytes +SHA1 (kamera-4.10.2.tar.xz) = 5ee6904705c1d323c7c0d780d0ecf65f93175981 +RMD160 (kamera-4.10.2.tar.xz) = 759e29927b19658d743ac39e42a6fb67dd90a119 +Size (kamera-4.10.2.tar.xz) = 37868 bytes diff --git a/graphics/kcolorchooser/Makefile b/graphics/kcolorchooser/Makefile index 08603b82813..9a0f7e90737 100644 --- a/graphics/kcolorchooser/Makefile +++ b/graphics/kcolorchooser/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:11 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:08 markd Exp $ DISTNAME= kcolorchooser-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= KDE color chooser diff --git a/graphics/kcolorchooser/distinfo b/graphics/kcolorchooser/distinfo index 33003b32fb5..e909ae6a783 100644 --- a/graphics/kcolorchooser/distinfo +++ b/graphics/kcolorchooser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:30 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:08 markd Exp $ -SHA1 (kcolorchooser-4.8.4.tar.xz) = 2f5ee55c86a503e458b1884939a62408bedbfc70 -RMD160 (kcolorchooser-4.8.4.tar.xz) = 34fd5299d2ba5909952be09db3147e5413fbfb29 -Size (kcolorchooser-4.8.4.tar.xz) = 4732 bytes +SHA1 (kcolorchooser-4.10.2.tar.xz) = 71d7e8415c4583ef72598bb4a50d8b2c7c83a8e6 +RMD160 (kcolorchooser-4.10.2.tar.xz) = a437da51ac92db71bb165d1134ec334a5e412e7e +Size (kcolorchooser-4.10.2.tar.xz) = 4576 bytes diff --git a/graphics/kde-base-artwork/DESCR b/graphics/kde-base-artwork/DESCR new file mode 100644 index 00000000000..4c3cdcde533 --- /dev/null +++ b/graphics/kde-base-artwork/DESCR @@ -0,0 +1 @@ +KDE KSplash theme diff --git a/graphics/kde-base-artwork/Makefile b/graphics/kde-base-artwork/Makefile new file mode 100644 index 00000000000..f688435a47d --- /dev/null +++ b/graphics/kde-base-artwork/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2013/04/03 10:52:20 markd Exp $ + +DISTNAME= kde-base-artwork-${_KDE_VERSION} +CATEGORIES= graphics +COMMENT= KDE KSplash theme + +.include "../../meta-pkgs/kde4/Makefile.kde4" + +.include "../../meta-pkgs/kde4/kde4.mk" + +.include "../../x11/kdelibs4/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/kde-base-artwork/PLIST b/graphics/kde-base-artwork/PLIST new file mode 100644 index 00000000000..1058b39af83 --- /dev/null +++ b/graphics/kde-base-artwork/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/03 10:52:20 markd Exp $ +share/kde/apps/ksplash/Themes/Default/1024x768/background.png +share/kde/apps/ksplash/Themes/Default/1280x1024/background.png +share/kde/apps/ksplash/Themes/Default/1600x1200/background.png +share/kde/apps/ksplash/Themes/Default/1600x1200/description.txt +share/kde/apps/ksplash/Themes/Default/1600x1200/icon1.png +share/kde/apps/ksplash/Themes/Default/1600x1200/icon1_anim.png +share/kde/apps/ksplash/Themes/Default/1600x1200/icon2.png +share/kde/apps/ksplash/Themes/Default/1600x1200/icon2_anim.png +share/kde/apps/ksplash/Themes/Default/1600x1200/icon3.png +share/kde/apps/ksplash/Themes/Default/1600x1200/icon3_anim.png +share/kde/apps/ksplash/Themes/Default/1600x1200/icon4.png +share/kde/apps/ksplash/Themes/Default/1600x1200/icon4_anim.png +share/kde/apps/ksplash/Themes/Default/1600x1200/icon5.png +share/kde/apps/ksplash/Themes/Default/1600x1200/icon5_anim.png +share/kde/apps/ksplash/Themes/Default/1600x1200/rectangle.png +share/kde/apps/ksplash/Themes/Default/1920x1080/background.png +share/kde/apps/ksplash/Themes/Default/1920x1200/background.png +share/kde/apps/ksplash/Themes/Default/600x400/background.png +share/kde/apps/ksplash/Themes/Default/800x600/background.png +share/kde/apps/ksplash/Themes/Default/Preview.png +share/kde/apps/ksplash/Themes/Default/Theme.rc diff --git a/graphics/kde-base-artwork/distinfo b/graphics/kde-base-artwork/distinfo new file mode 100644 index 00000000000..ad6479557e9 --- /dev/null +++ b/graphics/kde-base-artwork/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/04/03 10:52:21 markd Exp $ + +SHA1 (kde-base-artwork-4.10.2.tar.xz) = 4071b07ebe544e7ec9032cf7fc2798eaa45ee39b +RMD160 (kde-base-artwork-4.10.2.tar.xz) = 3cc2d135c53b3992749d632bb3317053e5748273 +Size (kde-base-artwork-4.10.2.tar.xz) = 7421812 bytes diff --git a/graphics/kdegraphics-mobipocket/Makefile b/graphics/kdegraphics-mobipocket/Makefile index 8d23dfc537d..0fc133545fd 100644 --- a/graphics/kdegraphics-mobipocket/Makefile +++ b/graphics/kdegraphics-mobipocket/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:10 markd Exp $ DISTNAME= kdegraphics-mobipocket-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= library to support mobipocket ebooks. diff --git a/graphics/kdegraphics-mobipocket/distinfo b/graphics/kdegraphics-mobipocket/distinfo index 517b2d51e3f..c3b58cebc90 100644 --- a/graphics/kdegraphics-mobipocket/distinfo +++ b/graphics/kdegraphics-mobipocket/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:31 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:10 markd Exp $ -SHA1 (kdegraphics-mobipocket-4.8.4.tar.xz) = 0c38ef851c054b0ee3689d41ff5f7f6fb3d83f67 -RMD160 (kdegraphics-mobipocket-4.8.4.tar.xz) = 9a67d9d0277136b98f12e517381b35f06307e7d8 -Size (kdegraphics-mobipocket-4.8.4.tar.xz) = 20576 bytes +SHA1 (kdegraphics-mobipocket-4.10.2.tar.xz) = 657d912c5addd8b770309f125a16d6bd852141ac +RMD160 (kdegraphics-mobipocket-4.10.2.tar.xz) = 44e17f31552218e06dc86e8fa646f100526202b8 +Size (kdegraphics-mobipocket-4.10.2.tar.xz) = 20304 bytes diff --git a/graphics/kdegraphics-strigi-analyzer/Makefile b/graphics/kdegraphics-strigi-analyzer/Makefile index 25abacd9c55..27d4a7a47e5 100644 --- a/graphics/kdegraphics-strigi-analyzer/Makefile +++ b/graphics/kdegraphics-strigi-analyzer/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:11 markd Exp $ DISTNAME= kdegraphics-strigi-analyzer-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= graphics file format plugins for Strigi Desktop Search diff --git a/graphics/kdegraphics-strigi-analyzer/distinfo b/graphics/kdegraphics-strigi-analyzer/distinfo index 1255259e7f3..78e110408c1 100644 --- a/graphics/kdegraphics-strigi-analyzer/distinfo +++ b/graphics/kdegraphics-strigi-analyzer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:30 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:11 markd Exp $ -SHA1 (kdegraphics-strigi-analyzer-4.8.4.tar.xz) = 208dd945c1ecfaee97457585dc7a52916dd2318f -RMD160 (kdegraphics-strigi-analyzer-4.8.4.tar.xz) = 0d4ab5f2f23452e9ddb6fa149b1b8840580791fe -Size (kdegraphics-strigi-analyzer-4.8.4.tar.xz) = 41756 bytes +SHA1 (kdegraphics-strigi-analyzer-4.10.2.tar.xz) = 3d09bd886eb8f94a0492748e2500af539b5aa339 +RMD160 (kdegraphics-strigi-analyzer-4.10.2.tar.xz) = 06df378e359e788ba755b0610a58a52325d0b30b +Size (kdegraphics-strigi-analyzer-4.10.2.tar.xz) = 41052 bytes diff --git a/graphics/kdegraphics-thumbnailers/Makefile b/graphics/kdegraphics-thumbnailers/Makefile index d9b02d3a52f..ed1b7adabd2 100644 --- a/graphics/kdegraphics-thumbnailers/Makefile +++ b/graphics/kdegraphics-thumbnailers/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:11 markd Exp $ DISTNAME= kdegraphics-thumbnailers-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= graphics file format thumbnailers for KDE diff --git a/graphics/kdegraphics-thumbnailers/distinfo b/graphics/kdegraphics-thumbnailers/distinfo index 0865d6f5729..4ca41017f4d 100644 --- a/graphics/kdegraphics-thumbnailers/distinfo +++ b/graphics/kdegraphics-thumbnailers/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:30 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:11 markd Exp $ -SHA1 (kdegraphics-thumbnailers-4.8.4.tar.xz) = 57e753881f9ca78c4c188c49a3a1b258b92adb83 -RMD160 (kdegraphics-thumbnailers-4.8.4.tar.xz) = 3c292ba79f0156527c301aa428b4edd71f213379 -Size (kdegraphics-thumbnailers-4.8.4.tar.xz) = 42028 bytes +SHA1 (kdegraphics-thumbnailers-4.10.2.tar.xz) = 7a3688aa23050967927e569f2b8d8c6841bf2401 +RMD160 (kdegraphics-thumbnailers-4.10.2.tar.xz) = 424fe1c11058db9e966607714a591796981d4c42 +Size (kdegraphics-thumbnailers-4.10.2.tar.xz) = 41696 bytes diff --git a/graphics/kgamma/Makefile b/graphics/kgamma/Makefile index d48d186db32..d5d44a8dc89 100644 --- a/graphics/kgamma/Makefile +++ b/graphics/kgamma/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:08 markd Exp $ DISTNAME= kgamma-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= KDE screen gamma values kcontrol module diff --git a/graphics/kgamma/distinfo b/graphics/kgamma/distinfo index 9af71323c4a..402f2cf152c 100644 --- a/graphics/kgamma/distinfo +++ b/graphics/kgamma/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:30 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:09 markd Exp $ -SHA1 (kgamma-4.8.4.tar.xz) = 812a84564db52fb6a8b8e0e829eb762d479092ec -RMD160 (kgamma-4.8.4.tar.xz) = f0206468044df48b95dd993d96e0011e1abde461 -Size (kgamma-4.8.4.tar.xz) = 27532 bytes +SHA1 (kgamma-4.10.2.tar.xz) = 4f6e5269500800da897643246363b9c18ce36843 +RMD160 (kgamma-4.10.2.tar.xz) = c79e6dcf0a0d584fd9dd5ddac2cc8a1cff6cea22 +Size (kgamma-4.10.2.tar.xz) = 27116 bytes diff --git a/graphics/kolourpaint/Makefile b/graphics/kolourpaint/Makefile index abe44ea9749..93c4fb9effe 100644 --- a/graphics/kolourpaint/Makefile +++ b/graphics/kolourpaint/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:14 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:09 markd Exp $ DISTNAME= kolourpaint-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= KDE paint program diff --git a/graphics/kolourpaint/PLIST b/graphics/kolourpaint/PLIST index b674c559d83..4eb9e561d8e 100644 --- a/graphics/kolourpaint/PLIST +++ b/graphics/kolourpaint/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2012/03/20 00:14:35 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/04/03 10:52:09 markd Exp $ bin/kolourpaint lib/libkolourpaint_lgpl.so lib/libkolourpaint_lgpl.so.4 -lib/libkolourpaint_lgpl.so.4.8.0 +lib/libkolourpaint_lgpl.so.${PKGVERSION} share/applications/kde4/kolourpaint.desktop share/doc/kde/HTML/en/kolourpaint/KolourPaint.png share/doc/kde/HTML/en/kolourpaint/brush_shapes.png diff --git a/graphics/kolourpaint/distinfo b/graphics/kolourpaint/distinfo index ad95f100486..916d2d70d27 100644 --- a/graphics/kolourpaint/distinfo +++ b/graphics/kolourpaint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:30 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:09 markd Exp $ -SHA1 (kolourpaint-4.8.4.tar.xz) = 1dc706ed29339df9fcc68ee606588941319bbf09 -RMD160 (kolourpaint-4.8.4.tar.xz) = e6dc8533c2f79fa20efb6f876161b4fc63d1a52e -Size (kolourpaint-4.8.4.tar.xz) = 1193560 bytes +SHA1 (kolourpaint-4.10.2.tar.xz) = 54c0999d3ce68ff4a28c879ac3743d22c76b0937 +RMD160 (kolourpaint-4.10.2.tar.xz) = d11b8e585f49db2b2402bd8f83a7350e177d905c +Size (kolourpaint-4.10.2.tar.xz) = 1186736 bytes diff --git a/graphics/kruler/Makefile b/graphics/kruler/Makefile index 527d737ddd6..89fcadddb4c 100644 --- a/graphics/kruler/Makefile +++ b/graphics/kruler/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:09 markd Exp $ DISTNAME= kruler-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= KDE screen ruler diff --git a/graphics/kruler/distinfo b/graphics/kruler/distinfo index 8e36383ec3c..85078a5e5d5 100644 --- a/graphics/kruler/distinfo +++ b/graphics/kruler/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:30 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:09 markd Exp $ -SHA1 (kruler-4.8.4.tar.xz) = b3fb40888f6cf2ad419e1f30a97c2052ffbae1d7 -RMD160 (kruler-4.8.4.tar.xz) = ff319c7dcb7fd7e93cd9ba3769afa32a60e1b2bd -Size (kruler-4.8.4.tar.xz) = 134768 bytes +SHA1 (kruler-4.10.2.tar.xz) = 9424591fe16cd1930f0a6bf89fcf7b56c0560227 +RMD160 (kruler-4.10.2.tar.xz) = 4d6bbbf3f895a8738cd9e2ca46a44fa20071778d +Size (kruler-4.10.2.tar.xz) = 134264 bytes diff --git a/graphics/ksaneplugin/Makefile b/graphics/ksaneplugin/Makefile index 46dba8fa0d6..c3f92c143da 100644 --- a/graphics/ksaneplugin/Makefile +++ b/graphics/ksaneplugin/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:07 markd Exp $ DISTNAME= ksaneplugin-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= SANE Plugin for KDE diff --git a/graphics/ksaneplugin/distinfo b/graphics/ksaneplugin/distinfo index 9db81ea6610..8e363e48688 100644 --- a/graphics/ksaneplugin/distinfo +++ b/graphics/ksaneplugin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:31 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:07 markd Exp $ -SHA1 (ksaneplugin-4.8.4.tar.xz) = b7a3204ef27f04bffca0fd77d84bd46b236687b7 -RMD160 (ksaneplugin-4.8.4.tar.xz) = 738fb97cc2526dda34e9960a4130f25adc33220f -Size (ksaneplugin-4.8.4.tar.xz) = 13668 bytes +SHA1 (ksaneplugin-4.10.2.tar.xz) = 076c7ed01024c91bc690fe07e495e37444dbcdd5 +RMD160 (ksaneplugin-4.10.2.tar.xz) = ec16c968a16aa762ce5bdd16d0d160f4f93abdfc +Size (ksaneplugin-4.10.2.tar.xz) = 13420 bytes diff --git a/graphics/ksnapshot/Makefile b/graphics/ksnapshot/Makefile index 12706988f3d..87ce7975b30 100644 --- a/graphics/ksnapshot/Makefile +++ b/graphics/ksnapshot/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:08 markd Exp $ DISTNAME= ksnapshot-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= KDE screen capture program @@ -10,6 +9,7 @@ COMMENT= KDE screen capture program .include "../../meta-pkgs/kde4/kde4.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../graphics/libkipi/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/kdelibs4/buildlink3.mk" diff --git a/graphics/ksnapshot/distinfo b/graphics/ksnapshot/distinfo index 22ec332642d..d989279cfb1 100644 --- a/graphics/ksnapshot/distinfo +++ b/graphics/ksnapshot/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:30 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:08 markd Exp $ -SHA1 (ksnapshot-4.8.4.tar.xz) = 1cbd1ea468e7722feb8c96dd5f1f3a18bb91d4ef -RMD160 (ksnapshot-4.8.4.tar.xz) = 6aea7b32653f67e5edaaef50f842087c8625dae6 -Size (ksnapshot-4.8.4.tar.xz) = 264944 bytes +SHA1 (ksnapshot-4.10.2.tar.xz) = 4f3167a98d300a56abe91fb56785afc350439cbf +RMD160 (ksnapshot-4.10.2.tar.xz) = d7bbf56ffd4bf845658f3055ae371fc8d8686f94 +Size (ksnapshot-4.10.2.tar.xz) = 264348 bytes diff --git a/graphics/libkdcraw/Makefile b/graphics/libkdcraw/Makefile index 5dbab113523..c4b4683f0de 100644 --- a/graphics/libkdcraw/Makefile +++ b/graphics/libkdcraw/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2013/02/16 11:19:55 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2013/04/03 10:52:11 markd Exp $ DISTNAME= libkdcraw-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= KDE digital camera raw image library wrapper diff --git a/graphics/libkdcraw/PLIST b/graphics/libkdcraw/PLIST index d5234463b53..c012bf440d6 100644 --- a/graphics/libkdcraw/PLIST +++ b/graphics/libkdcraw/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.7 2012/03/19 22:43:15 markd Exp $ +@comment $NetBSD: PLIST,v 1.8 2013/04/03 10:52:11 markd Exp $ include/libkdcraw/dcrawinfocontainer.h include/libkdcraw/dcrawsettingswidget.h include/libkdcraw/kdcraw.h include/libkdcraw/libkdcraw_export.h +include/libkdcraw/ractionthreadbase.h include/libkdcraw/rawdecodingsettings.h include/libkdcraw/rawfiles.h include/libkdcraw/rcombobox.h @@ -11,8 +12,8 @@ include/libkdcraw/rnuminput.h include/libkdcraw/squeezedcombobox.h include/libkdcraw/version.h lib/libkdcraw.so -lib/libkdcraw.so.20 -lib/libkdcraw.so.20.0.1 +lib/libkdcraw.so.22 +lib/libkdcraw.so.22.0.0 lib/pkgconfig/libkdcraw.pc share/icons/hicolor/128x128/apps/kdcraw.png share/icons/hicolor/32x32/apps/kdcraw.png diff --git a/graphics/libkdcraw/distinfo b/graphics/libkdcraw/distinfo index ba3a16a0405..0a4832e7898 100644 --- a/graphics/libkdcraw/distinfo +++ b/graphics/libkdcraw/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.11 2012/06/16 04:45:30 markd Exp $ +$NetBSD: distinfo,v 1.12 2013/04/03 10:52:12 markd Exp $ -SHA1 (libkdcraw-4.8.4.tar.xz) = ba67432cb3353a55d57ae749b42919399dfda3e2 -RMD160 (libkdcraw-4.8.4.tar.xz) = 9c509763df5fb4065bea559eb0fe798412b02dd9 -Size (libkdcraw-4.8.4.tar.xz) = 271096 bytes +SHA1 (libkdcraw-4.10.2.tar.xz) = 639bf3bf9a872cccbb39e5d16188dfa1d895463a +RMD160 (libkdcraw-4.10.2.tar.xz) = 206e3381285ee7596039e746bf2ebbd10caec139 +Size (libkdcraw-4.10.2.tar.xz) = 349516 bytes +SHA1 (patch-libraw_internal_wf_filtering.cpp) = 88b5f66a3dbaeea03927dd2eab098877beb904d6 diff --git a/graphics/libkdcraw/patches/patch-libraw_internal_wf_filtering.cpp b/graphics/libkdcraw/patches/patch-libraw_internal_wf_filtering.cpp new file mode 100644 index 00000000000..a4f297bdc14 --- /dev/null +++ b/graphics/libkdcraw/patches/patch-libraw_internal_wf_filtering.cpp @@ -0,0 +1,14 @@ +$NetBSD: patch-libraw_internal_wf_filtering.cpp,v 1.1 2013/04/03 10:52:12 markd Exp $ + +--- libraw/internal/wf_filtering.cpp.orig 2013-03-01 07:01:45.000000000 +0000 ++++ libraw/internal/wf_filtering.cpp +@@ -682,7 +682,8 @@ int LibRaw::wf_remove_banding() + } + + free(dummy_line); +- ++ return WF_DEBANDING_OK; ++ + } + + double LibRaw::wf_filter_energy(int r1_greenmode, int r1, int r2_greenmode, int r2) diff --git a/graphics/libkexiv2/Makefile b/graphics/libkexiv2/Makefile index 8795b85de83..c0985f1e3f6 100644 --- a/graphics/libkexiv2/Makefile +++ b/graphics/libkexiv2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2013/02/16 11:22:16 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2013/04/03 10:51:54 markd Exp $ # DISTNAME= libkexiv2-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= a KDE wrapper around exiv2 diff --git a/graphics/libkexiv2/PLIST b/graphics/libkexiv2/PLIST index eb78e6ab7e7..09b474bc4fd 100644 --- a/graphics/libkexiv2/PLIST +++ b/graphics/libkexiv2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2012/03/19 23:12:19 markd Exp $ +@comment $NetBSD: PLIST,v 1.4 2013/04/03 10:51:54 markd Exp $ include/libkexiv2/altlangstredit.h include/libkexiv2/countryselector.h include/libkexiv2/kexiv2.h @@ -10,7 +10,7 @@ include/libkexiv2/rotationmatrix.h include/libkexiv2/subjectwidget.h include/libkexiv2/version.h lib/libkexiv2.so -lib/libkexiv2.so.10 -lib/libkexiv2.so.10.0.1 +lib/libkexiv2.so.11 +lib/libkexiv2.so.11.1.0 lib/pkgconfig/libkexiv2.pc share/kde/apps/libkexiv2/data/topicset.iptc-subjectcode.xml diff --git a/graphics/libkexiv2/distinfo b/graphics/libkexiv2/distinfo index d1b4b04dc89..a2e38389c19 100644 --- a/graphics/libkexiv2/distinfo +++ b/graphics/libkexiv2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2012/06/16 04:45:29 markd Exp $ +$NetBSD: distinfo,v 1.13 2013/04/03 10:51:54 markd Exp $ -SHA1 (libkexiv2-4.8.4.tar.xz) = a3429dd70677498c890598cd1e3bf6a610669b77 -RMD160 (libkexiv2-4.8.4.tar.xz) = bd35dfa837847feb52860c9041785e45947b8c77 -Size (libkexiv2-4.8.4.tar.xz) = 134952 bytes +SHA1 (libkexiv2-4.10.2.tar.xz) = 02dce6eaf48c14f134f220eeed494d74d41f7226 +RMD160 (libkexiv2-4.10.2.tar.xz) = 4263958e9304540106b72da8a0af015d35b8cda0 +Size (libkexiv2-4.10.2.tar.xz) = 134504 bytes diff --git a/graphics/libkipi/Makefile b/graphics/libkipi/Makefile index 548484efb04..9b502fe6ad3 100644 --- a/graphics/libkipi/Makefile +++ b/graphics/libkipi/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2013/02/16 11:19:56 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2013/04/03 10:52:06 markd Exp $ DISTNAME= libkipi-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= KDE image plugin interface diff --git a/graphics/libkipi/PLIST b/graphics/libkipi/PLIST index 6bd890d23d2..dc302a3c458 100644 --- a/graphics/libkipi/PLIST +++ b/graphics/libkipi/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.13 2012/03/19 22:57:09 markd Exp $ -include/libkipi/exportinterface.h -include/libkipi/extension.h +@comment $NetBSD: PLIST,v 1.14 2013/04/03 10:52:06 markd Exp $ +bin/kxmlkipicmd +include/libkipi/configwidget.h include/libkipi/imagecollection.h include/libkipi/imagecollectionselector.h include/libkipi/imagecollectionshared.h @@ -12,9 +12,10 @@ include/libkipi/plugin.h include/libkipi/pluginloader.h include/libkipi/uploadwidget.h include/libkipi/version.h +lib/kde4/kipiplugin_kxmlhelloworld.so lib/libkipi.so -lib/libkipi.so.8 -lib/libkipi.so.8.0.1 +lib/libkipi.so.10 +lib/libkipi.so.10.0.0 lib/pkgconfig/libkipi.pc share/icons/hicolor/128x128/apps/kipi.png share/icons/hicolor/16x16/apps/kipi.png @@ -24,4 +25,8 @@ share/icons/hicolor/48x48/apps/kipi.png share/kde/apps/kipi/data/kipi-icon.svg share/kde/apps/kipi/data/kipi-logo.svg share/kde/apps/kipi/data/kipi-plugins_logo.png +share/kde/apps/kipi/kipiplugin_kxmlhelloworldui.rc +share/kde/apps/kxmlkipicmd/kxmlkipicmd_defaultui.rc +share/kde/apps/kxmlkipicmd/kxmlkipicmd_gwenviewui.rc +share/kde4/services/kipiplugin_kxmlhelloworld.desktop share/kde4/servicetypes/kipiplugin.desktop diff --git a/graphics/libkipi/distinfo b/graphics/libkipi/distinfo index 6c65b1bb162..cc7edb42fe4 100644 --- a/graphics/libkipi/distinfo +++ b/graphics/libkipi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2012/06/16 04:45:29 markd Exp $ +$NetBSD: distinfo,v 1.12 2013/04/03 10:52:06 markd Exp $ -SHA1 (libkipi-4.8.4.tar.xz) = d30ef671be8caf8eb9ead68de53cf187f0fcf88b -RMD160 (libkipi-4.8.4.tar.xz) = b3c76752c9299a4b243573c2811c0c33ae039c50 -Size (libkipi-4.8.4.tar.xz) = 73188 bytes +SHA1 (libkipi-4.10.2.tar.xz) = 3098759c56c8fa89bc087de60d8709c7f76dc7a6 +RMD160 (libkipi-4.10.2.tar.xz) = fd5423e405adff06335530c1a30456971791a4a9 +Size (libkipi-4.10.2.tar.xz) = 95964 bytes diff --git a/graphics/libksane/Makefile b/graphics/libksane/Makefile index c673c6a3ae9..adf5eea7a75 100644 --- a/graphics/libksane/Makefile +++ b/graphics/libksane/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2013/02/16 11:19:52 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/03 10:52:07 markd Exp $ DISTNAME= libksane-${_KDE_VERSION} -PKGREVISION= 8 CATEGORIES= graphics COMMENT= SANE Library interface for KDE diff --git a/graphics/libksane/distinfo b/graphics/libksane/distinfo index 4f69100b6f4..c52be1200ff 100644 --- a/graphics/libksane/distinfo +++ b/graphics/libksane/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/06/16 04:45:29 markd Exp $ +$NetBSD: distinfo,v 1.4 2013/04/03 10:52:07 markd Exp $ -SHA1 (libksane-4.8.4.tar.xz) = 5ac35d8478ccace1495ae42eb2169918cebc8d95 -RMD160 (libksane-4.8.4.tar.xz) = abe5fb1a478182324f0bc10e610f2e07c72048ac -Size (libksane-4.8.4.tar.xz) = 83108 bytes +SHA1 (libksane-4.10.2.tar.xz) = 3b9b83974dd2cdabe0cbe5fd3904ced1413a756b +RMD160 (libksane-4.10.2.tar.xz) = 9cc9fdf7ffec04f5330be38006e5d492e87ce8e8 +Size (libksane-4.10.2.tar.xz) = 82568 bytes diff --git a/graphics/oxygen-icons/Makefile b/graphics/oxygen-icons/Makefile index 49d7f54b6cf..6c4e6cb0095 100644 --- a/graphics/oxygen-icons/Makefile +++ b/graphics/oxygen-icons/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2013/01/11 00:15:39 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2013/04/03 10:51:50 markd Exp $ -DISTNAME= oxygen-icons-4.8.4 +DISTNAME= oxygen-icons-4.10.2 CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_KDE:=4.8.4/src/} +MASTER_SITES= ${MASTER_SITE_KDE:=4.10.2/src/} EXTRACT_SUFX= .tar.xz EXTRACT_USING= bsdtar diff --git a/graphics/oxygen-icons/PLIST b/graphics/oxygen-icons/PLIST index 06fe6801a3d..6085459055b 100644 --- a/graphics/oxygen-icons/PLIST +++ b/graphics/oxygen-icons/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2012/06/16 04:45:29 markd Exp $ +@comment $NetBSD: PLIST,v 1.18 2013/04/03 10:51:50 markd Exp $ share/icons/oxygen/128x128/actions/address-book-new.png share/icons/oxygen/128x128/actions/application-exit.png share/icons/oxygen/128x128/actions/appointment-new.png @@ -112,7 +112,6 @@ share/icons/oxygen/128x128/apps/internet-telephony.png share/icons/oxygen/128x128/apps/internet-web-browser.png share/icons/oxygen/128x128/apps/k3b.png share/icons/oxygen/128x128/apps/kaffeine.png -share/icons/oxygen/128x128/apps/karbon.png share/icons/oxygen/128x128/apps/kblogger.png share/icons/oxygen/128x128/apps/kbruch.png share/icons/oxygen/128x128/apps/kbugbuster.png @@ -122,13 +121,13 @@ share/icons/oxygen/128x128/apps/kde-windows.png share/icons/oxygen/128x128/apps/kde.png share/icons/oxygen/128x128/apps/kdevelop.png share/icons/oxygen/128x128/apps/kdf.png -share/icons/oxygen/128x128/apps/kexi.png share/icons/oxygen/128x128/apps/kformula.png share/icons/oxygen/128x128/apps/kgpg.png share/icons/oxygen/128x128/apps/kig.png share/icons/oxygen/128x128/apps/kivio.png share/icons/oxygen/128x128/apps/kjournal.png share/icons/oxygen/128x128/apps/klipper.png +share/icons/oxygen/128x128/apps/kmag.png share/icons/oxygen/128x128/apps/kmail2.png share/icons/oxygen/128x128/apps/kmplayer.png share/icons/oxygen/128x128/apps/knewsticker.png @@ -143,7 +142,6 @@ share/icons/oxygen/128x128/apps/kplato.png share/icons/oxygen/128x128/apps/kpresenter.png share/icons/oxygen/128x128/apps/krdc.png share/icons/oxygen/128x128/apps/krfb.png -share/icons/oxygen/128x128/apps/krita.png share/icons/oxygen/128x128/apps/ksnapshot.png share/icons/oxygen/128x128/apps/ksniffer.png share/icons/oxygen/128x128/apps/kspread.png @@ -164,6 +162,7 @@ share/icons/oxygen/128x128/apps/office-calendar.png share/icons/oxygen/128x128/apps/okteta.png share/icons/oxygen/128x128/apps/oxygen.png share/icons/oxygen/128x128/apps/partitionmanager.png +share/icons/oxygen/128x128/apps/picmi.png share/icons/oxygen/128x128/apps/planner.png share/icons/oxygen/128x128/apps/plasma.png share/icons/oxygen/128x128/apps/plasmagik.png @@ -306,6 +305,8 @@ share/icons/oxygen/128x128/devices/printer-laser.png share/icons/oxygen/128x128/devices/printer.png share/icons/oxygen/128x128/devices/scanner.png share/icons/oxygen/128x128/devices/secure-card.png +share/icons/oxygen/128x128/devices/smartphone.png +share/icons/oxygen/128x128/devices/tablet.png share/icons/oxygen/128x128/devices/video-display.png share/icons/oxygen/128x128/devices/video-projector.png share/icons/oxygen/128x128/devices/video-television.png @@ -420,6 +421,11 @@ share/icons/oxygen/128x128/mimetypes/application-x-java.png share/icons/oxygen/128x128/mimetypes/application-x-javascript.png share/icons/oxygen/128x128/mimetypes/application-x-k3b.png share/icons/oxygen/128x128/mimetypes/application-x-kcsrc.png +share/icons/oxygen/128x128/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/128x128/mimetypes/application-x-kformula.png share/icons/oxygen/128x128/mimetypes/application-x-kgetlist.png share/icons/oxygen/128x128/mimetypes/application-x-kontour.png @@ -458,6 +464,8 @@ share/icons/oxygen/128x128/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/128x128/mimetypes/application-x-siag.png share/icons/oxygen/128x128/mimetypes/application-x-smb-server.png share/icons/oxygen/128x128/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/128x128/mimetypes/application-x-sqlite2.png +share/icons/oxygen/128x128/mimetypes/application-x-sqlite3.png share/icons/oxygen/128x128/mimetypes/application-x-srt.png share/icons/oxygen/128x128/mimetypes/application-x-srtrip.png share/icons/oxygen/128x128/mimetypes/application-x-subrip.png @@ -577,11 +585,13 @@ share/icons/oxygen/128x128/mimetypes/x-media-podcast.png share/icons/oxygen/128x128/mimetypes/x-office-address-book.png share/icons/oxygen/128x128/mimetypes/x-office-calendar.png share/icons/oxygen/128x128/mimetypes/x-office-document.png +share/icons/oxygen/128x128/mimetypes/x-office-presentation.png share/icons/oxygen/128x128/mimetypes/x-office-spreadsheet.png share/icons/oxygen/128x128/places/bookmarks.png share/icons/oxygen/128x128/places/certificate-server.png share/icons/oxygen/128x128/places/document-multiple.png share/icons/oxygen/128x128/places/favorites.png +share/icons/oxygen/128x128/places/folder-activities.png share/icons/oxygen/128x128/places/folder-black.png share/icons/oxygen/128x128/places/folder-blue.png share/icons/oxygen/128x128/places/folder-bookmark.png @@ -1290,7 +1300,6 @@ share/icons/oxygen/16x16/apps/internet-web-browser.png share/icons/oxygen/16x16/apps/java.png share/icons/oxygen/16x16/apps/k3b.png share/icons/oxygen/16x16/apps/kaffeine.png -share/icons/oxygen/16x16/apps/karbon.png share/icons/oxygen/16x16/apps/kblogger.png share/icons/oxygen/16x16/apps/kbruch.png share/icons/oxygen/16x16/apps/kbugbuster.png @@ -1300,13 +1309,13 @@ share/icons/oxygen/16x16/apps/kde-windows.png share/icons/oxygen/16x16/apps/kde.png share/icons/oxygen/16x16/apps/kdevelop.png share/icons/oxygen/16x16/apps/kdf.png -share/icons/oxygen/16x16/apps/kexi.png share/icons/oxygen/16x16/apps/kformula.png share/icons/oxygen/16x16/apps/kgpg.png share/icons/oxygen/16x16/apps/kig.png share/icons/oxygen/16x16/apps/kivio.png share/icons/oxygen/16x16/apps/kjournal.png share/icons/oxygen/16x16/apps/klipper.png +share/icons/oxygen/16x16/apps/kmag.png share/icons/oxygen/16x16/apps/kmplayer.png share/icons/oxygen/16x16/apps/knewsticker.png share/icons/oxygen/16x16/apps/knotes.png @@ -1319,7 +1328,6 @@ share/icons/oxygen/16x16/apps/kplato.png share/icons/oxygen/16x16/apps/kpresenter.png share/icons/oxygen/16x16/apps/krdc.png share/icons/oxygen/16x16/apps/krfb.png -share/icons/oxygen/16x16/apps/krita.png share/icons/oxygen/16x16/apps/ksnapshot.png share/icons/oxygen/16x16/apps/ksniffer.png share/icons/oxygen/16x16/apps/kspread.png @@ -1339,6 +1347,7 @@ share/icons/oxygen/16x16/apps/office-calendar.png share/icons/oxygen/16x16/apps/okteta.png share/icons/oxygen/16x16/apps/oxygen.png share/icons/oxygen/16x16/apps/partitionmanager.png +share/icons/oxygen/16x16/apps/picmi.png share/icons/oxygen/16x16/apps/plasma.png share/icons/oxygen/16x16/apps/plasmagik.png share/icons/oxygen/16x16/apps/preferences-contact-list.png @@ -1481,6 +1490,8 @@ share/icons/oxygen/16x16/devices/phone.png share/icons/oxygen/16x16/devices/printer.png share/icons/oxygen/16x16/devices/scanner.png share/icons/oxygen/16x16/devices/secure-card.png +share/icons/oxygen/16x16/devices/smartphone.png +share/icons/oxygen/16x16/devices/tablet.png share/icons/oxygen/16x16/devices/video-display.png share/icons/oxygen/16x16/devices/video-projector.png share/icons/oxygen/16x16/devices/video-television.png @@ -1616,6 +1627,11 @@ share/icons/oxygen/16x16/mimetypes/application-x-java.png share/icons/oxygen/16x16/mimetypes/application-x-javascript.png share/icons/oxygen/16x16/mimetypes/application-x-k3b.png share/icons/oxygen/16x16/mimetypes/application-x-kcsrc.png +share/icons/oxygen/16x16/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/16x16/mimetypes/application-x-kformula.png share/icons/oxygen/16x16/mimetypes/application-x-kgetlist.png share/icons/oxygen/16x16/mimetypes/application-x-kontour.png @@ -1654,6 +1670,8 @@ share/icons/oxygen/16x16/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/16x16/mimetypes/application-x-siag.png share/icons/oxygen/16x16/mimetypes/application-x-smb-server.png share/icons/oxygen/16x16/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/16x16/mimetypes/application-x-sqlite2.png +share/icons/oxygen/16x16/mimetypes/application-x-sqlite3.png share/icons/oxygen/16x16/mimetypes/application-x-srt.png share/icons/oxygen/16x16/mimetypes/application-x-srtrip.png share/icons/oxygen/16x16/mimetypes/application-x-subrip.png @@ -1773,11 +1791,13 @@ share/icons/oxygen/16x16/mimetypes/x-office-address-book.png share/icons/oxygen/16x16/mimetypes/x-office-calendar.png share/icons/oxygen/16x16/mimetypes/x-office-contact.png share/icons/oxygen/16x16/mimetypes/x-office-document.png +share/icons/oxygen/16x16/mimetypes/x-office-presentation.png share/icons/oxygen/16x16/mimetypes/x-office-spreadsheet.png share/icons/oxygen/16x16/places/bookmarks.png share/icons/oxygen/16x16/places/certificate-server.png share/icons/oxygen/16x16/places/document-multiple.png share/icons/oxygen/16x16/places/favorites.png +share/icons/oxygen/16x16/places/folder-activities.png share/icons/oxygen/16x16/places/folder-black.png share/icons/oxygen/16x16/places/folder-blue.png share/icons/oxygen/16x16/places/folder-bookmark.png @@ -2563,12 +2583,12 @@ share/icons/oxygen/22x22/apps/kde-windows.png share/icons/oxygen/22x22/apps/kde.png share/icons/oxygen/22x22/apps/kdevelop.png share/icons/oxygen/22x22/apps/kdf.png -share/icons/oxygen/22x22/apps/kexi.png share/icons/oxygen/22x22/apps/kformula.png share/icons/oxygen/22x22/apps/kgpg.png share/icons/oxygen/22x22/apps/kig.png share/icons/oxygen/22x22/apps/kjournal.png share/icons/oxygen/22x22/apps/klipper.png +share/icons/oxygen/22x22/apps/kmag.png share/icons/oxygen/22x22/apps/kmplayer.png share/icons/oxygen/22x22/apps/knotes.png share/icons/oxygen/22x22/apps/kolf.png @@ -2580,7 +2600,6 @@ share/icons/oxygen/22x22/apps/kplato.png share/icons/oxygen/22x22/apps/kpresenter.png share/icons/oxygen/22x22/apps/krdc.png share/icons/oxygen/22x22/apps/krfb.png -share/icons/oxygen/22x22/apps/krita.png share/icons/oxygen/22x22/apps/ksnapshot.png share/icons/oxygen/22x22/apps/ksniffer.png share/icons/oxygen/22x22/apps/kspread.png @@ -2600,6 +2619,7 @@ share/icons/oxygen/22x22/apps/office-calendar.png share/icons/oxygen/22x22/apps/okteta.png share/icons/oxygen/22x22/apps/oxygen.png share/icons/oxygen/22x22/apps/partitionmanager.png +share/icons/oxygen/22x22/apps/picmi.png share/icons/oxygen/22x22/apps/plasma.png share/icons/oxygen/22x22/apps/plasmagik.png share/icons/oxygen/22x22/apps/preferences-contact-list.png @@ -2747,6 +2767,8 @@ share/icons/oxygen/22x22/devices/phone.png share/icons/oxygen/22x22/devices/printer.png share/icons/oxygen/22x22/devices/scanner.png share/icons/oxygen/22x22/devices/secure-card.png +share/icons/oxygen/22x22/devices/smartphone.png +share/icons/oxygen/22x22/devices/tablet.png share/icons/oxygen/22x22/devices/video-display.png share/icons/oxygen/22x22/devices/video-projector.png share/icons/oxygen/22x22/devices/video-television.png @@ -2913,6 +2935,11 @@ share/icons/oxygen/22x22/mimetypes/application-x-java.png share/icons/oxygen/22x22/mimetypes/application-x-javascript.png share/icons/oxygen/22x22/mimetypes/application-x-k3b.png share/icons/oxygen/22x22/mimetypes/application-x-kcsrc.png +share/icons/oxygen/22x22/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/22x22/mimetypes/application-x-kformula.png share/icons/oxygen/22x22/mimetypes/application-x-kgetlist.png share/icons/oxygen/22x22/mimetypes/application-x-kontour.png @@ -2951,6 +2978,8 @@ share/icons/oxygen/22x22/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/22x22/mimetypes/application-x-siag.png share/icons/oxygen/22x22/mimetypes/application-x-smb-server.png share/icons/oxygen/22x22/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/22x22/mimetypes/application-x-sqlite2.png +share/icons/oxygen/22x22/mimetypes/application-x-sqlite3.png share/icons/oxygen/22x22/mimetypes/application-x-srt.png share/icons/oxygen/22x22/mimetypes/application-x-srtrip.png share/icons/oxygen/22x22/mimetypes/application-x-subrip.png @@ -3073,11 +3102,13 @@ share/icons/oxygen/22x22/mimetypes/x-office-address-book.png share/icons/oxygen/22x22/mimetypes/x-office-calendar.png share/icons/oxygen/22x22/mimetypes/x-office-contact.png share/icons/oxygen/22x22/mimetypes/x-office-document.png +share/icons/oxygen/22x22/mimetypes/x-office-presentation.png share/icons/oxygen/22x22/mimetypes/x-office-spreadsheet.png share/icons/oxygen/22x22/places/bookmarks.png share/icons/oxygen/22x22/places/certificate-server.png share/icons/oxygen/22x22/places/document-multiple.png share/icons/oxygen/22x22/places/favorites.png +share/icons/oxygen/22x22/places/folder-activities.png share/icons/oxygen/22x22/places/folder-black.png share/icons/oxygen/22x22/places/folder-blue.png share/icons/oxygen/22x22/places/folder-bookmark.png @@ -3234,24 +3265,22 @@ share/icons/oxygen/256x256/apps/clock.png share/icons/oxygen/256x256/apps/digikam.png share/icons/oxygen/256x256/apps/internet-web-browser.png share/icons/oxygen/256x256/apps/k3b.png -share/icons/oxygen/256x256/apps/karbon.png share/icons/oxygen/256x256/apps/kbruch.png share/icons/oxygen/256x256/apps/kchart.png share/icons/oxygen/256x256/apps/kde-windows.png share/icons/oxygen/256x256/apps/kdevelop.png share/icons/oxygen/256x256/apps/kdf.png -share/icons/oxygen/256x256/apps/kexi.png share/icons/oxygen/256x256/apps/kformula.png share/icons/oxygen/256x256/apps/kgpg.png share/icons/oxygen/256x256/apps/kig.png share/icons/oxygen/256x256/apps/kivio.png +share/icons/oxygen/256x256/apps/kmag.png share/icons/oxygen/256x256/apps/kmail2.png share/icons/oxygen/256x256/apps/konqueror.png share/icons/oxygen/256x256/apps/kontact-import-wizard.png share/icons/oxygen/256x256/apps/korgac.png share/icons/oxygen/256x256/apps/kplato.png share/icons/oxygen/256x256/apps/kpresenter.png -share/icons/oxygen/256x256/apps/krita.png share/icons/oxygen/256x256/apps/kspread.png share/icons/oxygen/256x256/apps/kwalletmanager.png share/icons/oxygen/256x256/apps/kword.png @@ -3260,6 +3289,7 @@ share/icons/oxygen/256x256/apps/mameexecutor.png share/icons/oxygen/256x256/apps/multimedia-volume-control.png share/icons/oxygen/256x256/apps/oxygen.png share/icons/oxygen/256x256/apps/partitionmanager.png +share/icons/oxygen/256x256/apps/picmi.png share/icons/oxygen/256x256/apps/planner.png share/icons/oxygen/256x256/apps/preferences-desktop-locale.png share/icons/oxygen/256x256/apps/preferences-desktop-screensaver.png @@ -3323,6 +3353,8 @@ share/icons/oxygen/256x256/devices/network-wireless-disconnected.png share/icons/oxygen/256x256/devices/network-wireless.png share/icons/oxygen/256x256/devices/printer-laser.png share/icons/oxygen/256x256/devices/secure-card.png +share/icons/oxygen/256x256/devices/smartphone.png +share/icons/oxygen/256x256/devices/tablet.png share/icons/oxygen/256x256/devices/video-display.png share/icons/oxygen/256x256/mimetypes/application-epub+zip.png share/icons/oxygen/256x256/mimetypes/application-illustrator.png @@ -3419,6 +3451,11 @@ share/icons/oxygen/256x256/mimetypes/application-x-java.png share/icons/oxygen/256x256/mimetypes/application-x-javascript.png share/icons/oxygen/256x256/mimetypes/application-x-k3b.png share/icons/oxygen/256x256/mimetypes/application-x-kcsrc.png +share/icons/oxygen/256x256/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/256x256/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/256x256/mimetypes/application-x-kformula.png share/icons/oxygen/256x256/mimetypes/application-x-kgetlist.png share/icons/oxygen/256x256/mimetypes/application-x-kontour.png @@ -3456,6 +3493,8 @@ share/icons/oxygen/256x256/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/256x256/mimetypes/application-x-siag.png share/icons/oxygen/256x256/mimetypes/application-x-smb-server.png share/icons/oxygen/256x256/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/256x256/mimetypes/application-x-sqlite2.png +share/icons/oxygen/256x256/mimetypes/application-x-sqlite3.png share/icons/oxygen/256x256/mimetypes/application-x-srt.png share/icons/oxygen/256x256/mimetypes/application-x-srtrip.png share/icons/oxygen/256x256/mimetypes/application-x-subrip.png @@ -3573,9 +3612,11 @@ share/icons/oxygen/256x256/mimetypes/x-media-podcast.png share/icons/oxygen/256x256/mimetypes/x-office-address-book.png share/icons/oxygen/256x256/mimetypes/x-office-calendar.png share/icons/oxygen/256x256/mimetypes/x-office-document.png +share/icons/oxygen/256x256/mimetypes/x-office-presentation.png share/icons/oxygen/256x256/mimetypes/x-office-spreadsheet.png share/icons/oxygen/256x256/places/certificate-server.png share/icons/oxygen/256x256/places/favorites.png +share/icons/oxygen/256x256/places/folder-activities.png share/icons/oxygen/256x256/places/folder-black.png share/icons/oxygen/256x256/places/folder-blue.png share/icons/oxygen/256x256/places/folder-bookmark.png @@ -4255,7 +4296,6 @@ share/icons/oxygen/32x32/apps/internet-web-browser.png share/icons/oxygen/32x32/apps/java.png share/icons/oxygen/32x32/apps/k3b.png share/icons/oxygen/32x32/apps/kaffeine.png -share/icons/oxygen/32x32/apps/karbon.png share/icons/oxygen/32x32/apps/kblogger.png share/icons/oxygen/32x32/apps/kbruch.png share/icons/oxygen/32x32/apps/kbugbuster.png @@ -4265,13 +4305,13 @@ share/icons/oxygen/32x32/apps/kde-windows.png share/icons/oxygen/32x32/apps/kde.png share/icons/oxygen/32x32/apps/kdevelop.png share/icons/oxygen/32x32/apps/kdf.png -share/icons/oxygen/32x32/apps/kexi.png share/icons/oxygen/32x32/apps/kformula.png share/icons/oxygen/32x32/apps/kgpg.png share/icons/oxygen/32x32/apps/kig.png share/icons/oxygen/32x32/apps/kivio.png share/icons/oxygen/32x32/apps/kjournal.png share/icons/oxygen/32x32/apps/klipper.png +share/icons/oxygen/32x32/apps/kmag.png share/icons/oxygen/32x32/apps/kmplayer.png share/icons/oxygen/32x32/apps/knewsticker.png share/icons/oxygen/32x32/apps/knotes.png @@ -4284,7 +4324,6 @@ share/icons/oxygen/32x32/apps/kplato.png share/icons/oxygen/32x32/apps/kpresenter.png share/icons/oxygen/32x32/apps/krdc.png share/icons/oxygen/32x32/apps/krfb.png -share/icons/oxygen/32x32/apps/krita.png share/icons/oxygen/32x32/apps/ksnapshot.png share/icons/oxygen/32x32/apps/ksniffer.png share/icons/oxygen/32x32/apps/kspread.png @@ -4304,6 +4343,7 @@ share/icons/oxygen/32x32/apps/office-calendar.png share/icons/oxygen/32x32/apps/okteta.png share/icons/oxygen/32x32/apps/oxygen.png share/icons/oxygen/32x32/apps/partitionmanager.png +share/icons/oxygen/32x32/apps/picmi.png share/icons/oxygen/32x32/apps/plasma.png share/icons/oxygen/32x32/apps/plasmagik.png share/icons/oxygen/32x32/apps/preferences-contact-list.png @@ -4455,6 +4495,8 @@ share/icons/oxygen/32x32/devices/printer-laser.png share/icons/oxygen/32x32/devices/printer.png share/icons/oxygen/32x32/devices/scanner.png share/icons/oxygen/32x32/devices/secure-card.png +share/icons/oxygen/32x32/devices/smartphone.png +share/icons/oxygen/32x32/devices/tablet.png share/icons/oxygen/32x32/devices/video-display.png share/icons/oxygen/32x32/devices/video-projector.png share/icons/oxygen/32x32/devices/video-television.png @@ -4590,6 +4632,11 @@ share/icons/oxygen/32x32/mimetypes/application-x-java.png share/icons/oxygen/32x32/mimetypes/application-x-javascript.png share/icons/oxygen/32x32/mimetypes/application-x-k3b.png share/icons/oxygen/32x32/mimetypes/application-x-kcsrc.png +share/icons/oxygen/32x32/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/32x32/mimetypes/application-x-kformula.png share/icons/oxygen/32x32/mimetypes/application-x-kgetlist.png share/icons/oxygen/32x32/mimetypes/application-x-kontour.png @@ -4628,6 +4675,8 @@ share/icons/oxygen/32x32/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/32x32/mimetypes/application-x-siag.png share/icons/oxygen/32x32/mimetypes/application-x-smb-server.png share/icons/oxygen/32x32/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/32x32/mimetypes/application-x-sqlite2.png +share/icons/oxygen/32x32/mimetypes/application-x-sqlite3.png share/icons/oxygen/32x32/mimetypes/application-x-srt.png share/icons/oxygen/32x32/mimetypes/application-x-srtrip.png share/icons/oxygen/32x32/mimetypes/application-x-subrip.png @@ -4748,11 +4797,13 @@ share/icons/oxygen/32x32/mimetypes/x-office-address-book.png share/icons/oxygen/32x32/mimetypes/x-office-calendar.png share/icons/oxygen/32x32/mimetypes/x-office-contact.png share/icons/oxygen/32x32/mimetypes/x-office-document.png +share/icons/oxygen/32x32/mimetypes/x-office-presentation.png share/icons/oxygen/32x32/mimetypes/x-office-spreadsheet.png share/icons/oxygen/32x32/places/bookmarks.png share/icons/oxygen/32x32/places/certificate-server.png share/icons/oxygen/32x32/places/document-multiple.png share/icons/oxygen/32x32/places/favorites.png +share/icons/oxygen/32x32/places/folder-activities.png share/icons/oxygen/32x32/places/folder-black.png share/icons/oxygen/32x32/places/folder-blue.png share/icons/oxygen/32x32/places/folder-bookmark.png @@ -5485,7 +5536,6 @@ share/icons/oxygen/48x48/apps/internet-web-browser.png share/icons/oxygen/48x48/apps/java.png share/icons/oxygen/48x48/apps/k3b.png share/icons/oxygen/48x48/apps/kaffeine.png -share/icons/oxygen/48x48/apps/karbon.png share/icons/oxygen/48x48/apps/kblogger.png share/icons/oxygen/48x48/apps/kbruch.png share/icons/oxygen/48x48/apps/kbugbuster.png @@ -5495,13 +5545,13 @@ share/icons/oxygen/48x48/apps/kde-windows.png share/icons/oxygen/48x48/apps/kde.png share/icons/oxygen/48x48/apps/kdevelop.png share/icons/oxygen/48x48/apps/kdf.png -share/icons/oxygen/48x48/apps/kexi.png share/icons/oxygen/48x48/apps/kformula.png share/icons/oxygen/48x48/apps/kgpg.png share/icons/oxygen/48x48/apps/kig.png share/icons/oxygen/48x48/apps/kivio.png share/icons/oxygen/48x48/apps/kjournal.png share/icons/oxygen/48x48/apps/klipper.png +share/icons/oxygen/48x48/apps/kmag.png share/icons/oxygen/48x48/apps/kmplayer.png share/icons/oxygen/48x48/apps/knewsticker.png share/icons/oxygen/48x48/apps/knotes.png @@ -5514,7 +5564,6 @@ share/icons/oxygen/48x48/apps/kplato.png share/icons/oxygen/48x48/apps/kpresenter.png share/icons/oxygen/48x48/apps/krdc.png share/icons/oxygen/48x48/apps/krfb.png -share/icons/oxygen/48x48/apps/krita.png share/icons/oxygen/48x48/apps/ksnapshot.png share/icons/oxygen/48x48/apps/ksniffer.png share/icons/oxygen/48x48/apps/kspread.png @@ -5534,6 +5583,7 @@ share/icons/oxygen/48x48/apps/office-calendar.png share/icons/oxygen/48x48/apps/okteta.png share/icons/oxygen/48x48/apps/oxygen.png share/icons/oxygen/48x48/apps/partitionmanager.png +share/icons/oxygen/48x48/apps/picmi.png share/icons/oxygen/48x48/apps/plasma.png share/icons/oxygen/48x48/apps/plasmagik.png share/icons/oxygen/48x48/apps/preferences-contact-list.png @@ -5684,6 +5734,8 @@ share/icons/oxygen/48x48/devices/printer-laser.png share/icons/oxygen/48x48/devices/printer.png share/icons/oxygen/48x48/devices/scanner.png share/icons/oxygen/48x48/devices/secure-card.png +share/icons/oxygen/48x48/devices/smartphone.png +share/icons/oxygen/48x48/devices/tablet.png share/icons/oxygen/48x48/devices/video-display.png share/icons/oxygen/48x48/devices/video-projector.png share/icons/oxygen/48x48/devices/video-television.png @@ -5803,6 +5855,11 @@ share/icons/oxygen/48x48/mimetypes/application-x-java.png share/icons/oxygen/48x48/mimetypes/application-x-javascript.png share/icons/oxygen/48x48/mimetypes/application-x-k3b.png share/icons/oxygen/48x48/mimetypes/application-x-kcsrc.png +share/icons/oxygen/48x48/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/48x48/mimetypes/application-x-kformula.png share/icons/oxygen/48x48/mimetypes/application-x-kgetlist.png share/icons/oxygen/48x48/mimetypes/application-x-kontour.png @@ -5841,6 +5898,8 @@ share/icons/oxygen/48x48/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/48x48/mimetypes/application-x-siag.png share/icons/oxygen/48x48/mimetypes/application-x-smb-server.png share/icons/oxygen/48x48/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/48x48/mimetypes/application-x-sqlite2.png +share/icons/oxygen/48x48/mimetypes/application-x-sqlite3.png share/icons/oxygen/48x48/mimetypes/application-x-srt.png share/icons/oxygen/48x48/mimetypes/application-x-srtrip.png share/icons/oxygen/48x48/mimetypes/application-x-subrip.png @@ -5961,11 +6020,13 @@ share/icons/oxygen/48x48/mimetypes/x-office-address-book.png share/icons/oxygen/48x48/mimetypes/x-office-calendar.png share/icons/oxygen/48x48/mimetypes/x-office-contact.png share/icons/oxygen/48x48/mimetypes/x-office-document.png +share/icons/oxygen/48x48/mimetypes/x-office-presentation.png share/icons/oxygen/48x48/mimetypes/x-office-spreadsheet.png share/icons/oxygen/48x48/places/bookmarks.png share/icons/oxygen/48x48/places/certificate-server.png share/icons/oxygen/48x48/places/document-multiple.png share/icons/oxygen/48x48/places/favorites.png +share/icons/oxygen/48x48/places/folder-activities.png share/icons/oxygen/48x48/places/folder-add.png share/icons/oxygen/48x48/places/folder-black.png share/icons/oxygen/48x48/places/folder-blue.png @@ -6200,7 +6261,6 @@ share/icons/oxygen/64x64/apps/internet-telephony.png share/icons/oxygen/64x64/apps/internet-web-browser.png share/icons/oxygen/64x64/apps/k3b.png share/icons/oxygen/64x64/apps/kaffeine.png -share/icons/oxygen/64x64/apps/karbon.png share/icons/oxygen/64x64/apps/kblogger.png share/icons/oxygen/64x64/apps/kbruch.png share/icons/oxygen/64x64/apps/kbugbuster.png @@ -6210,13 +6270,13 @@ share/icons/oxygen/64x64/apps/kde-windows.png share/icons/oxygen/64x64/apps/kde.png share/icons/oxygen/64x64/apps/kdevelop.png share/icons/oxygen/64x64/apps/kdf.png -share/icons/oxygen/64x64/apps/kexi.png share/icons/oxygen/64x64/apps/kformula.png share/icons/oxygen/64x64/apps/kgpg.png share/icons/oxygen/64x64/apps/kig.png share/icons/oxygen/64x64/apps/kivio.png share/icons/oxygen/64x64/apps/kjournal.png share/icons/oxygen/64x64/apps/klipper.png +share/icons/oxygen/64x64/apps/kmag.png share/icons/oxygen/64x64/apps/kmplayer.png share/icons/oxygen/64x64/apps/knewsticker.png share/icons/oxygen/64x64/apps/knotes.png @@ -6230,7 +6290,6 @@ share/icons/oxygen/64x64/apps/kplato.png share/icons/oxygen/64x64/apps/kpresenter.png share/icons/oxygen/64x64/apps/krdc.png share/icons/oxygen/64x64/apps/krfb.png -share/icons/oxygen/64x64/apps/krita.png share/icons/oxygen/64x64/apps/ksnapshot.png share/icons/oxygen/64x64/apps/ksniffer.png share/icons/oxygen/64x64/apps/kspread.png @@ -6249,6 +6308,7 @@ share/icons/oxygen/64x64/apps/office-calendar.png share/icons/oxygen/64x64/apps/okteta.png share/icons/oxygen/64x64/apps/oxygen.png share/icons/oxygen/64x64/apps/partitionmanager.png +share/icons/oxygen/64x64/apps/picmi.png share/icons/oxygen/64x64/apps/planner.png share/icons/oxygen/64x64/apps/plasma.png share/icons/oxygen/64x64/apps/plasmagik.png @@ -6388,6 +6448,8 @@ share/icons/oxygen/64x64/devices/phone.png share/icons/oxygen/64x64/devices/printer-laser.png share/icons/oxygen/64x64/devices/printer.png share/icons/oxygen/64x64/devices/scanner.png +share/icons/oxygen/64x64/devices/smartphone.png +share/icons/oxygen/64x64/devices/tablet.png share/icons/oxygen/64x64/devices/video-display.png share/icons/oxygen/64x64/devices/video-projector.png share/icons/oxygen/64x64/devices/video-television.png @@ -6504,6 +6566,11 @@ share/icons/oxygen/64x64/mimetypes/application-x-java.png share/icons/oxygen/64x64/mimetypes/application-x-javascript.png share/icons/oxygen/64x64/mimetypes/application-x-k3b.png share/icons/oxygen/64x64/mimetypes/application-x-kcsrc.png +share/icons/oxygen/64x64/mimetypes/application-x-kexi-connectiondata.png +share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-shortcut.png +share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite.png +share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite2.png +share/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite3.png share/icons/oxygen/64x64/mimetypes/application-x-kformula.png share/icons/oxygen/64x64/mimetypes/application-x-kgetlist.png share/icons/oxygen/64x64/mimetypes/application-x-kontour.png @@ -6542,6 +6609,8 @@ share/icons/oxygen/64x64/mimetypes/application-x-shockwave-flash.png share/icons/oxygen/64x64/mimetypes/application-x-siag.png share/icons/oxygen/64x64/mimetypes/application-x-smb-server.png share/icons/oxygen/64x64/mimetypes/application-x-smb-workgroup.png +share/icons/oxygen/64x64/mimetypes/application-x-sqlite2.png +share/icons/oxygen/64x64/mimetypes/application-x-sqlite3.png share/icons/oxygen/64x64/mimetypes/application-x-srt.png share/icons/oxygen/64x64/mimetypes/application-x-srtrip.png share/icons/oxygen/64x64/mimetypes/application-x-subrip.png @@ -6660,11 +6729,13 @@ share/icons/oxygen/64x64/mimetypes/x-media-podcast.png share/icons/oxygen/64x64/mimetypes/x-office-address-book.png share/icons/oxygen/64x64/mimetypes/x-office-calendar.png share/icons/oxygen/64x64/mimetypes/x-office-document.png +share/icons/oxygen/64x64/mimetypes/x-office-presentation.png share/icons/oxygen/64x64/mimetypes/x-office-spreadsheet.png share/icons/oxygen/64x64/places/bookmarks.png share/icons/oxygen/64x64/places/certificate-server.png share/icons/oxygen/64x64/places/document-multiple.png share/icons/oxygen/64x64/places/favorites.png +share/icons/oxygen/64x64/places/folder-activities.png share/icons/oxygen/64x64/places/folder-black.png share/icons/oxygen/64x64/places/folder-blue.png share/icons/oxygen/64x64/places/folder-bookmark.png diff --git a/graphics/oxygen-icons/distinfo b/graphics/oxygen-icons/distinfo index 3bc600b851c..b187e1090bb 100644 --- a/graphics/oxygen-icons/distinfo +++ b/graphics/oxygen-icons/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2012/06/16 04:45:29 markd Exp $ +$NetBSD: distinfo,v 1.18 2013/04/03 10:51:50 markd Exp $ -SHA1 (oxygen-icons-4.8.4.tar.xz) = 4034b61585db7e8c03f3270d860aa7443f1a6193 -RMD160 (oxygen-icons-4.8.4.tar.xz) = b09007eaeb6c83bac88a28454481838a8f206dbe -Size (oxygen-icons-4.8.4.tar.xz) = 310955984 bytes +SHA1 (oxygen-icons-4.10.2.tar.xz) = 8fa10b765c64b52fa4b0d1f8ea6f3dad709d7d6a +RMD160 (oxygen-icons-4.10.2.tar.xz) = 65f1c31f1f4b9df0592d66eccc56ba7498fd5964 +Size (oxygen-icons-4.10.2.tar.xz) = 277512988 bytes diff --git a/graphics/svgpart/Makefile b/graphics/svgpart/Makefile index 6553a152da7..332d8babf90 100644 --- a/graphics/svgpart/Makefile +++ b/graphics/svgpart/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/02/16 11:22:32 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/03 10:52:12 markd Exp $ DISTNAME= svgpart-${_KDE_VERSION} -PKGREVISION= 7 CATEGORIES= graphics COMMENT= KDE svg part diff --git a/graphics/svgpart/distinfo b/graphics/svgpart/distinfo index 64a45d0a13e..4c98eb89160 100644 --- a/graphics/svgpart/distinfo +++ b/graphics/svgpart/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/16 04:45:31 markd Exp $ +$NetBSD: distinfo,v 1.5 2013/04/03 10:52:12 markd Exp $ -SHA1 (svgpart-4.8.4.tar.xz) = 3c202f0a58035c56e7e46a983c254a6284b97ee9 -RMD160 (svgpart-4.8.4.tar.xz) = 0e6251c0de263ccc0ce94b55deac36ba5b92b9c5 -Size (svgpart-4.8.4.tar.xz) = 9344 bytes +SHA1 (svgpart-4.10.2.tar.xz) = a361a8361fb123cb4b6498dba3b2d88293d88344 +RMD160 (svgpart-4.10.2.tar.xz) = ffcd2bbadfe28acff6827b69d0b26c2e2384e298 +Size (svgpart-4.10.2.tar.xz) = 9184 bytes -- cgit v1.2.3