summaryrefslogtreecommitdiff
path: root/community/chmsee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/chmsee/PKGBUILD')
-rw-r--r--community/chmsee/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index 9bfa51483..d5809b91e 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=chmsee
pkgver=1.99.03
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
url="http://chmsee.googlecode.com/"
@@ -35,6 +35,9 @@ package() {
rm -r ${pkgdir}/usr/share/chmsee/src
install -Dm644 data/chmsee.desktop.in \
${pkgdir}/usr/share/applications/chmsee.desktop
+ # Fix FS#25152
+ sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
+ #
install -d ${pkgdir}/usr/share/pixmaps
install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee