[arch-commits] Commit in cinnamon-settings-daemon/repos/community-x86_64 (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 18 10:06:40 UTC 2022


    Date: Saturday, June 18, 2022 @ 10:06:40
  Author: arojas
Revision: 1238386

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
    (from rev 1238385, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-18 10:06:25 UTC (rev 1238385)
+++ PKGBUILD	2022-06-18 10:06:40 UTC (rev 1238386)
@@ -1,38 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira (faidoc) <alexfilgueira at antergos.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=cinnamon-settings-daemon
-pkgver=5.2.0
-pkgrel=2
-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=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('ae076956715bc7b47746868df0f1cb4034a8ce26b2d64878c74654f08a4498155063f16bf7972316fa138f72e10a82e8589fdb607f8072bbcd92e106bedbe98e')
-b2sums=('aca6aac0a7b85fa9fb60f1101e0027d5faf3f6d95f7d306ae0ad9dd2e19bb1b48ab4333bbcdff5405b52c306f67eb34bfce895b37529d3ce015182aac41dcf07')
-
-build() {
-    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
-    cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
-    meson --prefix=/usr \
-          --libexecdir="/usr/lib/${pkgname}" \
-          --buildtype=plain \
-          ..
-
-    samu
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
-     DESTDIR="${pkgdir}" samu install
-}

Copied: cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 1238385, cinnamon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-18 10:06:40 UTC (rev 1238386)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira (faidoc) <alexfilgueira at antergos.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=cinnamon-settings-daemon
+pkgver=5.4.0
+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=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('7f7f3d7d47a243bf9788ab39a57b744687751b4d168a2d797bc53a5f02cd96180ea3cf268187279d81bad54c46146ed0f6ee8f8255e6a52e42c656091dd015f4')
+b2sums=('528af77346221f58435befd2f8ce3f1713f0a2b4cf0181ca8256351d7eb7877ee1aebc3e3bf7ee2069a616484c1e8ded5cb158d7241adfaf0cf9f2205a93c199')
+
+build() {
+    mkdir -p ${pkgname}-${pkgver}/builddir
+    cd ${pkgname}-${pkgver}/builddir
+
+    meson --prefix=/usr \
+          --libexecdir="/usr/lib/${pkgname}" \
+          --buildtype=plain \
+          ..
+
+    samu
+}
+
+package() {
+    cd ${pkgname}-${pkgver}/builddir
+
+     DESTDIR="${pkgdir}" samu install
+}



More information about the arch-commits mailing list