From 953eead14ccfe47904e73cee9cea6e1255f57356 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 17 Jan 2014 03:43:05 +0000 Subject: Fri Jan 17 03:37:47 UTC 2014 --- community/libmatewnck/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 community/libmatewnck/PKGBUILD (limited to 'community/libmatewnck/PKGBUILD') diff --git a/community/libmatewnck/PKGBUILD b/community/libmatewnck/PKGBUILD new file mode 100644 index 000000000..40fea7630 --- /dev/null +++ b/community/libmatewnck/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 104172 2014-01-16 15:12:04Z flexiondotorg $ +# Maintainer : Martin Wimpress +# Contributor: Giovanni "Talorno" Ricciardi +# Contributor: Xpander + +pkgname=libmatewnck +pkgver=1.6.1 +pkgrel=5 +pkgdesc="Description: MATE Window Navigator Construction Kit. A library to use for writing pagers and task lists." +url="http://mate-desktop.org" +arch=('i686' 'x86_64') +license=('LGPL') +depends=('gtk2' 'libxres' 'startup-notification') +makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser') +options=('!emptydirs') +source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") +sha1sums=('10e2def928dd74529c49a624803187098ea2b0f6') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --disable-static \ + --enable-gtk-doc \ + --enable-startup-notification \ + --enable-introspection + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf