summaryrefslogtreecommitdiff
path: root/community/mate-netbook/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-netbook/PKGBUILD')
-rw-r--r--community/mate-netbook/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/mate-netbook/PKGBUILD b/community/mate-netbook/PKGBUILD
index eaba0ab36..102cc7061 100644
--- a/community/mate-netbook/PKGBUILD
+++ b/community/mate-netbook/PKGBUILD
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD 104240 2014-01-16 17:53:25Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Xpander <xpander0@gmail.com>
pkgname=mate-netbook
-pkgver=1.6.1
+pkgver=1.8.0
pkgrel=1
pkgdesc="A simple window management tool."
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gtk2' 'libfakekey' 'libmatewnck' 'libunique' 'mate-panel')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
options=('!emptydirs')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('8aa6f4802bbe5ef7aef9d601a4172d1304d6bb86')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
install=${pkgname}.install
build() {
@@ -22,6 +21,7 @@ build() {
--prefix=/usr \
--libexec=/usr/lib/${pkgname} \
--sysconfdir=/etc \
+ --with-gtk=2.0 \
--disable-static
make
}