Page MenuHomeSolus

D8980.id21619.diff
No OneTemporary

D8980.id21619.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,5 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Campbell Jones
+ - IRC: serebit
+ - Email: dev@serebit.com
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -11,22 +11,19 @@
Gradle is a build tool with a focus on build automation and support for multi-language development.
networking : yes
builddeps :
- - openjdk-11
+ - gradle
rundeps :
- openjdk-11
environment: |
- export M2_HOME=$workdir/.m2
export TERM=xterm-256color
export JAVA_HOME=/usr/lib64/openjdk-11
+ export GRADLE_USER_HOME=$workdir/.gradle
setup : |
export GRADLE_COMPLETION_VERSION=1.4.1
- mkdir -p $M2_HOME/conf
- echo "<settings><localRepository>$M2_HOME/</localRepository></settings>" > $M2_HOME/conf/settings.xml
tar xf $sources/v$GRADLE_COMPLETION_VERSION.tar.gz
build : |
- export GRADLE_USER_HOME=$workdir/.gradle
- ./gradlew --no-daemon install -PfinalRelease=1 -Pgradle_installPath=$installdir/usr/share/gradle
+ gradle --no-daemon install -PfinalRelease=1 -Pgradle_installPath=$installdir/usr/share/gradle
install : |
install -Dm00755 $pkgfiles/gradle -t $installdir/usr/bin
rm $installdir/usr/share/gradle/{LICENSE,NOTICE}
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -241,7 +241,7 @@
</Package>
<History>
<Update release="12">
- <Date>2020-05-30</Date>
+ <Date>2020-06-02</Date>
<Version>6.4.1</Version>
<Comment>Packaging update</Comment>
<Name>Campbell Jones</Name>

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:55 PM (3 h, 5 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5855898
Default Alt Text
D8980.id21619.diff (2 KB)

Event Timeline