[arch-commits] Commit in mate-applet-streamer/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 21:24:51 UTC 2020
Date: Tuesday, July 7, 2020 @ 21:24:51
Author: felixonmars
Revision: 660404
archrelease: copy trunk to community-staging-x86_64
Added:
mate-applet-streamer/repos/community-staging-x86_64/
mate-applet-streamer/repos/community-staging-x86_64/PKGBUILD
(from rev 660402, mate-applet-streamer/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: mate-applet-streamer/repos/community-staging-x86_64/PKGBUILD (from rev 660402, mate-applet-streamer/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 21:24:51 UTC (rev 660404)
@@ -0,0 +1,28 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-applet-streamer
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="MATE panel applet to let you play your favourite online radio station with a single click"
+url="http://www.zavedil.com/online-radio-applet/"
+arch=('x86_64')
+license=('GPL')
+depends=('gst-plugins-base' 'libnotify' 'mate-panel')
+optdepends=('gst-plugins-bad: for playing MP3 streams')
+source=("http://www.zavedil.com/wp-content/uploads/2017/06/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('59e61ccfdb8585976b6eaac11fe4a923215b3d5f')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname}
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}
More information about the arch-commits
mailing list