Date: Sunday, April 19, 2020 @ 22:37:05 Author: dvzrv Revision: 616699
upgpkg: lsp-plugins 1.1.19-1: Upgrading to 1.1.19. Removing upstream patch for fixing XDG desktop file/menu Categories (now included). Modified: lsp-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-19 22:30:45 UTC (rev 616698) +++ PKGBUILD 2020-04-19 22:37:05 UTC (rev 616699) @@ -1,8 +1,8 @@ # Maintainer: David Runge <[email protected]> pkgname=lsp-plugins -pkgver=1.1.17 -pkgrel=2 +pkgver=1.1.19 +pkgrel=1 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST" arch=('x86_64') url="https://lsp-plug.in" @@ -11,17 +11,12 @@ 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" - "${pkgname}-1.1.17-xdg_desktop.patch::https://github.com/sadko4u/lsp-plugins/commit/bd357bf0718a58dab3ec655d344282e938067080.patch") -sha512sums=('7d6bc8f7da11a5f4756df80d9ec2d7fa3c7e2066b77e66fa6bf78035ec5852d2d63b227e8da3724ceb27cdb32da042c671db369c047b011348cd4ef5dd6387c5' - '6bf2b3be944b739be316a382194a4fda6824b7334a89740393076b16bf964946312a945f4c64f613b50b319666459978768c0e1d0f908bae342d837cef128977') +checkdepends=('lv2lint') +source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz") +sha512sums=('28331c3d1e77c2bc782c2da33c3c3b3e7c98b8cd4f838fdd2afd51c43ce1cddcf8338115b0af8200261348a3315a65312f97c28d81402f6c67e0cfc46963432f') 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() {
