[Frugalware-darcs] frugalware-current: kchmviewer-2.5-1-i686
crazy
crazy at frugalware.org
Wed Apr 5 19:47:15 CEST 2006
[kchmviewer-2.5-1-i686
crazy <crazy at frugalware.org>**20060405171814
* Version bump
* add a gcc41 patch
Note to all kde-app m8r:
- gcc41 got some changes so a :
class Baz {
....
Baz::something();
...
};
is a "error" with gcc41 the extra
"Baz::" need to go :)
] {
addfile ./extra/source/kde/kchmviewer/01-iconstorage_gcc41.patch
hunk ./extra/source/kde/kchmviewer/01-iconstorage_gcc41.patch 1
+diff -Naur kchmviewer-2.5/src/iconstorage.h kchmviewer-2.5-gcc41/src/iconstorage.h
+--- kchmviewer-2.5/src/iconstorage.h 2006-04-02 04:09:14.000000000 +0200
++++ kchmviewer-2.5-gcc41/src/iconstorage.h 2006-04-05 19:05:16.000000000 +0200
+@@ -57,7 +57,7 @@
+ const QPixmap * getBookIconPixmap (unsigned int id);
+ const QPixmap * getToolbarPixmap (pixmap_index_t pix);
+ const QPixmap * getApplicationIcon();
+- const QPixmap * KCHMIconStorage::getCloseWindowIcon();
++ const QPixmap * getCloseWindowIcon();
+
+ private:
+ const QPixmap * returnOrLoadImage (unsigned int id, const png_memory_image_t * image);
hunk ./extra/source/kde/kchmviewer/FrugalBuild 1
-# Last Modified: Sun, 05 Mar 2006 13:28:29 +0100
+# Last Modified: Wed, 05 Apr 2006 19:13:27 +0200
hunk ./extra/source/kde/kchmviewer/FrugalBuild 7
-pkgver=2.0
-pkgrel=2
+pkgver=2.5
+pkgrel=1
hunk ./extra/source/kde/kchmviewer/FrugalBuild 15
-source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('66f54c5e5d8853c39614d3f4d31f854ed3252ae9')
+source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \
+ 01-iconstorage_gcc41.patch)
hunk ./extra/source/kde/kchmviewer/FrugalBuild 18
+sha1sums=('f77574cbbc2aaf277a030cf4808cf24e4c016a42' \
+ '1fcea51ec6367153b1e7edd05956aa4382729ce8')
hunk ./extra/source/kde/kchmviewer/FrugalBuild 35
-# vim: ft=sh
-
}
More information about the Frugalware-darcs
mailing list