[arch-commits] Commit in exo/repos/extra-x86_64 (3 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Apr 12 09:56:51 UTC 2021


    Date: Monday, April 12, 2021 @ 09:56:50
  Author: foutrelis
Revision: 412356

archrelease: copy trunk to extra-x86_64

Added:
  exo/repos/extra-x86_64/PKGBUILD
    (from rev 412355, exo/trunk/PKGBUILD)
  exo/repos/extra-x86_64/cell_area-init.patch
    (from rev 412355, exo/trunk/cell_area-init.patch)
Deleted:
  exo/repos/extra-x86_64/PKGBUILD

----------------------+
 PKGBUILD             |   79 ++++++++++++++++++++++++++-----------------------
 cell_area-init.patch |   12 +++++++
 2 files changed, 54 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-12 09:56:43 UTC (rev 412355)
+++ PKGBUILD	2021-04-12 09:56:50 UTC (rev 412356)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-# Contributor: Aurelien Foret <orelien at chez.com>
-
-pkgname=exo
-pkgver=4.16.1
-pkgrel=1
-pkgdesc="Application library for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/"
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('528dac256315ffc2a4a53b3b421979327962121989886e3cf920aeff9912b53b')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-x86_64/PKGBUILD (from rev 412355, exo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-12 09:56:50 UTC (rev 412356)
@@ -0,0 +1,42 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=exo
+pkgver=4.16.1
+pkgrel=2
+pkgdesc="Application library for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/"
+license=('GPL2' 'LGPL')
+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')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://gitlab.xfce.org/xfce/exo/-/issues/57#note_29559
+  patch -Np1 -i ../cell_area-init.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-x86_64/cell_area-init.patch (from rev 412355, exo/trunk/cell_area-init.patch)
===================================================================
--- cell_area-init.patch	                        (rev 0)
+++ cell_area-init.patch	2021-04-12 09:56:50 UTC (rev 412356)
@@ -0,0 +1,12 @@
+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;
+ 



More information about the arch-commits mailing list