- Update xfce4-mount-plugin to 1.1.3
- Add NLS option - Minor indent fix
This commit is contained in:
parent
8b2af15e54
commit
25f93fa888
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474711
3 changed files with 48 additions and 41 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-mount-plugin
|
||||
PORTVERSION= 1.1.2
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -13,14 +13,20 @@ COMMENT= Mount and umount utility for the Xfce4 panel
|
|||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
|
||||
USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3
|
||||
USE_GNOME= gtk30 cairo intltool
|
||||
USE_LDCONFIG= yes
|
||||
USE_XFCE= panel
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_USES= gettext-runtime
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1488038251
|
||||
SHA256 (xfce4/xfce4-mount-plugin-1.1.2.tar.bz2) = 54578447abaf9da630a750d64acdc37d4fd20dda6460208d6d1ffaa9e43ee1a6
|
||||
SIZE (xfce4/xfce4-mount-plugin-1.1.2.tar.bz2) = 425997
|
||||
TIMESTAMP = 1531662540
|
||||
SHA256 (xfce4/xfce4-mount-plugin-1.1.3.tar.bz2) = aae5bd6b984bc78daf6b5fb9d15817a27253674a4264ad60f62ccb1aa194911e
|
||||
SIZE (xfce4/xfce4-mount-plugin-1.1.3.tar.bz2) = 431182
|
||||
|
|
|
@ -1,38 +1,39 @@
|
|||
lib/xfce4/panel/plugins/libmount.so
|
||||
share/icons/hicolor/scalable/apps/xfce-mount.svg
|
||||
share/locale/ar/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/ast/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/ca/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/cs/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/da/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/de/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/el/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/en_GB/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/es/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/eu/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/fi/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/lv/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/nb/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/pt/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/ru/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/sq/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/sv/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/tr/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/uk/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/ur/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-mount-plugin.mo
|
||||
share/xfce4/panel/plugins/xfce4-mount-plugin.desktop
|
||||
|
|
Loading…
Reference in a new issue