[arch-commits] Commit in liteide/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Oct 26 12:53:57 UTC 2017


    Date: Thursday, October 26, 2017 @ 12:53:56
  Author: arodseth
Revision: 264508

upgpkg: liteide 33-3

Modified:
  liteide/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-26 12:49:24 UTC (rev 264507)
+++ PKGBUILD	2017-10-26 12:53:56 UTC (rev 264508)
@@ -6,12 +6,12 @@
 
 pkgname=liteide
 pkgver=33
-pkgrel=2
+pkgrel=3
 pkgdesc='IDE for editing and building projects written in the Go programming language'
 license=('LGPL')
 arch=('x86_64' 'i686')
 url='https://github.com/visualfc/liteide'
-makedepends=('gcc-go' 'gendesk' 'git' 'mercurial' 'setconf')
+makedepends=('gcc-go' 'gendesk' 'git' 'imagemagick' 'mercurial' 'setconf')
 depends=('go-tools' 'qt5-webkit')
 optdepends=('go: go compiler'
             'gcc-go: go compiler')
@@ -27,6 +27,9 @@
   cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
   sed -i 's|^GOROOT|#GOROOT|g' linux32.env
   sed -i 's|^GOROOT|#GOROOT|g' linux64.env
+
+  # Fix the libpng warning: iCCP: known incorrect sRGB profile
+  find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
 }
 
 build() {



More information about the arch-commits mailing list