Page MenuHomeSolus

0001-Initial-work-on-Gradio.patch

Authored By
BridouZ
Oct 24 2016, 9:27 AM
Size
4 KB
Referenced Files
None
Subscribers
None

0001-Initial-work-on-Gradio.patch

From 8b03698a42509a2431bc8c9c0a20af6cfaf01d0d Mon Sep 17 00:00:00 2001
From: Justin Bridouz <justin.berthault@zaclys.net>
Date: Mon, 24 Oct 2016 11:24:16 +0200
Subject: [PATCH] Initial work on Gradio
---
Makefile | 1 +
package.yml | 31 +++++++++++++++++++++++++++++++
pspec_x86_64.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 77 insertions(+)
create mode 100644 Makefile
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/package.yml b/package.yml
new file mode 100644
index 0000000..cb00942
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,31 @@
+name : gradio
+version : 4.0.1
+release : 1
+source :
+ - https://github.com/haecker-felix/gradio/archive/v4.0.1.tar.gz : 1873a608e923d537cec185d56056ef78feb81b12ef068550698ace4e3d36da1a
+license : GPL-3.0
+component : multimedia.audio
+summary : A GTK3 app for finding and listening to internet radio stations
+description: |
+ A GTK3 app for finding and listening to internet radio stations
+builddeps :
+ - pkgconfig(gee-0.8)
+ - pkgconfig(gstreamer-pbutils-1.0)
+ - pkgconfig(gstreamer-plugins-base-1.0)
+ - pkgconfig(gtk+-3.0)
+ - pkgconfig(json-glib-1.0)
+ - pkgconfig(libsoup-2.4)
+ - pkgconfig(webkit2gtk-4.0)
+ - desktop-file-utils
+ - intltool
+ - itstool
+ - vala
+ - yelp-tools
+build : |
+ mkdir build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ %make
+install : |
+ cd build
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..50a27ae
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,45 @@
+<PISI>
+ <Source>
+ <Name>gradio</Name>
+ <Packager>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>multimedia.audio</PartOf>
+ <Summary xml:lang="en">A GTK3 app for finding and listening to internet radio stations</Summary>
+ <Description xml:lang="en">A GTK3 app for finding and listening to internet radio stations
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>gradio</Name>
+ <Summary xml:lang="en">A GTK3 app for finding and listening to internet radio stations</Summary>
+ <Description xml:lang="en">A GTK3 app for finding and listening to internet radio stations
+</Description>
+ <PartOf>multimedia.audio</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/gradio.desktop</Path>
+ <Path fileType="data">/usr/share/glib-2.0/schemas/de.haecker-felix.gradio.gschema.xml</Path>
+ <Path fileType="data">/usr/share/gradio</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/gradio.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/14x14/apps/gradio.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/192x192/apps/gradio.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/gradio.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/gradio.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/gradio.png</Path>
+ <Path fileType="localedata">/usr/share/locale</Path>
+ <Path fileType="data">/usr/share/pixmaps/gradio.svg</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-10-24</Date>
+ <Version>4.0.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.10.1

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4214
Default Alt Text
0001-Initial-work-on-Gradio.patch (4 KB)

Event Timeline