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

Bruno Pagani archange at archlinux.org
Sun Mar 17 21:58:08 UTC 2019


    Date: Sunday, March 17, 2019 @ 21:58:07
  Author: archange
Revision: 442412

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 21:57:58 UTC (rev 442411)
+++ PKGBUILD	2019-03-17 21:58:07 UTC (rev 442412)
@@ -1,33 +0,0 @@
-# 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.7.1.4
-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' 'python2-wxpython3' '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=('f3ba8ed02045a6422f76bb3c8f0aba298d268ac431deb0d4836b2ff83811da3b')
-
-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 442411, displaycal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-17 21:58:07 UTC (rev 442412)
@@ -0,0 +1,33 @@
+# 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.7.2.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' 'python2-wxpython3' '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=('f99308a53cc1913c24bb5bad215b81f4d63528666280a69446f289e7e23155b6')
+
+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