pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libwnck3



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Sep 16 21:59:08 UTC 2016

Modified Files:
        pkgsrc/devel/libwnck3: Makefile PLIST distinfo

Log Message:
Update libwnck3 to 3.20.1

==============
Version 3.20.1
==============

  Fixes

  * tasklist: ignore size_allocate with invalid size (Alberts Muktupvels)
  * tasklist: queue resize on button not on its content (Alberts Muktupvels)
  * workspace-accessible: drop obsolete GTK_CHECK_VERSION (Alberts Muktupvels)
  * workspace-accessible: don't use deprecated atk_component_get_position
    (Alberts Muktupvels)
  * tasklist: don't use deprecated GtkMisc (Alberts Muktupvels)
  * selector: don't use deprecated GtkMisc (Alberts Muktupvels)
  * wnckprop: don't use deprecated gdk_cursor_new (Alberts Muktupvels)
  * test-wnck: don't use deprecated gtk_tree_view_set_rules_hint (Alberts
    Muktupvels)

==============
Version 3.20.0
==============

  Fixes

  * xutils: add error trap in try_pixmap_and_mask (Alberts Muktupvel)
  * Window: ignore unhandled non-_NET_WM actions
  * ActionMenu: Use gtk_label_set_text_with_mnemonic instead of
    gtk_label_set_text (Andrea Azzarone)
  * tasklist: set css name (Alberts Muktupvel)
  * selector: set css name (Alberts Muktupvel)
  * pager: set css name Alberts Muktupvels
  * configure.ac: redefine introspection dirs using proper prefixes

  Translators

  * Duan Kazi (sk)
  * Trn Ngc Qu�n (vi)

==============
Version 3.18.0
==============

  Fixes

  * WnckWindow: Add a new 'type-changed' signal (Sebastian Geiger)
  * don't use deprecated style properties (Alberts Muktupvels)
  * pager: use correct state flags (Alberts Muktupvels)
  * selector: avoid warnings from GtkStyleContext (Alberts Muktupvels)
  * tasklist: avoid warnings from GtkStyleContext (Alberts Muktupvels)
  * Back to dependency on gtk+-3.0 >= 3.10

  Translators

  * Aurimas ernius (lt)
  * C�dric Valmary (oc)
  * Cheng-Chia Tseng (zh_TW)
  * Jordi Mas (ca)
  * Maria  Mavridou (el)
  * Mario Bl�ttermann (de)
  * Muhammet Kara (tr)
  * Pedro Albuquerque (pt)
  * Piotr Drg (pl)
  * Samir Ribic (bs)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libwnck3/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libwnck3/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libwnck3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libwnck3/Makefile
diff -u pkgsrc/devel/libwnck3/Makefile:1.15 pkgsrc/devel/libwnck3/Makefile:1.16
--- pkgsrc/devel/libwnck3/Makefile:1.15 Wed Aug  3 10:22:11 2016
+++ pkgsrc/devel/libwnck3/Makefile      Fri Sep 16 21:59:08 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2016/08/03 10:22:11 adam Exp $
+# $NetBSD: Makefile,v 1.16 2016/09/16 21:59:08 prlw1 Exp $
 
-DISTNAME=      libwnck-3.14.1
+DISTNAME=      libwnck-3.20.1
 PKGNAME=       ${DISTNAME:S/libwnck/libwnck3/}
-PKGREVISION=   1
 CATEGORIES=    devel x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libwnck/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -27,6 +26,7 @@ CONFIGURE_ARGS+=      --disable-tools
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../textproc/gtk-doc/buildlink3.mk"
 .include "../../x11/startup-notification/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.16
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../x11/libXres/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"

Index: pkgsrc/devel/libwnck3/PLIST
diff -u pkgsrc/devel/libwnck3/PLIST:1.3 pkgsrc/devel/libwnck3/PLIST:1.4
--- pkgsrc/devel/libwnck3/PLIST:1.3     Tue Oct  7 23:59:50 2014
+++ pkgsrc/devel/libwnck3/PLIST Fri Sep 16 21:59:08 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/07 23:59:50 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/09/16 21:59:08 prlw1 Exp $
 include/libwnck-3.0/libwnck/application.h
 include/libwnck-3.0/libwnck/class-group.h
 include/libwnck-3.0/libwnck/libwnck.h
@@ -29,7 +29,6 @@ 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/index.sgml
 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

Index: pkgsrc/devel/libwnck3/distinfo
diff -u pkgsrc/devel/libwnck3/distinfo:1.6 pkgsrc/devel/libwnck3/distinfo:1.7
--- pkgsrc/devel/libwnck3/distinfo:1.6  Wed Apr 13 21:40:33 2016
+++ pkgsrc/devel/libwnck3/distinfo      Fri Sep 16 21:59:08 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/04/13 21:40:33 prlw1 Exp $
+$NetBSD: distinfo,v 1.7 2016/09/16 21:59:08 prlw1 Exp $
 
-SHA1 (libwnck-3.14.1.tar.xz) = 46516875e29a7d9246218362f60b46fe87905e0f
-RMD160 (libwnck-3.14.1.tar.xz) = e6e25218dd6d1f50adddf2cca2502b20c484cd86
-SHA512 (libwnck-3.14.1.tar.xz) = 9ea05047b88e3bb47ab7d144089abbad8384a15b3d435ac250bd67ef45466f3bd264e6b4e36bb12d4acebb7da8c210ea7dae03ab5e020d7d6c1beb1658b97972
-Size (libwnck-3.14.1.tar.xz) = 683652 bytes
+SHA1 (libwnck-3.20.1.tar.xz) = 50cdfa9ebfeda66f4ebdc49dd14b6a3679442835
+RMD160 (libwnck-3.20.1.tar.xz) = 81c8bb1aee6876d041bbd733f5b5bdc1fe3e8c31
+SHA512 (libwnck-3.20.1.tar.xz) = 68e9ec8795a0c54edfb31299f48daed5b8c8aab9462a38fd6336f88c29cb96cff66bf852a6049fc34c28bd6cab2e5e6863a711b0ce726999ca7f8e9b07f0eaf0
+Size (libwnck-3.20.1.tar.xz) = 693932 bytes



Home | Main Index | Thread Index | Old Index