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

Bruno Pagani archange at archlinux.org
Sat Oct 7 15:23:05 UTC 2017


    Date: Saturday, October 7, 2017 @ 15:23:04
  Author: archange
Revision: 262080

upgpkg: displaycal 3.3.4.1-1

Modified:
  displaycal/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-07 14:57:26 UTC (rev 262079)
+++ PKGBUILD	2017-10-07 15:23:04 UTC (rev 262080)
@@ -1,28 +1,35 @@
 # $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
 # Contributor: Cedric Girard <girard.cedric at gmail.com>
 # Contributor: foxbunny <bg.branko at gmail.com>
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.3.4.0
+pkgver=3.3.4.1
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by Argyll CMS (Formerly known as dispcalGUI)"
 arch=('i686' 'x86_64')
-url="http://displaycal.net/"
+url="https://displaycal.net/"
 license=('GPL3')
+depends=('argyllcms' 'wxpython' 'python2-numpy')
 makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'python2-setuptools')
-depends=('argyllcms' 'wxpython' 'python2-numpy')
-optdepends=('gnome-color-manager: profile installation for GNOME' 'colord-kde: profile installation for Plasma')
+optdepends=('gnome-color-manager: profile installation for GNOME'
+            'colord-kde: profile installation for Plasma')
 replaces=('dispcalgui')
 conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('90e6b5c559572d01a0169678ccdfd189')
+source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('0f4b15ef1b9bbc4ef5107651149373bb7c3dd76c524d55f9143b717e0fb0ad53')
 
+build() {
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py build
+}
+
 package() {
   cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  # udev rules are shipped with argyllcms
   rm -rf "${pkgdir}"/etc/udev/
 }
 



More information about the arch-commits mailing list