summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2015-10-10 14:35:26 -0700
committerLlewelyn Trahaearn2015-10-10 14:35:26 -0700
commit9708c2c0bc9452bf3af9d6fc842e3a35597a5094 (patch)
treeac5df55dcea27ad2ce2aabfd30cc110853973577
parent18a13990e94c87b67d9422479025a15e7442b34e (diff)
downloadaur-9708c2c0bc9452bf3af9d6fc842e3a35597a5094.tar.gz
Bump to current version.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d8eaa8cb4fd..1b862eba5eca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-appindicator-git
pkgdesc = Integrates AppIndicators into GNOME Shell.
- pkgver = 15.r2.g0c53cfb
- pkgrel = 4
+ pkgver = 16.r0.g86cd3a2
+ pkgrel = 1
url = https://github.com/rgcjonas/gnome-shell-extension-appindicator
install = gschemas.install
arch = any
@@ -9,6 +9,7 @@ pkgbase = gnome-shell-extension-appindicator-git
makedepends = git
depends = gnome-shell
depends = libappindicator
+ depends = python2
options = !emptydirs
source = gnome-shell-extension-appindicator-git::git+https://github.com/rgcjonas/gnome-shell-extension-appindicator.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6c491b159b85..5c7f1c88e697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Frikilinux <frikilinux at gmail dot com>
pkgname=gnome-shell-extension-appindicator-git
-pkgver=15.r2.g0c53cfb
-pkgrel=4
+pkgver=16.r0.g86cd3a2
+pkgrel=1
pkgdesc="Integrates AppIndicators into GNOME Shell."
arch=('any')
url="https://github.com/rgcjonas/gnome-shell-extension-appindicator"
license=('GPL')
-depends=('gnome-shell' 'libappindicator')
+depends=('gnome-shell' 'libappindicator' 'python2')
makedepends=('git')
options=('!emptydirs')
install="gschemas.install"
@@ -45,11 +45,5 @@ package() {
# Copy extension files into place.
find -maxdepth 1 \( -iname '*.js*' -or -iname '*.css' -or -iname '*.ui' \) -exec install -Dm644 -t "${_destdir}" '{}' +
find -maxdepth 2 \( -wholename '*schemas/*.xml' \) -exec install -Dm644 -t "${pkgdir}/usr/share/glib-2.0/schemas/" '{}' +
- cd locale
- for locale in */
- do
- install -Dm644 -t "${pkgdir}/usr/share/locale/${locale}/LC_MESSAGES" "${locale}/LC_MESSAGES"/*.mo
- done
- cd ..
cp -r --no-preserve=ownership,mode indicator-test-tool interfaces-xml "${_destdir}"
}