xfce4-whiskermenu-plugin: update to 2.5.3
Change log: 2.5.3 ===== - Fix invalid command expansion with Xfce 4.14 (Issue #39) - Translation updates: Basque, Portuguese (Brazil). 2.5.2 ===== - Do not reparent launched programs. (Issue #32) - Translation updates: Basque, Danish, Greek. 2.5.1 ===== - Fix not always using new action icons. (Issue #33) 2.5.0 ===== - Add option to show all applications by default. (Issue #4) - Rearrange sidebar buttons to match default category. (Issue #9) - Show panel button title as tooltip in icon-only mode. (Issue #12) - Always sort top-level categories. - Vertically center contents of header. - Use new Xfce action icons. - Use new desktop ids for default programs. - Rewrite to hide menu on focus out. - Refactor code to use new Xfce functions. - Refactor building translations. - Translation updates: Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Esperanto, French, Galician, German, Italian, Korean, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil), Slovak, Spanish, Swedish, Turkish.
This commit is contained in:
parent
4966aed016
commit
7bbbbfbf9d
2 changed files with 10 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.37 2021/05/24 19:56:05 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2021/06/01 00:10:00 gutteridge Exp $
|
||||
|
||||
VERSION= 2.4.6
|
||||
VERSION= 2.5.3
|
||||
DISTNAME= xfce4-whiskermenu-plugin-${VERSION}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${VERSION:R}/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -16,6 +15,9 @@ USE_CMAKE= yes
|
|||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= gmake pkg-config msgfmt perl intltool
|
||||
|
||||
# Fails without GNU msgfmt, requires --desktop
|
||||
_TOOLS_USE_PKGSRC.msgfmt= yes
|
||||
|
||||
.include "../../x11/xfce4-garcon/buildlink3.mk"
|
||||
.include "../../x11/xfce4-panel/buildlink3.mk"
|
||||
.include "../../x11/xfce4-exo/buildlink3.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.16 2020/08/05 00:08:48 gutteridge Exp $
|
||||
$NetBSD: distinfo,v 1.17 2021/06/01 00:10:00 gutteridge Exp $
|
||||
|
||||
SHA1 (xfce4-whiskermenu-plugin-2.4.6.tar.bz2) = 267e721e5613456d7956a5fa2adda7c67e98dd47
|
||||
RMD160 (xfce4-whiskermenu-plugin-2.4.6.tar.bz2) = 6a332a9d900d14b9015b01021141062786362888
|
||||
SHA512 (xfce4-whiskermenu-plugin-2.4.6.tar.bz2) = 9e947b73735549d81110323bfd7d6f29c91653b12e1aa616b9ca6f0ff99c8a7948ca383422d7b2aa0ac35297488fda6edc699ae4f72883539d6311672818b62c
|
||||
Size (xfce4-whiskermenu-plugin-2.4.6.tar.bz2) = 173341 bytes
|
||||
SHA1 (xfce4-whiskermenu-plugin-2.5.3.tar.bz2) = 52943a3104b69c199fb92fd8fd589f8af8f74721
|
||||
RMD160 (xfce4-whiskermenu-plugin-2.5.3.tar.bz2) = 440cd68bcbcea268612de6210d9488e0bbfb8b1d
|
||||
SHA512 (xfce4-whiskermenu-plugin-2.5.3.tar.bz2) = b293bfeef07ae07d2b4654de7aee795ec7790b291094dbd2655a271f9ad7c7de739b2d4b8c97aee7db85bcdf116c2f1b1150e1875ec2ba2b8bf0ec9f13561ac5
|
||||
Size (xfce4-whiskermenu-plugin-2.5.3.tar.bz2) = 175578 bytes
|
||||
|
|
Loading…
Reference in a new issue