Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F6915
0001-Initial-build-for-Gradio.patch
BridouZ (Justin Berthault)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
BridouZ
Oct 28 2016, 3:35 PM
2016-10-28 15:35:56 (UTC+0)
Size
3 KB
Referenced Files
None
Subscribers
None
0001-Initial-build-for-Gradio.patch
View Options
From 7a75ef64f2e99f8f63dcae4149b094d5c8926ad2 Mon Sep 17 00:00:00 2001
From: Justin Bridouz <justin.berthault@zaclys.net>
Date: Fri, 28 Oct 2016 17:35:43 +0200
Subject: [PATCH] Initial build for Gradio
---
Makefile | 1 +
package.yml | 29 +++++++++++++++++++++++++++++
pspec_x86_64.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 75 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..fea2ab6
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,29 @@
+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-plugins-base-1.0)
+ - pkgconfig(gtk+-3.0)
+ - pkgconfig(json-glib-1.0)
+ - pkgconfig(libsoup-2.4)
+ - pkgconfig(webkit2gtk-4.0)
+ - desktop-file-utils
+ - 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..c7c832c
--- /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-28</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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4307
Default Alt Text
0001-Initial-build-for-Gradio.patch (3 KB)
Attached To
Mode
T1255: Gradio
Attached
Detach File
Event Timeline
Log In to Comment