pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-whiskermenu-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Nov 30 00:48:45 UTC 2021

Modified Files:
        pkgsrc/x11/xfce4-whiskermenu-plugin: Makefile PLIST distinfo

Log Message:
xfce4-whiskermenu-plugin: update to 2.7.0

Change log:

2.7.0
=====
- Add showing categories as icons on top or bottom. (Issue #62)
- Add hiding username. (Issue #36)
- Add rounded profile picture.
- Add optional AccountsService support.
- Add catfish search action.
- Add CSS classes for theming.
- Improve search result relevance.
- Make stripping release builds optional.
- Rearrange settings dialog.
- Remove sliding out search results.
- Remove useless grab check.
- Rename icon to follow reverse DNS scheme.
- Replace size grip with resizing from edges.
- Replace slots with lambdas.
- Use original menu layout.
- Use dm-tool for switching users.
- Translation updates: Basque, Bulgarian, Chinese (Taiwan), Danish, Dutch,
  French, Greek, Lithuanian, Portuguese, Portuguese (Brazil), Slovak,
  Spanish, Swedish, Turkish, Ukrainian.

2.6.2
=====
- Fix background shifting when showing menu. (Issue #41)
- Fix menu not toggling after pressing escape. (Issue #65)
- Properly prevent interactive search in treeview.

2.6.1
=====
- Fix menu not toggling. (Issue #61)
- Fix small icon in multi-row panels. (Issue #37)
- Fix missing minimize and maximize buttons in settings dialog.
- Replace deprecated code for grab check.
- Translation updates: Greek, Slovak, Spanish.

2.6.0
=====
- Fix unable to resize with metacity. (Issue #56)
- Fix invalid desktop files when hiding applications. (Issue #53)
- Fix not showing focused launcher when searching. (Issue #45)
- Add option to disable sorting categories. (Issue #42)
- Translation updates: Arabic, Basque, Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Czech, Danish, Dutch, Esperanto, Finnish, French,
  Galician, Georgian, German, Hungarian, Interlingue, Italian, Lithuanian,
  Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Thai,
  Turkish, Ukrainian.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xfce4-whiskermenu-plugin/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-whiskermenu-plugin/Makefile
diff -u pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile:1.38 pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile:1.39
--- pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile:1.38   Tue Jun  1 00:10:00 2021
+++ pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile        Tue Nov 30 00:48:45 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2021/06/01 00:10:00 gutteridge Exp $
+# $NetBSD: Makefile,v 1.39 2021/11/30 00:48:45 gutteridge Exp $
 
-VERSION=       2.5.3
+VERSION=       2.7.0
 DISTNAME=      xfce4-whiskermenu-plugin-${VERSION}
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${VERSION:R}/

Index: pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST
diff -u pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST:1.7 pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST:1.8
--- pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST:1.7       Sat Feb 29 22:51:13 2020
+++ pkgsrc/x11/xfce4-whiskermenu-plugin/PLIST   Tue Nov 30 00:48:45 2021
@@ -1,16 +1,16 @@
-@comment $NetBSD: PLIST,v 1.7 2020/02/29 22:51:13 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/11/30 00:48:45 gutteridge Exp $
 bin/xfce4-popup-whiskermenu
 lib/xfce4/panel/plugins/libwhiskermenu.so
 man/man1/xfce4-popup-whiskermenu.1
-share/icons/hicolor/128x128/apps/xfce4-whiskermenu.png
-share/icons/hicolor/16x16/apps/xfce4-whiskermenu.png
-share/icons/hicolor/22x22/apps/xfce4-whiskermenu.png
-share/icons/hicolor/24x24/apps/xfce4-whiskermenu.png
-share/icons/hicolor/256x256/apps/xfce4-whiskermenu.png
-share/icons/hicolor/32x32/apps/xfce4-whiskermenu.png
-share/icons/hicolor/48x48/apps/xfce4-whiskermenu.png
-share/icons/hicolor/64x64/apps/xfce4-whiskermenu.png
-share/icons/hicolor/scalable/apps/xfce4-whiskermenu.svg
+share/icons/hicolor/128x128/apps/org.xfce.panel.whiskermenu.png
+share/icons/hicolor/16x16/apps/org.xfce.panel.whiskermenu.png
+share/icons/hicolor/22x22/apps/org.xfce.panel.whiskermenu.png
+share/icons/hicolor/24x24/apps/org.xfce.panel.whiskermenu.png
+share/icons/hicolor/256x256/apps/org.xfce.panel.whiskermenu.png
+share/icons/hicolor/32x32/apps/org.xfce.panel.whiskermenu.png
+share/icons/hicolor/48x48/apps/org.xfce.panel.whiskermenu.png
+share/icons/hicolor/64x64/apps/org.xfce.panel.whiskermenu.png
+share/icons/hicolor/scalable/apps/org.xfce.panel.whiskermenu.svg
 share/locale/am/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
 share/locale/ar/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
 share/locale/ast/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
@@ -59,6 +59,7 @@ share/locale/sl/LC_MESSAGES/xfce4-whiske
 share/locale/sr/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
 share/locale/sr@latin/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
 share/locale/sv/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
+share/locale/th/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
 share/locale/tr/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
 share/locale/uk/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
 share/locale/uz/LC_MESSAGES/xfce4-whiskermenu-plugin.mo

Index: pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo
diff -u pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo:1.19 pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo:1.20
--- pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo:1.19   Tue Oct 26 11:34:48 2021
+++ pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo        Tue Nov 30 00:48:45 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:34:48 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/11/30 00:48:45 gutteridge Exp $
 
-BLAKE2s (xfce4-whiskermenu-plugin-2.5.3.tar.bz2) = b9c082b1be02661e890bce7e6a287b4766ba9eeb051dfd31d709aea3208c85fc
-SHA512 (xfce4-whiskermenu-plugin-2.5.3.tar.bz2) = b293bfeef07ae07d2b4654de7aee795ec7790b291094dbd2655a271f9ad7c7de739b2d4b8c97aee7db85bcdf116c2f1b1150e1875ec2ba2b8bf0ec9f13561ac5
-Size (xfce4-whiskermenu-plugin-2.5.3.tar.bz2) = 175578 bytes
+BLAKE2s (xfce4-whiskermenu-plugin-2.7.0.tar.bz2) = 846bbce989f02ba2da25b2357bbbc52a00c20a532a2ea80b036341e2c8d4059f
+SHA512 (xfce4-whiskermenu-plugin-2.7.0.tar.bz2) = 40e8458eaf98bca1c72fe9c6e74471dc197666277470edecd6051fb62ab4ad72822d8de75552bd602ec5774fe9964fb69f68c28481469c6f86f29db4fd257baf
+Size (xfce4-whiskermenu-plugin-2.7.0.tar.bz2) = 183403 bytes



Home | Main Index | Thread Index | Old Index