Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-mangohud


Commits:
b79ae5cc by Campbell Jones at 2023-09-27T11:25:43-04:00
upgpkg: 0.7.0-2: Remove mangoplot to resolve file conflict

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = lib32-mangohud
        pkgdesc = 32-bit libraries for MangoHud and MangoApp
        pkgver = 0.7.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/flightlessmango/MangoHud
        arch = x86_64
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgname=lib32-mangohud
 _pkgver=0.7.0
 _tarpkgver="${_pkgver%-*}"
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="32-bit libraries for MangoHud and MangoApp"
 arch=('x86_64')
 url="https://github.com/flightlessmango/MangoHud";
@@ -44,5 +44,8 @@ build() {
 package() {
     meson install -C build --tags runtime,mangoapp --destdir "$pkgdir"
 
+    # mangoplot is provided by mangohud, no option to disable in the build
+    rm -rf "$pkgdir/usr/bin"
+
     install -Dm 0644 "$srcdir/$_pkgname-v$_tarpkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-mangohud/-/commit/b79ae5cca91e4cb813c4802fbbd9bcd2d528b24f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-mangohud/-/commit/b79ae5cca91e4cb813c4802fbbd9bcd2d528b24f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to