diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-09-24 22:21:17 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-09-24 22:21:17 -0700 |
| commit | 71c3b9a8f739425209fc2cf9eeea662b3bdd97a7 (patch) | |
| tree | 9c62c46fef7a432da6197827f8f9740850f11bd0 | |
| parent | Rebuild against x265 4.0 (diff) | |
| download | fceux-master.tar.xz | |
| -rw-r--r-- | PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -9,14 +9,14 @@ pkgname=fceux pkgver=2.6.6 -pkgrel=3.2 +pkgrel=6 url='https://fceux.com/' pkgdesc='Fast and ultra-compatible NES/Famicom emulator' arch=(x86_64) -license=(GPL) +license=(GPL-2.0-or-later) options=('lto') depends=(gd lua minizip qt5-base sdl2) -makedepends=(cmake glu mesa-libgl ninja) +makedepends=(cmake git glu mesa-libgl setconf) optdepends=('ffmpeg: for recording') source=(fceux-${pkgver}.tar.gz::"https://github.com/TASEmulators/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz" x265-4.0.patch) @@ -38,15 +38,14 @@ build() { cmake \ -B build \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -G Ninja - ninja -C build "$MAKEFLAGS" + -DCMAKE_INSTALL_PREFIX=/usr + make -C build } package() { cd ${pkgname}-${pkgver} - DESTDIR="$pkgdir" ninja -C build install + DESTDIR="$pkgdir" make -C build install install -d "$pkgdir/usr/share/doc/${pkgname}" cp -r ${srcdir}/${pkgname}-${pkgver}/documentation/* "$pkgdir/usr/share/doc/${pkgname}/" |
