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

Timothy Redaelli tredaelli at nymeria.archlinux.org
Wed Jan 15 18:42:37 UTC 2014


    Date: Wednesday, January 15, 2014 @ 19:42:36
  Author: tredaelli
Revision: 104105

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

Added:
  dispcalgui/repos/community-i686/PKGBUILD
    (from rev 104104, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch
    (from rev 104104, dispcalgui/trunk/dispcalGUI-1.5.3.1-wxgtk3.patch)
  dispcalgui/repos/community-i686/dispcalgui.install
    (from rev 104104, dispcalgui/trunk/dispcalgui.install)
  dispcalgui/repos/community-x86_64/PKGBUILD
    (from rev 104104, dispcalgui/trunk/PKGBUILD)
  dispcalgui/repos/community-x86_64/dispcalGUI-1.5.3.1-wxgtk3.patch
    (from rev 104104, dispcalgui/trunk/dispcalGUI-1.5.3.1-wxgtk3.patch)
  dispcalgui/repos/community-x86_64/dispcalgui.install
    (from rev 104104, 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                                        |   70 +++++++++++++++++++++
 /dispcalgui.install                              |   38 +++++++++++
 community-i686/PKGBUILD                          |   32 ---------
 community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch   |   16 ++++
 community-i686/dispcalgui.install                |   19 -----
 community-x86_64/PKGBUILD                        |   32 ---------
 community-x86_64/dispcalGUI-1.5.3.1-wxgtk3.patch |   16 ++++
 community-x86_64/dispcalgui.install              |   19 -----
 8 files changed, 140 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-15 18:42:24 UTC (rev 104104)
+++ community-i686/PKGBUILD	2014-01-15 18:42:36 UTC (rev 104105)
@@ -1,32 +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=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:

Copied: dispcalgui/repos/community-i686/PKGBUILD (from rev 104104, dispcalgui/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-15 18:42:36 UTC (rev 104105)
@@ -0,0 +1,35 @@
+# $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=dispcalgui
+pkgver=1.5.3.1
+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"
+        dispcalGUI-1.5.3.1-wxgtk3.patch)
+md5sums=('1b7542ecee8f39a49b90197613a46a73'
+         '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:

Copied: dispcalgui/repos/community-i686/dispcalGUI-1.5.3.1-wxgtk3.patch (from rev 104104, 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	2014-01-15 18:42:36 UTC (rev 104105)
@@ -0,0 +1,16 @@
+--- 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

Deleted: community-i686/dispcalgui.install
===================================================================
--- community-i686/dispcalgui.install	2014-01-15 18:42:24 UTC (rev 104104)
+++ community-i686/dispcalgui.install	2014-01-15 18:42:36 UTC (rev 104105)
@@ -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 104104, dispcalgui/trunk/dispcalgui.install)
===================================================================
--- community-i686/dispcalgui.install	                        (rev 0)
+++ community-i686/dispcalgui.install	2014-01-15 18:42:36 UTC (rev 104105)
@@ -0,0 +1,19 @@
+# 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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-15 18:42:24 UTC (rev 104104)
+++ community-x86_64/PKGBUILD	2014-01-15 18:42:36 UTC (rev 104105)
@@ -1,32 +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=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:

Copied: dispcalgui/repos/community-x86_64/PKGBUILD (from rev 104104, dispcalgui/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-15 18:42:36 UTC (rev 104105)
@@ -0,0 +1,35 @@
+# $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=dispcalgui
+pkgver=1.5.3.1
+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"
+        dispcalGUI-1.5.3.1-wxgtk3.patch)
+md5sums=('1b7542ecee8f39a49b90197613a46a73'
+         '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:

Copied: dispcalgui/repos/community-x86_64/dispcalGUI-1.5.3.1-wxgtk3.patch (from rev 104104, dispcalgui/trunk/dispcalGUI-1.5.3.1-wxgtk3.patch)
===================================================================
--- community-x86_64/dispcalGUI-1.5.3.1-wxgtk3.patch	                        (rev 0)
+++ community-x86_64/dispcalGUI-1.5.3.1-wxgtk3.patch	2014-01-15 18:42:36 UTC (rev 104105)
@@ -0,0 +1,16 @@
+--- 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

Deleted: community-x86_64/dispcalgui.install
===================================================================
--- community-x86_64/dispcalgui.install	2014-01-15 18:42:24 UTC (rev 104104)
+++ community-x86_64/dispcalgui.install	2014-01-15 18:42:36 UTC (rev 104105)
@@ -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-x86_64/dispcalgui.install (from rev 104104, dispcalgui/trunk/dispcalgui.install)
===================================================================
--- community-x86_64/dispcalgui.install	                        (rev 0)
+++ community-x86_64/dispcalgui.install	2014-01-15 18:42:36 UTC (rev 104105)
@@ -0,0 +1,19 @@
+# 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:




More information about the arch-commits mailing list