mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 1.0.1
PR: 168076 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
This commit is contained in:
parent
769d2130a1
commit
7d0c247e63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297444
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-time-out-plugin
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= x11-clocks xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
@ -21,6 +21,6 @@ INSTALLS_ICONS= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
|
||||
USE_XFCE= configenv libgui libutil panel
|
||||
USE_XFCE= configenv libmenu libutil panel
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xfce4/xfce4-time-out-plugin-1.0.0.tar.bz2) = 3e8f26ab54444d706e54b6cefc92bbe87941abe472273e8d1e845010672c0461
|
||||
SIZE (xfce4/xfce4-time-out-plugin-1.0.0.tar.bz2) = 336046
|
||||
SHA256 (xfce4/xfce4-time-out-plugin-1.0.1.tar.bz2) = e342f73315fa8176ac4fc321680a3959aa2e06fafed1ac78031fae64713a3db8
|
||||
SIZE (xfce4/xfce4-time-out-plugin-1.0.1.tar.bz2) = 333227
|
||||
|
@ -1,6 +1,8 @@
|
||||
libexec/xfce4/panel-plugins/xfce4-time-out-plugin
|
||||
lib/xfce4/panel/plugins/libtime-out.la
|
||||
lib/xfce4/panel/plugins/libtime-out.so
|
||||
share/icons/hicolor/48x48/apps/xfce4-time-out-plugin.png
|
||||
share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg
|
||||
share/locale/ar/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/ast/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
@ -19,11 +21,14 @@ share/locale/id/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/kk/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/lv/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/pt/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/sk/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/ug/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
@ -32,8 +37,9 @@ share/locale/ur/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-time-out-plugin.mo
|
||||
share/xfce4/panel-plugins/xfce4-time-out-plugin.desktop
|
||||
@dirrmtry share/xfce4/panel-plugins
|
||||
share/xfce4/panel/plugins/xfce4-time-out-plugin.desktop
|
||||
@dirrmtry share/xfce4/panel/plugins
|
||||
@dirrmtry share/xfce4/panel
|
||||
@dirrmtry share/xfce4
|
||||
@dirrmtry share/locale/ur_PK/LC_MESSAGES
|
||||
@dirrmtry share/locale/ur_PK
|
||||
@ -45,5 +51,6 @@ share/xfce4/panel-plugins/xfce4-time-out-plugin.desktop
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
@dirrmtry share/locale/ast
|
||||
@dirrmtry libexec/xfce4/panel-plugins
|
||||
@dirrmtry libexec/xfce4/panel/plugins
|
||||
@dirrmtry libexec/xfce4/panel
|
||||
@dirrmtry libexec/xfce4
|
||||
|
Loading…
Reference in New Issue
Block a user