George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
odin2-synthesizer
Commits:
ca3e97ac by loqs at 2025-02-27T18:41:06+00:00
Adjustements to makedepends
Remove from makedepends curl, mesa, ttf-font and jack.
Replace in makedepends webkit2gtk with libxrandr, libxinerama and libxcursor.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -13,12 +13,10 @@ pkgbase = odin2-synthesizer
makedepends = freetype2
makedepends = git
makedepends = cmake
- makedepends = curl
makedepends = lv2
- makedepends = mesa
- makedepends = ttf-font
- makedepends = jack
- makedepends = webkit2gtk
+ makedepends = libxrandr
+ makedepends = libxinerama
+ makedepends = libxcursor
makedepends = libx11
makedepends = gendesk
makedepends = hicolor-icon-theme
=====================================
PKGBUILD
=====================================
@@ -29,12 +29,10 @@ makedepends=(
"${_common_depends[@]}"
'git'
'cmake'
- 'curl'
'lv2'
- 'mesa'
- 'ttf-font'
- 'jack'
- 'webkit2gtk'
+ 'libxrandr'
+ 'libxinerama'
+ 'libxcursor'
'libx11'
'gendesk'
'hicolor-icon-theme'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/odin2-synthesizer/-/commit/ca3e97ac6b54896175a5065eddc100961361bfa0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/odin2-synthesizer/-/commit/ca3e97ac6b54896175a5065eddc100961361bfa0
You're receiving this email because of your account on gitlab.archlinux.org.