mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/vbam to 2.1.4.r453.65b5affe-3
This commit is contained in:
parent
986bdedaf0
commit
9061be658c
1 changed files with 5 additions and 6 deletions
|
@ -10,7 +10,7 @@ pkgname=(
|
|||
vbam-wx
|
||||
)
|
||||
pkgver=2.1.4.r453.65b5affe
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Nintendo GameBoy Advance emulator'
|
||||
arch=(x86_64)
|
||||
url=https://vba-m.com
|
||||
|
@ -33,7 +33,7 @@ makedepends=(
|
|||
git
|
||||
libglvnd
|
||||
ninja
|
||||
wxgtk3
|
||||
wxwidgets-gtk3
|
||||
zip
|
||||
)
|
||||
#_tag=8f4862de88de2f95866b7e501304f1e57a4e0abb
|
||||
|
@ -45,7 +45,7 @@ source=(
|
|||
)
|
||||
b2sums=('SKIP'
|
||||
'c24813fab7a155ac0711e4c5764148d45dae8c1a57938fd8ce253368c31f7d91c2c912f5b0da48c70952f990449315489f175e0894d9f4a75efc53a3e6abd162')
|
||||
validpgpkeys=(A0C0E526E36FD2138C149D4D08AB596679D86240) # Rafael Kitover <rkitover@gmail.com>
|
||||
#validpgpkeys=(A0C0E526E36FD2138C149D4D08AB596679D86240) # Rafael Kitover <rkitover@gmail.com>
|
||||
|
||||
prepare() {
|
||||
cd visualboyadvance-m
|
||||
|
@ -76,8 +76,7 @@ build() {
|
|||
-DENABLE_WX=TRUE \
|
||||
-DENABLE_FFMPEG=TRUE \
|
||||
-DENABLE_LINK=TRUE \
|
||||
-DENABLE_LTO=FALSE \
|
||||
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
|
||||
-DENABLE_LTO=FALSE
|
||||
cmake --build build-wx
|
||||
}
|
||||
|
||||
|
@ -93,7 +92,7 @@ package_vbam-wx() {
|
|||
glib2
|
||||
gtk3
|
||||
openal
|
||||
wxgtk3
|
||||
wxwidgets-gtk3
|
||||
zip
|
||||
)
|
||||
conflicts=(vbam-sdl)
|
||||
|
|
Loading…
Reference in a new issue