[arch-commits] Commit in (5 files)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 16:18:45 UTC 2013


    Date: Sunday, January 27, 2013 @ 17:18:44
  Author: pierre
Revision: 83155

extra2community: Moving kradio from extra to community

Added:
  kradio/
  kradio/repos/
  kradio/trunk/
  kradio/trunk/PKGBUILD
  kradio/trunk/kradio.install

----------------+
 PKGBUILD       |   32 ++++++++++++++++++++++++++++++++
 kradio.install |   11 +++++++++++
 2 files changed, 43 insertions(+)

Added: kradio/trunk/PKGBUILD
===================================================================
--- kradio/trunk/PKGBUILD	                        (rev 0)
+++ kradio/trunk/PKGBUILD	2013-01-27 16:18:44 UTC (rev 83155)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=kradio
+pkgver=4.0.6
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+pkgdesc="A comfortable KDE internet and AM/FM radio application"
+url="http://kradio.sourceforge.net/"
+depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
+makedepends=('automoc4' 'cmake' 'boost')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
+md5sums=('ee9214156465e0416bb369f78b4a5eae'
+         'f43706e63d24788f2278bada7b10cc6f')
+
+build() {
+  cd "$srcdir"
+  mkdir build
+  cd build
+  cmake ../${pkgname}4-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}


Property changes on: kradio/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: kradio/trunk/kradio.install
===================================================================
--- kradio/trunk/kradio.install	                        (rev 0)
+++ kradio/trunk/kradio.install	2013-01-27 16:18:44 UTC (rev 83155)
@@ -0,0 +1,11 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list