[arch-commits] Commit in fs-uae/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daniel Bermond dbermond at gemini.archlinux.org
Sat Nov 20 12:55:09 UTC 2021


    Date: Saturday, November 20, 2021 @ 12:55:08
  Author: dbermond
Revision: 1052865

archrelease: copy trunk to community-x86_64

Added:
  fs-uae/repos/community-x86_64/PKGBUILD
    (from rev 1052864, fs-uae/trunk/PKGBUILD)
Deleted:
  fs-uae/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-20 12:54:43 UTC (rev 1052864)
+++ PKGBUILD	2021-11-20 12:55:08 UTC (rev 1052865)
@@ -1,31 +0,0 @@
-# Maintainer : Daniel Bermond <dbermond at archlinux.org>
-# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Sebastian Wolf < fatmike303 at gmail dot com >
-# Contributor: Guilherme Calé <gui at cabritacale.eu>
-
-pkgname=fs-uae
-pkgver=3.0.5
-pkgrel=1
-pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
-arch=('x86_64')
-url='https://fs-uae.net/'
-license=('GPL2')
-depends=('sdl2' 'glib2' 'libpng' 'openal' 'libx11' 'libmpeg2' 'zlib'
-         'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('fs-uae-launcher: for the graphical user interface')
-makedepends=('freetype2' 'gettext' 'libxi' 'mesa' 'zip')
-source=("https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f26ec42e03cf1a7b53b6ce0d9845aa45bbf472089b5ec046b3eb784ec6859fe3')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    
-    # need to disable the jit compiler to add PIE to binaries
-    ./configure --prefix='/usr' --disable-jit
-    
-    make 
-}
-
-package() {
-    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: fs-uae/repos/community-x86_64/PKGBUILD (from rev 1052864, fs-uae/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-20 12:55:08 UTC (rev 1052865)
@@ -0,0 +1,31 @@
+# Maintainer : Daniel Bermond <dbermond at archlinux.org>
+# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Sebastian Wolf < fatmike303 at gmail dot com >
+# Contributor: Guilherme Calé <gui at cabritacale.eu>
+
+pkgname=fs-uae
+pkgver=3.1.53
+pkgrel=1
+pkgdesc='An Amiga emulator based on UAE/WinUAE with a focus on emulating games'
+arch=('x86_64')
+url='https://fs-uae.net/'
+license=('GPL2')
+depends=('glib2' 'libmpeg2' 'libpng' 'libx11' 'openal' 'sdl2' 'zlib'
+         'hicolor-icon-theme')
+optdepends=('fs-uae-launcher: for the graphical user interface')
+makedepends=('libxi' 'zip')
+source=("https://fs-uae.net/files/FS-UAE/Stable/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('2c7c71fe325af6e49ce1da5c47d746009530745f54887cac53b5e02038d05339')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    
+    # need to disable the jit compiler to add PIE to binaries
+    ./configure --prefix='/usr' --disable-jit
+    
+    make 
+}
+
+package() {
+    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list