summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanosApostolou2017-03-29 21:20:46 +0300
committerThanosApostolou2017-03-29 21:20:46 +0300
commit2ca7501c1e45b6268f4b17678f327ba26354c770 (patch)
tree2beda4f4674bbeb268a4c6af1e9ad13ebdaac54b
parent41035b81054c2f166b9fd4ed025db04f5a54d6f7 (diff)
downloadaur-2ca7501c1e45b6268f4b17678f327ba26354c770.tar.gz
fix build errors
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11d8f9c0301b..b04d7338bbe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mate-indicator-applet
pkgdesc = Applet to display information from various applications consistently in the MATE panel. (depends on ido-ubuntu which depends on gtk3-ubuntu)
pkgver = 1.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mate-desktop/mate-indicator-applet
arch = i686
arch = x86_64
license = GPLv3
makedepends = intltool
makedepends = autoconf
+ makedepends = mate-common
depends = mate-panel
depends = libappindicator-gtk3
source = https://github.com/mate-desktop/mate-indicator-applet/archive/v1.18.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 081eb7eac78b..068188e1cad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
pkgname=mate-indicator-applet
pkgver=1.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="Applet to display information from various applications consistently in the MATE panel. (depends on ido-ubuntu which depends on gtk3-ubuntu)"
arch=('i686' 'x86_64')
url="https://github.com/mate-desktop/mate-indicator-applet"
license=('GPLv3')
-makedepends=("intltool" "autoconf")
+makedepends=("intltool" "autoconf" "mate-common")
depends=("mate-panel" "libappindicator-gtk3")
source=("https://github.com/mate-desktop/mate-indicator-applet/archive/v${pkgver}.tar.gz")
build() {
cd ${pkgname}-${pkgver}
- autoreconf -fi
+ autogen.sh
./configure --prefix=/usr
make
}