Date: Sunday, September 28, 2014 @ 09:57:10
  Author: fyan
Revision: 119679

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 119678, kaudiocreator/trunk/PKGBUILD)
  kaudiocreator/repos/community-staging-i686/kaudiocreator.install
    (from rev 119678, kaudiocreator/trunk/kaudiocreator.install)
  kaudiocreator/repos/community-staging-x86_64/
  kaudiocreator/repos/community-staging-x86_64/PKGBUILD
    (from rev 119678, kaudiocreator/trunk/PKGBUILD)
  kaudiocreator/repos/community-staging-x86_64/kaudiocreator.install
    (from rev 119678, kaudiocreator/trunk/kaudiocreator.install)

------------------------------------------------+
 community-staging-i686/PKGBUILD                |   35 +++++++++++++++++++++++
 community-staging-i686/kaudiocreator.install   |   11 +++++++
 community-staging-x86_64/PKGBUILD              |   35 +++++++++++++++++++++++
 community-staging-x86_64/kaudiocreator.install |   11 +++++++
 4 files changed, 92 insertions(+)

Copied: kaudiocreator/repos/community-staging-i686/PKGBUILD (from rev 119678, 
kaudiocreator/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2014-09-28 07:57:10 UTC (rev 119679)
@@ -0,0 +1,35 @@
+# $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=5
+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-staging-i686/kaudiocreator.install (from 
rev 119678, kaudiocreator/trunk/kaudiocreator.install)
===================================================================
--- community-staging-i686/kaudiocreator.install                                
(rev 0)
+++ community-staging-i686/kaudiocreator.install        2014-09-28 07:57:10 UTC 
(rev 119679)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: kaudiocreator/repos/community-staging-x86_64/PKGBUILD (from rev 119678, 
kaudiocreator/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-28 07:57:10 UTC (rev 119679)
@@ -0,0 +1,35 @@
+# $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=5
+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-staging-x86_64/kaudiocreator.install 
(from rev 119678, kaudiocreator/trunk/kaudiocreator.install)
===================================================================
--- community-staging-x86_64/kaudiocreator.install                              
(rev 0)
+++ community-staging-x86_64/kaudiocreator.install      2014-09-28 07:57:10 UTC 
(rev 119679)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to