Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: Luna Jernberg <[email protected]>
- # Co-Maintainer: Rafael Fontenelle <[email protected]>
- pkgname=gnome-radio
- pkgver=47.0
- pkgrel=1
- pkgdesc="Easily find live radio programs based on geographical location of radio broadcasters on the Internet"
- arch=('x86_64')
- url="https://wiki.gnome.org/Apps/Radio"
- license=(GPL3)
- depends=('libchamplain' 'geoclue' 'gst-plugins-base' 'gst-plugins-bad' 'geocode-glib-2')
- makedepends=('intltool' 'itstool' 'python')
- conflicts=('gnome-internet-radio-locator')
- replaces=('gnome-internet-radio-locator')
- source=(http://www.gnomeradio.org/src/gnome-radio-47.0.tar.xz)
- sha256sums=('c6e203049ad5eaad2f33a050dd2486e423e244861f6a7232bb659bc7c2b6126d')
- prepare() {
- cd $pkgname-$pkgver
- # https://gitlab.gnome.org/ole/gnome-radio/-/issues/4
- sed -i 's|geocode-glib-1.0|geocode-glib-2.0|' configure
- }
- build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-recording
- make
- }
- check(){
- cd $pkgname-$pkgver
- make check -k
- }
- package(){
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement