From bff9fac9f936bc15a217785ca0b32a9797e9677e Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 19 Sep 2016 16:06:41 -0500 Subject: Removing gnomeradio: It was removed in upstream --- pcr/gnomeradio/PKGBUILD | 49 --------------------------------------- pcr/gnomeradio/gnomeradio.install | 11 --------- 2 files changed, 60 deletions(-) delete mode 100644 pcr/gnomeradio/PKGBUILD delete mode 100644 pcr/gnomeradio/gnomeradio.install (limited to 'pcr/gnomeradio') diff --git a/pcr/gnomeradio/PKGBUILD b/pcr/gnomeradio/PKGBUILD deleted file mode 100644 index 9b2cf63dd..000000000 --- a/pcr/gnomeradio/PKGBUILD +++ /dev/null @@ -1,49 +0,0 @@ -# Maintainer (Arch): none -# Contributor: Luke Shumaker -# Maintainer (AUR): tritonas00 -# Contributor (Arch): Ivan Rojas - -# Because gnomeradio is written against ancient libraries, we must patch it to -# compile and work on a modern system. Let's just grab the patch series that -# Debian uses. -_debver=1.8-2 # which patches to grab from Debian -_debrepo=http://ftp.debian.org/debian/pool/main -_debfile() { echo "${_debrepo}/${1:0:1}/${1}/${1}_${2}"; } - -pkgname=gnomeradio -pkgver=1.8 -pkgrel=6.1 -pkgdesc="An FM-radio tuner for the GNOME desktop" -url="https://projects.gnome.org/gnomeradio/" -license=('GPL') -arch=('i686' 'x86_64' 'mips64el') -install=gnomeradio.install -depends=(libgnome-media-profiles lirc-utils hicolor-icon-theme) -makedepends=(gnome-doc-utils intltool gnome-vfs libgnomeui v4l-utils) -source=(https://launchpad.net/$pkgname/stable/$pkgver/+download/$pkgname-$pkgver.tar.gz - $(_debfile "$pkgname" "$_debver").debian.tar.gz) - -prepare() { - cd "$srcdir/$pkgname-$pkgver" - while read -r patchfile; do - patch -p1 -i "$srcdir/debian/patches/$patchfile" - done <"$srcdir/debian/patches/series" - autoconf -} - -build() { - cd "$srcdir/$pkgname-$pkgver" - LIBS=-lm ./configure --prefix=/usr --sysconfdir=/etc --disable-scrollkeeper \ - --disable-install-schemas - make -} - -package () { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - mkdir "$pkgdir"/usr/share/pixmaps - install data/icons/scalable/gnomeradio.svg "$pkgdir"/usr/share/pixmaps/gnomeradio.svg -} - -md5sums=('26f07c432dffeebec3cc904f99295427' - '019ce748f8463d3eaebbb3e88d18d3e0') diff --git a/pcr/gnomeradio/gnomeradio.install b/pcr/gnomeradio/gnomeradio.install deleted file mode 100644 index 1a05f573e..000000000 --- a/pcr/gnomeradio/gnomeradio.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-2-g168b