summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-03-26 23:30:44 +0000
committerjoerg <joerg@pkgsrc.org>2013-03-26 23:30:44 +0000
commit204287351e9d7f3232df3f7599625dcec1021ccd (patch)
treec437f6b1596cb011da336b5243cdc7ab9f623b46 /graphics
parent742d125f4676cb66cad1f26594a5497ef3bf9e5a (diff)
downloadpkgsrc-204287351e9d7f3232df3f7599625dcec1021ccd.tar.gz
Forward class definitions must not use namespace :: syntax.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kdegraphics3/distinfo3
-rw-r--r--graphics/kdegraphics3/patches/patch-kooka_thumbview.h15
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/kdegraphics3/distinfo b/graphics/kdegraphics3/distinfo
index 15f537cefb0..4b90603f418 100644
--- a/graphics/kdegraphics3/distinfo
+++ b/graphics/kdegraphics3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.56 2013/01/17 15:54:36 joerg Exp $
+$NetBSD: distinfo,v 1.57 2013/03/26 23:30:45 joerg Exp $
SHA1 (kdegraphics-3.5.10.tar.bz2) = 9634e3ab364d017152fb6d636efad8811aeec6c3
RMD160 (kdegraphics-3.5.10.tar.bz2) = 94278e4419ab99885fc9efae9b6ba5ba787f831e
@@ -10,6 +10,7 @@ SHA1 (patch-ad) = 39f9af23006d6b8d09d0ecbb83a382df6b125152
SHA1 (patch-ae) = e1984e4441f2b96697ae7a17028bd59bacb7cc73
SHA1 (patch-af) = ab3eff6677c889dfd48b5aa6cc116a0da18dd925
SHA1 (patch-kmrml_kmrml_mrml__elements.h) = f832e7e0a83cec5214630fd871f2d7132b5219d9
+SHA1 (patch-kooka_thumbview.h) = 8c58202c5c68f27f4a5221541c20e20016b2f76f
SHA1 (patch-ksvg_impl_libs_libtext2path_src_Converter.cpp) = 4a1588c91e94c09862e2b702c357b8c478d19add
SHA1 (patch-kviewshell_documentWidget.cpp) = 605f44f574f8391b9947424d0fee926bc2f7a494
SHA1 (patch-kviewshell_plugins_djvu_libdjvu_GContainer.h) = ba805be065c9eb38b865d969e291ab5bb49b1798
diff --git a/graphics/kdegraphics3/patches/patch-kooka_thumbview.h b/graphics/kdegraphics3/patches/patch-kooka_thumbview.h
new file mode 100644
index 00000000000..f48702b201a
--- /dev/null
+++ b/graphics/kdegraphics3/patches/patch-kooka_thumbview.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-kooka_thumbview.h,v 1.1 2013/03/26 23:30:45 joerg Exp $
+
+--- kooka/thumbview.h.orig 2013-03-25 10:04:28.000000000 +0000
++++ kooka/thumbview.h
+@@ -54,7 +54,9 @@
+ class QPixmap;
+ class QListViewItem;
+ class KProgress;
+-class KIO::PreviewJob;
++namespace KIO {
++ class PreviewJob;
++}
+
+ class ThumbView: public QVBox /* KIconView */
+ {