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

David Runge dvzrv at archlinux.org
Sat Apr 11 23:39:06 UTC 2020


    Date: Saturday, April 11, 2020 @ 23:39:05
  Author: dvzrv
Revision: 613376

upgpkg: lsp-plugins 1.1.17-2: Removing Categories from XDG desktop files (upstream patch).

Modified:
  lsp-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-11 23:21:06 UTC (rev 613375)
+++ PKGBUILD	2020-04-11 23:39:05 UTC (rev 613376)
@@ -2,7 +2,7 @@
 
 pkgname=lsp-plugins
 pkgver=1.1.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
 arch=('x86_64')
 url="https://lsp-plug.in"
@@ -11,11 +11,17 @@
 depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
 makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php')
 optdepends=('jack: for standalone applications')
-source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('7d6bc8f7da11a5f4756df80d9ec2d7fa3c7e2066b77e66fa6bf78035ec5852d2d63b227e8da3724ceb27cdb32da042c671db369c047b011348cd4ef5dd6387c5')
+source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz"
+        "${pkgname}-1.1.17-xdg_desktop.patch::https://github.com/sadko4u/lsp-plugins/commit/bd357bf0718a58dab3ec655d344282e938067080.patch")
+sha512sums=('7d6bc8f7da11a5f4756df80d9ec2d7fa3c7e2066b77e66fa6bf78035ec5852d2d63b227e8da3724ceb27cdb32da042c671db369c047b011348cd4ef5dd6387c5'
+            '6bf2b3be944b739be316a382194a4fda6824b7334a89740393076b16bf964946312a945f4c64f613b50b319666459978768c0e1d0f908bae342d837cef128977')
 
 prepare() {
   mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # removing all Categories from desktop files:
+  # https://github.com/sadko4u/lsp-plugins/issues/97
+  patch -Np1 -i "../${pkgname}-1.1.17-xdg_desktop.patch"
 }
 
 build() {



More information about the arch-commits mailing list