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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 14:59:14 UTC 2015


    Date: Monday, December 7, 2015 @ 15:59:13
  Author: foutrelis
Revision: 149939

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 149938, audex/trunk/PKGBUILD)
  audex/repos/community-staging-i686/audex.install
    (from rev 149938, audex/trunk/audex.install)
  audex/repos/community-staging-x86_64/
  audex/repos/community-staging-x86_64/PKGBUILD
    (from rev 149938, audex/trunk/PKGBUILD)
  audex/repos/community-staging-x86_64/audex.install
    (from rev 149938, 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 149938, audex/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 14:59:13 UTC (rev 149939)
@@ -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.79
+pkgrel=3
+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-apps.org/CONTENT/content-files/77125-${pkgname}-${pkgver}.tar.xz")
+md5sums=('f7dea212961b90c83d061b0e0ca897c2')
+
+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 149938, audex/trunk/audex.install)
===================================================================
--- community-staging-i686/audex.install	                        (rev 0)
+++ community-staging-i686/audex.install	2015-12-07 14:59:13 UTC (rev 149939)
@@ -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 149938, audex/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 14:59:13 UTC (rev 149939)
@@ -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.79
+pkgrel=3
+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-apps.org/CONTENT/content-files/77125-${pkgname}-${pkgver}.tar.xz")
+md5sums=('f7dea212961b90c83d061b0e0ca897c2')
+
+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 149938, audex/trunk/audex.install)
===================================================================
--- community-staging-x86_64/audex.install	                        (rev 0)
+++ community-staging-x86_64/audex.install	2015-12-07 14:59:13 UTC (rev 149939)
@@ -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