[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 20:56:59 UTC 2014


    Date: Wednesday, March 5, 2014 @ 21:56:59
  Author: flexiondotorg
Revision: 106550

Updated to 1.8

Modified:
  mate-netbook/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-05 20:56:28 UTC (rev 106549)
+++ PKGBUILD	2014-03-05 20:56:59 UTC (rev 106550)
@@ -1,19 +1,18 @@
-# $Id$
 # Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Xpander <xpander0 at 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 @@
         --prefix=/usr \
         --libexec=/usr/lib/${pkgname} \
         --sysconfdir=/etc \
+        --with-gtk=2.0 \
         --disable-static
     make
 }




More information about the arch-commits mailing list