[arch-commits] Commit in displaycal/repos (2 files)

Bruno Pagani archange at gemini.archlinux.org
Sat Apr 30 12:24:12 UTC 2022


    Date: Saturday, April 30, 2022 @ 12:24:11
  Author: archange
Revision: 1191923

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: displaycal/repos/community-testing-x86_64/PKGBUILD (from rev 1191922, displaycal/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-04-30 12:24:11 UTC (rev 1191923)
@@ -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.1
+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=('899cc47118f11ebe2965aa9bd3abcff7a0ebbe185bdbb61f0a57664922d0bc27')
+
+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