[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Wed Aug 3 14:01:58 UTC 2022
Date: Wednesday, August 3, 2022 @ 14:01:58
Author: archange
Revision: 1260022
upgpkg: cinnamon-control-center 5.4.5-1
Modified:
cinnamon-control-center/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-03 14:01:50 UTC (rev 1260021)
+++ PKGBUILD 2022-08-03 14:01:58 UTC (rev 1260022)
@@ -6,7 +6,7 @@
# Jan de Groot <jgc at archlinux.org>
pkgname=cinnamon-control-center
-pkgver=5.4.4
+pkgver=5.4.5
pkgrel=1
pkgdesc="The Control Center for Cinnamon"
arch=(x86_64)
@@ -20,19 +20,16 @@
makedepends=(meson samurai gnome-online-accounts)
options=(!emptydirs)
source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b2078902eef73090fd827321202eddb79500d444550b6694be536640620a8eb1')
-b2sums=('ba3058766f664fe3f92a376684528476349a4c4ba476eee96e80a1d777b20cd52e136c09024273e8d4935dc4bcd5dd420ce69042750d4e648c173e57237eae3f')
+sha256sums=('cc3e3f5dd886bb264cc418c6e506c17de6c5f2a2eaf327259a57c257bc3936f1')
+b2sums=('7edf41b18c7af4ca78f732ff40d5723faec27623f343089fb74c6ab6231d726435ab721779a6d92fee97a0ca7f709ee28416bf04e2821680c1effe6b3c3e2e0d')
build() {
- mkdir -p build
- cd build
- arch-meson ../${pkgname}-${pkgver}
- samu
+ arch-meson build ${pkgname}-${pkgver}
+ samu -C build
}
package() {
- cd build
- DESTDIR="${pkgdir}" samu install
+ DESTDIR="${pkgdir}" samu -C build install
# https://github.com/linuxmint/Cinnamon/pull/7382#issuecomment-374894901
# /usr/bin/cinnamon-control-center is not meant for users, it is a development troubleshooting tool.
# Just install the shell libs/headers.
More information about the arch-commits
mailing list