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

David Runge dvzrv at archlinux.org
Sat Mar 28 22:56:16 UTC 2020


    Date: Saturday, March 28, 2020 @ 22:56:15
  Author: dvzrv
Revision: 605626

upgpkg: lsp-plugins 1.1.15-1: Upgrading to 1.1.15.

Removing all custom icon operations as upstream added scalable and bitmap icons.

Modified:
  lsp-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-28 22:56:04 UTC (rev 605625)
+++ PKGBUILD	2020-03-28 22:56:15 UTC (rev 605626)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=lsp-plugins
-pkgver=1.1.14
+pkgver=1.1.15
 pkgrel=1
 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
 arch=('x86_64')
@@ -9,21 +9,13 @@
 license=('LGPL3')
 groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
 depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
-makedepends=('gendesk' 'imagemagick' 'ladspa' 'jack' 'libsndfile' 'lv2' 'php')
+makedepends=('jack' 'ladspa' 'libsndfile' 'lv2' 'php')
 optdepends=('jack: for standalone applications')
 source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('1e955f989563aa8021340ee9ea70b1e1062bf918afc396ea606f4b11eedf1fab65155de029cbde7cbaa4fbafc07e25d998d666d26760bf0eb3ae9d14e20d66b4')
+sha512sums=('2ab853ff8b68b2466681c1cfb03381e8a61fc7965ba9abd67104ef90277cdce0f1fc5b3ead571e6ba2dfdff0da44c0a452909520fd5ebf4dd7389fab9ff77434')
 
-_sizes=('16' '22' '24' '26' '32' '36' '48' '64' '72' '96' '128' '192' '256'
-'384' '512' '1024')
-
 prepare() {
   mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # generate xdg desktop icons
-  for size in "${_sizes[@]}"; do
-    convert res/art/logo-large.png -resize "${size}x${size}" "${size}x${size}.png"
-  done
 }
 
 build() {
@@ -49,12 +41,4 @@
   make PREFIX='/usr' \
        DESTDIR="$pkgdir/" \
        install
-
-  # non-scalable at scalable location:
-  # https://github.com/sadko4u/lsp-plugins/issues/83
-  rm -rvf "${pkgdir}/usr/share/icons/hicolor/scalable/"
-  for size in "${_sizes[@]}"; do
-    install -vDm 644 "${size}x${size}.png" \
-      "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}.png"
-  done
 }



More information about the arch-commits mailing list