Update to 4.6.2. Changes:
- Properly set orientation of tasklist handler. - Fix launcher with 'Run in Terminal'. - Fix typo preventing build on older gtk versions. - Don't send -r to session restart command. - Add dist-hook: all to the API docs Makefile.am as well. - Add dist-hook: all to the libxfce4panel/ Makefile.am. - Add option to tasklist to force a fixed width. - Get the time the same as orange does. - Better check for the lcd resize when the number of hour digits changes. - Use g_timeout_add_seconds when available for the clock timeout. - Resync tooltip and clock timeout when they are out of sync. - Remove the hour interval from the clock, minutes are good enough. - Use Git in the build files and drop unneeded po files. - Use g_markup_printf_escaped in the launcher tooltip. - A whole bunch of translations updated
This commit is contained in:
parent
aa6d9230f7
commit
d75345cc4b
3 changed files with 13 additions and 6 deletions
|
@ -1,13 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.35 2009/09/16 01:15:35 reed Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2009/11/29 22:17:31 snj Exp $
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../meta-pkgs/xfce4/Makefile.common"
|
||||
|
||||
XFCE4_VERSION= 4.6.2
|
||||
|
||||
DISTNAME= xfce4-panel-${XFCE4_VERSION}
|
||||
CATEGORIES= x11
|
||||
COMMENT= Xfce panel
|
||||
|
||||
MASTER_SITES+= http://archive.xfce.org/src/xfce/xfce4-panel/4.6/
|
||||
|
||||
PKGCONFIG_OVERRIDE= libxfce4panel/libxfce4panel-1.0.pc.in
|
||||
PTHREAD_AUTO_VARS= yes
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.22 2009/09/16 01:15:35 reed Exp $
|
||||
@comment $NetBSD: PLIST,v 1.23 2009/11/29 22:17:31 snj Exp $
|
||||
bin/xfce4-panel
|
||||
bin/xfce4-popup-windowlist
|
||||
include/xfce4/libxfce4panel/libxfce4panel-enum-types.h
|
||||
|
@ -75,6 +75,7 @@ share/icons/hicolor/48x48/apps/xfce4-systray.png
|
|||
share/icons/hicolor/48x48/apps/xfce4-taskbar.png
|
||||
share/locale/am/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ar/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ast/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/az/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/be/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/bg/LC_MESSAGES/xfce4-panel.mo
|
||||
|
@ -104,6 +105,7 @@ share/locale/id/LC_MESSAGES/xfce4-panel.mo
|
|||
share/locale/it/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ka/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/kk/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ku/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce4-panel.mo
|
||||
|
@ -127,6 +129,7 @@ share/locale/ta/LC_MESSAGES/xfce4-panel.mo
|
|||
share/locale/tr/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ur/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-panel.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-panel.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.19 2009/09/16 01:15:35 reed Exp $
|
||||
$NetBSD: distinfo,v 1.20 2009/11/29 22:17:31 snj Exp $
|
||||
|
||||
SHA1 (xfce4-panel-4.6.1.tar.bz2) = 613c66f6402feba7983a7effb008f091182350d2
|
||||
RMD160 (xfce4-panel-4.6.1.tar.bz2) = 47ce1703306e7427d300bb3675e2e8dcd13c459e
|
||||
Size (xfce4-panel-4.6.1.tar.bz2) = 868225 bytes
|
||||
SHA1 (xfce4-panel-4.6.2.tar.bz2) = 32a5e5b9e8b93c2167077b329cf4d2fcb4323c9e
|
||||
RMD160 (xfce4-panel-4.6.2.tar.bz2) = 5d981eaffc5aab227a3db66f8d39d0492d02a16d
|
||||
Size (xfce4-panel-4.6.2.tar.bz2) = 876456 bytes
|
||||
SHA1 (patch-ab) = 977b38f4e58620b96d28ef2b9992a03169eb7814
|
||||
|
|
Loading…
Reference in a new issue