[arch-commits] Commit in audex/repos (6 files)

Laurent Carlier lcarlier at archlinux.org
Tue Sep 30 06:50:26 UTC 2014


    Date: Tuesday, September 30, 2014 @ 08:50:26
  Author: lcarlier
Revision: 119860

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

Added:
  audex/repos/community-staging-i686/
  audex/repos/community-staging-i686/PKGBUILD
    (from rev 119859, audex/trunk/PKGBUILD)
  audex/repos/community-staging-i686/audex.install
    (from rev 119859, audex/trunk/audex.install)
  audex/repos/community-staging-x86_64/
  audex/repos/community-staging-x86_64/PKGBUILD
    (from rev 119859, audex/trunk/PKGBUILD)
  audex/repos/community-staging-x86_64/audex.install
    (from rev 119859, audex/trunk/audex.install)

----------------------------------------+
 community-staging-i686/PKGBUILD        |   40 +++++++++++++++++++++++++++++++
 community-staging-i686/audex.install   |   12 +++++++++
 community-staging-x86_64/PKGBUILD      |   40 +++++++++++++++++++++++++++++++
 community-staging-x86_64/audex.install |   12 +++++++++
 4 files changed, 104 insertions(+)

Copied: audex/repos/community-staging-i686/PKGBUILD (from rev 119859, audex/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-09-30 06:50:26 UTC (rev 119860)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: mightyjaym <jmambrosino at gmail.com>
+# Contributor: moostik <mooostik_at_gmail.com>
+
+pkgname=audex
+pkgver=0.78
+pkgrel=2
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php?content=77125"
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+	'faac: MP4/M4A/AAC encoder'
+	'flac: FLAC encoder'
+	'lame: MP3 encoder')
+install=${pkgname}.install
+source=("http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz")
+md5sums=('e424309ab085de40043f841f2fa230c6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: audex/repos/community-staging-i686/audex.install (from rev 119859, audex/trunk/audex.install)
===================================================================
--- community-staging-i686/audex.install	                        (rev 0)
+++ community-staging-i686/audex.install	2014-09-30 06:50:26 UTC (rev 119860)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: audex/repos/community-staging-x86_64/PKGBUILD (from rev 119859, audex/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-09-30 06:50:26 UTC (rev 119860)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: mightyjaym <jmambrosino at gmail.com>
+# Contributor: moostik <mooostik_at_gmail.com>
+
+pkgname=audex
+pkgver=0.78
+pkgrel=2
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php?content=77125"
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia')
+makedepends=('cmake' 'automoc4')
+optdepends=('vorbis-tools: OGG encoder'
+	'faac: MP4/M4A/AAC encoder'
+	'flac: FLAC encoder'
+	'lame: MP3 encoder')
+install=${pkgname}.install
+source=("http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz")
+md5sums=('e424309ab085de40043f841f2fa230c6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../  \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: audex/repos/community-staging-x86_64/audex.install (from rev 119859, audex/trunk/audex.install)
===================================================================
--- community-staging-x86_64/audex.install	                        (rev 0)
+++ community-staging-x86_64/audex.install	2014-09-30 06:50:26 UTC (rev 119860)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list