summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44e59da37445..378765a47f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = radiotray
pkgdesc = An online radio streaming player that runs on a Linux system tray.
pkgver = 0.7.3
- pkgrel = 15
+ pkgrel = 16
url = https://radiotray.wordpress.com/
arch = any
license = GPL
@@ -19,7 +19,8 @@ pkgbase = radiotray
optdepends = gst-libav: nonfree media decoding
optdepends = libappindicator-gtk3: indicator applet support
source = git+https://github.com/lubosz/radiotray.git#commit=0303ad6017a9a81caa71d046ef270ba6ebefed39
+ source = radiotray-gi.patch::https://github.com/lubosz/radiotray/pull/16.patch
b2sums = SKIP
+ b2sums = b710bcc453a41c09b74a827209b9931932d57efadfa7d4bb17cd01dcce6d41e4859b338d8a981830fcdbac0162206ee11c4866ff409e47b58234fb13e2b0294b
pkgname = radiotray
-
diff --git a/PKGBUILD b/PKGBUILD
index 9bfcabaa8a0e..85fb20fcb3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=radiotray
pkgver=0.7.3
-pkgrel=15
+pkgrel=16
pkgdesc="An online radio streaming player that runs on a Linux system tray."
arch=(any)
url="https://radiotray.wordpress.com/"
@@ -16,9 +16,16 @@ optdepends=('gst-plugins-bad: extra codec support'
'gst-plugins-ugly: extra codec support'
'gst-libav: nonfree media decoding'
'libappindicator-gtk3: indicator applet support')
-source=(git+https://github.com/lubosz/radiotray.git#commit=0303ad6017a9a81caa71d046ef270ba6ebefed39)
+source=(git+https://github.com/lubosz/radiotray.git#commit=0303ad6017a9a81caa71d046ef270ba6ebefed39
+ radiotray-gi.patch::https://github.com/lubosz/radiotray/pull/16.patch)
-b2sums=('SKIP')
+b2sums=('SKIP'
+ 'b710bcc453a41c09b74a827209b9931932d57efadfa7d4bb17cd01dcce6d41e4859b338d8a981830fcdbac0162206ee11c4866ff409e47b58234fb13e2b0294b')
+
+prepare() {
+ cd $pkgname
+ patch -Np1 -i ../radiotray-gi.patch
+}
package() {
cd $pkgname