Date: Friday, November 11, 2016 @ 13:58:24
  Author: arojas
Revision: 195364

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

Added:
  kaudiocreator/repos/community-staging-i686/
  kaudiocreator/repos/community-staging-i686/PKGBUILD
    (from rev 195363, kaudiocreator/trunk/PKGBUILD)
  kaudiocreator/repos/community-staging-x86_64/
  kaudiocreator/repos/community-staging-x86_64/PKGBUILD
    (from rev 195363, kaudiocreator/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: kaudiocreator/repos/community-staging-i686/PKGBUILD (from rev 195363, 
kaudiocreator/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-11-11 13:58:24 UTC (rev 195364)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Laurent Carlier <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=kaudiocreator
+pkgver=1.3
+pkgrel=8
+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' 'libkcddb4' 'libkcompactdisc4' 'taglib' 'libdiscid')
+makedepends=('cmake' 'automoc4')
+source=("https://dl.opendesktop.org/api/files/download/id/1466629608/107645-kaudiocreator-$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-staging-x86_64/PKGBUILD (from rev 195363, 
kaudiocreator/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-11 13:58:24 UTC (rev 195364)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Laurent Carlier <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=kaudiocreator
+pkgver=1.3
+pkgrel=8
+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' 'libkcddb4' 'libkcompactdisc4' 'taglib' 'libdiscid')
+makedepends=('cmake' 'automoc4')
+source=("https://dl.opendesktop.org/api/files/download/id/1466629608/107645-kaudiocreator-$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
+}

Reply via email to