summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2016-09-06 14:01:25 -0500
committerGötz Christ2016-09-06 14:01:25 -0500
commit5102f7fd0b206970243259c8ea232ad54bc89583 (patch)
tree0997676d27db40aea7ddfdd478bce30cd59e59ec
parent7755c94d5355ed06437f4c234394fa5fb1fc0f46 (diff)
downloadaur-5102f7fd0b206970243259c8ea232ad54bc89583.tar.gz
Pacman hooks
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--indicator-sound.install13
3 files changed, 4 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc501f5adf0a..29f02eb09bd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Tue Sep 6 19:01:04 UTC 2016
pkgbase = indicator-sound
- pkgdesc = A unified sound menu
+ pkgdesc = Unified sound menu indicator.
pkgver = 12.10.1
pkgrel = 5
url = https://launchpad.net/indicator-sound
- install = indicator-sound.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ec3827367395..c1bf7dc60330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@
pkgname=indicator-sound
pkgver=12.10.1
pkgrel=5
-pkgdesc='A unified sound menu'
+pkgdesc='Unified sound menu indicator.'
arch=('i686' 'x86_64')
url="https://launchpad.net/${pkgname}"
license=('GPL')
depends=('ido' 'libdbusmenu-gtk3' 'libgee06' 'libindicator-gtk3' 'libpulse' 'libnotify')
makedepends=('intltool' 'vala')
-install="${pkgname}.install"
source=("${url}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
"http://pkgbuild.com/~bgyorgy/sources/${pkgname}-translations-20130310.tar.gz")
sha256sums=('d3ae4e8a9e2bac6f9098e617364aba1ddca15ee118d5aa89ae85d0a1f3371af6'
diff --git a/indicator-sound.install b/indicator-sound.install
deleted file mode 100644
index 43fe00f8d2e2..000000000000
--- a/indicator-sound.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: