Page MenuHomeSolus

0001-package-chatty.patch

Authored By
joebonrichie
Jan 23 2017, 5:25 PM
Size
3 KB
Referenced Files
None
Subscribers
None

0001-package-chatty.patch

From 5a7c773731604975f8c1bc4ebebea7a9e2e2af41 Mon Sep 17 00:00:00 2001
From: Joseph Riches <josephriches@gmail.com>
Date: Mon, 23 Jan 2017 17:08:18 +0000
Subject: [PATCH 1/1] package-chatty
---
package.yml | 31 +++++++++++++++++++++++++++++++
pspec_x86_64.xml | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..7c88eeb
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,31 @@
+name : chatty
+version : 0.8.4.1
+release : 1
+source :
+ - https://github.com/chatty/chatty/archive/v0.8.4.1.tar.gz : 68f00f3c7384b08041a63030a0738925348185ea5d1ff8a704d56977f8e04b18
+license : APACHE-2.0
+component : network.irc
+summary : Twitch Chat Client
+networking : yes
+description: |
+ Twitch Chat Client written in Java
+builddeps :
+ - gradle
+ - unzip
+rundeps :
+ - openjdk-8
+setup : |
+ %patch -p1 < $pkgfiles/disable_version_check.patch
+ %patch -p1 < $pkgfiles/user_config_dir.patch
+build : |
+ export GRADLE_USER_HOME=/home/build/YPKG/root/chatty/
+ gradle --no-daemon release
+install : |
+ mkdir -p $installdir/usr/share/chatty
+ unzip $workdir/build/releases/Chatty_$version.zip -d $installdir/usr/share/chatty/
+
+ install -Dm755 $pkgfiles/chatty_script $installdir/usr/bin/chatty
+
+ install -Dm644 $pkgfiles/chatty.png $installdir/usr/share/pixmaps/chatty.png
+ install -Dm755 $pkgfiles/chatty.desktop $installdir/usr/share/applications/chatty.desktop
+
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..0d66ae8
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,37 @@
+<PISI>
+ <Source>
+ <Name>chatty</Name>
+ <Packager>
+ <Name>Joseph Riches</Name>
+ <Email>josephriches@gmail.com</Email>
+ </Packager>
+ <License>APACHE-2.0</License>
+ <PartOf>network.irc</PartOf>
+ <Summary xml:lang="en">Twitch Chat Client</Summary>
+ <Description xml:lang="en">Twitch Chat Client written in Java
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>chatty</Name>
+ <Summary xml:lang="en">Twitch Chat Client</Summary>
+ <Description xml:lang="en">Twitch Chat Client written in Java
+</Description>
+ <PartOf>network.irc</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/chatty.desktop</Path>
+ <Path fileType="data">/usr/share/chatty</Path>
+ <Path fileType="data">/usr/share/pixmaps/chatty.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-01-23</Date>
+ <Version>0.8.4.1</Version>
+ <Comment>Initial package upload</Comment>
+ <Name>Joseph Riches</Name>
+ <Email>josephriches@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6826
Default Alt Text
0001-package-chatty.patch (3 KB)

Event Timeline