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

Daniel Bermond dbermond at archlinux.org
Sun Nov 10 15:49:07 UTC 2019


    Date: Sunday, November 10, 2019 @ 15:49:07
  Author: dbermond
Revision: 526468

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-10 15:48:43 UTC (rev 526467)
+++ PKGBUILD	2019-11-10 15:49:07 UTC (rev 526468)
@@ -1,32 +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.0
-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')
-makedepends=('freetype2' 'gettext' 'libxi' 'mesa' 'zip')
-source=("https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('221568b8f78bac352f84297f0cabe984d3da4f808e39cc3191541c02b389c964')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    
-    # need to disable the jit compiler to add PIE to binaries
-    ./configure --prefix='/usr' --disable-jit
-    
-    make 
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    
-    make DESTDIR="$pkgdir" install
-}

Copied: fs-uae/repos/community-x86_64/PKGBUILD (from rev 526467, fs-uae/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-10 15:49:07 UTC (rev 526468)
@@ -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.0.2
+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=('4ededc341edf12ad84e15ecfaf7942ebba12b75aec8c78fb0275d13c749f8aab')
+
+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