[arch-commits] Commit in fs-uae/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel Bermond
dbermond at gemini.archlinux.org
Fri Dec 24 22:39:25 UTC 2021
Date: Friday, December 24, 2021 @ 22:39:25
Author: dbermond
Revision: 1083460
archrelease: copy trunk to community-x86_64
Added:
fs-uae/repos/community-x86_64/PKGBUILD
(from rev 1083459, 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-12-24 22:39:00 UTC (rev 1083459)
+++ PKGBUILD 2021-12-24 22:39:25 UTC (rev 1083460)
@@ -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.1.62
-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=('57581355fe5cb9a01c2cd2289c1dce50e42694d7105454fd9d75206fdf91c467')
-
-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 1083459, fs-uae/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-24 22:39:25 UTC (rev 1083460)
@@ -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.66
+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=('606e1868b500413d69bd33bb469f8fd08d6c08988801f17b7dd022f3fbe23832')
+
+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