summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2016-04-30 22:11:47 +0200
committerNarrat2016-04-30 22:11:47 +0200
commit9fae78693a93317b528a94fde6f0ec67fa31c858 (patch)
treee3166016fa0c43c2417fa2265178f9da46d9a21b
parent9d2c50599b45156118bb0521fcf0124d89a3a99e (diff)
downloadaur-9fae78693a93317b528a94fde6f0ec67fa31c858.tar.gz
OpenDict: Remove install file
Stuff done in there is handled by hooks now
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--opendict.install11
3 files changed, 6 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eae69709e933..b611c1773619 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Apr 16 12:13:38 UTC 2016
+# Sat Apr 30 20:11:48 UTC 2016
pkgbase = opendict
pkgdesc = Multiplatform computer dictionary software
pkgver = 0.6.7
- pkgrel = 1
+ pkgrel = 2
url = http://opendict.sourceforge.net/
- install = opendict.install
arch = any
license = GPL
depends = wxpython
depends = xdg-utils
+ depends = desktop-file-utils
+ depends = gtk-update-icon-cache
source = http://downloads.sourceforge.net/project/opendict/opendict-0.6.7.tar.gz
md5sums = a274896b4ee943de4f3200cfba4bbdde
diff --git a/PKGBUILD b/PKGBUILD
index aae0ea040508..482045726723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=opendict
pkgver=0.6.7
-pkgrel=1
+pkgrel=2
pkgdesc="Multiplatform computer dictionary software"
arch=('any')
url="http://opendict.sourceforge.net/"
license=('GPL')
-depends=('wxpython' 'xdg-utils')
-install=${pkgname}.install
+depends=('wxpython' 'xdg-utils' 'desktop-file-utils' 'gtk-update-icon-cache')
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('a274896b4ee943de4f3200cfba4bbdde')
diff --git a/opendict.install b/opendict.install
deleted file mode 100644
index 2c455e952b7b..000000000000
--- a/opendict.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}