Thu Oct 1 11:58:16 2020 UTC ()
Update libwnck3 to 3.36.0

==============
Version 3.36.0
==============
  Fixes
  * Add a weak reference callback to window to disconnect obsolete signal
    handlers (Alberts Muktup��vels) [GNOME/libwnck#141]
  * pager: Add scroll modes [GNOME/libwnck#134]
  * meson build fixes (Jan Alexander Steffens, Jan Tojnar, Victor Kareh)
    [GNOME/libwnck#139]

==============
Version 3.32.0
==============
  Features
  * Add signals for enter and leave notify events in task list
    (Victor Kareh) [GNOME/libwnck!6]

  Fixes
  * Meson: depend on 0.50.0, use install_dir for .pc file and subdir parameter
    (Marco Trevisan)

==============
Version 3.31.4
==============
  Fixes
  * Meson: cleanups to the dependencies and fixed docs quotes (Marco Trevisan)
  * Wnckprop: force it working under x11, so that it will work in Wayland for
    X11 clients (Marco Trevisan)
  * Update class group icon when window icon has changed (Xu Zhen) [GNOME/libwnck#135]

==============
Version 3.31.1
==============
  Features
  * Add support to build using meson (Marco Trevisan) [GNOME/libwnck!4]

==============
Version 3.30.0
==============
  Fixes
  * Use single precision floats to double (Emmanuele Bassi)
  * Allow setting the same client type (Sebastian Geiger) [#792304]
  * Remove usage of various deprecated functions and modernize code (Alberts Muktup��vels)
  * Add gitlab-ci pipeline [GNOME/libwnck!3]

  Translators
  * Andre Klapper (as) (bn) (bn_IN) (bs) (ca) (ca@valencia) (eu) (kn) (mk) (ne) (or) (ta)
  * Ask Hjorth Larsen (da)
  * GNOME Translation Robot (gd)
  * Kristjan SCHMIDT (eo)


(prlw1)
diff -r1.30 -r1.31 pkgsrc/devel/libwnck3/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/libwnck3/PLIST
diff -r1.8 -r1.9 pkgsrc/devel/libwnck3/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/devel/libwnck3/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libwnck3/Makefile 2020/08/17 20:17:24 1.30
+++ pkgsrc/devel/libwnck3/Makefile 2020/10/01 11:58:16 1.31
@@ -1,33 +1,34 @@ @@ -1,33 +1,34 @@
1# $NetBSD: Makefile,v 1.30 2020/08/17 20:17:24 leot Exp $ 1# $NetBSD: Makefile,v 1.31 2020/10/01 11:58:16 prlw1 Exp $
2 2
3DISTNAME= libwnck-3.24.1 3DISTNAME= libwnck-3.36.0
4PKGNAME= ${DISTNAME:S/libwnck/libwnck3/} 4PKGNAME= ${DISTNAME:S/libwnck/libwnck3/}
5PKGREVISION= 9 
6CATEGORIES= devel x11 gnome 5CATEGORIES= devel x11 gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/${PKGVERSION_NOREV:R}/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/${PKGVERSION_NOREV:R}/}
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= prlw1@cam.ac.uk 9MAINTAINER= prlw1@cam.ac.uk
11HOMEPAGE= https://www.gnome.org/ 10HOMEPAGE= https://www.gnome.org/
12COMMENT= Library to write pagers and tasklists 11COMMENT= Library to write pagers and tasklists
13LICENSE= gnu-lgpl-v2 12LICENSE= gnu-lgpl-v2
14 13
15GNU_CONFIGURE= yes 14#GNU_CONFIGURE= yes
16USE_PKGLOCALEDIR= yes 15#USE_PKGLOCALEDIR= yes
17USE_TOOLS+= gmake msgfmt pkg-config 16#USE_TOOLS+= gmake msgfmt pkg-config
18USE_LIBTOOL= yes 17USE_TOOLS+= pkg-config
 18#USE_LIBTOOL= yes
19 19
20PKGCONFIG_OVERRIDE= libwnck-3.0.pc.in 20PKGCONFIG_OVERRIDE= libwnck-3.0.pc.in
21 21
22# wnckutils conflict with devel/libwnck, but also probably aren't used 22# wnckutils conflict with devel/libwnck, but also probably aren't used
23CONFIGURE_ARGS+= --disable-tools 23MESON_ARGS+= -Dinstall_tools=false
24 24
25.include "../../devel/gettext-lib/buildlink3.mk" 25.include "../../devel/gettext-lib/buildlink3.mk"
26.include "../../devel/glib2/buildlink3.mk" 26.include "../../devel/glib2/buildlink3.mk"
27.include "../../devel/gobject-introspection/buildlink3.mk" 27.include "../../devel/gobject-introspection/buildlink3.mk"
 28.include "../../devel/meson/build.mk"
28.include "../../x11/startup-notification/buildlink3.mk" 29.include "../../x11/startup-notification/buildlink3.mk"
29BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.22.0 30BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.22.0
30.include "../../x11/gtk3/buildlink3.mk" 31.include "../../x11/gtk3/buildlink3.mk"
31.include "../../x11/libXres/buildlink3.mk" 32.include "../../x11/libXres/buildlink3.mk"
32.include "../../x11/libX11/buildlink3.mk" 33.include "../../x11/libX11/buildlink3.mk"
33.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/libwnck3/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/libwnck3/PLIST 2016/09/16 21:59:08 1.4
+++ pkgsrc/devel/libwnck3/PLIST 2020/10/01 11:58:16 1.5
@@ -1,75 +1,33 @@ @@ -1,75 +1,33 @@
1@comment $NetBSD: PLIST,v 1.4 2016/09/16 21:59:08 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.5 2020/10/01 11:58:16 prlw1 Exp $
2include/libwnck-3.0/libwnck/application.h 2include/libwnck-3.0/libwnck/application.h
3include/libwnck-3.0/libwnck/class-group.h 3include/libwnck-3.0/libwnck/class-group.h
4include/libwnck-3.0/libwnck/libwnck.h 4include/libwnck-3.0/libwnck/libwnck.h
5include/libwnck-3.0/libwnck/pager.h 5include/libwnck-3.0/libwnck/pager.h
6include/libwnck-3.0/libwnck/screen.h 6include/libwnck-3.0/libwnck/screen.h
7include/libwnck-3.0/libwnck/selector.h 7include/libwnck-3.0/libwnck/selector.h
8include/libwnck-3.0/libwnck/tasklist.h 8include/libwnck-3.0/libwnck/tasklist.h
9include/libwnck-3.0/libwnck/util.h 9include/libwnck-3.0/libwnck/util.h
10include/libwnck-3.0/libwnck/version.h 10include/libwnck-3.0/libwnck/version.h
11include/libwnck-3.0/libwnck/window-action-menu.h 11include/libwnck-3.0/libwnck/window-action-menu.h
12include/libwnck-3.0/libwnck/window.h 12include/libwnck-3.0/libwnck/window.h
13include/libwnck-3.0/libwnck/wnck-enum-types.h 13include/libwnck-3.0/libwnck/wnck-enum-types.h
14include/libwnck-3.0/libwnck/workspace.h 14include/libwnck-3.0/libwnck/workspace.h
15lib/girepository-1.0/Wnck-3.0.typelib 15lib/girepository-1.0/Wnck-3.0.typelib
16lib/libwnck-3.la 16lib/libwnck-3.so
 17lib/libwnck-3.so.0
 18lib/libwnck-3.so.0.3.0
17lib/pkgconfig/libwnck-3.0.pc 19lib/pkgconfig/libwnck-3.0.pc
18share/gir-1.0/Wnck-3.0.gir 20share/gir-1.0/Wnck-3.0.gir
19share/gtk-doc/html/libwnck-3.0/WnckApplication.html 
20share/gtk-doc/html/libwnck-3.0/WnckClassGroup.html 
21share/gtk-doc/html/libwnck-3.0/WnckPager.html 
22share/gtk-doc/html/libwnck-3.0/WnckScreen.html 
23share/gtk-doc/html/libwnck-3.0/WnckSelector.html 
24share/gtk-doc/html/libwnck-3.0/WnckTasklist.html 
25share/gtk-doc/html/libwnck-3.0/WnckWindow.html 
26share/gtk-doc/html/libwnck-3.0/WnckWorkspace.html 
27share/gtk-doc/html/libwnck-3.0/annotation-glossary.html 
28share/gtk-doc/html/libwnck-3.0/core.html 
29share/gtk-doc/html/libwnck-3.0/getting-started.html 
30share/gtk-doc/html/libwnck-3.0/home.png 
31share/gtk-doc/html/libwnck-3.0/index.html 
32share/gtk-doc/html/libwnck-3.0/indexes.html 
33share/gtk-doc/html/libwnck-3.0/ix01.html 
34share/gtk-doc/html/libwnck-3.0/ix02.html 
35share/gtk-doc/html/libwnck-3.0/ix03.html 
36share/gtk-doc/html/libwnck-3.0/ix04.html 
37share/gtk-doc/html/libwnck-3.0/ix05.html 
38share/gtk-doc/html/libwnck-3.0/ix06.html 
39share/gtk-doc/html/libwnck-3.0/ix07.html 
40share/gtk-doc/html/libwnck-3.0/ix08.html 
41share/gtk-doc/html/libwnck-3.0/ix09.html 
42share/gtk-doc/html/libwnck-3.0/ix10.html 
43share/gtk-doc/html/libwnck-3.0/ix11.html 
44share/gtk-doc/html/libwnck-3.0/ix12.html 
45share/gtk-doc/html/libwnck-3.0/ix13.html 
46share/gtk-doc/html/libwnck-3.0/ix14.html 
47share/gtk-doc/html/libwnck-3.0/left-insensitive.png 
48share/gtk-doc/html/libwnck-3.0/left.png 
49share/gtk-doc/html/libwnck-3.0/libwnck-3.0.devhelp2 
50share/gtk-doc/html/libwnck-3.0/libwnck-Icons-Functions.html 
51share/gtk-doc/html/libwnck-3.0/libwnck-Miscellaneous-Functions.html 
52share/gtk-doc/html/libwnck-3.0/libwnck-Resource-Usage-of-X-Clients.html 
53share/gtk-doc/html/libwnck-3.0/libwnck-Version-Information.html 
54share/gtk-doc/html/libwnck-3.0/libwnck-Window-Action-Menu.html 
55share/gtk-doc/html/libwnck-3.0/overview.html 
56share/gtk-doc/html/libwnck-3.0/right-insensitive.png 
57share/gtk-doc/html/libwnck-3.0/right.png 
58share/gtk-doc/html/libwnck-3.0/style.css 
59share/gtk-doc/html/libwnck-3.0/up-insensitive.png 
60share/gtk-doc/html/libwnck-3.0/up.png 
61share/gtk-doc/html/libwnck-3.0/utils.html 
62share/gtk-doc/html/libwnck-3.0/widgets.html 
63share/locale/am/LC_MESSAGES/libwnck-3.0.mo 21share/locale/am/LC_MESSAGES/libwnck-3.0.mo
64share/locale/ar/LC_MESSAGES/libwnck-3.0.mo 22share/locale/ar/LC_MESSAGES/libwnck-3.0.mo
65share/locale/as/LC_MESSAGES/libwnck-3.0.mo 23share/locale/as/LC_MESSAGES/libwnck-3.0.mo
66share/locale/ast/LC_MESSAGES/libwnck-3.0.mo 24share/locale/ast/LC_MESSAGES/libwnck-3.0.mo
67share/locale/az/LC_MESSAGES/libwnck-3.0.mo 25share/locale/az/LC_MESSAGES/libwnck-3.0.mo
68share/locale/be/LC_MESSAGES/libwnck-3.0.mo 26share/locale/be/LC_MESSAGES/libwnck-3.0.mo
69share/locale/be@latin/LC_MESSAGES/libwnck-3.0.mo 27share/locale/be@latin/LC_MESSAGES/libwnck-3.0.mo
70share/locale/bg/LC_MESSAGES/libwnck-3.0.mo 28share/locale/bg/LC_MESSAGES/libwnck-3.0.mo
71share/locale/bn/LC_MESSAGES/libwnck-3.0.mo 29share/locale/bn/LC_MESSAGES/libwnck-3.0.mo
72share/locale/bn_IN/LC_MESSAGES/libwnck-3.0.mo 30share/locale/bn_IN/LC_MESSAGES/libwnck-3.0.mo
73share/locale/br/LC_MESSAGES/libwnck-3.0.mo 31share/locale/br/LC_MESSAGES/libwnck-3.0.mo
74share/locale/bs/LC_MESSAGES/libwnck-3.0.mo 32share/locale/bs/LC_MESSAGES/libwnck-3.0.mo
75share/locale/ca/LC_MESSAGES/libwnck-3.0.mo 33share/locale/ca/LC_MESSAGES/libwnck-3.0.mo

cvs diff -r1.8 -r1.9 pkgsrc/devel/libwnck3/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libwnck3/distinfo 2017/08/25 12:45:03 1.8
+++ pkgsrc/devel/libwnck3/distinfo 2020/10/01 11:58:16 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2017/08/25 12:45:03 prlw1 Exp $ 1$NetBSD: distinfo,v 1.9 2020/10/01 11:58:16 prlw1 Exp $
2 2
3SHA1 (libwnck-3.24.1.tar.xz) = 5c16cd0c63022cfa7cf2f824d037482cfbd9068b 3SHA1 (libwnck-3.36.0.tar.xz) = ecdafc9c855174093822983120e8375b2f66ca25
4RMD160 (libwnck-3.24.1.tar.xz) = 462d7de4d474ded7450f5a2890ef506d56a9347b 4RMD160 (libwnck-3.36.0.tar.xz) = 1666eb8a9ae005e6a1dae41794bb062c4a62c9b6
5SHA512 (libwnck-3.24.1.tar.xz) = e8a31ab2dc0c282f1e0994ce6a2ccd18678dc5c140943399262e795052b7f5da2d6a5d388a74f4b10f8fac66ab138983a9caaee4e72c92a17c01ca5c39b731e1 5SHA512 (libwnck-3.36.0.tar.xz) = b7bf5d935327f61634a898594cf20a270e1b403c8df6c74e6ac20e22eea2845ac8c3007b31994728b74953e40c1015373efe10ed64243cf5e85fd210654aecb3
6Size (libwnck-3.24.1.tar.xz) = 821508 bytes 6Size (libwnck-3.36.0.tar.xz) = 447760 bytes