Date: Sunday, March 12, 2023 @ 23:05:13
  Author: arodseth
Revision: 1419638

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-12 23:05:07 UTC (rev 1419637)
+++ PKGBUILD    2023-03-12 23:05:13 UTC (rev 1419638)
@@ -1,42 +0,0 @@
-# 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"
-}

Copied: fceux/repos/community-x86_64/PKGBUILD (from rev 1419637, 
fceux/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-12 23:05:13 UTC (rev 1419638)
@@ -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=2
+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