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

Bruno Pagani archange at gemini.archlinux.org
Mon May 9 15:46:33 UTC 2022


    Date: Monday, May 9, 2022 @ 15:46:32
  Author: archange
Revision: 1196386

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-09 15:46:01 UTC (rev 1196385)
+++ PKGBUILD	2022-05-09 15:46:32 UTC (rev 1196386)
@@ -1,32 +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.9.2
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by Argyll CMS (Formerly known as dispcalGUI)"
-arch=(x86_64)
-url="https://github.com/eoyilmaz/displaycal-py3"
-license=(GPL3)
-depends=(argyllcms dbus dbus-python glib2 python-certifi python-numpy
-         python-pillow python-send2trash python-wxpython python-zeroconf)
-makedepends=(libxrandr libxxf86vm python-build python-setuptools)
-optdepends=('gnome-color-manager: profile installation for GNOME'
-            'colord-kde: profile installation for KDE Plasma')
-source=(${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz)
-sha256sums=('4a74aedd16e82320962acdf3cf454b80e7c887fc8ed38ba6cadcaaaa470f9e6b')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-  # udev rules are shipped with argyllcms
-  rm -r "${pkgdir}"/etc/udev/
-}

Copied: displaycal/repos/community-testing-x86_64/PKGBUILD (from rev 1196385, displaycal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-09 15:46:32 UTC (rev 1196386)
@@ -0,0 +1,32 @@
+# 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.9.3
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by Argyll CMS (Formerly known as dispcalGUI)"
+arch=(x86_64)
+url="https://github.com/eoyilmaz/displaycal-py3"
+license=(GPL3)
+depends=(argyllcms dbus dbus-python glib2 python-certifi python-numpy
+         python-pillow python-send2trash python-wxpython python-zeroconf)
+makedepends=(libxrandr libxxf86vm python-build python-setuptools)
+optdepends=('gnome-color-manager: profile installation for GNOME'
+            'colord-kde: profile installation for KDE Plasma')
+source=(${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz)
+sha256sums=('069ee8b524725ae063d5714aef49c75c0842394e72611e5257dfe28eb6a7d4a3')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  # udev rules are shipped with argyllcms
+  rm -r "${pkgdir}"/etc/udev/
+}



More information about the arch-commits mailing list