summaryrefslogtreecommitdiff
path: root/community/gtkwave
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-30 03:50:48 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-30 03:50:48 +0000
commitb1688d0edf774882b5231e199ac1431a9cc8d4ac (patch)
tree5de89a1c0938fc9686cbdef5bfd5db19c823410b /community/gtkwave
parent88f9886de50562f083fa45359821567b0a880ea0 (diff)
Wed Apr 30 03:41:39 UTC 2014
Diffstat (limited to 'community/gtkwave')
-rw-r--r--community/gtkwave/PKGBUILD8
-rw-r--r--community/gtkwave/gtkwave.install4
2 files changed, 7 insertions, 5 deletions
diff --git a/community/gtkwave/PKGBUILD b/community/gtkwave/PKGBUILD
index ec91fe41b..5a8276061 100644
--- a/community/gtkwave/PKGBUILD
+++ b/community/gtkwave/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 100853 2013-11-12 01:40:23Z kkeen $
+# $Id: PKGBUILD 110407 2014-04-29 09:42:25Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Jared Casper <jaredcasper@gmail.com>
pkgname=gtkwave
-pkgver=3.3.52
+pkgver=3.3.59
pkgrel=1
pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('bzip2' 'xz' 'gtk2')
makedepends=('gperf')
install='gtkwave.install'
source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz")
-md5sums=('1a7b7fbfede6f1f91fe26845b3b36f48')
+md5sums=('e23a5c5e287a5414173c715a92a104f5')
build() {
cd "${srcdir}/gtkwave-${pkgver}"
@@ -33,7 +33,5 @@ package() {
install -D -m644 "${srcdir}/gtkwave-${pkgver}/LICENSE.TXT" \
"${pkgdir}/usr/share/licenses/gtkwave/LICENSE.TXT"
- install -D -m644 "${srcdir}/gtkwave-${pkgver}/MIT.TXT" \
- "${pkgdir}/usr/share/licenses/gtkwave/MIT.TXT"
}
diff --git a/community/gtkwave/gtkwave.install b/community/gtkwave/gtkwave.install
index bc2e66b0d..8c6cae382 100644
--- a/community/gtkwave/gtkwave.install
+++ b/community/gtkwave/gtkwave.install
@@ -3,4 +3,8 @@ post_install() {
echo 'your home directory (as .gtkwaverc) or to your VCD project directory.'
echo 'It contains the prefs for a good configuration that most people find'
echo 'ergonomic. It is not strictly necessary however.'
+ _desktop $1
}
+
+# desktop-file-utils breaks the build, so no update-desktop-database here
+