~alpine/devel

testing/mate-menus: new aport v1 PROPOSED

Alan Lacerda: 1
 testing/mate-menus: new aport

 1 files changed, 43 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/882/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/mate-menus: new aport Export this patch

---
 testing/mate-menus/APKBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 testing/mate-menus/APKBUILD

diff --git a/testing/mate-menus/APKBUILD b/testing/mate-menus/APKBUILD
new file mode 100644
index 0000000..c4f5e38
--- /dev/null
+++ b/testing/mate-menus/APKBUILD
@@ -0,0 +1,43 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer:
pkgname=mate-menus
pkgver=1.9.1
pkgrel=0
pkgdesc="The libmate-menu library, the layout configuration files for the MATE menu, as well as a simple menu editor"
url="https://github.com/mate-desktop/mate-menus"
arch="all"
license="GPL2"
depends="mate-common"
depends_dev=""
makedepends="$depends_dev autoconf automake libtool intltool glib-dev
	gobject-introspection-dev"
install=""
subpackages="$pkgname-dev $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"
	./autogen.sh --prefix=/usr || return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="${pkgdir}" install || return 1
	find "$pkgdir" -name \*.la -delete
}

md5sums="443781b2ac75a24646f5ec8cbc9ffca3  mate-menus-1.9.1.tar.xz"
sha256sums="70a4b8a7cd15f1afa79fed762379f82f7c780677c474e2d44082ee1804017dfc  mate-menus-1.9.1.tar.xz"
sha512sums="fa42e33304c60e33d3c6aa73ab563e84b281278b1711d2b9b618e9987dee1b22f0eca83a39058a4b3abafc7f08bb106a2c3f67f7d144059e3d196ef942f16a74  mate-menus-1.9.1.tar.xz"
-- 
2.1.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---