Date: Tuesday, December 6, 2022 @ 22:09:06
Author: arojas
Revision: 1356917
archrelease: copy trunk to community-x86_64
Added:
mate-applet-streamer/repos/community-x86_64/PKGBUILD
(from rev 1356916, mate-applet-streamer/trunk/PKGBUILD)
Deleted:
mate-applet-streamer/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 59 ++++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-06 22:08:57 UTC (rev 1356916)
+++ PKGBUILD 2022-12-06 22:09:06 UTC (rev 1356917)
@@ -1,29 +0,0 @@
-# Contributor: Martin Wimpress <[email protected]>
-
-pkgname=mate-applet-streamer
-pkgver=0.4.0
-pkgrel=3
-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')
-sha256sums=('8600b0e39ae9c90dc85944d51c0656a7ea68eb6e7abee8c8a0824cd0d09fc143')
-
-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"
-}
Copied: mate-applet-streamer/repos/community-x86_64/PKGBUILD (from rev 1356916,
mate-applet-streamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-06 22:09:06 UTC (rev 1356917)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress <[email protected]>
+
+pkgname=mate-applet-streamer
+pkgver=0.4.1
+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=("https://github.com/assen-totin/mate-applet-streamer/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha1sums=('8c78ff4c88705ef151f33ba0708f94d610b2cbc4')
+sha256sums=('96e580b4cad1f70a6efc4820ec8cdf826f65ee304cc0210d7f8b5a7360c2e7c1')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ CFLAGS+=' -fcommon' #
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+ ./autogen.sh
+ ./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"
+}