[arch-commits] Commit in exo/repos/extra-x86_64 (3 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Apr 12 11:55:55 UTC 2021
Date: Monday, April 12, 2021 @ 11:55:55
Author: foutrelis
Revision: 412360
archrelease: copy trunk to extra-x86_64
Added:
exo/repos/extra-x86_64/PKGBUILD
(from rev 412359, exo/trunk/PKGBUILD)
Deleted:
exo/repos/extra-x86_64/PKGBUILD
exo/repos/extra-x86_64/cell_area-init.patch
----------------------+
PKGBUILD | 79 ++++++++++++++++++++++---------------------------
cell_area-init.patch | 12 -------
2 files changed, 37 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-12 11:55:49 UTC (rev 412359)
+++ PKGBUILD 2021-04-12 11:55:55 UTC (rev 412360)
@@ -1,42 +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=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/PKGBUILD (from rev 412359, exo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-12 11:55:55 UTC (rev 412360)
@@ -0,0 +1,37 @@
+# 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.2
+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=('4e89f5536afbf1cb9191cceb720fb2764df1a4fae3459512b7320841ab5a9e9d')
+
+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:
Deleted: cell_area-init.patch
===================================================================
--- cell_area-init.patch 2021-04-12 11:55:49 UTC (rev 412359)
+++ cell_area-init.patch 2021-04-12 11:55:55 UTC (rev 412360)
@@ -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;
-
More information about the arch-commits
mailing list