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

Eli Schwartz eschwartz at archlinux.org
Thu Jul 5 01:14:27 UTC 2018


    Date: Thursday, July 5, 2018 @ 01:14:27
  Author: eschwartz
Revision: 352270

upgpkg: cinnamon-session 3.8.2-1

upstream release

Modified:
  cinnamon-session/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-05 01:12:04 UTC (rev 352269)
+++ PKGBUILD	2018-07-05 01:14:27 UTC (rev 352270)
@@ -4,7 +4,7 @@
 # Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=cinnamon-session
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=('x86_64')
@@ -11,19 +11,11 @@
 url="https://github.com/linuxmint/${pkgname}"
 license=('GPL' 'LGPL')
 depends=('cinnamon-desktop' 'dbus-glib' 'libsm' 'libcanberra' 'xapps')
+optdepends=('cinnamon-translations: i18n')
 makedepends=('meson' 'xtrans')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-        "${url}/commit/be5e7380ae69a2620ecf488250ce7e48d51c6338.patch")
-sha256sums=('c5ddf1ee820a2d76f0515905b85a998e80fcbc586c1fd41ad2652aa18e1755fe'
-            '5035cad8dec129b1a0635c560a359a7e6ec35c81ba98a7a314c842243b6d1ad1')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('67efca7ecef11ebf4df89af9b95cd86a9a645f8b1d0d4333395bee9c1a8e92b6')
 
-prepare() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    # fix more improperly defined paths from the meson port.
-    patch -p1 < ../be5e7380ae69a2620ecf488250ce7e48d51c6338.patch
-}
-
 build() {
     mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
     cd "${srcdir}"/${pkgname}-${pkgver}/build



More information about the arch-commits mailing list