[arch-commits] Commit in audex/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Oct 13 09:27:18 UTC 2019


    Date: Sunday, October 13, 2019 @ 09:27:17
  Author: arojas
Revision: 515292

archrelease: copy trunk to community-x86_64

Added:
  audex/repos/community-x86_64/PKGBUILD
    (from rev 515291, audex/trunk/PKGBUILD)
Deleted:
  audex/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 42 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-13 09:26:54 UTC (rev 515291)
+++ PKGBUILD	2019-10-13 09:27:17 UTC (rev 515292)
@@ -1,44 +0,0 @@
-# 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+91+g9bb62f3
-pkgrel=1
-pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
-arch=('x86_64')
-url="https://userbase.kde.org/Audex"
-license=('GPL')
-depends=('libkcddb' 'hicolor-icon-theme' 'kcmutils')
-makedepends=('extra-cmake-modules' 'git')
-optdepends=('vorbis-tools: OGG encoder'
-	'faac: MP4/M4A/AAC encoder'
-	'flac: FLAC encoder'
-	'lame: MP3 encoder')
-_commit=9bb62f34878ede3104802709c154b7b244925970  # master
-source=("git://git.kde.org/audex.git#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
-  cd audex
-  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
-}
-
-build() {
-  cd audex
-
-  mkdir build
-  cd build
-
-  cmake ../  \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd audex/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: audex/repos/community-x86_64/PKGBUILD (from rev 515291, audex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-13 09:27:17 UTC (rev 515292)
@@ -0,0 +1,42 @@
+# 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+91+g9bb62f3
+pkgrel=2
+pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
+arch=('x86_64')
+url="https://userbase.kde.org/Audex"
+license=('GPL')
+depends=('libkcddb' 'hicolor-icon-theme' 'kcmutils' 'qt5-script')
+makedepends=('extra-cmake-modules' 'git')
+optdepends=('vorbis-tools: OGG encoder'
+	'faac: MP4/M4A/AAC encoder'
+	'flac: FLAC encoder'
+	'lame: MP3 encoder')
+_commit=9bb62f34878ede3104802709c154b7b244925970  # master
+source=("git://git.kde.org/audex.git#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd audex
+  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
+}
+
+build() {
+  cd audex
+
+  mkdir build
+  cd build
+
+  cmake ../
+  make
+}
+
+package() {
+  cd audex/build
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list