Date: Sunday, June 24, 2018 @ 18:56:04 Author: archange Revision: 345427
archrelease: copy trunk to community-x86_64 Added: displaycal/repos/community-x86_64/PKGBUILD (from rev 345426, displaycal/trunk/PKGBUILD) Deleted: displaycal/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 68 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-06-24 18:55:53 UTC (rev 345426) +++ PKGBUILD 2018-06-24 18:56:04 UTC (rev 345427) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Bruno Pagani <archa...@archlinux.org> -# Contributor: Timothy Redaelli <timothy.redae...@gmail.com> -# Contributor: Cedric Girard <girard.ced...@gmail.com> -# Contributor: foxbunny <bg.bra...@gmail.com> - -_pkgname=DisplayCAL -pkgname=displaycal -pkgver=3.5.3.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=('a0a960fadb8cd1cf8e0c776a186a858ad71a0ce04ad97ae302227d207f93b358') - -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 345426, displaycal/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-06-24 18:56:04 UTC (rev 345427) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Bruno Pagani <archa...@archlinux.org> +# Contributor: Timothy Redaelli <timothy.redae...@gmail.com> +# Contributor: Cedric Girard <girard.ced...@gmail.com> +# Contributor: foxbunny <bg.bra...@gmail.com> + +_pkgname=DisplayCAL +pkgname=displaycal +pkgver=3.6.0.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=('6ff81011f8d4f28ea25dc3d2d61dd216d4670e4637172f87e9e3c74c1a471a1c') + +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/ +}