summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122018-10-07 08:57:21 +0200
committerwillemw122018-10-07 08:57:21 +0200
commit7caf7ed0d6157688cb6ab8ddafdeb4761582756d (patch)
treedd5a3713a407955b970ecb8c862591d14f470472
parent59a73efb8398b257664e653824384bd9953c4f13 (diff)
downloadaur-7caf7ed0d6157688cb6ab8ddafdeb4761582756d.tar.gz
Add gobject-introspection. Update arch. Remove commented-out prepare()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 5 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beecf25f868d..01b24df25822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = indicator-sensors
pkgdesc = Small application to provide hardware sensor readings using the AppIndicator framework
pkgver = 0.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/alexmurray/indicator-sensors
install = indicator-sensors.install
- arch = i686
arch = x86_64
license = GPL3
makedepends = gnome-common
makedepends = intltool
depends = dconf
+ depends = gobject-introspection
depends = libappindicator-gtk3
depends = libatasmart
depends = libnotify
diff --git a/PKGBUILD b/PKGBUILD
index 2079eec687dd..83cbbf978fee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,26 +2,18 @@
pkgname=indicator-sensors
pkgver=0.8
-pkgrel=2
+pkgrel=3
pkgdesc="Small application to provide hardware sensor readings using the AppIndicator framework"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/alexmurray/indicator-sensors"
license=('GPL3')
-depends=('dconf' 'libappindicator-gtk3' 'libatasmart' 'libnotify' 'libpeas' 'lm_sensors' 'udisks2')
+depends=('dconf' 'gobject-introspection' 'libappindicator-gtk3' 'libatasmart' 'libnotify' 'libpeas' 'lm_sensors' 'udisks2')
optdepends=('libxnvctrl: NVIDIA GPU support')
makedepends=('gnome-common' 'intltool')
install=$pkgname.install
source=(https://github.com/alexmurray/$pkgname/archive/$pkgver.tar.gz)
md5sums=('2975c3b04778e18b549356383a3740d8')
-prepare() {
- cd $pkgname-$pkgver
-
- # Fix autogen with latest gnome-common
- # Side-by-side use of IT_PROG_INTLTOOL and AM_GNU_GETTEXT is not supported.
- #sed -i "s|\(^AM_GNU_GETTEXT\)|#\1|" configure.ac
-}
-
build() {
cd $pkgname-$pkgver
sh ./autogen.sh