Date: Saturday, February 22, 2020 @ 21:32:17 Author: heftig Revision: 376069
3.32.0-3 Modified: libwnck3/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-22 21:30:47 UTC (rev 376068) +++ PKGBUILD 2020-02-22 21:32:17 UTC (rev 376069) @@ -3,7 +3,7 @@ pkgname=libwnck3 pkgver=3.32.0 -pkgrel=2 +pkgrel=3 pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)" url="https://gitlab.gnome.org/GNOME/libwnck" arch=(x86_64) @@ -21,8 +21,12 @@ prepare() { cd libwnck + # Fix startup-notification use - git cherry-pick -n bbf3286f66c79118b16ff429265bbc3e6ce283ad + git cherry-pick -n 0d9ff7db63af568feef8e8c566e249058ccfcb4e + + # Fix gettext + git cherry-pick -n a5c0a3353bf015e4ba88f7ba4eef41a4610aa3d7 } build() {
