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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 20:57:53 UTC 2014


    Date: Wednesday, March 5, 2014 @ 21:57:53
  Author: flexiondotorg
Revision: 106553

Updated to 1.8

Modified:
  mate-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-05 20:57:39 UTC (rev 106552)
+++ PKGBUILD	2014-03-05 20:57:53 UTC (rev 106553)
@@ -1,22 +1,22 @@
 # Maintainer : Martin Wimpress <code at flexion.org>
 
 pkgname=mate-panel
-pkgver=1.6.2
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="The MATE Panel"
 url="http://mate-desktop.org"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk2' 'libmatewnck' 'libcanberra' 'libice'
-         'libmateweather' 'librsvg' 'libsm'
-         'libsoup' 'libxau' 'mate-desktop' 'mate-file-manager'
-         'mate-menus' 'mate-session-manager' 'mate-window-manager')
-makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils'
-             'networkmanager' 'perl-xml-parser')
+depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
+         'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
+         'mate-menus' 'mate-desktop' 'mate-session-manager')
+makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
+             'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
 options=('!emptydirs')
 groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('a02d8a678b9235f231002feb4ecef7171939161e')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')
 install=${pkgname}.install
 
 build() {
@@ -26,9 +26,9 @@
         --libexecdir=/usr/lib/${pkgname} \
         --sysconfdir=/etc \
         --localstatedir=/var \
+        --with-gtk=2.0 \
         --enable-introspection \
-        --disable-static \
-        --disable-scrollkeeper
+        --disable-static
     make
 }
 




More information about the arch-commits mailing list