From 13bb83b3029a5a0905bd1053c95f91364f1a34cc Mon Sep 17 00:00:00 2001 From: Freemor Date: Tue, 11 Sep 2018 11:41:37 -0300 Subject: Add [gradio] for pkg request #1883 - x32 build segfaults.... debugging... - will build armv7h once issue with librechroot is figured out. --- pcr/gradio/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pcr/gradio/PKGBUILD (limited to 'pcr/gradio/PKGBUILD') diff --git a/pcr/gradio/PKGBUILD b/pcr/gradio/PKGBUILD new file mode 100644 index 000000000..a28a6ca27 --- /dev/null +++ b/pcr/gradio/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer (AUR): ELmoussaoui Bilal +# Maaintainer: Freemor + +pkgname=gradio +_pkgname=Gradio +pkgver=7.1 +pkgrel=1 +pkgdesc='A GTK3 app for finding and listening to internet radio stations' +arch=('i686' 'x86_64' 'armv7h') +license=('GPL3') +url="https://github.com/haecker-felix/gradio" +depends=('desktop-file-utils' 'gstreamer' 'gst-plugins-ugly' 'gst-plugins-bad' + 'gtk3' 'gobject-introspection' 'gst-plugins-base' 'gst-plugins-good' + 'json-glib' 'libgee' 'sqlite3' 'libsoup') +makedepends=('gnome-common' 'meson' 'gettext' 'appstream-glib' 'vala' 'yelp-tools') +options=('!emptydirs') +source=("${url}/archive/v${pkgver}.tar.gz") +sha256sums=('7b350583124f00f9030daaf4042cd54c9d340d67124dad298266d2dfa81ba766') +conflicts=('gradio-git' 'gradio-bin') +provides=("gradio=${pkgver}") + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + meson builddir --prefix=/usr +} + +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + DESTDIR="${pkgdir}" ninja -C builddir install +} -- cgit v1.2.3