pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libwnck3 Update libwnck3 to 3.36.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa719d08163f
branches:  trunk
changeset: 440002:aa719d08163f
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu Oct 01 11:58:16 2020 +0000

description:
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)

diffstat:

 devel/libwnck3/Makefile |  17 ++++++++-------
 devel/libwnck3/PLIST    |  50 +++---------------------------------------------
 devel/libwnck3/distinfo |  10 ++++----
 3 files changed, 18 insertions(+), 59 deletions(-)

diffs (122 lines):

diff -r bc5c98c4d43e -r aa719d08163f devel/libwnck3/Makefile
--- a/devel/libwnck3/Makefile   Thu Oct 01 11:55:06 2020 +0000
+++ b/devel/libwnck3/Makefile   Thu Oct 01 11:58:16 2020 +0000
@@ -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 @@
 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"
diff -r bc5c98c4d43e -r aa719d08163f devel/libwnck3/PLIST
--- a/devel/libwnck3/PLIST      Thu Oct 01 11:55:06 2020 +0000
+++ b/devel/libwnck3/PLIST      Thu Oct 01 11:58:16 2020 +0000
@@ -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/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
diff -r bc5c98c4d43e -r aa719d08163f devel/libwnck3/distinfo
--- a/devel/libwnck3/distinfo   Thu Oct 01 11:55:06 2020 +0000
+++ b/devel/libwnck3/distinfo   Thu Oct 01 11:58:16 2020 +0000
@@ -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


Home | Main Index | Thread Index | Old Index