Date: Sunday, August 7, 2016 @ 14:57:42 Author: bgyorgy Revision: 185886
archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: mate-applet-streamer/repos/community-testing-i686/ mate-applet-streamer/repos/community-testing-i686/PKGBUILD (from rev 185885, mate-applet-streamer/trunk/PKGBUILD) mate-applet-streamer/repos/community-testing-x86_64/ mate-applet-streamer/repos/community-testing-x86_64/PKGBUILD (from rev 185885, mate-applet-streamer/trunk/PKGBUILD) -----------------------------------+ community-testing-i686/PKGBUILD | 27 +++++++++++++++++++++++++++ community-testing-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) Copied: mate-applet-streamer/repos/community-testing-i686/PKGBUILD (from rev 185885, mate-applet-streamer/trunk/PKGBUILD) =================================================================== --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-08-07 14:57:42 UTC (rev 185886) @@ -0,0 +1,27 @@ +# Contributor: Martin Wimpress <c...@flexion.org> + +pkgname=mate-applet-streamer +pkgver=0.3.10 +pkgrel=1 +pkgdesc="A 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=('i686' 'x86_64') +license=('GPL') +depends=('gst-plugins-base' 'libnotify' 'mate-panel-gtk3') +optdepends=('gst-plugins-bad: for playing MP3 streams') +source=("http://www.zavedil.com/wp-content/uploads/2016/01/${pkgname}-${pkgver}.tar.gz") +sha1sums=('d33b21af6ecb9a622ae579fbe909f37500cf0a2e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/${pkgname} + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled" +} Copied: mate-applet-streamer/repos/community-testing-x86_64/PKGBUILD (from rev 185885, mate-applet-streamer/trunk/PKGBUILD) =================================================================== --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2016-08-07 14:57:42 UTC (rev 185886) @@ -0,0 +1,27 @@ +# Contributor: Martin Wimpress <c...@flexion.org> + +pkgname=mate-applet-streamer +pkgver=0.3.10 +pkgrel=1 +pkgdesc="A 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=('i686' 'x86_64') +license=('GPL') +depends=('gst-plugins-base' 'libnotify' 'mate-panel-gtk3') +optdepends=('gst-plugins-bad: for playing MP3 streams') +source=("http://www.zavedil.com/wp-content/uploads/2016/01/${pkgname}-${pkgver}.tar.gz") +sha1sums=('d33b21af6ecb9a622ae579fbe909f37500cf0a2e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/${pkgname} + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled" +}