mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/x42-plugins to 20211012-1
This commit is contained in:
parent
61f4f7900e
commit
61df2a07ac
1 changed files with 8 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# - export OPTIMIZATIONS to override Makefiles without x86isms
|
||||
|
||||
pkgname=x42-plugins
|
||||
pkgver=20210714
|
||||
pkgver=20211012
|
||||
pkgrel=1
|
||||
pkgdesc="Collection of LV2 plugins"
|
||||
arch=('x86_64')
|
||||
|
@ -23,11 +23,11 @@ source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz"
|
|||
"${pkgname}.png::https://x42-plugins.com/x42/static/img/x42.png"
|
||||
"${pkgname}.directory"
|
||||
"${pkgname}.menu")
|
||||
sha512sums=('9ee50cd389b573044e36d903c6468dc3470ca2d6a0aeee9cc9c52c6caeb3f7a4e7855d5e7defcfb6908111a31bb91ed1f4fc90270b09aefa158c864d8e23f2ea'
|
||||
sha512sums=('5cd7c825e0b3bce67c41d1cd1c29e3e08f8a0cf05e1f7d822bdb4290742218c335c40c9ad731240e5329acf93db4dd05ee693304ab7ab77f062b0d443ae1b25a'
|
||||
'956fdd8e04c846d06a5267d1748916744418e0ddfce0ac2e9dd3a1c1376aea61499177af80709d9fe78f8c0c2ddcbf9f9e5b2e413adc9a7eca9b648a87ad4860'
|
||||
'fef75b22b2c1fed8586af4dfd01ea291a7c1506e80ce384f05f13dc04c4b7e3e934003c20d89ae94f36ad1021b7ad75097da836ca30ee965b4107b559305b496'
|
||||
'411015b0feb8a289272cb821afa7e2a284d3e9d994a446baa73b3a6ce0f0ebd1e94c4cb3392a0afb1d741ce6d8b2d14c9bd124a0684b830275b4ba8e14680aa3')
|
||||
b2sums=('8e871ba52a83139ace41ae68c09a99bcfc4402c76614f8b9afbd47177e9bb8f0f146e21edb00efaf8648dc4105ac9c5acb1336f7e64764424b162b8f48af11a8'
|
||||
b2sums=('699b6ca997651c2d9ef2b409a14c7095f94b7e582a80b89aae8c3abe8ed7d9f3f423dd37269e8d173763af218343397d9593d49217ee86197c3fc3eebacf6302'
|
||||
'35a8cfcdf7f8c57ba655049a6d75b3bf9d253c25702a3f191d3f6cab215887f7de5025d025993861ae88c1b4daae132e9cc1ddf083e5b822f1b53a683c0fcaa3'
|
||||
'fb6557cd2e8b83dae1cb38503f2a72093085ddcc0a4ba2e5e0375f7063b83b3fb4180091ce10524cd336eeb33cffed45ada93055b960c9189f83d664216b33ee'
|
||||
'9c695f58099fcbfdce3e693e491d851ff7894a650ea12e079894176ef054b5f592785467c286bd8feaa340fdcdfb53d930b3a44ea890112e3fc1a4d172beb243')
|
||||
|
@ -134,6 +134,8 @@ build() {
|
|||
export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
|
||||
export OPTIMIZATIONS="-ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only"
|
||||
make
|
||||
|
||||
make -C phaserotate.lv2/cli
|
||||
}
|
||||
|
||||
check() {
|
||||
|
@ -251,6 +253,9 @@ package() {
|
|||
)
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make install DESTDIR="$pkgdir/" PREFIX=/usr
|
||||
|
||||
make -C phaserotate.lv2/cli install DESTDIR="$pkgdir/" PREFIX=/usr
|
||||
|
||||
# xdg desktop integration
|
||||
install -vDm 644 ./*.desktop -t "${pkgdir}/usr/share/applications/"
|
||||
# icons
|
||||
|
|
Loading…
Reference in a new issue