mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/x42-plugins to 20190105-1
This commit is contained in:
parent
1910a6154c
commit
21e649ea0c
1 changed files with 4 additions and 4 deletions
|
@ -5,17 +5,17 @@
|
|||
# - export OPTIMIZATIONS to override Makefiles without x86isms
|
||||
|
||||
pkgname=x42-plugins
|
||||
pkgver=20181103
|
||||
pkgver=20190105
|
||||
pkgrel=1
|
||||
pkgdesc="Collection of LV2 plugins"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/x42/x42-plugins"
|
||||
license=('GPL')
|
||||
depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
|
||||
makedepends=('gendesk' 'gtk2' 'ttf-dejavu' 'lv2')
|
||||
makedepends=('gendesk' 'gtk2' 'help2man' 'lv2' 'ttf-dejavu')
|
||||
groups=('lv2-plugins' 'pro-audio')
|
||||
source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha512sums=('3d30d3197832593fa972c729b32c20a53800d5d0356c94938fd0b7bfb9358fa8be4fe40162ef05b89458b08a1ed1715822c67389cff1a37209e56da7c0975044')
|
||||
sha512sums=('ad7b42c14427683531aa6db40c8fca7c15d9048e3afd30749d57dba929a43aa57363106f7770fda16ef97dc2e92edeaa8d150f55e9589e64c64b6c388fd44afe')
|
||||
|
||||
prepare() {
|
||||
declare -A descriptions=(
|
||||
|
@ -32,7 +32,7 @@ prepare() {
|
|||
# replace ttf-freefont with ttf-liberation
|
||||
export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
|
||||
# XDG desktop files
|
||||
for name in dpl1 fat1 fil4 meter mixtri scope stepseq tuna; do
|
||||
for name in "${!descriptions[@]}"; do
|
||||
gendesk -n \
|
||||
--pkgname x42-${name} \
|
||||
--pkgdesc "${descriptions[$name]}" \
|
||||
|
|
Loading…
Reference in a new issue