[arch-commits] Commit in xfdesktop/trunk (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 2 19:02:43 UTC 2020


    Date: Monday, November 2, 2020 @ 19:02:41
  Author: foutrelis
Revision: 399174

upgpkg: xfdesktop 4.14.3-1: new upstream release

Modified:
  xfdesktop/trunk/PKGBUILD
Deleted:
  xfdesktop/trunk/fix-memory-leak-when-reconnecting-DP-monitor.patch

----------------------------------------------------+
 PKGBUILD                                           |   11 ++----
 fix-memory-leak-when-reconnecting-DP-monitor.patch |   34 -------------------
 2 files changed, 4 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-02 18:17:51 UTC (rev 399173)
+++ PKGBUILD	2020-11-02 19:02:41 UTC (rev 399174)
@@ -2,8 +2,8 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfdesktop
-pkgver=4.14.2
-pkgrel=2
+pkgver=4.14.3
+pkgrel=1
 pkgdesc="A desktop manager for Xfce"
 arch=('x86_64')
 url="https://www.xfce.org/"
@@ -11,14 +11,11 @@
 groups=('xfce4')
 depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
 makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-        fix-memory-leak-when-reconnecting-DP-monitor.patch)
-sha256sums=('a30534461fea907f969f608a11c84be0b1aaad687c591c32cd56a9d274ea3e74'
-            'e6e14ec1d3fd594b0003b3724cc039d882c5f85ee0d9ece7c873d57310e8aec9')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('06d7d08f41a847f539e9aeb52ed715f960255dc1b2162a60e5f90661892a5793')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../fix-memory-leak-when-reconnecting-DP-monitor.patch
 }
 
 build() {

Deleted: fix-memory-leak-when-reconnecting-DP-monitor.patch
===================================================================
--- fix-memory-leak-when-reconnecting-DP-monitor.patch	2020-11-02 18:17:51 UTC (rev 399173)
+++ fix-memory-leak-when-reconnecting-DP-monitor.patch	2020-11-02 19:02:41 UTC (rev 399174)
@@ -1,34 +0,0 @@
-From f3f9bdb5a9162480ba1a892d37859321f37c4d51 Mon Sep 17 00:00:00 2001
-From: Jan Ziak <0xe2.0x9a.0x9b at gmail.com>
-Date: Sat, 11 Apr 2020 15:43:55 +0200
-Subject: [PATCH] Fix memory leak when reconnecting DP monitor (Bug #16314)
-
-Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b at gmail.com>
----
- src/xfce-backdrop.c | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/src/xfce-backdrop.c b/src/xfce-backdrop.c
-index bd9180e6..955e51f8 100644
---- a/src/xfce-backdrop.c
-+++ b/src/xfce-backdrop.c
-@@ -1599,6 +1599,11 @@ xfce_backdrop_image_data_release(XfceBackdropImageData *image_data)
- 
-     if(image_data->loader)
-         g_object_unref(image_data->loader);
-+
-+    if(image_data->backdrop) {
-+        g_object_unref(image_data->backdrop);
-+        image_data->backdrop = NULL;
-+    }
- }
- 
- /**
-@@ -1671,6 +1676,7 @@ xfce_backdrop_generate_async(XfceBackdrop *backdrop)
-     backdrop->priv->image_data = image_data;
- 
-     image_data->backdrop = backdrop;
-+    g_object_ref(backdrop);
-     image_data->loader = gdk_pixbuf_loader_new();
-     image_data->cancellable = g_cancellable_new();
-     image_data->image_buffer = g_new0(guchar, XFCE_BACKDROP_BUFFER_SIZE);



More information about the arch-commits mailing list