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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Mar 6 17:37:56 UTC 2014


    Date: Thursday, March 6, 2014 @ 18:37:56
  Author: flexiondotorg
Revision: 106735

upgpkg: mate-color-manager 1.7.0-1 - New upstream release.

Modified:
  mate-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-06 16:58:37 UTC (rev 106734)
+++ PKGBUILD	2014-03-06 17:37:56 UTC (rev 106735)
@@ -2,8 +2,8 @@
 # Maintainer : Martin Wimpress <code at 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')
@@ -10,18 +10,14 @@
 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 @@
         --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 at .*::' -i man/Makefile.in
+        --disable-static
     make
 }
 




More information about the arch-commits mailing list