[arch-commits] Commit in kradio/repos (8 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Jan 28 23:02:36 UTC 2013


    Date: Tuesday, January 29, 2013 @ 00:02:36
  Author: arodseth
Revision: 83293

archrelease: copy trunk to community-x86_64, community-i686

Added:
  kradio/repos/community-i686/PKGBUILD
    (from rev 83292, kradio/trunk/PKGBUILD)
  kradio/repos/community-i686/kradio.install
    (from rev 83292, kradio/trunk/kradio.install)
  kradio/repos/community-x86_64/PKGBUILD
    (from rev 83292, kradio/trunk/PKGBUILD)
  kradio/repos/community-x86_64/kradio.install
    (from rev 83292, kradio/trunk/kradio.install)
Deleted:
  kradio/repos/community-i686/PKGBUILD
  kradio/repos/community-i686/kradio.install
  kradio/repos/community-x86_64/PKGBUILD
  kradio/repos/community-x86_64/kradio.install

---------------------------------+
 community-i686/PKGBUILD         |   68 ++++++++++++++++++++------------------
 community-i686/kradio.install   |   24 +++++++------
 community-x86_64/PKGBUILD       |   68 ++++++++++++++++++++------------------
 community-x86_64/kradio.install |   24 +++++++------
 4 files changed, 98 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-28 23:02:23 UTC (rev 83292)
+++ community-i686/PKGBUILD	2013-01-28 23:02:36 UTC (rev 83293)
@@ -1,32 +0,0 @@
-# $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
-}

Copied: kradio/repos/community-i686/PKGBUILD (from rev 83292, kradio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-28 23:02:36 UTC (rev 83293)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=kradio
+pkgver=4.0.7
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL2')
+pkgdesc='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})
+sha256sums=('53d1a706f08cfd5a405142cf34cf9c0b03397b03961936651dfae7206003959c'
+            'cc6e801e10dbb7971cd09f2083d9fad0dc20ffc59ce3301486a985b8718d0c97')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/kradio.install
===================================================================
--- community-i686/kradio.install	2013-01-28 23:02:23 UTC (rev 83292)
+++ community-i686/kradio.install	2013-01-28 23:02:36 UTC (rev 83293)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kradio/repos/community-i686/kradio.install (from rev 83292, kradio/trunk/kradio.install)
===================================================================
--- community-i686/kradio.install	                        (rev 0)
+++ community-i686/kradio.install	2013-01-28 23:02:36 UTC (rev 83293)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-28 23:02:23 UTC (rev 83292)
+++ community-x86_64/PKGBUILD	2013-01-28 23:02:36 UTC (rev 83293)
@@ -1,32 +0,0 @@
-# $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
-}

Copied: kradio/repos/community-x86_64/PKGBUILD (from rev 83292, kradio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-28 23:02:36 UTC (rev 83293)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=kradio
+pkgver=4.0.7
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL2')
+pkgdesc='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})
+sha256sums=('53d1a706f08cfd5a405142cf34cf9c0b03397b03961936651dfae7206003959c'
+            'cc6e801e10dbb7971cd09f2083d9fad0dc20ffc59ce3301486a985b8718d0c97')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/kradio.install
===================================================================
--- community-x86_64/kradio.install	2013-01-28 23:02:23 UTC (rev 83292)
+++ community-x86_64/kradio.install	2013-01-28 23:02:36 UTC (rev 83293)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kradio/repos/community-x86_64/kradio.install (from rev 83292, kradio/trunk/kradio.install)
===================================================================
--- community-x86_64/kradio.install	                        (rev 0)
+++ community-x86_64/kradio.install	2013-01-28 23:02:36 UTC (rev 83293)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list