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

David Runge dvzrv at archlinux.org
Fri Jul 27 13:20:04 UTC 2018


    Date: Friday, July 27, 2018 @ 13:20:04
  Author: dvzrv
Revision: 363683

upgpkg: x42-plugins 20180320-4

Replacing unmaintained ttf-freefont with ttf-liberation. Adding ftgl to depends and removing then included libglvnd.

Modified:
  x42-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-27 12:34:13 UTC (rev 363682)
+++ PKGBUILD	2018-07-27 13:20:04 UTC (rev 363683)
@@ -4,13 +4,13 @@
 
 pkgname=x42-plugins
 pkgver=20180320
-pkgrel=3
+pkgrel=4
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
 url="https://github.com/x42/x42-plugins"
 license=('GPL')
-depends=('jack' 'libglvnd' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gtk2' 'ftgl' 'ttf-freefont' 'lv2')
+depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
+makedepends=('gtk2' 'ttf-liberation' 'lv2')
 groups=('lv2-plugins' 'pro-audio')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz"
         'zita-convolver4.patch')
@@ -20,11 +20,14 @@
 prepare() {
   cd "${pkgname}-${pkgver}/convoLV2"
   patch -Np1 -i ../../zita-convolver4.patch
+  cd ..
+  # replace ttf-freefont with ttf-liberation
+  export FONTFILE=/usr/share/fonts/TTF/LiberationSans-Bold.ttf
 }
 
 build() {
   cd "${pkgname}-${pkgver}"
-  FONTFILE=/usr/share/fonts/TTF/FreeSansBold.ttf make
+  make
 }
 
 package() {



More information about the arch-commits mailing list