[arch-commits] Commit in zsnes/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Wed Aug 18 19:36:55 UTC 2021
Date: Wednesday, August 18, 2021 @ 19:36:55
Author: arodseth
Revision: 1003681
archrelease: copy trunk to multilib-x86_64
Added:
zsnes/repos/multilib-x86_64/PKGBUILD
(from rev 1003680, zsnes/trunk/PKGBUILD)
Deleted:
zsnes/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-18 19:36:49 UTC (rev 1003680)
+++ PKGBUILD 2021-08-18 19:36:55 UTC (rev 1003681)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Levente Polyak <anthraxx at archlinux.org>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Frank Tetzel <frank.tetzel at mailbox.tu-dresden.de>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=zsnes
-pkgver=2.0.8
-pkgrel=1
-pkgdesc='Super Nintendo emulator'
-url='https://github.com/xyproto/zsnes'
-arch=(x86_64)
-license=(GPL2)
-makedepends=(gendesk git mesa nasm)
-depends=(lib32-libpng lib32-opengl-driver lib32-sdl)
-optdepends=('lib32-alsa-lib: sound support for ALSA'
- 'lib32-libpulse: sound support for Pulse Audio')
-source=("git+$url#commit=e129482217a991352cb4bb9891e010943ad41c3c") # tag: 2.0.8
-b2sums=('SKIP')
-
-prepare() {
- gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc"
-}
-
-build() {
- make -C $pkgname
-}
-
-package() {
- install -Dm644 zsnes.desktop "$pkgdir/usr/share/applications/zsnes.desktop"
- install -Dm644 zsnes/icons/64x64x32.png "$pkgdir/usr/share/pixmaps/zsnes.png"
- DESTDIR="$pkgdir" make -C $pkgname install
-}
Copied: zsnes/repos/multilib-x86_64/PKGBUILD (from rev 1003680, zsnes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-08-18 19:36:55 UTC (rev 1003681)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Levente Polyak <anthraxx at archlinux.org>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Frank Tetzel <frank.tetzel at mailbox.tu-dresden.de>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=zsnes
+pkgver=2.0.9
+pkgrel=1
+pkgdesc='Super Nintendo emulator'
+url='https://github.com/xyproto/zsnes'
+arch=(x86_64)
+license=(GPL2)
+makedepends=(gendesk git mesa nasm)
+depends=(lib32-libpng lib32-opengl-driver lib32-sdl)
+optdepends=('lib32-alsa-lib: sound support for ALSA'
+ 'lib32-libpulse: sound support for Pulse Audio')
+source=("git+$url#commit=09bc1b15e0b6ab8320e86a9399afc2984a9336f3") # tag: 2.0.9
+b2sums=('SKIP')
+
+prepare() {
+ gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc"
+}
+
+build() {
+ make -C $pkgname
+}
+
+package() {
+ install -Dm644 zsnes.desktop "$pkgdir/usr/share/applications/zsnes.desktop"
+ install -Dm644 zsnes/icons/64x64x32.png "$pkgdir/usr/share/pixmaps/zsnes.png"
+ DESTDIR="$pkgdir" make -C $pkgname install
+}
More information about the arch-commits
mailing list