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

Eli Schwartz eschwartz at archlinux.org
Sun Jan 3 06:19:05 UTC 2021


    Date: Sunday, January 3, 2021 @ 06:19:04
  Author: eschwartz
Revision: 805180

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-03 06:18:51 UTC (rev 805179)
+++ PKGBUILD	2021-01-03 06:19:04 UTC (rev 805180)
@@ -1,39 +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=4.8.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=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('873a01071dca3b8ba4b732ddad5e3257d0186ecb75ad1d77ad2c1ba5927cc2da69f042bc7d0bfc342c7ce2c5a3bc4d2ec96cc26e0b40ce9171ee782750a66c21')
-b2sums=('1b0410190f13b2bf1cfa99966ec4352d0e35bf23c5cb17e5ca8533efbfa8bcc81a9158745748c5993a85f32dead562876c1b76a5e12aff9cf9d8386189b5a51e')
-
-build() {
-    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
-    cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
-    meson --prefix=/usr \
-          --libexecdir="/usr/lib/${pkgname}" \
-          --buildtype=plain \
-          -Dinstall_binfiles=false \
-          ..
-
-    samu
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
-     DESTDIR="${pkgdir}" samu install
-}

Copied: cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 805179, cinnamon-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-03 06:19:04 UTC (rev 805180)
@@ -0,0 +1,39 @@
+# 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=4.8.3
+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=('5399d1d7d2cf0bbba0eb825620c75fbb41cbe35bb10079e722e87f3ce67630a8e2abd963afbe2f05224d46f2d2109453f24435914411ac4e5dc3e525adbcc3e1')
+b2sums=('928a73645585f21ed74bbf2bcbfbde6096fc229c17848c6d82dc7a81066b5d442665e9b3dda39e058a87996ee8fe2eb3c55e56ceeae3793166ffdc4110d411e7')
+
+build() {
+    mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
+    cd "${srcdir}"/${pkgname}-${pkgver}/builddir
+
+    meson --prefix=/usr \
+          --libexecdir="/usr/lib/${pkgname}" \
+          --buildtype=plain \
+          -Dinstall_binfiles=false \
+          ..
+
+    samu
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}/builddir
+
+     DESTDIR="${pkgdir}" samu install
+}



More information about the arch-commits mailing list