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

Timothy Redaelli tredaelli at nymeria.archlinux.org
Tue May 13 10:34:56 UTC 2014


    Date: Tuesday, May 13, 2014 @ 12:34:55
  Author: tredaelli
Revision: 111077

upgpkg: dispcalgui 2.1.0.0-1

Modified:
  dispcalgui/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-13 08:12:14 UTC (rev 111076)
+++ PKGBUILD	2014-05-13 10:34:55 UTC (rev 111077)
@@ -4,7 +4,7 @@
 # Contributor: foxbunny <bg.branko at gmail.com>
 
 pkgname=dispcalgui
-pkgver=2.0.0.0
+pkgver=2.1.0.0
 pkgrel=1
 pkgdesc="A GUI frontend for several utilities from the open source color management system Argyll CMS"
 arch=('i686' 'x86_64')
@@ -15,16 +15,15 @@
 optdepends=('gksu: For running as root')
 install=${pkgname}.install
 source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz")
-md5sums=('5740301fb4f7e72a57b4eab6a4ee405a')
+md5sums=('4d47ce34946e5b0b8bf2658a572e6bd6')
 
 prepare() {
-  cd "${srcdir}"/dispcalGUI-${pkgver}
-#  patch -p1 -i "$srcdir"/dispcalGUI-1.5.3.1-wxgtk3.patch
+  cd dispcalGUI-${pkgver}
   find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env python2!g' {} +
 }
 
 package() {
-  cd "${srcdir}"/dispcalGUI-${pkgver}
+  cd dispcalGUI-${pkgver}
   python2 setup.py install --root="${pkgdir}" --optimize=1
   #udev rules are shipped with argyllcms
   rm -rf "${pkgdir}"/etc/udev/




More information about the arch-commits mailing list