From 7a75ef64f2e99f8f63dcae4149b094d5c8926ad2 Mon Sep 17 00:00:00 2001 From: Justin Bridouz 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 @@ + + + gradio + + Justin Berthault + justin.berthault@zaclys.net + + GPL-3.0 + multimedia.audio + A GTK3 app for finding and listening to internet radio stations + A GTK3 app for finding and listening to internet radio stations + + https://solus-project.com/sources/README.Solus + + + gradio + A GTK3 app for finding and listening to internet radio stations + A GTK3 app for finding and listening to internet radio stations + + multimedia.audio + + /usr/bin + /usr/share/applications/gradio.desktop + /usr/share/glib-2.0/schemas/de.haecker-felix.gradio.gschema.xml + /usr/share/gradio + /usr/share/icons/hicolor/128x128/apps/gradio.png + /usr/share/icons/hicolor/14x14/apps/gradio.png + /usr/share/icons/hicolor/192x192/apps/gradio.png + /usr/share/icons/hicolor/32x32/apps/gradio.png + /usr/share/icons/hicolor/48x48/apps/gradio.png + /usr/share/icons/hicolor/64x64/apps/gradio.png + /usr/share/locale + /usr/share/pixmaps/gradio.svg + + + + + 2016-10-28 + 4.0.1 + Packaging update + Justin Berthault + justin.berthault@zaclys.net + + + \ No newline at end of file -- 2.10.1