summaryrefslogtreecommitdiff
path: root/community/mate-panel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-panel/PKGBUILD')
-rw-r--r--community/mate-panel/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/community/mate-panel/PKGBUILD b/community/mate-panel/PKGBUILD
index 9fa14e4a8..acb846d76 100644
--- a/community/mate-panel/PKGBUILD
+++ b/community/mate-panel/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer : Martin Wimpress <code@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 @@ build() {
--libexecdir=/usr/lib/${pkgname} \
--sysconfdir=/etc \
--localstatedir=/var \
+ --with-gtk=2.0 \
--enable-introspection \
- --disable-static \
- --disable-scrollkeeper
+ --disable-static
make
}