pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-panel



Module Name:    pkgsrc
Committed By:   youri
Date:           Tue May 15 22:35:10 UTC 2018

Modified Files:
        pkgsrc/x11/xfce4-panel: Makefile PLIST buildlink3.mk distinfo

Log Message:
Update:

4.13.3
======
- Bugfixes:
  - Get the actual widget state flags to avoid constant redraws (Bug #14307)
  -     launcher: Fix empty button in remove launcher dialog (Bug #13962)
  -     launcher: Make sure icons are not oversize
  - launcher: Make sure the appropriate icon size is used
  - launcher: Fix resizing of pixbuf based icons (Bug #14138)
  - Move "Separator" to the top of the "Add New Items..." menu (Bug #14086)
  - Make a couple of strings translatable (Bug #14338)
  - Make former GtkStock dialog buttons translateable (Bug #14338)
  - Make double-click add plugin in the "Add item" dialog (Bug #9784)
  - clock: Improve discoverability of tooltip help-texts (Bug #11708)
  - Correctly initialize return value (Bug #10873)
  - Gtk+3 fixes:
    Fix various warnings with Gtk3 (Bug #14135)
    Fix Gtk+3 version in ifdef
    Use 'gdk_screen_is_composited' with Gtk3 (Bug #14128)
        Try to fix menu positioning with Gtk3.22
  - Various icon fixes:
    Switch to GtkIconTheme (Bug #14125)
    Fix missing icons with Adwaita icon theme (Bug #14133)
    Fix remaining deprecated icon names
- Translation updates: Belarusian, Bulgarian, Catalan, Chinese (China),
   Croatian, Czech, Danish, Dutch (Flemish), English (Australia), Finnish,
   French, Galician, German, Greek, Hebrew, Hungarian, Italian, Japanese,
   Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese (Brazilian),
   Russian, Serbian, Turkish, Ukrainian

4.13.2
======
- Add support for gobject-introspection (Vidar Haarr)
- Bugfixes:
  - actions: Fix GPtrArray usage (Bug #13981)
  - actions: Show Hybrid Sleep option (Bug #12771)
  - clock: Fix invalid datetime formats appearing in list (Bug #11527)
  - clock: Use freedesktop.org compliant icon (Bug #13779)
  - clock: Add a validator for digital custom formats (Bug #11527)
  - clock: Fix format validation (Bug #11527)
  - launcher: Fix custom images
  - tasklist: Fix scrolling to cycle through open windows (Bug #13789)
  - tasklist: Define cosmetic default padding for images (Bug #13865)
  - tasklist: Fix alignment of labels when orientation is changed (Bug #13864)
  - tasklist: Allow to hide label decorations (Bug #10546)
  - systray: Fix crash when systray is empty (Bug #13927)
  - systray: Don't lookup hash table for null keys (Bug #11929)
  - systray: Add option to display icons with square sizing (Bug #12093)
  - Pass socket id to D-Bus service to embed settings window (Bug #13854)
  - Make "Automatic" the default selection in the panel config dialog
  - Fix make distcheck (But #14040)
  - Improve gtkdoc
- Translation updates: Arabic, Asturian, Basque, Bengali, Bulgarian, Catalan,
   Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech,
   Danish, Dutch (Flemish), English (Australia), English (Great Britain),
   Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
   Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
   Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish, Portuguese,
   Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
   Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese

4.13.1
======
- Port to GDBus (Ali)
   This means the panel now depends on xfconf 4.13 - recommended is 4.13.3.
- Features:
  - systray: Allow ordering of items (Bug #11929)
  - tasklist: Add styleclass to make life easier for themers
- Bugfixes:
  - Fix DND between external plugins (Bug #13687)
  - Fix drag and drop for internal plugins (Bug #13642)
  - Correct enter and leave opacity label positions (Bug #13594)
  - Fix Gtk3 XfceArrowButtons not blinking (Bug #13599)
  - Fix datarootdir declaration in .pc files (Bug #13589)
  - Use fd.org terminal icon name (Bug #13592)
  - Don't let the wrapper crash on unknown properties (Bug #13614)
  - Set default panel-2 size of default settings
  - windowmenu: Fix icon size in menu
  - systray: Fix alignment of single non-square items (Bug #9095)
  - clock: Make the default date and time format translatable (Bug #9637)
- Translation updates: Arabic, Bengali, Bulgarian, Catalan, Chinese (China),
   Chinese (Taiwan), Croatian, Czech, Danish, Dutch (Flemish), French, German,
   Hebrew, Indonesian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål,
   Polish, Portuguese, Portuguese (Brazilian), Russian, Slovak, Spanish, Swedish,
   Turkish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/x11/xfce4-panel/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/xfce4-panel/PLIST
cvs rdiff -u -r1.55 -r1.56 pkgsrc/x11/xfce4-panel/buildlink3.mk
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/xfce4-panel/distinfo

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

Modified files:

Index: pkgsrc/x11/xfce4-panel/Makefile
diff -u pkgsrc/x11/xfce4-panel/Makefile:1.70 pkgsrc/x11/xfce4-panel/Makefile:1.71
--- pkgsrc/x11/xfce4-panel/Makefile:1.70        Mon Apr 16 14:34:03 2018
+++ pkgsrc/x11/xfce4-panel/Makefile     Tue May 15 22:35:10 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2018/04/16 14:34:03 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2018/05/15 22:35:10 youri Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=              xfce4-panel-4.13.0
+DISTNAME=              xfce4-panel-4.13.3
 CATEGORIES=            x11
 MASTER_SITES+=         http://archive.xfce.org/src/xfce/xfce4-panel/4.13/
 

Index: pkgsrc/x11/xfce4-panel/PLIST
diff -u pkgsrc/x11/xfce4-panel/PLIST:1.27 pkgsrc/x11/xfce4-panel/PLIST:1.28
--- pkgsrc/x11/xfce4-panel/PLIST:1.27   Sun Jun 18 22:29:54 2017
+++ pkgsrc/x11/xfce4-panel/PLIST        Tue May 15 22:35:10 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2017/06/18 22:29:54 youri Exp $
+@comment $NetBSD: PLIST,v 1.28 2018/05/15 22:35:10 youri Exp $
 bin/xfce4-panel
 bin/xfce4-popup-applicationsmenu
 bin/xfce4-popup-directorymenu
@@ -50,6 +50,9 @@ share/examples/xfce4/panel/default.xml
 share/gtk-doc/html/libxfce4panel-2.0/XfceArrowButton.html
 share/gtk-doc/html/libxfce4panel-2.0/XfcePanelImage.html
 share/gtk-doc/html/libxfce4panel-2.0/XfcePanelPlugin.html
+share/gtk-doc/html/libxfce4panel-2.0/annotation-glossary.html
+share/gtk-doc/html/libxfce4panel-2.0/api-index-4-10.html
+share/gtk-doc/html/libxfce4panel-2.0/api-index-4-14.html
 share/gtk-doc/html/libxfce4panel-2.0/api-index-4-6.html
 share/gtk-doc/html/libxfce4panel-2.0/api-index-4-8.html
 share/gtk-doc/html/libxfce4panel-2.0/api-index-deprecated.html
@@ -66,6 +69,7 @@ share/gtk-doc/html/libxfce4panel-2.0/lib
 share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-Panel-Plugin-Register-Macros.html
 share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-Standard-Enumerations.html
 share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-Version-Information.html
+share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-XfceHVBox.html
 share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-fundamentals.html
 share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-miscelleanous.html
 share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-plugins.html

Index: pkgsrc/x11/xfce4-panel/buildlink3.mk
diff -u pkgsrc/x11/xfce4-panel/buildlink3.mk:1.55 pkgsrc/x11/xfce4-panel/buildlink3.mk:1.56
--- pkgsrc/x11/xfce4-panel/buildlink3.mk:1.55   Mon Apr 16 14:34:03 2018
+++ pkgsrc/x11/xfce4-panel/buildlink3.mk        Tue May 15 22:35:10 2018
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.55 2018/04/16 14:34:03 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.56 2018/05/15 22:35:10 youri Exp $
 
 BUILDLINK_TREE+=       xfce4-panel
 
 .if !defined(XFCE4_PANEL_BUILDLINK3_MK)
 XFCE4_PANEL_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.xfce4-panel+=    xfce4-panel>=4.12.0
-BUILDLINK_ABI_DEPENDS.xfce4-panel+=    xfce4-panel>=4.13.0nb3
+BUILDLINK_API_DEPENDS.xfce4-panel+=    xfce4-panel>=4.13.3
+BUILDLINK_ABI_DEPENDS.xfce4-panel+=    xfce4-panel>=4.13.3
 BUILDLINK_PKGSRCDIR.xfce4-panel?=      ../../x11/xfce4-panel
 
 .include "../../x11/gtk3/buildlink3.mk"

Index: pkgsrc/x11/xfce4-panel/distinfo
diff -u pkgsrc/x11/xfce4-panel/distinfo:1.25 pkgsrc/x11/xfce4-panel/distinfo:1.26
--- pkgsrc/x11/xfce4-panel/distinfo:1.25        Sun Jun 18 22:29:54 2017
+++ pkgsrc/x11/xfce4-panel/distinfo     Tue May 15 22:35:10 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2017/06/18 22:29:54 youri Exp $
+$NetBSD: distinfo,v 1.26 2018/05/15 22:35:10 youri Exp $
 
-SHA1 (xfce4-panel-4.13.0.tar.bz2) = 7a32408586ca62b683c63f82b91d2f0e63e9b5b6
-RMD160 (xfce4-panel-4.13.0.tar.bz2) = e540a087a51788d7e3eb9fdb718cb23ec39677a6
-SHA512 (xfce4-panel-4.13.0.tar.bz2) = 16d5e265d9cdea8a2a5e11b39901ab399e2423038406fcad3d6df164183d29591a9884c205459217229a7dcc3365d59034971a1008fe3471716236fb9df64de2
-Size (xfce4-panel-4.13.0.tar.bz2) = 1182789 bytes
+SHA1 (xfce4-panel-4.13.3.tar.bz2) = 3cf081e1c6d4c1b64b085b95b65661e6a774628e
+RMD160 (xfce4-panel-4.13.3.tar.bz2) = 8af82beeac2de8defbd80a0033e1f97959655416
+SHA512 (xfce4-panel-4.13.3.tar.bz2) = 99921ffc295b0e00689df50946ea326496c6fca68d6dfc6a563c0fb9e18bef1e537659963e3a0e6ee83756417565ac3531bc43e0e909dbb369068e4905bde045
+Size (xfce4-panel-4.13.3.tar.bz2) = 1239212 bytes
 SHA1 (patch-migrate_Makefile.in) = bf71d8ff41cfe4ce60e7e1887858b5474f1fe11c



Home | Main Index | Thread Index | Old Index