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

Alexander Rødseth arodseth at archlinux.org
Mon Apr 10 13:28:45 UTC 2017


    Date: Monday, April 10, 2017 @ 13:28:44
  Author: arodseth
Revision: 221768

Add comment

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-10 13:20:18 UTC (rev 221767)
+++ PKGBUILD	2017-04-10 13:28:44 UTC (rev 221768)
@@ -14,15 +14,20 @@
 depends=('bash' 'java-environment')
 optdepends=('groovy-docs: html and pdf documentation for Groovy')
 makedepends=('gendesk')
+# .asc file is available for download, but there was no key available
 source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip"
         "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png")
 sha256sums=('1c4dff3b6edf9a8ced3bca658ee1857cee90cfed1ee3474a2790045033c317a9'
+            'SKIP'
             '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {
   # Generate desktop shortcut
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc 'Groovy programming language' \
-    --exec 'groovyConsole' --name 'Groovy Console'
+  gendesk -f -n \
+    --pkgname "$pkgname" i\
+    --pkgdesc 'Groovy programming language' \
+    --exec 'groovyConsole' \
+    --name 'Groovy Console'
 
   # Set GROOVY_HOME correctly at the top of all the scripts.
   # There are probably better ways to do this, but this works.



More information about the arch-commits mailing list