Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 821131A9217 for ; Thu, 1 Oct 2020 11:58:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 176A884D69; Thu, 1 Oct 2020 11:58:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9343C84CCD for ; Thu, 1 Oct 2020 11:58:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IOhmVd7KmyGs for ; Thu, 1 Oct 2020 11:58:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C2F5B84C71 for ; Thu, 1 Oct 2020 11:58:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B608EFB28; Thu, 1 Oct 2020 11:58:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601553496104200" MIME-Version: 1.0 Date: Thu, 1 Oct 2020 11:58:16 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/devel/libwnck3 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20201001115816.B608EFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1601553496104200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: prlw1 Date: Thu Oct 1 11:58:16 UTC 2020 Modified Files: pkgsrc/devel/libwnck3: Makefile PLIST distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/libwnck3/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libwnck3/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libwnck3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601553496104200 Content-Disposition: inline Content-Length: 5655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libwnck3/Makefile diff -u pkgsrc/devel/libwnck3/Makefile:1.30 pkgsrc/devel/libwnck3/Makefile:1.31 --- pkgsrc/devel/libwnck3/Makefile:1.30 Mon Aug 17 20:17:24 2020 +++ pkgsrc/devel/libwnck3/Makefile Thu Oct 1 11:58:16 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2020/08/17 20:17:24 leot Exp $ +# $NetBSD: Makefile,v 1.31 2020/10/01 11:58:16 prlw1 Exp $ -DISTNAME= libwnck-3.24.1 +DISTNAME= libwnck-3.36.0 PKGNAME= ${DISTNAME:S/libwnck/libwnck3/} -PKGREVISION= 9 CATEGORIES= devel x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -12,19 +11,21 @@ HOMEPAGE= https://www.gnome.org/ COMMENT= Library to write pagers and tasklists LICENSE= gnu-lgpl-v2 -GNU_CONFIGURE= yes -USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config -USE_LIBTOOL= yes +#GNU_CONFIGURE= yes +#USE_PKGLOCALEDIR= yes +#USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= pkg-config +#USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= libwnck-3.0.pc.in # wnckutils conflict with devel/libwnck, but also probably aren't used -CONFIGURE_ARGS+= --disable-tools +MESON_ARGS+= -Dinstall_tools=false .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gobject-introspection/buildlink3.mk" +.include "../../devel/meson/build.mk" .include "../../x11/startup-notification/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.22.0 .include "../../x11/gtk3/buildlink3.mk" Index: pkgsrc/devel/libwnck3/PLIST diff -u pkgsrc/devel/libwnck3/PLIST:1.4 pkgsrc/devel/libwnck3/PLIST:1.5 --- pkgsrc/devel/libwnck3/PLIST:1.4 Fri Sep 16 21:59:08 2016 +++ pkgsrc/devel/libwnck3/PLIST Thu Oct 1 11:58:16 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/09/16 21:59:08 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.5 2020/10/01 11:58:16 prlw1 Exp $ include/libwnck-3.0/libwnck/application.h include/libwnck-3.0/libwnck/class-group.h include/libwnck-3.0/libwnck/libwnck.h @@ -13,53 +13,11 @@ include/libwnck-3.0/libwnck/window.h include/libwnck-3.0/libwnck/wnck-enum-types.h include/libwnck-3.0/libwnck/workspace.h lib/girepository-1.0/Wnck-3.0.typelib -lib/libwnck-3.la +lib/libwnck-3.so +lib/libwnck-3.so.0 +lib/libwnck-3.so.0.3.0 lib/pkgconfig/libwnck-3.0.pc share/gir-1.0/Wnck-3.0.gir -share/gtk-doc/html/libwnck-3.0/WnckApplication.html -share/gtk-doc/html/libwnck-3.0/WnckClassGroup.html -share/gtk-doc/html/libwnck-3.0/WnckPager.html -share/gtk-doc/html/libwnck-3.0/WnckScreen.html -share/gtk-doc/html/libwnck-3.0/WnckSelector.html -share/gtk-doc/html/libwnck-3.0/WnckTasklist.html -share/gtk-doc/html/libwnck-3.0/WnckWindow.html -share/gtk-doc/html/libwnck-3.0/WnckWorkspace.html -share/gtk-doc/html/libwnck-3.0/annotation-glossary.html -share/gtk-doc/html/libwnck-3.0/core.html -share/gtk-doc/html/libwnck-3.0/getting-started.html -share/gtk-doc/html/libwnck-3.0/home.png -share/gtk-doc/html/libwnck-3.0/index.html -share/gtk-doc/html/libwnck-3.0/indexes.html -share/gtk-doc/html/libwnck-3.0/ix01.html -share/gtk-doc/html/libwnck-3.0/ix02.html -share/gtk-doc/html/libwnck-3.0/ix03.html -share/gtk-doc/html/libwnck-3.0/ix04.html -share/gtk-doc/html/libwnck-3.0/ix05.html -share/gtk-doc/html/libwnck-3.0/ix06.html -share/gtk-doc/html/libwnck-3.0/ix07.html -share/gtk-doc/html/libwnck-3.0/ix08.html -share/gtk-doc/html/libwnck-3.0/ix09.html -share/gtk-doc/html/libwnck-3.0/ix10.html -share/gtk-doc/html/libwnck-3.0/ix11.html -share/gtk-doc/html/libwnck-3.0/ix12.html -share/gtk-doc/html/libwnck-3.0/ix13.html -share/gtk-doc/html/libwnck-3.0/ix14.html -share/gtk-doc/html/libwnck-3.0/left-insensitive.png -share/gtk-doc/html/libwnck-3.0/left.png -share/gtk-doc/html/libwnck-3.0/libwnck-3.0.devhelp2 -share/gtk-doc/html/libwnck-3.0/libwnck-Icons-Functions.html -share/gtk-doc/html/libwnck-3.0/libwnck-Miscellaneous-Functions.html -share/gtk-doc/html/libwnck-3.0/libwnck-Resource-Usage-of-X-Clients.html -share/gtk-doc/html/libwnck-3.0/libwnck-Version-Information.html -share/gtk-doc/html/libwnck-3.0/libwnck-Window-Action-Menu.html -share/gtk-doc/html/libwnck-3.0/overview.html -share/gtk-doc/html/libwnck-3.0/right-insensitive.png -share/gtk-doc/html/libwnck-3.0/right.png -share/gtk-doc/html/libwnck-3.0/style.css -share/gtk-doc/html/libwnck-3.0/up-insensitive.png -share/gtk-doc/html/libwnck-3.0/up.png -share/gtk-doc/html/libwnck-3.0/utils.html -share/gtk-doc/html/libwnck-3.0/widgets.html share/locale/am/LC_MESSAGES/libwnck-3.0.mo share/locale/ar/LC_MESSAGES/libwnck-3.0.mo share/locale/as/LC_MESSAGES/libwnck-3.0.mo Index: pkgsrc/devel/libwnck3/distinfo diff -u pkgsrc/devel/libwnck3/distinfo:1.8 pkgsrc/devel/libwnck3/distinfo:1.9 --- pkgsrc/devel/libwnck3/distinfo:1.8 Fri Aug 25 12:45:03 2017 +++ pkgsrc/devel/libwnck3/distinfo Thu Oct 1 11:58:16 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/08/25 12:45:03 prlw1 Exp $ +$NetBSD: distinfo,v 1.9 2020/10/01 11:58:16 prlw1 Exp $ -SHA1 (libwnck-3.24.1.tar.xz) = 5c16cd0c63022cfa7cf2f824d037482cfbd9068b -RMD160 (libwnck-3.24.1.tar.xz) = 462d7de4d474ded7450f5a2890ef506d56a9347b -SHA512 (libwnck-3.24.1.tar.xz) = e8a31ab2dc0c282f1e0994ce6a2ccd18678dc5c140943399262e795052b7f5da2d6a5d388a74f4b10f8fac66ab138983a9caaee4e72c92a17c01ca5c39b731e1 -Size (libwnck-3.24.1.tar.xz) = 821508 bytes +SHA1 (libwnck-3.36.0.tar.xz) = ecdafc9c855174093822983120e8375b2f66ca25 +RMD160 (libwnck-3.36.0.tar.xz) = 1666eb8a9ae005e6a1dae41794bb062c4a62c9b6 +SHA512 (libwnck-3.36.0.tar.xz) = b7bf5d935327f61634a898594cf20a270e1b403c8df6c74e6ac20e22eea2845ac8c3007b31994728b74953e40c1015373efe10ed64243cf5e85fd210654aecb3 +Size (libwnck-3.36.0.tar.xz) = 447760 bytes --_----------=_1601553496104200--