Skip to content
Snippets Groups Projects
Commit 5aeaaae2 authored by Alan Lacerda's avatar Alan Lacerda Committed by Natanael Copa
Browse files

testing/mate-panel: new aport

parent 3f891833
No related merge requests found
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer:
pkgname=mate-panel
pkgver=1.9.3
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"
install=""
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="http://pub.mate-desktop.org/releases/1.9/$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 \
--prefix=/usr \
|| return 1
make || return 1
}
package() {
cd "$_builddir"
make DESTDIR="${pkgdir}" install || return 1
find "$pkgdir" -name \*.la -delete
}
md5sums="56b7118003c1991850a14d2a37afb8cc mate-panel-1.9.3.tar.xz"
sha256sums="b08f09f14f596a73683e971c82cf6210e60c24ebfb57ab886a323bf4a4135b47 mate-panel-1.9.3.tar.xz"
sha512sums="c2e1a9b2f05280c031e373cd9ae1f8a3005dc6d133012b674c8d6cbf4b53695d60f47458e7d70bad872406bcfccaa9410009ad3ee2033cc6fb7ea6be5ef7ef03 mate-panel-1.9.3.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment