summaryrefslogtreecommitdiff
path: root/community/mate-color-manager/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-color-manager/PKGBUILD')
-rw-r--r--community/mate-color-manager/PKGBUILD22
1 files changed, 7 insertions, 15 deletions
diff --git a/community/mate-color-manager/PKGBUILD b/community/mate-color-manager/PKGBUILD
index 048949ce1..426325b87 100644
--- a/community/mate-color-manager/PKGBUILD
+++ b/community/mate-color-manager/PKGBUILD
@@ -1,27 +1,23 @@
-# $Id: PKGBUILD 105579 2014-02-10 13:50:05Z flexiondotorg $
+# $Id: PKGBUILD 106736 2014-03-06 17:38:21Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
pkgname=mate-color-manager
-pkgver=1.6.1
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
pkgdesc="Color management application for MATE."
url="https://github.com/NiceandGently/${pkgname}"
arch=('i686' 'x86_64')
license=('GPL')
depends=('dbus' 'desktop-file-utils' 'exiv2' 'gtk2' 'lcms2' 'libcanberra' 'libcups' 'libexif' 'libnotify' 'libtiff'
'libunique' 'mate-desktop' 'sane' 'vte')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
options=('!emptydirs')
-source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz"
- "https://github.com/NiceandGently/mate-color-manager/commit/cb80f549af83a703243eae4afad841d564743afb.diff")
-sha1sums=('6a8d18a3a7e3fb22e03cd319556575b9482c6f04'
- '283c767591956206f5c7229ee1eff86faea253c0')
+source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
+sha1sums=('800d1e76a0e55e0b75d42c78037c1561595c0d49')
install=${pkgname}.install
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # Get udevrulesdir from pkg-config
- patch -Np1 -i "${srcdir}/cb80f549af83a703243eae4afad841d564743afb.diff"
NOCONFIGURE=1 ./autogen.sh
}
@@ -32,11 +28,7 @@ build() {
--sysconfdir=/etc \
--sbindir=/usr/bin \
--libexecdir=/usr/lib/${pkgname} \
- --disable-static \
- --disable-scrollkeeper
-
- #Work around a problem where the .sgml fail to parse.
- sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in
+ --disable-static
make
}