Date: Wednesday, March 25, 2020 @ 21:29:57 Author: heftig Revision: 378496
3.36.0-1 Modified: libwnck3/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-25 21:21:25 UTC (rev 378495) +++ PKGBUILD 2020-03-25 21:29:57 UTC (rev 378496) @@ -2,8 +2,8 @@ # Contributor: Ionut Biru <[email protected]> pkgname=libwnck3 -pkgver=3.32.0 -pkgrel=3 +pkgver=3.36.0 +pkgrel=1 pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)" url="https://gitlab.gnome.org/GNOME/libwnck" arch=(x86_64) @@ -10,7 +10,7 @@ license=(LGPL) depends=(gtk3 startup-notification libxres) makedepends=(gobject-introspection gtk-doc git meson) -_commit=d3a714db6af5c1a146effb8d8f827b8973bbb91c # tags/3.32.0^0 +_commit=3c469a0d7e58e36106eea7600ae2f6fd8aaed232 # tags/3.36.0^0 source=("git+https://gitlab.gnome.org/GNOME/libwnck.git#commit=$_commit") sha256sums=('SKIP') @@ -21,12 +21,6 @@ prepare() { cd libwnck - - # Fix startup-notification use - git cherry-pick -n 0d9ff7db63af568feef8e8c566e249058ccfcb4e - - # Fix gettext - git cherry-pick -n a5c0a3353bf015e4ba88f7ba4eef41a4610aa3d7 } build() {
