[arch-commits] Commit in cinnamon/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Fri Apr 5 15:40:01 UTC 2019
Date: Friday, April 5, 2019 @ 15:40:00
Author: eschwartz
Revision: 449879
upgpkg: cinnamon 4.0.10-2
backport patch to fix Pillow 6 deprecation
Modified:
cinnamon/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-05 15:25:09 UTC (rev 449878)
+++ PKGBUILD 2019-04-05 15:40:00 UTC (rev 449879)
@@ -6,7 +6,7 @@
pkgname=cinnamon
pkgver=4.0.10
-pkgrel=1
+pkgrel=2
pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience"
arch=('x86_64')
url="https://github.com/linuxmint/${pkgname}"
@@ -24,10 +24,12 @@
makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
options=('!emptydirs')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+ "${url}/commit/c843f3664064742e2672e0fea528571a882d84ad.patch"
"0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch"
"set_wheel.patch"
"default-theme.patch")
sha512sums=('80c037b3044c8f95bc269a14039d1fbe85e2bb68a0e5eae56a8bf3aecd6fb84f4623d7cfe223f2efd918305502341f5899becefa711f06f3c17862080464effd'
+ '32d93fe14fa00aafc297b35a4a28c29e133444117a565ca3a9a607f589cb0fec6aa738c6a625f4bd3dd5cbc143f987ca104ebad2182407749f6993852e5cb8fd'
'eb418d545826b27f6a6b9eb8795fb042f9f2d7952ae19893dda30ce378eb5312bee08e569252672de875dcab848343dee816fad60bcb292f39c7246d9f0e4602'
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
@@ -35,6 +37,9 @@
prepare() {
cd "${srcdir}"/${pkgname}-${pkgver}
+ # https://github.com/linuxmint/cinnamon/issues/8495 fixes python-pillow 6 compat
+ patch -p1 -i ../c843f3664064742e2672e0fea528571a882d84ad.patch
+
# Check for the cc-panel module path, not for the irrelevant binary
# https://github.com/linuxmint/cinnamon/pull/7382
patch -p1 -i ../0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
More information about the arch-commits
mailing list