mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-15 04:43:01 +01:00
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
|
|
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
|
|
pkgname=mate-panel
|
|
pkgver=1.16.0
|
|
pkgrel=0
|
|
pkgdesc="The MATE panel is the area on your desktop from which you can run applications"
|
|
url="https://github.com/mate-desktop/mate-panel"
|
|
arch="all"
|
|
license="GPL2"
|
|
depends="mate-common mate-desktop"
|
|
depends_dev=""
|
|
makedepends="$depends_dev librsvg-dev libmateweather-dev libtool intltool itstool
|
|
mate-menus-dev dconf-dev libice-dev libsm-dev libcanberra-dev dbus-glib-dev
|
|
libwnck-dev libsoup-dev mate-desktop-dev libxml2-utils"
|
|
install=""
|
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
|
source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
|
|
|
_builddir="$srcdir/$pkgname-$pkgver"
|
|
prepare() {
|
|
local i
|
|
cd "$_builddir"
|
|
for i in $source; do
|
|
case $i in
|
|
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
|
esac
|
|
done
|
|
}
|
|
|
|
build() {
|
|
cd "$_builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--sysconfdir=/etc \
|
|
--prefix=/usr \
|
|
|| return 1
|
|
make || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
make DESTDIR="${pkgdir}" install || return 1
|
|
}
|
|
|
|
md5sums="3781180ad8196ede64f1257c904057f8 mate-panel-1.16.0.tar.xz"
|
|
sha256sums="085b4236f793556381769aeb11744abdebff37254b2ab3eb9f57008d9f93094a mate-panel-1.16.0.tar.xz"
|
|
sha512sums="96ea6e71dc602b2ff81294984f22854079e0daeb41d00a52646a6f2eb211f26b51eba43f97a3548707f3948b1f226480e3a8242c84de7eb4cd7f69e9b143fa36 mate-panel-1.16.0.tar.xz"
|