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

Eli Schwartz eschwartz at archlinux.org
Mon Apr 23 20:57:19 UTC 2018


    Date: Monday, April 23, 2018 @ 20:57:18
  Author: eschwartz
Revision: 317452

upgpkg: cinnamon-session 3.8.1-1

upstream release fixes regressions in the meson port with defining
LOCALE_DIR/PKGDATADIR

Modified:
  cinnamon-session/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-23 20:40:53 UTC (rev 317451)
+++ PKGBUILD	2018-04-23 20:57:18 UTC (rev 317452)
@@ -4,7 +4,7 @@
 # Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=cinnamon-session
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=('x86_64')
@@ -12,9 +12,18 @@
 license=('GPL' 'LGPL')
 depends=('cinnamon-desktop' 'dbus-glib' 'libsm' 'libcanberra' 'xapps')
 makedepends=('meson' 'xtrans')
-source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha256sums=('95ee18e70b35e9376100037f9878289ae6c95ca982187aa6ebf18f5ada0d6e0f')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+        "${url}/commit/be5e7380ae69a2620ecf488250ce7e48d51c6338.patch")
+sha256sums=('c5ddf1ee820a2d76f0515905b85a998e80fcbc586c1fd41ad2652aa18e1755fe'
+            '5035cad8dec129b1a0635c560a359a7e6ec35c81ba98a7a314c842243b6d1ad1')
 
+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