mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 1.0.0
PR: 153182 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
This commit is contained in:
parent
99b850df46
commit
576f3fca91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266614
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-fsguard-plugin
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 8
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
@ -17,10 +17,25 @@ COMMENT= XFce4 panel plugin to check a mountpoint for free disk space
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
||||
USE_XFCE= configenv panel
|
||||
USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
|
||||
USE_XFCE= configenv libgui libutil panel
|
||||
USE_XORG= x11
|
||||
|
||||
.include <bsd.port.mk>
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
|
||||
OPTIONS= NLS "Enable Native Language Support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ARGS+=--enable-nls
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (xfce4/xfce4-fsguard-plugin-0.4.2.tar.bz2) = 50e9d133fd8af1bf5acc3059872eb924
|
||||
SHA256 (xfce4/xfce4-fsguard-plugin-0.4.2.tar.bz2) = cf6c4b107c26508dd30e6f6f6ec97268a626bd22edd34e8aadb8479e97a8ee90
|
||||
SIZE (xfce4/xfce4-fsguard-plugin-0.4.2.tar.bz2) = 188481
|
||||
SHA256 (xfce4/xfce4-fsguard-plugin-1.0.0.tar.bz2) = 8659fcb4d8eec58de1dd898d6895ad7f13a717a73a884b1a3723d743088d21cb
|
||||
SIZE (xfce4/xfce4-fsguard-plugin-1.0.0.tar.bz2) = 185750
|
||||
|
@ -20,39 +20,55 @@ share/icons/hicolor/48x48/apps/xfce4-fsguard-plugin.png
|
||||
share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin-urgent.svg
|
||||
share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin-warning.svg
|
||||
share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin.svg
|
||||
share/locale/ar/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/en_GB/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/eu/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/lv/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/nb_NO/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/sq/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/ur/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-fsguard-plugin.mo
|
||||
share/xfce4/panel-plugins/fsguard.desktop
|
||||
@dirrmtry share/xfce4/panel-plugins
|
||||
@dirrmtry share/xfce4
|
||||
@dirrmtry share/locale/ur/LC_MESSAGES
|
||||
@dirrmtry share/locale/ur
|
||||
@dirrmtry share/locale/nb_NO/LC_MESSAGES
|
||||
@dirrmtry share/locale/nb_NO
|
||||
%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/ur_PK
|
||||
%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/ur
|
||||
%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/ug
|
||||
%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/kk
|
||||
%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/ast
|
||||
@dirrmtry libexec/xfce4/panel-plugins
|
||||
@dirrmtry libexec/xfce4
|
||||
|
Loading…
Reference in New Issue
Block a user