[arch-commits] Commit in groovy/repos/community-any (PKGBUILD PKGBUILD)

Brad Fanella cesura at archlinux.org
Tue Aug 20 21:43:58 UTC 2019


    Date: Tuesday, August 20, 2019 @ 21:43:58
  Author: cesura
Revision: 500349

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
    (from rev 500348, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-20 21:43:40 UTC (rev 500348)
+++ PKGBUILD	2019-08-20 21:43:58 UTC (rev 500349)
@@ -1,56 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Musikolo <musikolo at hotmail.com>
-# Contributor: Ruben Fonseca <fonseka at gmail.com>
-# Contributor: Andreas W. Hauser <andy-aur at splashground.de>
-
-pkgname=groovy
-pkgver=2.5.6
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk'
-arch=('any')
-url='http://groovy-lang.org/'
-license=('Apache')
-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=('b64d0807d85857cb9d7a2137c6d5d828890598597ad0fd149faac20198ed8e92'
-            '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-	# Generate desktop shortcut
-  	gendesk -f -n \
-    		--pkgname "$pkgname" \
-    		--pkgdesc 'Groovy programming language' \
-    		--exec 'groovyConsole' \
-    		--name 'Groovy Console'
-
-  	# Patch the scripts
-  	for f in "$pkgname-$pkgver/bin/"*; do
-    		sed 's:bin/env\ sh:bin/env\ sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f"
-  	done
-}
-
-package() {
-  	cd "$pkgname-$pkgver"
-
-  	# Create the directories and package the files
-  	install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
-  	cp -r lib conf "$pkgdir/usr/share/groovy"
-  	cp bin/* "$pkgdir/usr/bin"
-  	rm "$pkgdir"/usr/bin/*completion
-  	install -Dm644 bin/*completion -t "$pkgdir"/usr/share/bash-completion/completions
-
-  	# Remove all DOS/Windows batch files
-  	find $pkgdir -name '*.bat' -exec rm {} \;
-
-  	# Package the license file
-  	install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-
-  	# Package the desktop shortcut for Groovy Console
-  	install -Dm644 "$srcdir/$pkgname.desktop" -t "$pkgdir"/usr/share/applications
-  	install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir"/usr/share/pixmaps
-}

Copied: groovy/repos/community-any/PKGBUILD (from rev 500348, groovy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-20 21:43:58 UTC (rev 500349)
@@ -0,0 +1,56 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Musikolo <musikolo at hotmail.com>
+# Contributor: Ruben Fonseca <fonseka at gmail.com>
+# Contributor: Andreas W. Hauser <andy-aur at splashground.de>
+
+pkgname=groovy
+pkgver=2.5.8
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk'
+arch=('any')
+url='http://groovy-lang.org/'
+license=('Apache')
+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=('49fb14b98f9fed1744781e4383cf8bff76440032f58eb5fabdc9e67a5daa8742'
+            '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+	# Generate desktop shortcut
+  	gendesk -f -n \
+    		--pkgname "$pkgname" \
+    		--pkgdesc 'Groovy programming language' \
+    		--exec 'groovyConsole' \
+    		--name 'Groovy Console'
+
+  	# Patch the scripts
+  	for f in "$pkgname-$pkgver/bin/"*; do
+    		sed 's:bin/env\ sh:bin/env\ sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f"
+  	done
+}
+
+package() {
+  	cd "$pkgname-$pkgver"
+
+  	# Create the directories and package the files
+  	install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
+  	cp -r lib conf "$pkgdir/usr/share/groovy"
+  	cp bin/* "$pkgdir/usr/bin"
+  	rm "$pkgdir"/usr/bin/*completion
+  	install -Dm644 bin/*completion -t "$pkgdir"/usr/share/bash-completion/completions
+
+  	# Remove all DOS/Windows batch files
+  	find $pkgdir -name '*.bat' -exec rm {} \;
+
+  	# Package the license file
+  	install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+
+  	# Package the desktop shortcut for Groovy Console
+  	install -Dm644 "$srcdir/$pkgname.desktop" -t "$pkgdir"/usr/share/applications
+  	install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir"/usr/share/pixmaps
+}



More information about the arch-commits mailing list