[arch-commits] Commit in mixxx/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Apr 20 17:01:38 UTC 2019


    Date: Saturday, April 20, 2019 @ 17:01:37
  Author: dvzrv
Revision: 452130

upgpkg: mixxx 2.2.0-3

Adding working upstream fix for failing test.

Modified:
  mixxx/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-20 17:00:07 UTC (rev 452129)
+++ PKGBUILD	2019-04-20 17:01:37 UTC (rev 452130)
@@ -6,7 +6,7 @@
 
 pkgname=mixxx
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Free, open source software for digital DJ'ing."
 arch=('x86_64')
 url='https://www.mixxx.org'
@@ -19,12 +19,16 @@
 makedepends=('qt5-tools' 'qtkeychain' 'scons')
 optdepends=('qtkeychain: Credentials storage support for Live Broadcasting profiles')
 checkdepends=('xorg-server-xvfb')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz")
-sha512sums=('8174b504d236cde36c636985e0e224915f0be69b13691bf0d88c21087c20c1100ff55561b6e395d97fe5b21a0229fe9ecdac2493cb44fa99a42549c368fa2134')
+source=("https://github.com/${pkgname}dj/${pkgname}/archive/release-${pkgver}.tar.gz"
+        "${pkgname}-audiotaperpottest.patch::https://github.com/mixxxdj/mixxx/pull/1979.patch"
+)
+sha512sums=('8174b504d236cde36c636985e0e224915f0be69b13691bf0d88c21087c20c1100ff55561b6e395d97fe5b21a0229fe9ecdac2493cb44fa99a42549c368fa2134'
+            '91760005610bbb20eae5265ef723c59f9b5cd858d29781b16d8774cd743cbcafa1a3e55012be06dc1f318fab30a2d282717bde59582b516a8b4af1e3264f761a')
 
 prepare() {
   mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "../${pkgname}-audiotaperpottest.patch"
 }
 
 build() {
@@ -45,7 +49,7 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  xvfb-run lin64_build/${pkgname}-test || warning "Known failing test: https://bugs.launchpad.net/mixxx/+bug/1810495"
+  xvfb-run lin64_build/${pkgname}-test
 }
 
 package() {



More information about the arch-commits mailing list