Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-windowck-plugin


Commits:
3d80130f by Evangelos Foutras at 2024-12-29T17:59:42+02:00
upgpkg: 1:0.5.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xfce4-windowck-plugin
        pkgdesc = Xfce panel plugin for displaying window title and buttons
-       pkgver = 0.5.1
-       pkgrel = 4
+       pkgver = 0.5.2
+       pkgrel = 1
        epoch = 1
        url = https://docs.xfce.org/panel-plugins/xfce4-windowck-plugin/start
        arch = x86_64
@@ -11,9 +11,7 @@ pkgbase = xfce4-windowck-plugin
        makedepends = xfce4-dev-tools
        depends = xfce4-panel
        depends = libwnck3
-       source = 
git+https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin.git#tag=xfce4-windowck-plugin-0.5.1
-       source = 
fix_concurrency_issue.patch::https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/-/commit/3ead9068421769576d8a477ec17728abebbe1f3c.patch
-       sha256sums = 
c02d176fb541d86ff8728b8309ffc62a6180f2de1a1bde68b7b27f5f6c441dc1
-       sha256sums = 
309b47b3a65afe6b926f959552c649244fde168d8ee66ff3e1a206c26ec5a609
+       source = 
git+https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin.git#tag=xfce4-windowck-plugin-0.5.2
+       sha256sums = 
620093215e34d58d6d0253827957c091d84ac2e34a981835aaaa5e8b8801dce5
 
 pkgname = xfce4-windowck-plugin


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: Cedric Leporcq <cedric at gmail dot com>
 
 pkgname=xfce4-windowck-plugin
-pkgver=0.5.1
-pkgrel=4
+pkgver=0.5.2
+pkgrel=1
 epoch=1
 pkgdesc="Xfce panel plugin for displaying window title and buttons"
 arch=('x86_64')
@@ -13,20 +13,11 @@ 
url="https://docs.xfce.org/panel-plugins/xfce4-windowck-plugin/start";
 license=('GPL-3.0-only')
 depends=('xfce4-panel' 'libwnck3')
 makedepends=('git' 'python' 'xfce4-dev-tools')
-source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin.git#tag=$pkgname-$pkgver";
-        
fix_concurrency_issue.patch::https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/-/commit/3ead9068421769576d8a477ec17728abebbe1f3c.patch)
-sha256sums=('c02d176fb541d86ff8728b8309ffc62a6180f2de1a1bde68b7b27f5f6c441dc1'
-            '309b47b3a65afe6b926f959552c649244fde168d8ee66ff3e1a206c26ec5a609')
+source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin.git#tag=$pkgname-$pkgver";)
+sha256sums=('620093215e34d58d6d0253827957c091d84ac2e34a981835aaaa5e8b8801dce5')
 
 prepare() {
   cd $pkgname
-
-  # Temporary patch to fix a concurrency issue during build
-  # Without this patch, `make -j1` is required for the build to succeed
-  # See 
https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/-/commit/3ead9068421769576d8a477ec17728abebbe1f3c
-  # and 
https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/-/merge_requests/82#note_58149
-  patch -Np1 < "$srcdir/fix_concurrency_issue.patch"
-
   NOCONFIGURE=1 ./autogen.sh
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-windowck-plugin/-/commit/3d80130f53e650c665f7190660398b28d3a3e86c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-windowck-plugin/-/commit/3d80130f53e650c665f7190660398b28d3a3e86c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to