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

Bruno Pagani archange at archlinux.org
Mon Nov 25 00:32:40 UTC 2019


    Date: Monday, November 25, 2019 @ 00:32:39
  Author: archange
Revision: 533131

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-25 00:32:30 UTC (rev 533130)
+++ PKGBUILD	2019-11-25 00:32:39 UTC (rev 533131)
@@ -1,31 +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.8.7.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 python2-wxpython3 python2-numpy python2-gobject)
-makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
-optdepends=('gnome-color-manager: profile installation for GNOME'
-            'colord-kde: profile installation for Plasma')
-source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('cf6fbe5f7d9f636b12486be1488f4a338a114cdaf31a6cd3a18d2c84fdda6d68')
-
-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 -r "${pkgdir}"/etc/udev/
-}

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 533130, displaycal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-25 00:32:39 UTC (rev 533131)
@@ -0,0 +1,31 @@
+# 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.8.8.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 python2-gobject)
+makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
+optdepends=('gnome-color-manager: profile installation for GNOME'
+            'colord-kde: profile installation for Plasma')
+source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('b463a76eee251047e144e583691127ecc42df7972ce854342281bc4a391e6642')
+
+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 -r "${pkgdir}"/etc/udev/
+}



More information about the arch-commits mailing list