summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2016-05-19 19:12:54 +0200
committerFrederic Bezies2016-05-19 19:12:54 +0200
commit09866a402cd697aaf3e274147b6bbb00f20e47ac (patch)
tree595e932d4019f283416936cfb4f1adc221e7a644
parente26c95b0bfbff50b141c699ac7cb22fd7b02b7f7 (diff)
downloadaur-09866a402cd697aaf3e274147b6bbb00f20e47ac.tar.gz
Pacman hooks update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--kazam.install9
3 files changed, 3 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c7225d873a..db8201d49d5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Jan 13 09:00:38 UTC 2016
+# Thu May 19 17:12:48 UTC 2016
pkgbase = kazam
pkgdesc = A screencasting program with design in mind
pkgver = 1.4.5
- pkgrel = 5
+ pkgrel = 6
url = https://launchpad.net/kazam
- install = kazam.install
arch = any
license = GPL
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index e45ac4d036cc..ef32dbb327e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=kazam
pkgver=1.4.5
-pkgrel=5
+pkgrel=6
pkgdesc="A screencasting program with design in mind"
arch=('any')
url="https://launchpad.net/kazam"
@@ -9,7 +9,6 @@ groups=()
depends=('python' 'python-cairo' 'python-xdg' 'python-dbus' 'python-distutils-extra' 'python-gobject' 'gobject-introspection' 'gstreamer' 'gst-plugins-base' 'gtk3' 'pango' 'gdk-pixbuf2' 'libwnck3' 'ffmpeg' 'libmatroska' 'libtheora' 'gnome-desktop')
optdepends=('libkeybinder3: hotkeys support' 'libappindicator3: indicator on Unity panel support')
conflicts=('kazam-bzr' 'kazam-stable-bzr')
-install=kazam.install
source=("https://launchpad.net/${pkgname}/stable/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
'version.patch'
'configparser_api_changes.patch')
diff --git a/kazam.install b/kazam.install
deleted file mode 100644
index e3f4c360670b..000000000000
--- a/kazam.install
+++ /dev/null
@@ -1,9 +0,0 @@
-
-post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-}
-
-post_upgrade() {
- post_install $1
-}