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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu May 12 06:40:18 UTC 2022


    Date: Thursday, May 12, 2022 @ 06:40:18
  Author: alucryd
Revision: 1198424

archrelease: copy trunk to community-x86_64

Added:
  oxyromon/repos/community-x86_64/PKGBUILD
    (from rev 1198423, oxyromon/trunk/PKGBUILD)
Deleted:
  oxyromon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-12 06:40:11 UTC (rev 1198423)
+++ PKGBUILD	2022-05-12 06:40:18 UTC (rev 1198424)
@@ -1,74 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=oxyromon
-pkgver=0.9.0
-pkgrel=2
-pkgdesc='Rusty ROM OrgaNizer'
-arch=(x86_64)
-url=https://github.com/alucryd/oxyromon
-license=(GPL3)
-depends=(
-  gcc-libs
-  glibc
-)
-makedepends=(
-  git
-  mame-tools
-  maxcso
-  p7zip
-  rust
-  yarn
-)
-optdepends=(
-  'mame-tools: CHD support'
-  'maxcso: CSO support'
-  'p7zip: 7Z and ZIP support'
-)
-_tag=e9750d16a075834ff612bef338d5f83d1e7da692
-source=(git+https://github.com/alucryd/oxyromon.git?signed#tag=${_tag})
-validpgpkeys=(9437DD3815A7A9169E3D3946AFF5D95098BC6FF5) # Maxime Gauduin <alucryd at archlinux.org>
-b2sums=(SKIP)
-options=(!lto)
-
-prepare() {
-  cd oxyromon
-  yarn install \
-    --frozen-lockfile
-  cargo fetch \
-    --locked
-}
-
-pkgver() {
-  cd oxyromon
-
-  git describe --tags
-}
-
-build() {
-  cd oxyromon
-  yarn run build
-  cargo build \
-    --all-features \
-    --release \
-    --frozen
-}
-
-check() {
-  cargo test \
-    --all-features \
-    --release \
-    --frozen \
-    --manifest-path oxyromon/Cargo.toml
-}
-
-package() {
-  cargo install \
-    --all-features \
-    --frozen \
-    --offline \
-    --no-track \
-    --path oxyromon \
-    --root "${pkgdir}"/usr
-}
-
-# vim: ts=2 sw=2 et:

Copied: oxyromon/repos/community-x86_64/PKGBUILD (from rev 1198423, oxyromon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-12 06:40:18 UTC (rev 1198424)
@@ -0,0 +1,76 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=oxyromon
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Rusty ROM OrgaNizer'
+arch=(x86_64)
+url=https://github.com/alucryd/oxyromon
+license=(GPL3)
+depends=(
+  gcc-libs
+  glibc
+)
+makedepends=(
+  cmake
+  git
+  mame-tools
+  maxcso
+  p7zip
+  rust
+  yarn
+)
+optdepends=(
+  'cdrtools: IRD support'
+  'dolphin-emu: RVZ support'
+  'mame-tools: CHD support'
+  'maxcso: CSO support'
+  'p7zip: 7Z and ZIP support'
+)
+_tag=f72695dd24e1eb9dc2740f575c84378974aac234
+source=(git+https://github.com/alucryd/oxyromon.git#tag=${_tag})
+validpgpkeys=(95220BE99CE6FF778AE0DC670F65C7D881506130) # Maxime Gauduin <alucryd at archlinux.org>
+b2sums=(SKIP)
+options=(!lto)
+
+prepare() {
+  cd oxyromon
+  yarn install \
+    --frozen-lockfile
+  cargo fetch \
+    --locked
+}
+
+pkgver() {
+  cd oxyromon
+  git describe --tags
+}
+
+build() {
+  cd oxyromon
+  yarn run build
+  cargo build \
+    --features benchmark,server \
+    --release \
+    --frozen
+}
+
+#check() {
+#  cargo test \
+#    --features benchmark,server \
+#    --release \
+#    --frozen \
+#    --manifest-path oxyromon/Cargo.toml
+#}
+
+package() {
+  cargo install \
+    --features benchmark,server \
+    --frozen \
+    --offline \
+    --no-track \
+    --path oxyromon \
+    --root "${pkgdir}"/usr
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list