summaryrefslogtreecommitdiff
path: root/distro/archlinux/PKGBUILD
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-10-16 14:11:12 -0700
committerPerberos <[email protected]>2012-10-16 14:11:12 -0700
commitc9d506b9f55c55fc4285edaa7703090019aa4490 (patch)
treebdc237436def3f0c9b5b583ae5edab4ae671959a /distro/archlinux/PKGBUILD
parentc460854d4fe90c8528b6c4d6427ed50fcae3a906 (diff)
parentbf8c191f9b9fa6211b1b0e09d783eb5546a79478 (diff)
downloadmate-desktop-c9d506b9f55c55fc4285edaa7703090019aa4490.tar.bz2
mate-desktop-c9d506b9f55c55fc4285edaa7703090019aa4490.tar.xz
Merge pull request #31 from perberos/master
algunos fixs en mate-desktop
Diffstat (limited to 'distro/archlinux/PKGBUILD')
-rw-r--r--distro/archlinux/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD
index fd7a1ba..5944a6a 100644
--- a/distro/archlinux/PKGBUILD
+++ b/distro/archlinux/PKGBUILD
@@ -1,16 +1,17 @@
pkgname=mate-desktop
-pkgver=1.1.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="Library with common API for various MATE modules"
arch=(i686 x86_64)
license=(GPL LGPL)
-depends=('libunique' 'libmatenotify' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'mate-conf')
+depends=('libunique' 'libmatenotify' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client')
makedepends=('mate-doc-utils' 'intltool')
options=('!emptydirs' '!libtool')
-url="http://matsusoft.com.ar/projects/mate/"
+url="http://mate-desktop.org/"
groups=('mate')
source=()
sha256sums=()
+install=mate-desktop.install
build() {
cd "${srcdir}/../../../"
@@ -22,9 +23,8 @@ build() {
--disable-static \
--disable-scrollkeeper \
--disable-startup-notification \
- --enable-unique \
- --disable-gnucat || return 1
- # --with-gtk=3.0
+ --enable-unique || return 1
+ # --with-gtk=3.0
make || return 1
}