Date: Sunday, March 5, 2023 @ 23:20:52
  Author: arodseth
Revision: 1415179

archrelease: copy trunk to community-x86_64

Added:
  fceux/repos/community-x86_64/PKGBUILD
    (from rev 1415178, fceux/trunk/PKGBUILD)
Deleted:
  fceux/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 42 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-05 23:20:45 UTC (rev 1415178)
+++ PKGBUILD    2023-03-05 23:20:52 UTC (rev 1415179)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contriutor: Eric Belanger <[email protected]>
-# Contributor: Jo Christian Bergskås <[email protected]>
-
-pkgname=fceux
-pkgver=2.6.4
-pkgrel=2
-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=2b8c61802029721229a26592e4578f92efe814fb";)
 # tag: fceux-2.6.4
-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() {
-  cmake -B build \
-    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
-    -DCMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -G Ninja \
-    -S $pkgname
-  ninja -C build
-}
-
-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 1415178, 
fceux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-05 23:20:52 UTC (rev 1415179)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Eric Belanger <[email protected]>
+# Contributor: Jo Christian Bergskås <[email protected]>
+
+pkgname=fceux
+pkgver=2.6.5
+pkgrel=1
+pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
+arch=(x86_64)
+url='https://github.com/TASEmulators/fceux'
+license=(GPL)
+depends=(gd lua minizip qt5-base sdl2)
+makedepends=(cmake git glu mesa-libgl ninja setconf scons)
+optdepends=('ffmpeg: for recording')
+source=("git+$url#commit=ea6ed69b874e3ae94072f1b4f14b9a8f0fdd774b") # tag: 
v2.6.5
+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() {
+  cmake \
+    -B build \
+    -D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+    -D CMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
+    -D CMAKE_INSTALL_PREFIX=/usr \
+    -G Ninja \
+    -S $pkgname
+  ninja -C build
+}
+
+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/changelog.txt"
+}

Reply via email to