summaryrefslogtreecommitdiff
path: root/community/dispcalgui
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/dispcalgui
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/dispcalgui')
-rw-r--r--community/dispcalgui/PKGBUILD33
-rw-r--r--community/dispcalgui/dispcalgui.install19
2 files changed, 0 insertions, 52 deletions
diff --git a/community/dispcalgui/PKGBUILD b/community/dispcalgui/PKGBUILD
deleted file mode 100644
index 974ee5eb0..000000000
--- a/community/dispcalgui/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 94958 2013-08-01 14:04:59Z tredaelli $
-# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
-# Contributor: Cedric Girard <girard.cedric@gmail.com>
-# Contributor: foxbunny <bg.branko@gmail.com>
-
-pkgname=dispcalgui
-pkgver=1.2.7.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' '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')
-
-package() {
- cd "${srcdir}"/dispcalGUI-${pkgver}
-
- find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env python2!g' {} +
-
- 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:
diff --git a/community/dispcalgui/dispcalgui.install b/community/dispcalgui/dispcalgui.install
deleted file mode 100644
index 9256fe5e3..000000000
--- a/community/dispcalgui/dispcalgui.install
+++ /dev/null
@@ -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: