summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122017-05-13 10:08:06 +0200
committerwillemw122017-05-13 10:08:06 +0200
commitabb82cdde1f6410d9541a840a9681039905fe52c (patch)
treefd449e8cad3317e90cb189c3b5ac7533e082261b
parent8f16c914bcba77a5d0a9ccc511c3e6cce25739ec (diff)
downloadaur-abb82cdde1f6410d9541a840a9681039905fe52c.tar.gz
Remove diodon-bzr.install file. Add gtk-update-icon-cache
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--diodon-bzr.install14
3 files changed, 5 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb60bf7b2342..3cc53e10b84a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat May 13 07:07:14 UTC 2017
+# Sat May 13 08:06:44 UTC 2017
pkgbase = diodon-bzr
pkgdesc = GTK+ clipboard manager
pkgver = r534
pkgrel = 1
url = https://launchpad.net/diodon
- install = diodon-bzr.install
arch = any
license = GPL2
makedepends = bzr
@@ -16,6 +15,7 @@ pkgbase = diodon-bzr
depends = dconf
depends = desktop-file-utils
depends = gconf
+ depends = gtk-update-icon-cache
depends = libappindicator3
depends = libgee
depends = libpeas
diff --git a/PKGBUILD b/PKGBUILD
index f2227450cbfd..e889a4a8d2c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgdesc="GTK+ clipboard manager"
arch=('any')
url="https://launchpad.net/diodon"
license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gconf' 'libappindicator3' 'libgee' 'libpeas' 'libunique' 'libxtst' 'xorg-server-xvfb' 'zeitgeist')
+depends=('dconf' 'desktop-file-utils' 'gconf' 'gtk-update-icon-cache' 'libappindicator3'
+ 'libgee' 'libpeas' 'libunique' 'libxtst' 'xorg-server-xvfb' 'zeitgeist')
makedepends=('bzr' 'gobject-introspection' 'intltool' 'libpeas' 'vala')
provides=($_pkgname)
conflicts=($_pkgname)
-install=$pkgname.install
source=($pkgname::bzr+https://code.launchpad.net/diodon/trunk)
md5sums=('SKIP')
@@ -30,7 +30,7 @@ prepare() {
build() {
cd $pkgname
- python2 ./waf configure --prefix=/usr
+ python2 ./waf configure --prefix=/usr # --disable-indicator-plugin
python2 ./waf build
}
diff --git a/diodon-bzr.install b/diodon-bzr.install
deleted file mode 100644
index da4806443b00..000000000000
--- a/diodon-bzr.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
- post_install "$1"
-}
-
-post_remove()
-{
- post_install "$1"
-}