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

Maxime Gauduin alucryd at archlinux.org
Wed Oct 28 07:58:36 UTC 2020


    Date: Wednesday, October 28, 2020 @ 07:58:35
  Author: alucryd
Revision: 735276

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  130 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-28 07:58:30 UTC (rev 735275)
+++ PKGBUILD	2020-10-28 07:58:35 UTC (rev 735276)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-dolphin
-pkgver=32964
-pkgrel=1
-pkgdesc='Nintendo GC/Wii core'
-arch=(x86_64)
-url=https://github.com/libretro/dolphin
-license=(GPL2)
-groups=(libretro)
-depends=(
-  bluez-libs
-  enet
-  fmt
-  hidapi
-  libevdev
-  libpng
-  libretro-core-info
-  libsystemd
-  libx11
-  libxi
-  libxrandr
-  mbedtls
-  lzo
-  sfml
-  systemd-libs
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  mesa
-  python
-)
-provides=(libretro-dolphin)
-conflicts=(libretro-dolphin)
-_commit=d29d13e34725156d53d4dc4b909284f721fdcdf7
-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 735275, libretro-dolphin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-28 07:58:35 UTC (rev 735276)
@@ -0,0 +1,65 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-dolphin
+pkgver=32966
+pkgrel=1
+pkgdesc='Nintendo GC/Wii core'
+arch=(x86_64)
+url=https://github.com/libretro/dolphin
+license=(GPL2)
+groups=(libretro)
+depends=(
+  bluez-libs
+  enet
+  fmt
+  hidapi
+  libevdev
+  libpng
+  libretro-core-info
+  libsystemd
+  libx11
+  libxi
+  libxrandr
+  mbedtls
+  lzo
+  sfml
+  systemd-libs
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  mesa
+  python
+)
+provides=(libretro-dolphin)
+conflicts=(libretro-dolphin)
+_commit=7510bb279a371a1c53ebe8dd20214df2eb89794e
+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