Date: Thursday, March 16, 2023 @ 17:25:24
Author: arojas
Revision: 1421121
archrelease: copy trunk to community-x86_64
Added:
cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 1421120, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-16 17:25:14 UTC (rev 1421120)
+++ PKGBUILD 2023-03-16 17:25:24 UTC (rev 1421121)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Alexandre Filgueira (faidoc) <[email protected]>
-# Contributor: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=cinnamon-settings-daemon
-pkgver=5.6.1
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=(x86_64)
-url="https://github.com/linuxmint/${pkgname}"
-license=(GPL)
-depends=(cinnamon-desktop colord dbus-glib libcanberra-pulse libcups
- libgnomekbd libgudev libnotify librsvg libwacom nss polkit
- pulseaudio-alsa upower)
-optdepends=('cinnamon-translations: i18n')
-makedepends=(meson samurai xf86-input-wacom)
-options=(!emptydirs)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a4f3ce599fa87f3751abea6f36a901a295f68da1dfb709cda8cd65a74d57174fe2967cd50c18331466b2c4484ead8c64335f5aaa4817672d8e8002922d66575f')
-b2sums=('0c981122a8f5c30a4274173e2c2fbf1588d4e2f267f9eb6a8bb10a87dcfc40519670ba3db18a18434a187b93ae8f8a68fa189eba3e4d078e5aa14f4952ffd2f6')
-
-build() {
- arch-meson --libexecdir=lib/${pkgname} ${pkgname}-${pkgver} build
- samu -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" samu -C build install
-}
Copied: cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD (from rev
1421120, cinnamon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-16 17:25:24 UTC (rev 1421121)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Alexandre Filgueira (faidoc) <[email protected]>
+# Contributor: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=cinnamon-settings-daemon
+pkgver=5.6.2
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=(x86_64)
+url="https://github.com/linuxmint/${pkgname}"
+license=(GPL)
+depends=(cinnamon-desktop colord dbus-glib libcanberra-pulse libcups
+ libgnomekbd libgudev libnotify librsvg libwacom nss polkit
+ pulseaudio-alsa upower)
+optdepends=('cinnamon-translations: i18n')
+makedepends=(meson samurai xf86-input-wacom)
+options=(!emptydirs)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('f3c08b50889e42510ef423d18d0fe0c55bf2c9c4fa436d16864eb477b7dcb055a50973e2d5f7a4339d1094dc760c5ad05848a6e13dffa87f6fb8cad1f76b970d')
+b2sums=('eef91b591db1c0e546897c88c171aaf103c3ad619ea0ab31dca09e78ae18993f63b4b29ca82a3dc1bcd1def871845b1753f462e347f11c48dac729b844da20b2')
+
+build() {
+ arch-meson --libexecdir=lib/${pkgname} ${pkgname}-${pkgver} build
+ samu -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" samu -C build install
+}