Date: Monday, April 12, 2021 @ 11:55:49 Author: foutrelis Revision: 412359
upgpkg: exo 4.16.2-1: new upstream release Modified: exo/trunk/PKGBUILD Deleted: exo/trunk/cell_area-init.patch ----------------------+ PKGBUILD | 13 ++++--------- cell_area-init.patch | 12 ------------ 2 files changed, 4 insertions(+), 21 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-12 10:13:59 UTC (rev 412358) +++ PKGBUILD 2021-04-12 11:55:49 UTC (rev 412359) @@ -3,8 +3,8 @@ # Contributor: Aurelien Foret <[email protected]> pkgname=exo -pkgver=4.16.1 -pkgrel=2 +pkgver=4.16.2 +pkgrel=1 pkgdesc="Application library for Xfce" arch=('x86_64') url="https://www.xfce.org/" @@ -12,16 +12,11 @@ groups=('xfce4') depends=('libxfce4ui' 'hicolor-icon-theme') makedepends=('intltool') -source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2 - cell_area-init.patch) -sha256sums=('528dac256315ffc2a4a53b3b421979327962121989886e3cf920aeff9912b53b' - '648ecddc68c2de8f3cc1474356ba99a4bcd27b45273338655b604272d4bfbe44') +source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('4e89f5536afbf1cb9191cceb720fb2764df1a4fae3459512b7320841ab5a9e9d') prepare() { cd "$srcdir/$pkgname-$pkgver" - - # https://gitlab.xfce.org/xfce/exo/-/issues/57#note_29559 - patch -Np1 -i ../cell_area-init.patch } build() { Deleted: cell_area-init.patch =================================================================== --- cell_area-init.patch 2021-04-12 10:13:59 UTC (rev 412358) +++ cell_area-init.patch 2021-04-12 11:55:49 UTC (rev 412359) @@ -1,12 +0,0 @@ -diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c -index 50e7f90d..89ed96fa 100644 ---- a/exo/exo-icon-view.c -+++ b/exo/exo-icon-view.c -@@ -3565,6 +3565,7 @@ exo_icon_view_calculate_item_size (ExoIconView *icon_view, - { - GdkRectangle cell_area, aligned_area; - -+ cell_area.x = cell_area.y = 0; - cell_area.width = req.width; - cell_area.height = req.height; -
