Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] xfce4-panel: split lib
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13979@inbox.vuxu.org>
  2019-10-17 16:39 ` [PR PATCH] [Updated] xfce4-panel: split lib voidlinux-github
@ 2019-10-17 16:39 ` voidlinux-github
  1 sibling, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-17 16:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by Piraty against master on the void-packages repository

https://github.com/Piraty/void-packages xfce4-panel-split-lib
https://github.com/void-linux/void-packages/pull/13979

xfce4-panel: split lib


A patch file from https://github.com/void-linux/void-packages/pull/13979.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-panel-split-lib-13979.patch --]
[-- Type: text/x-diff, Size: 27416 bytes --]

From 7f1eb2318c5de3093e05686273e6500430bea41c Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 29 Apr 2019 17:35:23 +0200
Subject: [PATCH 01/33] xfce4-panel: split lib

---
 common/shlibs                |  4 ++--
 srcpkgs/libxfce4panel        |  1 +
 srcpkgs/xfce4-panel/template | 13 ++++++++++---
 3 files changed, 13 insertions(+), 5 deletions(-)
 create mode 120000 srcpkgs/libxfce4panel

diff --git a/common/shlibs b/common/shlibs
index 2aedb6fdda6..cc3fd8383d8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -182,8 +182,8 @@ libreadline.so.8 libreadline8-8.0_1
 libhistory.so.8 libhistory8-8.0_1
 libxfconf-0.so.3 xfconf-4.13.7_1
 libxfce4util.so.7 libxfce4util-4.12.1_1
-libxfce4panel-1.0.so.4 xfce4-panel-4.9.2_1
-libxfce4panel-2.0.so.4 xfce4-panel-4.12.0_1
+libxfce4panel-1.0.so.4 libxfce4panel-4.9.2_1
+libxfce4panel-2.0.so.4 libxfce4panel-4.12.0_1
 libgdbm.so.6 gdbm-1.16_1
 libgdbm_compat.so.4 gdbm-1.10_1_1
 libintl.so.8 gettext-libs-0.19.2_1
diff --git a/srcpkgs/libxfce4panel b/srcpkgs/libxfce4panel
new file mode 120000
index 00000000000..36ca0abaa74
--- /dev/null
+++ b/srcpkgs/libxfce4panel
@@ -0,0 +1 @@
+xfce4-panel
\ No newline at end of file
diff --git a/srcpkgs/xfce4-panel/template b/srcpkgs/xfce4-panel/template
index 8198be66556..719d78fda2a 100644
--- a/srcpkgs/xfce4-panel/template
+++ b/srcpkgs/xfce4-panel/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-panel'
 pkgname=xfce4-panel
 version=4.14.1
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --enable-gio-unix --enable-gtk3"
@@ -9,7 +9,7 @@ hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel"
 makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel"
 short_desc="Next generation panel for the XFCE desktop environment"
 maintainer="Peter Bui <pbui@github.bx612.space>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
 checksum=9c3c78b49ddfac7d42a804e6a6ad9d22ad64ec60bbe17d8724bc52d3e3f6d114
@@ -19,7 +19,7 @@ build_options="gir"
 build_options_default="gir"
 
 xfce4-panel-devel_package() {
-	depends="libxfce4ui-devel ${sourcepkg}>=${version}_${revision}"
+	depends="libxfce4ui-devel libxfce4panel>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
@@ -31,3 +31,10 @@ xfce4-panel-devel_package() {
 		fi
 	}
 }
+
+libxfce4panel_package() {
+	short_desc+=" - runtime library"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}

From c641a2cb5f11c34c3aa6ab60e53b1fc30593b58a Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 29 Apr 2019 17:43:01 +0200
Subject: [PATCH 02/33] xfce4-taskmanager: remove obsolete build dependency
 (xfce4-panel)

---
 srcpkgs/xfce4-taskmanager/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xfce4-taskmanager/template b/srcpkgs/xfce4-taskmanager/template
index 0b94ada0e64..8b6aa65dc86 100644
--- a/srcpkgs/xfce4-taskmanager/template
+++ b/srcpkgs/xfce4-taskmanager/template
@@ -5,8 +5,7 @@ revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool"
-makedepends="libxfce4ui-devel xfce4-panel-devel libwnck2-devel libXmu-devel
- gtk+3-devel"
+makedepends="libxfce4ui-devel libwnck2-devel libXmu-devel gtk+3-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="XFCE task manager plugin"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 171080be106f20018921bf5d2f52e3c284e68a8d Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:56 +0200
Subject: [PATCH 03/33] Thunar: rebuild for libxfce4panel

---
 srcpkgs/Thunar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Thunar/template b/srcpkgs/Thunar/template
index 26160c44da0..6cf46ccd0ff 100644
--- a/srcpkgs/Thunar/template
+++ b/srcpkgs/Thunar/template
@@ -1,7 +1,7 @@
 # Template file for 'Thunar'
 pkgname=Thunar
 version=1.8.9
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-gio-unix --enable-gudev

From e0ebf4112d38f2288a2c9fdc285f649cdc0657d5 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:56 +0200
Subject: [PATCH 04/33] orage: rebuild for libxfce4panel

---
 srcpkgs/orage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orage/template b/srcpkgs/orage/template
index 6166a031d76..7edd2af8ada 100644
--- a/srcpkgs/orage/template
+++ b/srcpkgs/orage/template
@@ -1,7 +1,7 @@
 # Template file for 'orage'
 pkgname=orage
 version=4.12.1
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool flex"
 makedepends="libical-devel libnotify-devel gtk+3-devel

From d718c37bf14bb1a157b294eb470b7b3b56cadcea Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:56 +0200
Subject: [PATCH 05/33] xfce4-battery-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-battery-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-battery-plugin/template b/srcpkgs/xfce4-battery-plugin/template
index 8a524e6bbbf..053abe5a7a1 100644
--- a/srcpkgs/xfce4-battery-plugin/template
+++ b/srcpkgs/xfce4-battery-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-battery-plugin'
 pkgname=xfce4-battery-plugin
 version=1.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From aab696fea04ecb98c881d1812a4477f4ea71ee81 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:56 +0200
Subject: [PATCH 06/33] xfce4-clipman-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-clipman-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-clipman-plugin/template b/srcpkgs/xfce4-clipman-plugin/template
index 987a68f7d5f..ef082d98644 100644
--- a/srcpkgs/xfce4-clipman-plugin/template
+++ b/srcpkgs/xfce4-clipman-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-clipman-plugin'
 pkgname=xfce4-clipman-plugin
 version=1.4.3
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="xfce4-panel-devel libXtst-devel qrencode-devel"

From e05b7baf13bc36e18d46c95d365966cf5073cab8 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:57 +0200
Subject: [PATCH 07/33] xfce4-cpufreq-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-cpufreq-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-cpufreq-plugin/template b/srcpkgs/xfce4-cpufreq-plugin/template
index 0b7321081f6..62192b09bf8 100644
--- a/srcpkgs/xfce4-cpufreq-plugin/template
+++ b/srcpkgs/xfce4-cpufreq-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-cpufreq-plugin'
 pkgname=xfce4-cpufreq-plugin
 version=1.2.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="xfce4-panel-devel"

From 532869ea308f89c987799230eb3b4bcdcbf8810e Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:57 +0200
Subject: [PATCH 08/33] xfce4-cpugraph-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-cpugraph-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-cpugraph-plugin/template b/srcpkgs/xfce4-cpugraph-plugin/template
index d1ff3abd659..3ece809d5ab 100644
--- a/srcpkgs/xfce4-cpugraph-plugin/template
+++ b/srcpkgs/xfce4-cpugraph-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-cpugraph-plugin'
 pkgname=xfce4-cpugraph-plugin
 version=1.1.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From 909962898a547b74c6ea5d00bfc0b4893e83b4df Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:57 +0200
Subject: [PATCH 09/33] xfce4-dict: rebuild for libxfce4panel

---
 srcpkgs/xfce4-dict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-dict/template b/srcpkgs/xfce4-dict/template
index e2445b274db..8af24128912 100644
--- a/srcpkgs/xfce4-dict/template
+++ b/srcpkgs/xfce4-dict/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-dict'
 pkgname=xfce4-dict
 version=0.8.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From 89be1915abbbd6ddb50354f135139bf408cbe44e Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:57 +0200
Subject: [PATCH 10/33] xfce4-diskperf-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-diskperf-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-diskperf-plugin/template b/srcpkgs/xfce4-diskperf-plugin/template
index 225c41c10bf..623556cc608 100644
--- a/srcpkgs/xfce4-diskperf-plugin/template
+++ b/srcpkgs/xfce4-diskperf-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-diskperf-plugin'
 pkgname=xfce4-diskperf-plugin
 version=2.6.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From 41e562b2dd455998c302d85dfba9dd6414637413 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:57 +0200
Subject: [PATCH 11/33] xfce4-fsguard-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-fsguard-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-fsguard-plugin/template b/srcpkgs/xfce4-fsguard-plugin/template
index 71a23868c08..60feab6e6ec 100644
--- a/srcpkgs/xfce4-fsguard-plugin/template
+++ b/srcpkgs/xfce4-fsguard-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-fsguard-plugin'
 pkgname=xfce4-fsguard-plugin
 version=1.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From 578d167c1f169244fcdb9c0d0a7a5cf260c667e0 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:58 +0200
Subject: [PATCH 12/33] xfce4-genmon-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-genmon-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-genmon-plugin/template b/srcpkgs/xfce4-genmon-plugin/template
index 555f626fa8c..00e8f521f9e 100644
--- a/srcpkgs/xfce4-genmon-plugin/template
+++ b/srcpkgs/xfce4-genmon-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-genmon-plugin'
 pkgname=xfce4-genmon-plugin
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="xfce4-panel-devel"

From e60d8f6f4039c4c772748e3445699dc0a61bb126 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:58 +0200
Subject: [PATCH 13/33] xfce4-hardware-monitor-plugin: rebuild for
 libxfce4panel

---
 srcpkgs/xfce4-hardware-monitor-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-hardware-monitor-plugin/template b/srcpkgs/xfce4-hardware-monitor-plugin/template
index 0a5e5521b92..b69c1cbf3fd 100644
--- a/srcpkgs/xfce4-hardware-monitor-plugin/template
+++ b/srcpkgs/xfce4-hardware-monitor-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-hardware-monitor-plugin'
 pkgname=xfce4-hardware-monitor-plugin
 version=1.6.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="autoconf automake libtool intltool pkg-config glib-devel gettext-devel"
 makedepends="xfce4-panel-devel libgtop-devel libgnomecanvasmm-devel gtkmm2-devel libsensors-devel"

From 98ccc3a4c1b7c378ba570c48052a0036a4365ef5 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:58 +0200
Subject: [PATCH 14/33] xfce4-kbdleds-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-kbdleds-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-kbdleds-plugin/template b/srcpkgs/xfce4-kbdleds-plugin/template
index bdf9a7e6261..cdec548a2bc 100644
--- a/srcpkgs/xfce4-kbdleds-plugin/template
+++ b/srcpkgs/xfce4-kbdleds-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-kbdleds-plugin'
 pkgname=xfce4-kbdleds-plugin
 version=0.0.6
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="libX11-devel gtk+-devel libxfce4ui-devel xfce4-panel-devel"

From dab373479b718d87d1f265d495440af6bda19893 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:58 +0200
Subject: [PATCH 15/33] xfce4-mailwatch-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-mailwatch-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-mailwatch-plugin/template b/srcpkgs/xfce4-mailwatch-plugin/template
index 44c4ee1f707..ac2511c8c49 100644
--- a/srcpkgs/xfce4-mailwatch-plugin/template
+++ b/srcpkgs/xfce4-mailwatch-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-mailwatch-plugin'
 pkgname=xfce4-mailwatch-plugin
 version=1.2.0
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="libglib-devel exo-devel libxfce4ui-devel libxfce4util-devel

From 830843afd24ebd9e556bfb0c20b2202e9041bda6 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:58 +0200
Subject: [PATCH 16/33] xfce4-mpc-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-mpc-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-mpc-plugin/template b/srcpkgs/xfce4-mpc-plugin/template
index 50c2f0f9a3e..05b9e282c5e 100644
--- a/srcpkgs/xfce4-mpc-plugin/template
+++ b/srcpkgs/xfce4-mpc-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-mpc-plugin'
 pkgname=xfce4-mpc-plugin
 version=0.5.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From d4386d59990299de27e9bf174c7c35a5a932fd02 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 17/33] xfce4-netload-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-netload-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-netload-plugin/template b/srcpkgs/xfce4-netload-plugin/template
index d08ee101f2b..6cb3967727b 100644
--- a/srcpkgs/xfce4-netload-plugin/template
+++ b/srcpkgs/xfce4-netload-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-netload-plugin'
 pkgname=xfce4-netload-plugin
 version=1.3.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From 96758029f7cfb6f0545655bfd240a76681696ad3 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 18/33] xfce4-notes-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-notes-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-notes-plugin/template b/srcpkgs/xfce4-notes-plugin/template
index 1509c90fc24..ed3e310a952 100644
--- a/srcpkgs/xfce4-notes-plugin/template
+++ b/srcpkgs/xfce4-notes-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-notes-plugin'
 pkgname=xfce4-notes-plugin
 version=1.8.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel libunique1-devel"

From c06b66c9214e661cf2b93dedb707e4cd0644cb80 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 19/33] xfce4-notifyd: rebuild for libxfce4panel

---
 srcpkgs/xfce4-notifyd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index 66a0331ec6c..7120eaa6d71 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-notifyd'
 pkgname=xfce4-notifyd
 version=0.4.4
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
 makedepends="libnotify-devel xfce4-panel-devel"

From e6f3186b0166133cc557a50103f27c27d9d59dec Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 20/33] xfce4-places-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-places-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-places-plugin/template b/srcpkgs/xfce4-places-plugin/template
index 599a7bbc0ff..41ca9afa44f 100644
--- a/srcpkgs/xfce4-places-plugin/template
+++ b/srcpkgs/xfce4-places-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-places-plugin'
 pkgname=xfce4-places-plugin
 version=1.8.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="exo-devel xfce4-panel-devel"

From 0f883842fb886f78b9379b4cb2e13d408afc29ac Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 21/33] xfce4-power-manager: rebuild for libxfce4panel

---
 srcpkgs/xfce4-power-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-power-manager/template b/srcpkgs/xfce4-power-manager/template
index c10d65e0901..6ba86715b24 100644
--- a/srcpkgs/xfce4-power-manager/template
+++ b/srcpkgs/xfce4-power-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-power-manager'
 pkgname=xfce4-power-manager
 version=1.6.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool"

From cc5a469a882312f9d3777a123525c7050f50150c Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 22/33] xfce4-pulseaudio-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-pulseaudio-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-pulseaudio-plugin/template b/srcpkgs/xfce4-pulseaudio-plugin/template
index 307b54639ce..3238c63a40a 100644
--- a/srcpkgs/xfce4-pulseaudio-plugin/template
+++ b/srcpkgs/xfce4-pulseaudio-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-pulseaudio-plugin'
 pkgname=xfce4-pulseaudio-plugin
 version=0.4.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext-devel xfce4-dev-tools"
 makedepends="libkeybinder3-devel libnotify-devel pulseaudio-devel xfce4-panel-devel"

From 4e593d2742d1ee5a25be29989540838bf78e3810 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:00 +0200
Subject: [PATCH 23/33] xfce4-screenshooter: rebuild for libxfce4panel

---
 srcpkgs/xfce4-screenshooter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-screenshooter/template b/srcpkgs/xfce4-screenshooter/template
index 3f6b4f96d36..72f4fa65d72 100644
--- a/srcpkgs/xfce4-screenshooter/template
+++ b/srcpkgs/xfce4-screenshooter/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-screenshooter'
 pkgname=xfce4-screenshooter
 version=1.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool glib-devel"
 makedepends="libxfce4ui-devel xfce4-panel-devel exo-devel libsoup-devel"

From dd114bdd99aecd0ec8b1da04d9418ddfbee9bc9f Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:00 +0200
Subject: [PATCH 24/33] xfce4-sensors-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-sensors-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-sensors-plugin/template b/srcpkgs/xfce4-sensors-plugin/template
index fab70ac843a..e64ec44d95a 100644
--- a/srcpkgs/xfce4-sensors-plugin/template
+++ b/srcpkgs/xfce4-sensors-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-sensors-plugin'
 pkgname=xfce4-sensors-plugin
 version=1.3.92
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool"

From c2ebfa8fc6f44bc9ba8368b25b0a62e8116e3dfb Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:00 +0200
Subject: [PATCH 25/33] xfce4-systemload-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-systemload-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-systemload-plugin/template b/srcpkgs/xfce4-systemload-plugin/template
index 4eaa0d9ed16..c19a75e226f 100644
--- a/srcpkgs/xfce4-systemload-plugin/template
+++ b/srcpkgs/xfce4-systemload-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-systemload-plugin'
 pkgname=xfce4-systemload-plugin
 version=1.2.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From faebfc757e3c2e1aafaac3a354be887562a6e439 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:00 +0200
Subject: [PATCH 26/33] xfce4-time-out-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-time-out-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-time-out-plugin/template b/srcpkgs/xfce4-time-out-plugin/template
index 3d0fea97d23..5561643e2a1 100644
--- a/srcpkgs/xfce4-time-out-plugin/template
+++ b/srcpkgs/xfce4-time-out-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-time-out-plugin'
 pkgname=xfce4-time-out-plugin
 version=1.0.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From b5f3ecce58c557b65badf760d0d37222381a4f9d Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:00 +0200
Subject: [PATCH 27/33] xfce4-timer-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-timer-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-timer-plugin/template b/srcpkgs/xfce4-timer-plugin/template
index 1b8d7ce7ffb..0d827c5e04a 100644
--- a/srcpkgs/xfce4-timer-plugin/template
+++ b/srcpkgs/xfce4-timer-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-timer-plugin'
 pkgname=xfce4-timer-plugin
 version=1.7.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From fef8e34ad900f8ee27cb0c2e6b14b57ab28a0970 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:01 +0200
Subject: [PATCH 28/33] xfce4-verve-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-verve-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-verve-plugin/template b/srcpkgs/xfce4-verve-plugin/template
index f8550835345..0ee22148eb0 100644
--- a/srcpkgs/xfce4-verve-plugin/template
+++ b/srcpkgs/xfce4-verve-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-verve-plugin'
 pkgname=xfce4-verve-plugin
 version=2.0.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="xfce4-panel-devel"

From 31992d61d9b890f7c63c59074380e5fde61939b7 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:01 +0200
Subject: [PATCH 29/33] xfce4-wavelan-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-wavelan-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-wavelan-plugin/template b/srcpkgs/xfce4-wavelan-plugin/template
index 7c48dc3934f..ba1609d2693 100644
--- a/srcpkgs/xfce4-wavelan-plugin/template
+++ b/srcpkgs/xfce4-wavelan-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-wavelan-plugin'
 pkgname=xfce4-wavelan-plugin
 version=0.6.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From a8f3bbc96e77e5cb2ef80b68c2a3b5d0e5b49d28 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:01 +0200
Subject: [PATCH 30/33] xfce4-weather-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-weather-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-weather-plugin/template b/srcpkgs/xfce4-weather-plugin/template
index c87292db6ee..97dfd26af99 100644
--- a/srcpkgs/xfce4-weather-plugin/template
+++ b/srcpkgs/xfce4-weather-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-weather-plugin'
 pkgname=xfce4-weather-plugin
 version=0.10.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="libxfce4ui-devel xfce4-panel-devel libxml2-devel libsoup-devel upower-devel"

From 7b053b0e9c13f8267bc649f76906c5ca8e9bddc5 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:01 +0200
Subject: [PATCH 31/33] xfce4-whiskermenu-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-whiskermenu-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-whiskermenu-plugin/template b/srcpkgs/xfce4-whiskermenu-plugin/template
index a9650a0f7b5..64cdfbe4daa 100644
--- a/srcpkgs/xfce4-whiskermenu-plugin/template
+++ b/srcpkgs/xfce4-whiskermenu-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-whiskermenu-plugin'
 pkgname=xfce4-whiskermenu-plugin
 version=2.3.3
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="exo-devel garcon-devel xfce4-panel-devel"

From f2970ebb923ac43594e63fb7be64e3cb8292906a Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:01 +0200
Subject: [PATCH 32/33] xfce4-windowck-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-windowck-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-windowck-plugin/template b/srcpkgs/xfce4-windowck-plugin/template
index e5cc89e85e5..b5e035bcb05 100644
--- a/srcpkgs/xfce4-windowck-plugin/template
+++ b/srcpkgs/xfce4-windowck-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-windowck-plugin'
 pkgname=xfce4-windowck-plugin
 version=0.4.6
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="intltool xfce4-dev-tools exo-devel python3-devel glib-devel gettext-devel ImageMagick"
 makedepends="libwnck2-devel xfce4-panel-devel xorg-server-devel"

From 8358030ee9864de2fd88192277421789ad3f2fda Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:02 +0200
Subject: [PATCH 33/33] xfce4-xkb-plugin: rebuild for libxfce4panel

[ci skip]
---
 srcpkgs/xfce4-xkb-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-xkb-plugin/template b/srcpkgs/xfce4-xkb-plugin/template
index b669b9a1283..eee39e63402 100644
--- a/srcpkgs/xfce4-xkb-plugin/template
+++ b/srcpkgs/xfce4-xkb-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-xkb-plugin'
 pkgname=xfce4-xkb-plugin
 version=0.8.1
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="garcon-devel xfce4-panel-devel libxklavier-devel librsvg-devel libwnck-devel"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Updated] xfce4-panel: split lib
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13979@inbox.vuxu.org>
@ 2019-10-17 16:39 ` voidlinux-github
  2019-10-17 16:39 ` voidlinux-github
  1 sibling, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-17 16:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by Piraty against master on the void-packages repository

https://github.com/Piraty/void-packages xfce4-panel-split-lib
https://github.com/void-linux/void-packages/pull/13979

xfce4-panel: split lib


A patch file from https://github.com/void-linux/void-packages/pull/13979.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-panel-split-lib-13979.patch --]
[-- Type: text/x-diff, Size: 27416 bytes --]

From 7f1eb2318c5de3093e05686273e6500430bea41c Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 29 Apr 2019 17:35:23 +0200
Subject: [PATCH 01/33] xfce4-panel: split lib

---
 common/shlibs                |  4 ++--
 srcpkgs/libxfce4panel        |  1 +
 srcpkgs/xfce4-panel/template | 13 ++++++++++---
 3 files changed, 13 insertions(+), 5 deletions(-)
 create mode 120000 srcpkgs/libxfce4panel

diff --git a/common/shlibs b/common/shlibs
index 2aedb6fdda6..cc3fd8383d8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -182,8 +182,8 @@ libreadline.so.8 libreadline8-8.0_1
 libhistory.so.8 libhistory8-8.0_1
 libxfconf-0.so.3 xfconf-4.13.7_1
 libxfce4util.so.7 libxfce4util-4.12.1_1
-libxfce4panel-1.0.so.4 xfce4-panel-4.9.2_1
-libxfce4panel-2.0.so.4 xfce4-panel-4.12.0_1
+libxfce4panel-1.0.so.4 libxfce4panel-4.9.2_1
+libxfce4panel-2.0.so.4 libxfce4panel-4.12.0_1
 libgdbm.so.6 gdbm-1.16_1
 libgdbm_compat.so.4 gdbm-1.10_1_1
 libintl.so.8 gettext-libs-0.19.2_1
diff --git a/srcpkgs/libxfce4panel b/srcpkgs/libxfce4panel
new file mode 120000
index 00000000000..36ca0abaa74
--- /dev/null
+++ b/srcpkgs/libxfce4panel
@@ -0,0 +1 @@
+xfce4-panel
\ No newline at end of file
diff --git a/srcpkgs/xfce4-panel/template b/srcpkgs/xfce4-panel/template
index 8198be66556..719d78fda2a 100644
--- a/srcpkgs/xfce4-panel/template
+++ b/srcpkgs/xfce4-panel/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-panel'
 pkgname=xfce4-panel
 version=4.14.1
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --enable-gio-unix --enable-gtk3"
@@ -9,7 +9,7 @@ hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel"
 makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel"
 short_desc="Next generation panel for the XFCE desktop environment"
 maintainer="Peter Bui <pbui@github.bx612.space>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/xfce/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
 checksum=9c3c78b49ddfac7d42a804e6a6ad9d22ad64ec60bbe17d8724bc52d3e3f6d114
@@ -19,7 +19,7 @@ build_options="gir"
 build_options_default="gir"
 
 xfce4-panel-devel_package() {
-	depends="libxfce4ui-devel ${sourcepkg}>=${version}_${revision}"
+	depends="libxfce4ui-devel libxfce4panel>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
@@ -31,3 +31,10 @@ xfce4-panel-devel_package() {
 		fi
 	}
 }
+
+libxfce4panel_package() {
+	short_desc+=" - runtime library"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}

From c641a2cb5f11c34c3aa6ab60e53b1fc30593b58a Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 29 Apr 2019 17:43:01 +0200
Subject: [PATCH 02/33] xfce4-taskmanager: remove obsolete build dependency
 (xfce4-panel)

---
 srcpkgs/xfce4-taskmanager/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/xfce4-taskmanager/template b/srcpkgs/xfce4-taskmanager/template
index 0b94ada0e64..8b6aa65dc86 100644
--- a/srcpkgs/xfce4-taskmanager/template
+++ b/srcpkgs/xfce4-taskmanager/template
@@ -5,8 +5,7 @@ revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool"
-makedepends="libxfce4ui-devel xfce4-panel-devel libwnck2-devel libXmu-devel
- gtk+3-devel"
+makedepends="libxfce4ui-devel libwnck2-devel libXmu-devel gtk+3-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="XFCE task manager plugin"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 171080be106f20018921bf5d2f52e3c284e68a8d Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:56 +0200
Subject: [PATCH 03/33] Thunar: rebuild for libxfce4panel

---
 srcpkgs/Thunar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Thunar/template b/srcpkgs/Thunar/template
index 26160c44da0..6cf46ccd0ff 100644
--- a/srcpkgs/Thunar/template
+++ b/srcpkgs/Thunar/template
@@ -1,7 +1,7 @@
 # Template file for 'Thunar'
 pkgname=Thunar
 version=1.8.9
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--enable-gio-unix --enable-gudev

From e0ebf4112d38f2288a2c9fdc285f649cdc0657d5 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:56 +0200
Subject: [PATCH 04/33] orage: rebuild for libxfce4panel

---
 srcpkgs/orage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/orage/template b/srcpkgs/orage/template
index 6166a031d76..7edd2af8ada 100644
--- a/srcpkgs/orage/template
+++ b/srcpkgs/orage/template
@@ -1,7 +1,7 @@
 # Template file for 'orage'
 pkgname=orage
 version=4.12.1
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool flex"
 makedepends="libical-devel libnotify-devel gtk+3-devel

From d718c37bf14bb1a157b294eb470b7b3b56cadcea Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:56 +0200
Subject: [PATCH 05/33] xfce4-battery-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-battery-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-battery-plugin/template b/srcpkgs/xfce4-battery-plugin/template
index 8a524e6bbbf..053abe5a7a1 100644
--- a/srcpkgs/xfce4-battery-plugin/template
+++ b/srcpkgs/xfce4-battery-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-battery-plugin'
 pkgname=xfce4-battery-plugin
 version=1.1.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From aab696fea04ecb98c881d1812a4477f4ea71ee81 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:56 +0200
Subject: [PATCH 06/33] xfce4-clipman-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-clipman-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-clipman-plugin/template b/srcpkgs/xfce4-clipman-plugin/template
index 987a68f7d5f..ef082d98644 100644
--- a/srcpkgs/xfce4-clipman-plugin/template
+++ b/srcpkgs/xfce4-clipman-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-clipman-plugin'
 pkgname=xfce4-clipman-plugin
 version=1.4.3
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="xfce4-panel-devel libXtst-devel qrencode-devel"

From e05b7baf13bc36e18d46c95d365966cf5073cab8 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:57 +0200
Subject: [PATCH 07/33] xfce4-cpufreq-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-cpufreq-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-cpufreq-plugin/template b/srcpkgs/xfce4-cpufreq-plugin/template
index 0b7321081f6..62192b09bf8 100644
--- a/srcpkgs/xfce4-cpufreq-plugin/template
+++ b/srcpkgs/xfce4-cpufreq-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-cpufreq-plugin'
 pkgname=xfce4-cpufreq-plugin
 version=1.2.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="xfce4-panel-devel"

From 532869ea308f89c987799230eb3b4bcdcbf8810e Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:57 +0200
Subject: [PATCH 08/33] xfce4-cpugraph-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-cpugraph-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-cpugraph-plugin/template b/srcpkgs/xfce4-cpugraph-plugin/template
index d1ff3abd659..3ece809d5ab 100644
--- a/srcpkgs/xfce4-cpugraph-plugin/template
+++ b/srcpkgs/xfce4-cpugraph-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-cpugraph-plugin'
 pkgname=xfce4-cpugraph-plugin
 version=1.1.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From 909962898a547b74c6ea5d00bfc0b4893e83b4df Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:57 +0200
Subject: [PATCH 09/33] xfce4-dict: rebuild for libxfce4panel

---
 srcpkgs/xfce4-dict/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-dict/template b/srcpkgs/xfce4-dict/template
index e2445b274db..8af24128912 100644
--- a/srcpkgs/xfce4-dict/template
+++ b/srcpkgs/xfce4-dict/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-dict'
 pkgname=xfce4-dict
 version=0.8.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From 89be1915abbbd6ddb50354f135139bf408cbe44e Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:57 +0200
Subject: [PATCH 10/33] xfce4-diskperf-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-diskperf-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-diskperf-plugin/template b/srcpkgs/xfce4-diskperf-plugin/template
index 225c41c10bf..623556cc608 100644
--- a/srcpkgs/xfce4-diskperf-plugin/template
+++ b/srcpkgs/xfce4-diskperf-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-diskperf-plugin'
 pkgname=xfce4-diskperf-plugin
 version=2.6.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From 41e562b2dd455998c302d85dfba9dd6414637413 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:57 +0200
Subject: [PATCH 11/33] xfce4-fsguard-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-fsguard-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-fsguard-plugin/template b/srcpkgs/xfce4-fsguard-plugin/template
index 71a23868c08..60feab6e6ec 100644
--- a/srcpkgs/xfce4-fsguard-plugin/template
+++ b/srcpkgs/xfce4-fsguard-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-fsguard-plugin'
 pkgname=xfce4-fsguard-plugin
 version=1.1.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From 578d167c1f169244fcdb9c0d0a7a5cf260c667e0 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:58 +0200
Subject: [PATCH 12/33] xfce4-genmon-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-genmon-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-genmon-plugin/template b/srcpkgs/xfce4-genmon-plugin/template
index 555f626fa8c..00e8f521f9e 100644
--- a/srcpkgs/xfce4-genmon-plugin/template
+++ b/srcpkgs/xfce4-genmon-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-genmon-plugin'
 pkgname=xfce4-genmon-plugin
 version=4.0.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="xfce4-panel-devel"

From e60d8f6f4039c4c772748e3445699dc0a61bb126 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:58 +0200
Subject: [PATCH 13/33] xfce4-hardware-monitor-plugin: rebuild for
 libxfce4panel

---
 srcpkgs/xfce4-hardware-monitor-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-hardware-monitor-plugin/template b/srcpkgs/xfce4-hardware-monitor-plugin/template
index 0a5e5521b92..b69c1cbf3fd 100644
--- a/srcpkgs/xfce4-hardware-monitor-plugin/template
+++ b/srcpkgs/xfce4-hardware-monitor-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-hardware-monitor-plugin'
 pkgname=xfce4-hardware-monitor-plugin
 version=1.6.0
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="autoconf automake libtool intltool pkg-config glib-devel gettext-devel"
 makedepends="xfce4-panel-devel libgtop-devel libgnomecanvasmm-devel gtkmm2-devel libsensors-devel"

From 98ccc3a4c1b7c378ba570c48052a0036a4365ef5 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:58 +0200
Subject: [PATCH 14/33] xfce4-kbdleds-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-kbdleds-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-kbdleds-plugin/template b/srcpkgs/xfce4-kbdleds-plugin/template
index bdf9a7e6261..cdec548a2bc 100644
--- a/srcpkgs/xfce4-kbdleds-plugin/template
+++ b/srcpkgs/xfce4-kbdleds-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-kbdleds-plugin'
 pkgname=xfce4-kbdleds-plugin
 version=0.0.6
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="libX11-devel gtk+-devel libxfce4ui-devel xfce4-panel-devel"

From dab373479b718d87d1f265d495440af6bda19893 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:58 +0200
Subject: [PATCH 15/33] xfce4-mailwatch-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-mailwatch-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-mailwatch-plugin/template b/srcpkgs/xfce4-mailwatch-plugin/template
index 44c4ee1f707..ac2511c8c49 100644
--- a/srcpkgs/xfce4-mailwatch-plugin/template
+++ b/srcpkgs/xfce4-mailwatch-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-mailwatch-plugin'
 pkgname=xfce4-mailwatch-plugin
 version=1.2.0
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="libglib-devel exo-devel libxfce4ui-devel libxfce4util-devel

From 830843afd24ebd9e556bfb0c20b2202e9041bda6 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:58 +0200
Subject: [PATCH 16/33] xfce4-mpc-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-mpc-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-mpc-plugin/template b/srcpkgs/xfce4-mpc-plugin/template
index 50c2f0f9a3e..05b9e282c5e 100644
--- a/srcpkgs/xfce4-mpc-plugin/template
+++ b/srcpkgs/xfce4-mpc-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-mpc-plugin'
 pkgname=xfce4-mpc-plugin
 version=0.5.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From d4386d59990299de27e9bf174c7c35a5a932fd02 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 17/33] xfce4-netload-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-netload-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-netload-plugin/template b/srcpkgs/xfce4-netload-plugin/template
index d08ee101f2b..6cb3967727b 100644
--- a/srcpkgs/xfce4-netload-plugin/template
+++ b/srcpkgs/xfce4-netload-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-netload-plugin'
 pkgname=xfce4-netload-plugin
 version=1.3.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From 96758029f7cfb6f0545655bfd240a76681696ad3 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 18/33] xfce4-notes-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-notes-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-notes-plugin/template b/srcpkgs/xfce4-notes-plugin/template
index 1509c90fc24..ed3e310a952 100644
--- a/srcpkgs/xfce4-notes-plugin/template
+++ b/srcpkgs/xfce4-notes-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-notes-plugin'
 pkgname=xfce4-notes-plugin
 version=1.8.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel libunique1-devel"

From c06b66c9214e661cf2b93dedb707e4cd0644cb80 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 19/33] xfce4-notifyd: rebuild for libxfce4panel

---
 srcpkgs/xfce4-notifyd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index 66a0331ec6c..7120eaa6d71 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-notifyd'
 pkgname=xfce4-notifyd
 version=0.4.4
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
 makedepends="libnotify-devel xfce4-panel-devel"

From e6f3186b0166133cc557a50103f27c27d9d59dec Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 20/33] xfce4-places-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-places-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-places-plugin/template b/srcpkgs/xfce4-places-plugin/template
index 599a7bbc0ff..41ca9afa44f 100644
--- a/srcpkgs/xfce4-places-plugin/template
+++ b/srcpkgs/xfce4-places-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-places-plugin'
 pkgname=xfce4-places-plugin
 version=1.8.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="exo-devel xfce4-panel-devel"

From 0f883842fb886f78b9379b4cb2e13d408afc29ac Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 21/33] xfce4-power-manager: rebuild for libxfce4panel

---
 srcpkgs/xfce4-power-manager/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-power-manager/template b/srcpkgs/xfce4-power-manager/template
index c10d65e0901..6ba86715b24 100644
--- a/srcpkgs/xfce4-power-manager/template
+++ b/srcpkgs/xfce4-power-manager/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-power-manager'
 pkgname=xfce4-power-manager
 version=1.6.5
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool"

From cc5a469a882312f9d3777a123525c7050f50150c Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:25:59 +0200
Subject: [PATCH 22/33] xfce4-pulseaudio-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-pulseaudio-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-pulseaudio-plugin/template b/srcpkgs/xfce4-pulseaudio-plugin/template
index 307b54639ce..3238c63a40a 100644
--- a/srcpkgs/xfce4-pulseaudio-plugin/template
+++ b/srcpkgs/xfce4-pulseaudio-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-pulseaudio-plugin'
 pkgname=xfce4-pulseaudio-plugin
 version=0.4.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="gettext-devel xfce4-dev-tools"
 makedepends="libkeybinder3-devel libnotify-devel pulseaudio-devel xfce4-panel-devel"

From 4e593d2742d1ee5a25be29989540838bf78e3810 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:00 +0200
Subject: [PATCH 23/33] xfce4-screenshooter: rebuild for libxfce4panel

---
 srcpkgs/xfce4-screenshooter/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-screenshooter/template b/srcpkgs/xfce4-screenshooter/template
index 3f6b4f96d36..72f4fa65d72 100644
--- a/srcpkgs/xfce4-screenshooter/template
+++ b/srcpkgs/xfce4-screenshooter/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-screenshooter'
 pkgname=xfce4-screenshooter
 version=1.9.6
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool glib-devel"
 makedepends="libxfce4ui-devel xfce4-panel-devel exo-devel libsoup-devel"

From dd114bdd99aecd0ec8b1da04d9418ddfbee9bc9f Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:00 +0200
Subject: [PATCH 24/33] xfce4-sensors-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-sensors-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-sensors-plugin/template b/srcpkgs/xfce4-sensors-plugin/template
index fab70ac843a..e64ec44d95a 100644
--- a/srcpkgs/xfce4-sensors-plugin/template
+++ b/srcpkgs/xfce4-sensors-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-sensors-plugin'
 pkgname=xfce4-sensors-plugin
 version=1.3.92
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool"

From c2ebfa8fc6f44bc9ba8368b25b0a62e8116e3dfb Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:00 +0200
Subject: [PATCH 25/33] xfce4-systemload-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-systemload-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-systemload-plugin/template b/srcpkgs/xfce4-systemload-plugin/template
index 4eaa0d9ed16..c19a75e226f 100644
--- a/srcpkgs/xfce4-systemload-plugin/template
+++ b/srcpkgs/xfce4-systemload-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-systemload-plugin'
 pkgname=xfce4-systemload-plugin
 version=1.2.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From faebfc757e3c2e1aafaac3a354be887562a6e439 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:00 +0200
Subject: [PATCH 26/33] xfce4-time-out-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-time-out-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-time-out-plugin/template b/srcpkgs/xfce4-time-out-plugin/template
index 3d0fea97d23..5561643e2a1 100644
--- a/srcpkgs/xfce4-time-out-plugin/template
+++ b/srcpkgs/xfce4-time-out-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-time-out-plugin'
 pkgname=xfce4-time-out-plugin
 version=1.0.3
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From b5f3ecce58c557b65badf760d0d37222381a4f9d Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:00 +0200
Subject: [PATCH 27/33] xfce4-timer-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-timer-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-timer-plugin/template b/srcpkgs/xfce4-timer-plugin/template
index 1b8d7ce7ffb..0d827c5e04a 100644
--- a/srcpkgs/xfce4-timer-plugin/template
+++ b/srcpkgs/xfce4-timer-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-timer-plugin'
 pkgname=xfce4-timer-plugin
 version=1.7.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From fef8e34ad900f8ee27cb0c2e6b14b57ab28a0970 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:01 +0200
Subject: [PATCH 28/33] xfce4-verve-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-verve-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-verve-plugin/template b/srcpkgs/xfce4-verve-plugin/template
index f8550835345..0ee22148eb0 100644
--- a/srcpkgs/xfce4-verve-plugin/template
+++ b/srcpkgs/xfce4-verve-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-verve-plugin'
 pkgname=xfce4-verve-plugin
 version=2.0.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
 makedepends="xfce4-panel-devel"

From 31992d61d9b890f7c63c59074380e5fde61939b7 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:01 +0200
Subject: [PATCH 29/33] xfce4-wavelan-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-wavelan-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-wavelan-plugin/template b/srcpkgs/xfce4-wavelan-plugin/template
index 7c48dc3934f..ba1609d2693 100644
--- a/srcpkgs/xfce4-wavelan-plugin/template
+++ b/srcpkgs/xfce4-wavelan-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-wavelan-plugin'
 pkgname=xfce4-wavelan-plugin
 version=0.6.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"

From a8f3bbc96e77e5cb2ef80b68c2a3b5d0e5b49d28 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:01 +0200
Subject: [PATCH 30/33] xfce4-weather-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-weather-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-weather-plugin/template b/srcpkgs/xfce4-weather-plugin/template
index c87292db6ee..97dfd26af99 100644
--- a/srcpkgs/xfce4-weather-plugin/template
+++ b/srcpkgs/xfce4-weather-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-weather-plugin'
 pkgname=xfce4-weather-plugin
 version=0.10.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="libxfce4ui-devel xfce4-panel-devel libxml2-devel libsoup-devel upower-devel"

From 7b053b0e9c13f8267bc649f76906c5ca8e9bddc5 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:01 +0200
Subject: [PATCH 31/33] xfce4-whiskermenu-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-whiskermenu-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-whiskermenu-plugin/template b/srcpkgs/xfce4-whiskermenu-plugin/template
index a9650a0f7b5..64cdfbe4daa 100644
--- a/srcpkgs/xfce4-whiskermenu-plugin/template
+++ b/srcpkgs/xfce4-whiskermenu-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-whiskermenu-plugin'
 pkgname=xfce4-whiskermenu-plugin
 version=2.3.3
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="exo-devel garcon-devel xfce4-panel-devel"

From f2970ebb923ac43594e63fb7be64e3cb8292906a Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:01 +0200
Subject: [PATCH 32/33] xfce4-windowck-plugin: rebuild for libxfce4panel

---
 srcpkgs/xfce4-windowck-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-windowck-plugin/template b/srcpkgs/xfce4-windowck-plugin/template
index e5cc89e85e5..b5e035bcb05 100644
--- a/srcpkgs/xfce4-windowck-plugin/template
+++ b/srcpkgs/xfce4-windowck-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-windowck-plugin'
 pkgname=xfce4-windowck-plugin
 version=0.4.6
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="intltool xfce4-dev-tools exo-devel python3-devel glib-devel gettext-devel ImageMagick"
 makedepends="libwnck2-devel xfce4-panel-devel xorg-server-devel"

From 8358030ee9864de2fd88192277421789ad3f2fda Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Mon, 26 Aug 2019 17:26:02 +0200
Subject: [PATCH 33/33] xfce4-xkb-plugin: rebuild for libxfce4panel

[ci skip]
---
 srcpkgs/xfce4-xkb-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-xkb-plugin/template b/srcpkgs/xfce4-xkb-plugin/template
index b669b9a1283..eee39e63402 100644
--- a/srcpkgs/xfce4-xkb-plugin/template
+++ b/srcpkgs/xfce4-xkb-plugin/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-xkb-plugin'
 pkgname=xfce4-xkb-plugin
 version=0.8.1
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="garcon-devel xfce4-panel-devel libxklavier-devel librsvg-devel libwnck-devel"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-17 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13979@inbox.vuxu.org>
2019-10-17 16:39 ` [PR PATCH] [Updated] xfce4-panel: split lib voidlinux-github
2019-10-17 16:39 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).