[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Mon May 7 16:00:54 UTC 2018


    Date: Monday, May 7, 2018 @ 16:00:53
  Author: eschwartz
Revision: 319136

upgpkg: cinnamon-settings-daemon 3.8.1-1

upstream release

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-07 15:45:08 UTC (rev 319135)
+++ PKGBUILD	2018-05-07 16:00:53 UTC (rev 319136)
@@ -4,7 +4,7 @@
 # Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=cinnamon-settings-daemon
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('x86_64')
@@ -13,18 +13,15 @@
 depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
          'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 'polkit'
          'pulseaudio-alsa' 'upower')
+optdepends=('cinnamon-translations: i18n')
 makedepends=('autoconf-archive' 'intltool' 'python' 'xf86-input-wacom')
 options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-        "0001-Remove-vestigial-manpage.patch::${url}/pull/229.patch")
-sha256sums=('f707403c0cc8b558e706b15044aad7ce87321ca688cb22a96626b644a6532239'
-            '6c85ec72dd83b1301ba8f01e0de5f8f6001198de3502c87a4da908b12e6cee24')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('a12866623bf71aa89fde5c52ef34d32d998a0b55da3c6eb5797d5eb8db25f5b6')
 
 prepare() {
     cd "${srcdir}"/${pkgname}-${pkgver}
 
-    # https://github.com/linuxmint/cinnamon-settings-daemon/pull/229
-    patch -p1 < ../0001-Remove-vestigial-manpage.patch
     autoreconf -fi
 }
 



More information about the arch-commits mailing list