Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F4518
0001-Initial-commit-of-gradle.patch
theSoenke
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
theSoenke
Oct 2 2016, 3:31 PM
2016-10-02 15:31:34 (UTC+0)
Size
3 KB
Referenced Files
None
Subscribers
None
0001-Initial-commit-of-gradle.patch
View Options
From 240cae6c110c35dc715b86e47ed26032a2d1fd3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6nke=20Behrendt?= <thesoenke@outlook.com>
Date: Sun, 2 Oct 2016 16:07:55 +0200
Subject: [PATCH 1/1] Initial commit of gradle
---
Makefile | 1 +
files/gradle.desktop | 8 ++++++++
package.yml | 22 ++++++++++++++++++++++
pspec_x86_64.xml | 35 +++++++++++++++++++++++++++++++++++
4 files changed, 66 insertions(+)
create mode 100644 Makefile
create mode 100644 files/gradle.desktop
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/files/gradle.desktop b/files/gradle.desktop
new file mode 100644
index 0000000..1fd61b6
--- /dev/null
+++ b/files/gradle.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Gradle
+Icon=gradle
+Exec=gradle --gui
+Terminal=false
+Categories=Development;
+Comment=Gradle Graphical User Interface
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..0e0194f
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,22 @@
+name : gradle
+version : 3.1.0
+release : 1
+source :
+ - https://github.com/gradle/gradle/archive/v3.1.0.tar.gz : a243a05a1c2f1ffad1a48a2e4cf6cfed2bf4cf7f8ae2c9b43d24ddd93206768b
+license : Apache-2.0
+component : programming.tools
+summary : A powerful build system for the JVM
+description: A powerful build system for the JVM
+builddeps :
+ - openjdk-8
+rundeps :
+ - openjdk-8
+build : |
+ ./gradlew install -x determineCommitId -Pgradle_installPath=buildDir
+install : |
+ install -dm755 $installdir/usr/share/gradle
+ install -dm755 $installdir/usr/bin
+ cp -r buildDir/* $installdir/usr/share/gradle
+ ln -s /usr/share/gradle/bin/gradle $installdir/usr/bin/gradle
+ install -Dm644 buildDir/media/gradle-icon-512x512.png $installdir/usr/share/pixmaps/gradle.png
+ install -Dm644 $pkgfiles/gradle.desktop $installdir/usr/share/applications/gradle.desktop
\ No newline at end of file
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..61ef8bb
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,35 @@
+<PISI>
+ <Source>
+ <Name>gradle</Name>
+ <Packager>
+ <Name>Sönke Behrendt</Name>
+ <Email>thesoenke@outlook.com</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">A powerful build system for the JVM</Summary>
+ <Description xml:lang="en">A powerful build system for the JVM</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>gradle</Name>
+ <Summary xml:lang="en">A powerful build system for the JVM</Summary>
+ <Description xml:lang="en">A powerful build system for the JVM</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/gradle.desktop</Path>
+ <Path fileType="data">/usr/share/gradle</Path>
+ <Path fileType="data">/usr/share/pixmaps/gradle.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-10-02</Date>
+ <Version>3.1.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Sönke Behrendt</Name>
+ <Email>thesoenke@outlook.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.10.0
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2952
Default Alt Text
0001-Initial-commit-of-gradle.patch (3 KB)
Attached To
Mode
T935: gradle
Attached
Detach File
Event Timeline
Log In to Comment