diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-14 03:31:50 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-14 03:31:50 +0000 |
commit | 747b1fd97f3a07a4f9dbb660436b7708c6ee2c43 (patch) | |
tree | 9c6ed9681aa290107e9068b3e7907b078480e12c /community/dispcalgui | |
parent | af87d2873bcaaf5a93ccf25da80aa670f89fbe96 (diff) |
Wed May 14 03:25:27 UTC 2014
Diffstat (limited to 'community/dispcalgui')
-rw-r--r-- | community/dispcalgui/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/dispcalgui/PKGBUILD b/community/dispcalgui/PKGBUILD index fbcda9c93..a4d47425e 100644 --- a/community/dispcalgui/PKGBUILD +++ b/community/dispcalgui/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 110033 2014-04-23 13:36:22Z tredaelli $ +# $Id: PKGBUILD 111078 2014-05-13 10:46:13Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Cedric Girard <girard.cedric@gmail.com> # Contributor: foxbunny <bg.branko@gmail.com> pkgname=dispcalgui -pkgver=2.0.0.0 +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') @@ -15,16 +15,15 @@ depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 'pytho optdepends=('gksu: For running as root') install=${pkgname}.install source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz") -md5sums=('5740301fb4f7e72a57b4eab6a4ee405a') +md5sums=('4d47ce34946e5b0b8bf2658a572e6bd6') prepare() { - cd "${srcdir}"/dispcalGUI-${pkgver} -# patch -p1 -i "$srcdir"/dispcalGUI-1.5.3.1-wxgtk3.patch + cd dispcalGUI-${pkgver} find . -name "*.py" -exec sed -i 's!/usr/bin/env python!/usr/bin/env python2!g' {} + } package() { - cd "${srcdir}"/dispcalGUI-${pkgver} + cd dispcalGUI-${pkgver} python2 setup.py install --root="${pkgdir}" --optimize=1 #udev rules are shipped with argyllcms rm -rf "${pkgdir}"/etc/udev/ |