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

David Runge dvzrv at archlinux.org
Fri Feb 22 19:23:14 UTC 2019


    Date: Friday, February 22, 2019 @ 19:23:12
  Author: dvzrv
Revision: 435297

upgpkg: lmms 1.2.0rc8-1

Upgrading to 1.2.0-rc8. Removing unrequired (and accidentally not included) patch for fluidsynth2. Removing fix for bash completion install location.

Modified:
  lmms/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-22 19:19:11 UTC (rev 435296)
+++ PKGBUILD	2019-02-22 19:23:12 UTC (rev 435297)
@@ -4,10 +4,10 @@
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 # Contributor: Storyteller <spiralsorrow at hotmail.com>
 
-_pkgver=1.2.0-rc7
+_pkgver=1.2.0-rc8
 pkgname=lmms
 pkgver=${_pkgver/-}
-pkgrel=3
+pkgrel=1
 pkgdesc='The Linux MultiMedia Studio'
 arch=('x86_64')
 url="https://lmms.io"
@@ -21,12 +21,10 @@
             'wine: VST plugin support')
 source=("git+https://github.com/${pkgname}/${pkgname}.git#tag=v${_pkgver}"
         'git+https://github.com/Lukas-W/qt5-x11embed.git'
-        'git+https://github.com/rampantpixels/rpmalloc.git'
-        "${pkgname}-fluidsynth2.patch::https://github.com/${pkgname}/${pkgname}/pull/4678/commits/c2e4f5a28d1612a706b8bee6d37b5ecc0bc38794.patch")
+        'git+https://github.com/rampantpixels/rpmalloc.git')
 sha512sums=('SKIP'
             'SKIP'
-            'SKIP'
-            'c68cbff796f754bdf1af01d3f83abb1b3d36bdecb27bf3a8ec0242c2b3163709e5b43851fcd539b735c55e9b6a07ee44598ec0bc92305709c36655c720dd900c')
+            'SKIP')
 
 prepare() {
   mv -v "${pkgname}" "${pkgname}-${pkgver}"
@@ -38,10 +36,6 @@
   git submodule update
   # setting lib dir
   sed -e 's|lib64|lib|g' -i cmake/modules/DetectMachine.cmake
-  # setting proper DESTDIR based install path for bash-completion
-  sed -e 's/\(${BASHCOMP_USER\)/\\$DESTDIR\1/g' -i cmake/modules/BashCompletion.cmake
-  # fix for fluidsynth > 2: https://github.com/LMMS/lmms/issues/4640
-  patch -Np1 -i ../${pkgname}-fluidsynth2.patch
 }
 
 build() {



More information about the arch-commits mailing list