mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 18:52:30 +01:00
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
|
|
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
|
|
pkgname=marco
|
|
pkgver=1.12.1
|
|
pkgrel=0
|
|
pkgdesc="MATE window manager"
|
|
url="https://github.com/mate-desktop/marco"
|
|
arch="all"
|
|
license="GPL2"
|
|
depends="mate-common yelp-tools libxml2-utils"
|
|
depends_dev=""
|
|
makedepends="$depends_dev libtool itstool zenity intltool glib-dev gtk+2.0-dev
|
|
libxcomposite-dev libcanberra-dev"
|
|
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 \
|
|
--with-gtk=2.0 \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var \
|
|
--prefix=/usr \
|
|
|| return 1
|
|
make CFLAGS='-D_GNU_SOURCE' || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
make DESTDIR="${pkgdir}" install || return 1
|
|
}
|
|
|
|
md5sums="e483b4e1c4c0a486f064147fff335d54 marco-1.12.1.tar.xz"
|
|
sha256sums="7f799115952a209e5063e5bd88d61d0baf430e630ca7783626af4dce46add084 marco-1.12.1.tar.xz"
|
|
sha512sums="d271c4627fc50643d8e1a2faec33b5327999ad16a3975d62ea3ded956bccf3d5e015ed8085d43a200a34f1ea78f17d7e4ea4afaa9111e5f2e3a2230b51752945 marco-1.12.1.tar.xz"
|