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

Felix Yan fyan at nymeria.archlinux.org
Wed Jul 9 13:21:55 UTC 2014


    Date: Wednesday, July 9, 2014 @ 15:21:54
  Author: fyan
Revision: 115371

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

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

----------------------------------------+
 /PKGBUILD                              |   70 +++++++++++++++++++++++++++++++
 /kaudiocreator.install                 |   22 +++++++++
 community-i686/PKGBUILD                |   35 ---------------
 community-i686/kaudiocreator.install   |   11 ----
 community-x86_64/PKGBUILD              |   35 ---------------
 community-x86_64/kaudiocreator.install |   11 ----
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-09 13:21:22 UTC (rev 115370)
+++ community-i686/PKGBUILD	2014-07-09 13:21:54 UTC (rev 115371)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
-
-pkgname=kaudiocreator
-pkgver=1.3
-pkgrel=3
-pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from disk"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645"
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'taglib' 'libdiscid')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://www.kde-apps.org/CONTENT/content-files/107645-${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6adce848d3cdc9d80a52d35144890c86')
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kaudiocreator/repos/community-i686/PKGBUILD (from rev 115370, kaudiocreator/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-09 13:21:54 UTC (rev 115371)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=kaudiocreator
+pkgver=1.3
+pkgrel=4
+pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from disk"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645"
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'taglib' 'libdiscid')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://www.kde-apps.org/CONTENT/content-files/107645-${pkgname}-${pkgver}.tar.bz2")
+md5sums=('6adce848d3cdc9d80a52d35144890c86')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kaudiocreator.install
===================================================================
--- community-i686/kaudiocreator.install	2014-07-09 13:21:22 UTC (rev 115370)
+++ community-i686/kaudiocreator.install	2014-07-09 13:21:54 UTC (rev 115371)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kaudiocreator/repos/community-i686/kaudiocreator.install (from rev 115370, kaudiocreator/trunk/kaudiocreator.install)
===================================================================
--- community-i686/kaudiocreator.install	                        (rev 0)
+++ community-i686/kaudiocreator.install	2014-07-09 13:21:54 UTC (rev 115371)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-09 13:21:22 UTC (rev 115370)
+++ community-x86_64/PKGBUILD	2014-07-09 13:21:54 UTC (rev 115371)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
-
-pkgname=kaudiocreator
-pkgver=1.3
-pkgrel=3
-pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from disk"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645"
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'taglib' 'libdiscid')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://www.kde-apps.org/CONTENT/content-files/107645-${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6adce848d3cdc9d80a52d35144890c86')
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kaudiocreator/repos/community-x86_64/PKGBUILD (from rev 115370, kaudiocreator/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-09 13:21:54 UTC (rev 115371)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=kaudiocreator
+pkgver=1.3
+pkgrel=4
+pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from disk"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645"
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'taglib' 'libdiscid')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://www.kde-apps.org/CONTENT/content-files/107645-${pkgname}-${pkgver}.tar.bz2")
+md5sums=('6adce848d3cdc9d80a52d35144890c86')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/kaudiocreator.install
===================================================================
--- community-x86_64/kaudiocreator.install	2014-07-09 13:21:22 UTC (rev 115370)
+++ community-x86_64/kaudiocreator.install	2014-07-09 13:21:54 UTC (rev 115371)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kaudiocreator/repos/community-x86_64/kaudiocreator.install (from rev 115370, kaudiocreator/trunk/kaudiocreator.install)
===================================================================
--- community-x86_64/kaudiocreator.install	                        (rev 0)
+++ community-x86_64/kaudiocreator.install	2014-07-09 13:21:54 UTC (rev 115371)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list