mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=mate-applets
|
|
pkgver=1.19.4
|
|
pkgrel=0
|
|
pkgdesc="Applets for use with the MATE panel"
|
|
url="https://github.com/mate-desktop/mate-applets"
|
|
arch="all"
|
|
license="GPL-2.0"
|
|
depends="mate-icon-theme"
|
|
makedepends="intltool gtk+3.0-dev mate-panel-dev libwnck3-dev
|
|
mate-desktop-dev dconf-dev itstool linux-headers libxml2-dev
|
|
libxml2-utils libgtop-dev libmateweather-dev wireless-tools-dev
|
|
gucharmap-dev"
|
|
subpackages="$pkgname-doc $pkgname-lang"
|
|
source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
|
options="suid"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--sysconfdir=/etc \
|
|
--prefix=/usr \
|
|
--disable-stickynotes
|
|
make
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="${pkgdir}" install
|
|
}
|
|
|
|
sha512sums="9854ec6062e30924266f5ad34106a482f458d93986073fc386afe1e8572c06d8be781c0aa8d6e12aaf00b1999f9f386fcd011d57a47e0aa8129c02e7674457d6 mate-applets-1.19.4.tar.xz"
|