[arch-commits] Commit in dispcalgui/repos (8 files)

2015-12-21 Thread Timothy Redaelli
Date: Monday, December 21, 2015 @ 16:00:18
  Author: tredaelli
Revision: 153901

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 153900, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 153900, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 153900, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 153900, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 15:00:06 UTC (rev 153900)
+++ community-i686/PKGBUILD 2015-12-21 15:00:18 UTC (rev 153901)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-pkgname=dispcalgui
-pkgver=3.0.4.3
-pkgrel=1
-pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
-arch=('i686' 'x86_64')
-url="http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('8cf05bb4d0c92e3a6a4742c2c871ca68')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${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: dispcalgui/repos/community-i686/PKGBUILD (from rev 153900, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 15:00:18 UTC (rev 153901)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+pkgname=dispcalgui
+pkgver=3.0.5.0
+pkgrel=1
+pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
+arch=('i686' 'x86_64')
+url="http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('7029fd275a3e95596bb188d9eaf90677')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${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:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2015-12-21 15:00:06 UTC (rev 153900)
+++ community-i686/dispcalgui.install   2015-12-21 15:00:18 UTC (rev 153901)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 153900, 
dispcalgui/trunk/dispcalgui.install)

[arch-commits] Commit in dispcalgui/repos (8 files)

2015-11-18 Thread Timothy Redaelli
Date: Wednesday, November 18, 2015 @ 18:18:04
  Author: tredaelli
Revision: 147091

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 147090, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 147090, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 147090, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 147090, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-18 17:17:53 UTC (rev 147090)
+++ community-i686/PKGBUILD 2015-11-18 17:18:04 UTC (rev 147091)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-pkgname=dispcalgui
-pkgver=3.0.4.2
-pkgrel=1
-pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
-arch=('i686' 'x86_64')
-url="http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('718f82fd04461cf271406b182cb1a419')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${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: dispcalgui/repos/community-i686/PKGBUILD (from rev 147090, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-18 17:18:04 UTC (rev 147091)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+pkgname=dispcalgui
+pkgver=3.0.4.3
+pkgrel=1
+pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
+arch=('i686' 'x86_64')
+url="http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('8cf05bb4d0c92e3a6a4742c2c871ca68')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${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:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2015-11-18 17:17:53 UTC (rev 147090)
+++ community-i686/dispcalgui.install   2015-11-18 17:18:04 UTC (rev 147091)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 147090, 
dispcalgui/trunk/dispcalgui.install)

[arch-commits] Commit in dispcalgui/repos (8 files)

2015-09-08 Thread Timothy Redaelli
Date: Tuesday, September 8, 2015 @ 15:44:17
  Author: tredaelli
Revision: 139604

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 139603, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 139603, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 139603, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 139603, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 13:44:07 UTC (rev 139603)
+++ community-i686/PKGBUILD 2015-09-08 13:44:17 UTC (rev 139604)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-pkgname=dispcalgui
-pkgver=3.0.4.0
-pkgrel=1
-pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
-arch=('i686' 'x86_64')
-url="http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('1d49ec09a78f89d69afd85ee407c0803')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${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: dispcalgui/repos/community-i686/PKGBUILD (from rev 139603, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 13:44:17 UTC (rev 139604)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+pkgname=dispcalgui
+pkgver=3.0.4.2
+pkgrel=1
+pkgdesc="A GUI frontend for several utilities from the open source color 
management system Argyll CMS"
+arch=('i686' 'x86_64')
+url="http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('718f82fd04461cf271406b182cb1a419')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${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:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2015-09-08 13:44:07 UTC (rev 139603)
+++ community-i686/dispcalgui.install   2015-09-08 13:44:17 UTC (rev 139604)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 139603, 
dispcalgui/trunk/dispcalgui.install)

[arch-commits] Commit in dispcalgui/repos (8 files)

2015-08-10 Thread Timothy Redaelli
Date: Monday, August 10, 2015 @ 16:48:25
  Author: tredaelli
Revision: 138181

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 138180, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 138180, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 138180, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 138180, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-10 14:48:15 UTC (rev 138180)
+++ community-i686/PKGBUILD 2015-08-10 14:48:25 UTC (rev 138181)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Cedric Girard girard.ced...@gmail.com
-# Contributor: foxbunny bg.bra...@gmail.com
-
-pkgname=dispcalgui
-pkgver=3.0.3.1
-pkgrel=1
-pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
-arch=('i686' 'x86_64')
-url=http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('aae901f25c6ce5a86ae9e54d8dee78c2')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${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: dispcalgui/repos/community-i686/PKGBUILD (from rev 138180, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-10 14:48:25 UTC (rev 138181)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=3.0.4.0
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('1d49ec09a78f89d69afd85ee407c0803')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${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:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2015-08-10 14:48:15 UTC (rev 138180)
+++ community-i686/dispcalgui.install   2015-08-10 14:48:25 UTC (rev 138181)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 138180, 
dispcalgui/trunk/dispcalgui.install)

[arch-commits] Commit in dispcalgui/repos (8 files)

2015-08-04 Thread Timothy Redaelli
Date: Tuesday, August 4, 2015 @ 11:41:24
  Author: tredaelli
Revision: 137932

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 137931, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 137931, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 137931, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 137931, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 09:41:08 UTC (rev 137931)
+++ community-i686/PKGBUILD 2015-08-04 09:41:24 UTC (rev 137932)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Cedric Girard girard.ced...@gmail.com
-# Contributor: foxbunny bg.bra...@gmail.com
-
-pkgname=dispcalgui
-pkgver=3.0.0.0
-pkgrel=1
-pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
-arch=('i686' 'x86_64')
-url=http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('04e97486128bf283d8963d52bcab6547')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${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: dispcalgui/repos/community-i686/PKGBUILD (from rev 137931, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 09:41:24 UTC (rev 137932)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=3.0.3.1
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('aae901f25c6ce5a86ae9e54d8dee78c2')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${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:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2015-08-04 09:41:08 UTC (rev 137931)
+++ community-i686/dispcalgui.install   2015-08-04 09:41:24 UTC (rev 137932)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 137931, 
dispcalgui/trunk/dispcalgui.install)

[arch-commits] Commit in dispcalgui/repos (8 files)

2015-05-13 Thread Timothy Redaelli
Date: Wednesday, May 13, 2015 @ 16:23:54
  Author: tredaelli
Revision: 133377

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 133376, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 133376, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 133376, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 133376, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-13 14:23:43 UTC (rev 133376)
+++ community-i686/PKGBUILD 2015-05-13 14:23:54 UTC (rev 133377)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Cedric Girard girard.ced...@gmail.com
-# Contributor: foxbunny bg.bra...@gmail.com
-
-pkgname=dispcalgui
-pkgver=2.6.0.0
-pkgrel=1
-pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
-arch=('i686' 'x86_64')
-url=http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('95b9bfbb911c184f8fcb0d9f5e126d1b')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${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: dispcalgui/repos/community-i686/PKGBUILD (from rev 133376, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-13 14:23:54 UTC (rev 133377)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=3.0.0.0
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('04e97486128bf283d8963d52bcab6547')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${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:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2015-05-13 14:23:43 UTC (rev 133376)
+++ community-i686/dispcalgui.install   2015-05-13 14:23:54 UTC (rev 133377)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 133376, 
dispcalgui/trunk/dispcalgui.install)

[arch-commits] Commit in dispcalgui/repos (8 files)

2014-11-28 Thread Timothy Redaelli
Date: Friday, November 28, 2014 @ 16:37:15
  Author: tredaelli
Revision: 123255

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 123254, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 123254, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 123254, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 123254, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-28 15:37:04 UTC (rev 123254)
+++ community-i686/PKGBUILD 2014-11-28 15:37:15 UTC (rev 123255)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Cedric Girard girard.ced...@gmail.com
-# Contributor: foxbunny bg.bra...@gmail.com
-
-pkgname=dispcalgui
-pkgver=2.5.0.0
-pkgrel=1
-pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
-arch=('i686' 'x86_64')
-url=http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('bbef859293e85f4ce1252e5761863ce1')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${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: dispcalgui/repos/community-i686/PKGBUILD (from rev 123254, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-28 15:37:15 UTC (rev 123255)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=2.6.0.0
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('95b9bfbb911c184f8fcb0d9f5e126d1b')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${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:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2014-11-28 15:37:04 UTC (rev 123254)
+++ community-i686/dispcalgui.install   2014-11-28 15:37:15 UTC (rev 123255)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 123254, 
dispcalgui/trunk/dispcalgui.install)

[arch-commits] Commit in dispcalgui/repos (8 files)

2014-09-13 Thread Timothy Redaelli
Date: Saturday, September 13, 2014 @ 23:22:08
  Author: tredaelli
Revision: 118932

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 118931, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 118931, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 118931, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 118931, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-13 21:21:47 UTC (rev 118931)
+++ community-i686/PKGBUILD 2014-09-13 21:22:08 UTC (rev 118932)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Cedric Girard girard.ced...@gmail.com
-# Contributor: foxbunny bg.bra...@gmail.com
-
-pkgname=dispcalgui
-pkgver=2.1.0.0
-pkgrel=1
-pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
-arch=('i686' 'x86_64')
-url=http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('4d47ce34946e5b0b8bf2658a572e6bd6')
-
-prepare() {
-  cd dispcalGUI-${pkgver}
-  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd dispcalGUI-${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: dispcalgui/repos/community-i686/PKGBUILD (from rev 118931, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-13 21:22:08 UTC (rev 118932)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=2.5.0.0
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('bbef859293e85f4ce1252e5761863ce1')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${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:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2014-09-13 21:21:47 UTC (rev 118931)
+++ community-i686/dispcalgui.install   2014-09-13 21:22:08 UTC (rev 118932)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 118931, 
dispcalgui/trunk/dispcalgui.install)

[arch-commits] Commit in dispcalgui/repos (8 files)

2014-05-13 Thread Timothy Redaelli
Date: Tuesday, May 13, 2014 @ 12:46:13
  Author: tredaelli
Revision: 111078

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 111077, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 111077, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 111077, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 111077, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   33 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   33 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-13 10:34:55 UTC (rev 111077)
+++ community-i686/PKGBUILD 2014-05-13 10:46:13 UTC (rev 111078)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Cedric Girard girard.ced...@gmail.com
-# Contributor: foxbunny bg.bra...@gmail.com
-
-pkgname=dispcalgui
-pkgver=2.0.0.0
-pkgrel=1
-pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
-arch=('i686' 'x86_64')
-url=http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('5740301fb4f7e72a57b4eab6a4ee405a')
-
-prepare() {
-  cd ${srcdir}/dispcalGUI-${pkgver}
-#  patch -p1 -i $srcdir/dispcalGUI-1.5.3.1-wxgtk3.patch
-  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd ${srcdir}/dispcalGUI-${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: dispcalgui/repos/community-i686/PKGBUILD (from rev 111077, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-13 10:46:13 UTC (rev 111078)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=2.1.0.0
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('4d47ce34946e5b0b8bf2658a572e6bd6')
+
+prepare() {
+  cd dispcalGUI-${pkgver}
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd dispcalGUI-${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:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2014-05-13 10:34:55 UTC (rev 111077)
+++ community-i686/dispcalgui.install   2014-05-13 10:46:13 UTC (rev 111078)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 111077, 

[arch-commits] Commit in dispcalgui/repos (8 files)

2014-01-22 Thread Timothy Redaelli
Date: Wednesday, January 22, 2014 @ 16:26:47
  Author: tredaelli
Revision: 104543

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 104542, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch
(from rev 104542, dispcalgui/trunk/dispcalGUI-1.5.3.1-wxgtk3.patch)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 104542, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 104542, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalGUI-1.5.3.1-wxgtk3.patch
(from rev 104542, dispcalgui/trunk/dispcalGUI-1.5.3.1-wxgtk3.patch)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 104542, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch
  dispcalgui/repos/community-x86_64/dispcalGUI-1.5.3.1-wxgtk3.patch

--+
 /dispcalGUI-1.5.3.1-wxgtk3.patch |   32 +++
 community-i686/PKGBUILD  |   35 +
 community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch   |   16 -
 community-i686/dispcalgui.install|   19 +++
 community-x86_64/PKGBUILD|   35 +
 community-x86_64/dispcalGUI-1.5.3.1-wxgtk3.patch |   16 -
 community-x86_64/dispcalgui.install  |   19 +++
 7 files changed, 140 insertions(+), 32 deletions(-)

Copied: dispcalgui/repos/community-i686/PKGBUILD (from rev 104542, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-22 15:26:47 UTC (rev 104543)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=1.7.1.6
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;
+dispcalGUI-1.5.3.1-wxgtk3.patch)
+md5sums=('c51f5a6354b16342fd4ec3e0bb1bb4eb'
+ 'b8001e5cbbb849f9ba95e0ef9fb1d073')
+
+prepare() {
+  cd ${srcdir}/dispcalGUI-${pkgver}
+  patch -p1 -i $srcdir/dispcalGUI-1.5.3.1-wxgtk3.patch
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd ${srcdir}/dispcalGUI-${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:

Deleted: community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch
===
--- community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch  2014-01-22 15:26:03 UTC 
(rev 104542)
+++ community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch  2014-01-22 15:26:47 UTC 
(rev 104543)
@@ -1,16 +0,0 @@
 a/dispcalGUI/dispcalGUI.py
-+++ b/dispcalGUI/dispcalGUI.py
-@@ -1544,9 +1544,10 @@
-   for lstr, lcode in llist:
-   menuitem = languages.Append(-1,  + lstr, 
kind=wx.ITEM_RADIO)
-   if (lcode.upper().replace(EN, US) in 
flagart.catalog):
--  menuitem.SetBitmap(
--  
flagart.catalog[lcode.upper().replace(EN, 
--  
  US)].getBitmap())
-+  bitmap = 
flagart.catalog[lcode.upper().replace(EN,
-+  
   US)].getBitmap()
-+  if menuitem.GetKind() == wx.ITEM_NORMAL:
-+  menuitem.SetBitmap(bitmap)
-   if lang.getcode() == lcode:
-   menuitem.Check()
-   font = menuitem.Font

Copied: dispcalgui/repos/community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch (from 
rev 104542, dispcalgui/trunk/dispcalGUI-1.5.3.1-wxgtk3.patch)
===
--- community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch  
(rev 0)
+++ community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch  

[arch-commits] Commit in dispcalgui/repos (8 files)

2013-10-28 Thread Timothy Redaelli
Date: Monday, October 28, 2013 @ 12:55:41
  Author: tredaelli
Revision: 99412

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
(from rev 99411, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalgui.install
(from rev 99411, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
(from rev 99411, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalgui.install
(from rev 99411, dispcalgui/trunk/dispcalgui.install)
Deleted:
  dispcalgui/repos/community-i686/PKGBUILD
  dispcalgui/repos/community-i686/dispcalgui.install
  dispcalgui/repos/community-x86_64/PKGBUILD
  dispcalgui/repos/community-x86_64/dispcalgui.install

-+
 /PKGBUILD   |   64 ++
 /dispcalgui.install |   38 
 community-i686/PKGBUILD |   32 -
 community-i686/dispcalgui.install   |   19 --
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/dispcalgui.install |   19 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-28 11:55:09 UTC (rev 99411)
+++ community-i686/PKGBUILD 2013-10-28 11:55:41 UTC (rev 99412)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Cedric Girard girard.ced...@gmail.com
-# Contributor: foxbunny bg.bra...@gmail.com
-
-pkgname=dispcalgui
-pkgver=1.2.7.0
-pkgrel=2
-pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
-arch=('i686' 'x86_64')
-url=http://hoech.net/dispcalGUI/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
-md5sums=('a0ff80ee5e560fbe208c12189e00c470')
-
-prepare() {
-  cd ${srcdir}/dispcalGUI-${pkgver}
-  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
-}
-
-package() {
-  cd ${srcdir}/dispcalGUI-${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: dispcalgui/repos/community-i686/PKGBUILD (from rev 99411, 
dispcalgui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-28 11:55:41 UTC (rev 99412)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Cedric Girard girard.ced...@gmail.com
+# Contributor: foxbunny bg.bra...@gmail.com
+
+pkgname=dispcalgui
+pkgver=1.5.3.1
+pkgrel=1
+pkgdesc=A GUI frontend for several utilities from the open source color 
management system Argyll CMS
+arch=('i686' 'x86_64')
+url=http://hoech.net/dispcalGUI/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz;)
+md5sums=('1b7542ecee8f39a49b90197613a46a73')
+
+prepare() {
+  cd ${srcdir}/dispcalGUI-${pkgver}
+  find . -name *.py -exec sed -i 's!/usr/bin/env python!/usr/bin/env 
python2!g' {} +
+}
+
+package() {
+  cd ${srcdir}/dispcalGUI-${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:

Deleted: community-i686/dispcalgui.install
===
--- community-i686/dispcalgui.install   2013-10-28 11:55:09 UTC (rev 99411)
+++ community-i686/dispcalgui.install   2013-10-28 11:55:41 UTC (rev 99412)
@@ -1,19 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-# vim:set ts=2 sw=2 et:

Copied: dispcalgui/repos/community-i686/dispcalgui.install (from rev 99411, 
dispcalgui/trunk/dispcalgui.install)