[arch-commits] Commit in mate-applet-streamer/repos/community-x86_64 (2 files)

Balló György bgyorgy at archlinux.org
Fri Dec 21 17:19:58 UTC 2018


    Date: Friday, December 21, 2018 @ 17:19:58
  Author: bgyorgy
Revision: 417432

archrelease: copy trunk to community-x86_64

Added:
  mate-applet-streamer/repos/community-x86_64/PKGBUILD
    (from rev 417431, mate-applet-streamer/trunk/PKGBUILD)
Deleted:
  mate-applet-streamer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 17:19:53 UTC (rev 417431)
+++ PKGBUILD	2018-12-21 17:19:58 UTC (rev 417432)
@@ -1,27 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-applet-streamer
-pkgver=0.3.10
-pkgrel=3
-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=('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/2016/01/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('d33b21af6ecb9a622ae579fbe909f37500cf0a2e')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./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"
-}

Copied: mate-applet-streamer/repos/community-x86_64/PKGBUILD (from rev 417431, mate-applet-streamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-21 17:19:58 UTC (rev 417432)
@@ -0,0 +1,27 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-applet-streamer
+pkgver=0.4.0
+pkgrel=1
+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}
+    ./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