summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 081eb7eac78baa2a4d53d7a5d7f492c40d88ec9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pkgname=mate-indicator-applet
pkgver=1.18.0
pkgrel=1
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")
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
    ./configure --prefix=/usr
    make
}

package() {
    cd ${pkgname}-${pkgver}
    make DESTDIR="$pkgdir/" install
}
md5sums=('1f78fe11afaf074be8378e222289046d')