[arch-commits] Commit in fceux/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Mon Feb 14 09:28:17 UTC 2022
Date: Monday, February 14, 2022 @ 09:28:17
Author: arodseth
Revision: 1133121
archrelease: copy trunk to community-x86_64
Added:
fceux/repos/community-x86_64/PKGBUILD
(from rev 1133120, fceux/trunk/PKGBUILD)
Deleted:
fceux/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-14 09:28:11 UTC (rev 1133120)
+++ PKGBUILD 2022-02-14 09:28:17 UTC (rev 1133121)
@@ -1,41 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contriutor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jo Christian Bergskås <jcberg at gmail.com>
-
-pkgname=fceux
-pkgver=2.6.1
-pkgrel=1
-url='https://github.com/TASEmulators/fceux'
-pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
-arch=(x86_64)
-license=(GPL)
-depends=(gd lua minizip qt5-base sdl2)
-makedepends=(cmake git glu mesa-libgl ninja setconf scons)
-optdepends=('ffmpeg: for recording')
-source=("git+https://github.com/TASVideos/fceux#commit=7173d283c3a12f634ad5189c5a90ff495e1d266a") # tag: fceux-2.2.6
-b2sums=('SKIP')
-
-prepare() {
- cd $pkgname
- sed -i 's/-interim git//g' src/version.h
- setconf scripts/genGitHdr.sh GIT_URL "'""${source:4:34}""'"
- setconf scripts/genGitHdr.sh GIT_REV "${source#*=}"
-}
-
-build() {
- mkdir -p build
- cd build
- cmake ../$pkgname \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
- -DCMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
- -G Ninja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
- install -d "$pkgdir/usr/share/doc/$pkgname"
- cp -r $pkgname/documentation/* "$pkgdir/usr/share/doc/$pkgname/"
- install -Dm644 $pkgname/changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
-}
Copied: fceux/repos/community-x86_64/PKGBUILD (from rev 1133120, fceux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-14 09:28:17 UTC (rev 1133121)
@@ -0,0 +1,41 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contriutor: Eric Belanger <eric at archlinux.org>
+# Contributor: Jo Christian Bergskås <jcberg at gmail.com>
+
+pkgname=fceux
+pkgver=2.6.2
+pkgrel=1
+url='https://github.com/TASEmulators/fceux'
+pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
+arch=(x86_64)
+license=(GPL)
+depends=(gd lua minizip qt5-base sdl2)
+makedepends=(cmake git glu mesa-libgl ninja setconf scons)
+optdepends=('ffmpeg: for recording')
+source=("git+https://github.com/TASVideos/fceux#commit=c685033a13127e8442549ff55b2554ed65ff3cfb") # tag: fceux-2.6.2
+b2sums=('SKIP')
+
+prepare() {
+ cd $pkgname
+ sed -i 's/-interim git//g' src/version.h
+ setconf scripts/genGitHdr.sh GIT_URL "'""${source:4:34}""'"
+ setconf scripts/genGitHdr.sh GIT_REV "${source#*=}"
+}
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../$pkgname \
+ -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+ -DCMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -G Ninja
+ ninja
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+ install -d "$pkgdir/usr/share/doc/$pkgname"
+ cp -r $pkgname/documentation/* "$pkgdir/usr/share/doc/$pkgname/"
+ install -Dm644 $pkgname/changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
+}
More information about the arch-commits
mailing list