[arch-commits] Commit in libretro-dolphin/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Mar 23 08:37:07 UTC 2021


    Date: Tuesday, March 23, 2021 @ 08:37:07
  Author: alucryd
Revision: 900138

archrelease: copy trunk to community-x86_64

Added:
  libretro-dolphin/repos/community-x86_64/PKGBUILD
    (from rev 900137, libretro-dolphin/trunk/PKGBUILD)
Deleted:
  libretro-dolphin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  148 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-23 08:37:02 UTC (rev 900137)
+++ PKGBUILD	2021-03-23 08:37:07 UTC (rev 900138)
@@ -1,74 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-dolphin
-pkgver=32979
-pkgrel=1
-pkgdesc='Nintendo GC/Wii core'
-arch=(x86_64)
-url=https://github.com/libretro/dolphin
-license=(GPL2)
-groups=(libretro)
-depends=(
-  bluez-libs
-  bzip2
-  enet
-  gcc-libs
-  glibc
-  libevdev
-  libfmt.so
-  libgl
-  libglvnd
-  libhidapi-hidraw.so
-  libmbedcrypto.so
-  libmbedtls.so
-  libmbedx509.so
-  libpng
-  libretro-core-info
-  libudev.so
-  libusb-1.0.so
-  libx11
-  libxi
-  libxrandr
-  lzo
-  sfml
-  xz
-  zlib
-  zstd
-)
-makedepends=(
-  cmake
-  git
-  mesa
-  python
-)
-provides=(libretro-dolphin)
-conflicts=(libretro-dolphin)
-_commit=d9e0f1ab8aeb29bc76a1d309edd5ed4dff090553
-source=(libretro-dolphin::git+https://github.com/libretro/dolphin.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-dolphin
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cmake -S libretro-dolphin -B build \
-    -DCMAKE_BUILD_TYPE=None \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_LTO=ON \
-    -DENABLE_NOGUI=OFF \
-    -DENABLE_QT=OFF \
-    -DENABLE_TESTS=OFF \
-    -DLIBRETRO=ON \
-    -DUSE_SHARED_ENET=ON \
-    -Wno-dev
-  make -C build
-}
-
-package() {
-  install -Dm 644 build/dolphin_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-dolphin/repos/community-x86_64/PKGBUILD (from rev 900137, libretro-dolphin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-23 08:37:07 UTC (rev 900138)
@@ -0,0 +1,74 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-dolphin
+pkgver=32984
+pkgrel=1
+pkgdesc='Nintendo GC/Wii core'
+arch=(x86_64)
+url=https://github.com/libretro/dolphin
+license=(GPL2)
+groups=(libretro)
+depends=(
+  bluez-libs
+  bzip2
+  enet
+  gcc-libs
+  glibc
+  libevdev
+  libfmt.so
+  libgl
+  libglvnd
+  libhidapi-hidraw.so
+  libmbedcrypto.so
+  libmbedtls.so
+  libmbedx509.so
+  libpng
+  libretro-core-info
+  libudev.so
+  libusb-1.0.so
+  libx11
+  libxi
+  libxrandr
+  lzo
+  sfml
+  xz
+  zlib
+  zstd
+)
+makedepends=(
+  cmake
+  git
+  mesa
+  python
+)
+provides=(libretro-dolphin)
+conflicts=(libretro-dolphin)
+_commit=71bdce82feb6e3ae4d94fed6bf5d6e2828826c1d
+source=(libretro-dolphin::git+https://github.com/libretro/dolphin.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-dolphin
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cmake -S libretro-dolphin -B build \
+    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_LTO=ON \
+    -DENABLE_NOGUI=OFF \
+    -DENABLE_QT=OFF \
+    -DENABLE_TESTS=OFF \
+    -DLIBRETRO=ON \
+    -DUSE_SHARED_ENET=ON \
+    -Wno-dev
+  make -C build
+}
+
+package() {
+  install -Dm 644 build/dolphin_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list