Balló György pushed to branch main at Arch Linux / Packaging / Packages /
plasma-camera
Commits:
15da5296 by Balló György at 2026-01-25T00:45:16+01:00
upgpkg: 2.1.1-2: Don't build in debug mode
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = plasma-camera
pkgdesc = Camera application for Plasma Mobile
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://apps.kde.org/plasma.camera/
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=plasma-camera
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Camera application for Plasma Mobile'
arch=(x86_64)
url='https://apps.kde.org/plasma.camera/'
@@ -42,7 +42,8 @@ prepare() {
build() {
cmake -S $pkgname -B build -G Ninja \
- -D CMAKE_INSTALL_PREFIX=/usr
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ -D CMAKE_BUILD_TYPE=None
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/plasma-camera/-/commit/15da5296f19d3cba2e5f05cba255c0854caa3b13
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/plasma-camera/-/commit/15da5296f19d3cba2e5f05cba255c0854caa3b13
You're receiving this email because of your account on gitlab.archlinux.org.