summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 46867c7c34f4b0de6184e758294fa14aedd9eea8 (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
# Maintainer: Xinc

pkgname=ido
_actual_ver=13.10.0
_extra_ver=+22.10.20221007
pkgver=${_actual_ver}${_extra_ver/\+/.}
pkgrel=1
pkgdesc="Widgets and other objects used for indicators by the Unity7 user interface"
arch=(x86_64)
url="https://launchpad.net/ido"
license=(GPL)
depends=(libxi libx11 gobject-introspection pango gdk-pixbuf2 cairo gtk3-ubuntu)
makedepends=(gnome-common pkgconf glibc glib2 vala)
source=("https://launchpad.net/ubuntu/+archive/primary/+files/ido_${_actual_ver}${_extra_ver}.orig.tar.gz")
sha512sums=('SKIP')

build() {
 ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/"${pkgname}" --disable-static --disable-introspection
 make
}

package() {
 make DESTDIR="${pkgdir}" -j1 install
}