summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2013-09-08 09:42:23 +0000
committerprlw1 <prlw1@pkgsrc.org>2013-09-08 09:42:23 +0000
commit97aa7fec5d9abd398277ce6fb214ff91bede74e4 (patch)
tree2d66af4458d41463a30a628be0f5e750cdc14cdf /devel
parenteca9a1fafbfbb5286432ea44aa3ec34ad5f43b69 (diff)
downloadpkgsrc-97aa7fec5d9abd398277ce6fb214ff91bede74e4.tar.gz
Update libwnck3 to 3.4.7
============= Version 3.4.7 ============= Features * Add wnck_set_default_icon_size and wnck_set_default_mini_icon_size functions to allow clients to define the size of the icons to be used for windows and applications. ============= Version 3.4.6 ============= Features * Add option to close windows with mouse middle click on button in tasklist (Stefano Karapetsas) * Add API to define task list orientation (Jean-Luc Porquet and Josselin Mouette) Fixes * ClassGroup: fix class signal signature (Marco Trevisan) * Get rid of the deprecated code in TaskList, Selector and Pager (Marco Trevisan) Translators * Andika Triwidada (id) * Ani Peter (ml) * Aurimas Černius (lt) * Balázs Úr (hu) * Daniel Mustieles (es) * Enrico Nicoletto (pt_BR) * Joe Hansen (da) * Krishnababu Krothapalli (te) * ManojKumar Giri (or) * Marek Černocký (cs) * Matej Urbančič (sl) * Nilamdyuti Goswami (as) * Rajesh Ranjan (hi) * Sandeep Sheshrao Shedmake (mr) * Shankar Prasad (kn) * Shantha kumar (ta) * Sweta Kothari (gu) * Theppitak Karoonboonyanan (th) * Yuri Myasoedov (ru) * Мирослав Николић (sr) (sr@latin ============= Version 3.4.5 ============= Features * Add getter and notifier for the Window role * Emit signals when a window instance or group name (WM_CLASS) changes (Marco Trevisan) Fixes * Remove deprecated APIs for device grabbing (Marco Trevisan) * Fix wnckprop hang, that made the system unusable (Marco Trevisan) * Fix build with recent automake (Nuno Araujo) * Use a little less power using g_timeout_add_seconds (B.Prathibha) Translators * ManojKumar Giri (or) * Piotr Drąg (pl) * Shankar Prasad (kn) ============= Version 3.4.4 ============= Translators * Runa Bhattacharjee (bn_IN) * chandankumar (hi) * Khoem Sokhem (km) * Rūdolfs Mazurs (lv) * Anish A (ml) * Piotr Drąg (pl)
Diffstat (limited to 'devel')
-rw-r--r--devel/libwnck3/Makefile7
-rw-r--r--devel/libwnck3/PLIST4
-rw-r--r--devel/libwnck3/distinfo8
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/libwnck3/Makefile b/devel/libwnck3/Makefile
index 4e465b5a229..5b59fdf6fba 100644
--- a/devel/libwnck3/Makefile
+++ b/devel/libwnck3/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2013/09/02 19:50:41 adam Exp $
+# $NetBSD: Makefile,v 1.8 2013/09/08 09:42:23 prlw1 Exp $
#
-DISTNAME= libwnck-3.4.3
+DISTNAME= libwnck-3.4.7
PKGNAME= ${DISTNAME:S/libwnck/libwnck3/}
-PKGREVISION= 5
CATEGORIES= devel x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/3.4/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
diff --git a/devel/libwnck3/PLIST b/devel/libwnck3/PLIST
index 1772d8c51d1..266a607eac9 100644
--- a/devel/libwnck3/PLIST
+++ b/devel/libwnck3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/10/18 19:21:04 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/09/08 09:42:23 prlw1 Exp $
include/libwnck-3.0/libwnck/application.h
include/libwnck-3.0/libwnck/class-group.h
include/libwnck-3.0/libwnck/libwnck.h
@@ -47,6 +47,7 @@ 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.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
@@ -102,6 +103,7 @@ share/locale/it/LC_MESSAGES/libwnck-3.0.mo
share/locale/ja/LC_MESSAGES/libwnck-3.0.mo
share/locale/ka/LC_MESSAGES/libwnck-3.0.mo
share/locale/kk/LC_MESSAGES/libwnck-3.0.mo
+share/locale/km/LC_MESSAGES/libwnck-3.0.mo
share/locale/kn/LC_MESSAGES/libwnck-3.0.mo
share/locale/ko/LC_MESSAGES/libwnck-3.0.mo
share/locale/ku/LC_MESSAGES/libwnck-3.0.mo
diff --git a/devel/libwnck3/distinfo b/devel/libwnck3/distinfo
index 1fecd8e31b0..b21d58df876 100644
--- a/devel/libwnck3/distinfo
+++ b/devel/libwnck3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/10/18 19:21:04 prlw1 Exp $
+$NetBSD: distinfo,v 1.2 2013/09/08 09:42:23 prlw1 Exp $
-SHA1 (libwnck-3.4.3.tar.xz) = 2b80f865f7c37cfe5a49a8f19c3a6b2a2606e6d4
-RMD160 (libwnck-3.4.3.tar.xz) = 6306f346e3e246767afe891c4fc0a530d2c78073
-Size (libwnck-3.4.3.tar.xz) = 651716 bytes
+SHA1 (libwnck-3.4.7.tar.xz) = 109c7b312442c66f13c1ef3465e882446906d13e
+RMD160 (libwnck-3.4.7.tar.xz) = e0f887fad60546082e36e1fbe5ef6c8b1eb105fd
+Size (libwnck-3.4.7.tar.xz) = 663768 bytes