mirror of https://git.FreeBSD.org/ports.git
Update to 1.6.0
This commit is contained in:
parent
44ca809b55
commit
5d376b8de3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392164
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce4-embed-plugin
|
||||
PORTVERSION= 1.4.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
@ -15,7 +14,7 @@ LICENSE= GPLv2
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2
|
||||
USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce
|
||||
USE_XORG= x11
|
||||
USE_GNOME= glib20 gtk20 intltool intlhack
|
||||
USE_XFCE= panel
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xfce4/xfce4-embed-plugin-1.4.1.tar.bz2) = b82f6894377fd0ce8273609baf99bd59fa70c2ec70214a54dd58c96dcfa31f68
|
||||
SIZE (xfce4/xfce4-embed-plugin-1.4.1.tar.bz2) = 330908
|
||||
SHA256 (xfce4/xfce4-embed-plugin-1.6.0.tar.bz2) = c767df6360e8194b32bc24823dd000975edba0cafe525c23d7854029359ee228
|
||||
SIZE (xfce4/xfce4-embed-plugin-1.6.0.tar.bz2) = 348026
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- panel-plugin/embed.c.orig 2015-07-14 19:18:09 UTC
|
||||
+++ panel-plugin/embed.c
|
||||
@@ -49,7 +49,7 @@
|
||||
#define DEFAULT_LABEL_FONT NULL
|
||||
#define DEFAULT_POLL_DELAY 0
|
||||
#define DEFAULT_MIN_SIZE EMBED_MIN_SIZE_MATCH_WINDOW
|
||||
-#define DEFAULT_EXPAND TRUE
|
||||
+#define DEFAULT_EXPAND FALSE
|
||||
#define DEFAULT_SHOW_HANDLE FALSE
|
||||
|
||||
|
|
@ -1,18 +1,27 @@
|
|||
lib/xfce4/panel/plugins/libembed.so
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
|
@ -20,6 +29,8 @@ lib/xfce4/panel/plugins/libembed.so
|
|||
%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-embed-plugin.mo
|
||||
|
|
Loading…
Reference in New Issue