[arch-commits] Commit in displaycal/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Wed Aug 22 14:09:34 UTC 2018


    Date: Wednesday, August 22, 2018 @ 14:09:33
  Author: archange
Revision: 373257

archrelease: copy trunk to community-x86_64

Added:
  displaycal/repos/community-x86_64/PKGBUILD
    (from rev 373254, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-22 14:09:29 UTC (rev 373256)
+++ PKGBUILD	2018-08-22 14:09:33 UTC (rev 373257)
@@ -1,34 +0,0 @@
-# $Id$
-# 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.6.1.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by Argyll CMS (Formerly known as dispcalGUI)"
-arch=('x86_64')
-url="https://displaycal.net/"
-license=('GPL3')
-depends=('argyllcms' 'wxpython' 'python2-numpy')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'python2-setuptools')
-optdepends=('gnome-color-manager: profile installation for GNOME'
-            'colord-kde: profile installation for Plasma')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('89d6fa13ccf1e0610e4616631cf6b6e97b00ca7b2ec2afbd0739117feb2cd812')
-
-build() {
-    cd ${_pkgname}-${pkgver}
-    python2 setup.py build
-}
-
-package() {
-    cd ${_pkgname}-${pkgver}
-    python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    # udev rules are shipped with argyllcms
-    rm -rf "${pkgdir}"/etc/udev/
-}

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 373254, displaycal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-22 14:09:33 UTC (rev 373257)
@@ -0,0 +1,34 @@
+# $Id$
+# 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.6.1.1
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by Argyll CMS (Formerly known as dispcalGUI)"
+arch=('x86_64')
+url="https://displaycal.net/"
+license=('GPL3')
+depends=('argyllcms' 'wxpython' 'python2-numpy')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'python2-setuptools')
+optdepends=('gnome-color-manager: profile installation for GNOME'
+            'colord-kde: profile installation for Plasma')
+replaces=('dispcalgui')
+conflicts=('dispcalgui')
+source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('04fc91d1f9fc6dec1e00c4784da3c3bc73f67aaeb952db4e682a9c50f22da68d')
+
+build() {
+    cd ${_pkgname}-${pkgver}
+    python2 setup.py build
+}
+
+package() {
+    cd ${_pkgname}-${pkgver}
+    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