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

Bruno Pagani archange at archlinux.org
Sat Oct 7 15:23:23 UTC 2017


    Date: Saturday, October 7, 2017 @ 15:23:22
  Author: archange
Revision: 262081

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 -----------------
 community-x86_64/PKGBUILD |   29 -----------------
 3 files changed, 72 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-07 15:23:04 UTC (rev 262080)
+++ community-i686/PKGBUILD	2017-10-07 15:23:22 UTC (rev 262081)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: 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.3.4.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/"
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'python2-setuptools')
-depends=('argyllcms' 'wxpython' 'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('90e6b5c559572d01a0169678ccdfd189')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-i686/PKGBUILD (from rev 262080, displaycal/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-07 15:23:22 UTC (rev 262081)
@@ -0,0 +1,36 @@
+# $Id$
+# 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.3.4.1
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by Argyll CMS (Formerly known as dispcalGUI)"
+arch=('i686' '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=('0f4b15ef1b9bbc4ef5107651149373bb7c3dd76c524d55f9143b717e0fb0ad53')
+
+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/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-07 15:23:04 UTC (rev 262080)
+++ community-x86_64/PKGBUILD	2017-10-07 15:23:22 UTC (rev 262081)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: 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.3.4.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/"
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'python2-setuptools')
-depends=('argyllcms' 'wxpython' 'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('90e6b5c559572d01a0169678ccdfd189')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 262080, displaycal/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-07 15:23:22 UTC (rev 262081)
@@ -0,0 +1,36 @@
+# $Id$
+# 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.3.4.1
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by Argyll CMS (Formerly known as dispcalGUI)"
+arch=('i686' '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=('0f4b15ef1b9bbc4ef5107651149373bb7c3dd76c524d55f9143b717e0fb0ad53')
+
+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/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list