mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Gnome is default icons theme [1], not switched to Adwaita because Thunar and
some Xfce's specific widgets still use stock icons (deprecated since GTK3 3.10, and not available in x11-themes/adwaita-icon-theme) - Bump PORTREVISION PR: 183690 [1] Requested by: Rostislav Krasny
This commit is contained in:
parent
298f63ec45
commit
05be12954c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376144
6 changed files with 63 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= xfce4-mailwatch-plugin
|
PORTNAME= xfce4-mailwatch-plugin
|
||||||
PORTVERSION= 1.2.0
|
PORTVERSION= 1.2.0
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= mail xfce
|
CATEGORIES= mail xfce
|
||||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||||
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||||
|
@ -25,4 +25,8 @@ USE_XORG= x11
|
||||||
|
|
||||||
CONFIGURE_ARGS=--enable-ipv6
|
CONFIGURE_ARGS=--enable-ipv6
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} -e 's|xfce-mail|mail-send|' \
|
||||||
|
${WRKSRC}/panel-plugin/mailwatch-plugin.c
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= xfce4-appfinder
|
PORTNAME= xfce4-appfinder
|
||||||
PORTVERSION= 4.10.1
|
PORTVERSION= 4.10.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= misc xfce
|
CATEGORIES= misc xfce
|
||||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||||
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
|
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
|
||||||
|
@ -30,4 +31,10 @@ CONFIGURE_ARGS+=--enable-nls
|
||||||
CONFIGURE_ARGS+=--disable-nls
|
CONFIGURE_ARGS+=--disable-nls
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} -e 's|=gtk-find|=system-search|' \
|
||||||
|
${WRKSRC}/data/xfce4-appfinder.desktop.in
|
||||||
|
${REINPLACE_CMD} -e 's|=gtk-execute|=system-run|' \
|
||||||
|
${WRKSRC}/data/xfce4-run.desktop.in
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= xfce4-settings
|
PORTNAME= xfce4-settings
|
||||||
PORTVERSION= 4.10.1
|
PORTVERSION= 4.10.1
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= sysutils xfce
|
CATEGORIES= sysutils xfce
|
||||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||||
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
|
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
|
||||||
|
@ -12,14 +12,18 @@ DIST_SUBDIR= xfce4
|
||||||
MAINTAINER= xfce@FreeBSD.org
|
MAINTAINER= xfce@FreeBSD.org
|
||||||
COMMENT= Xfce 4 settings application
|
COMMENT= Xfce 4 settings application
|
||||||
|
|
||||||
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
||||||
|
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
USE_GNOME= glib20 gtk20 intltool intlhack
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
||||||
USE_XFCE= configenv garcon libexo libmenu libutil xfconf
|
USE_XFCE= configenv garcon libexo libmenu libutil xfconf
|
||||||
USE_XORG= inputproto x11 xi
|
USE_XORG= inputproto x11 xi
|
||||||
USES= libtool pathfix pkgconfig gmake tar:bzip2
|
USES= libtool pkgconfig gmake tar:bzip2
|
||||||
|
|
||||||
CONFIGURE_ARGS= --enable-pluggable-dialogs \
|
CONFIGURE_ARGS= --enable-pluggable-dialogs \
|
||||||
--enable-gio-unix
|
--enable-gio-unix
|
||||||
|
@ -77,10 +81,10 @@ CONFIGURE_ARGS+=--disable-sound-settings
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# until xfce4-icon-theme is back we rely on Tango
|
# GNOME is default icon theme
|
||||||
@${REINPLACE_CMD} -e 's|Rodent|Tango|g' \
|
@${REINPLACE_CMD} -e 's|Rodent|gnome|g' \
|
||||||
${WRKSRC}/dialogs/appearance-settings/main.c
|
${WRKSRC}/dialogs/appearance-settings/main.c
|
||||||
@${REINPLACE_CMD} -e 's|IconThemeName" type="empty|IconThemeName" type="string" value="Tango|; \
|
@${REINPLACE_CMD} -e 's|IconThemeName" type="empty|IconThemeName" type="string" value="gnome|; \
|
||||||
s|"ThemeName" type="empty|"ThemeName" type="string" value="Xfce|' \
|
s|"ThemeName" type="empty|"ThemeName" type="string" value="Xfce|' \
|
||||||
${WRKSRC}/xfsettingsd/xsettings.xml
|
${WRKSRC}/xfsettingsd/xsettings.xml
|
||||||
@${REINPLACE_CMD} -e 's|xkl_config_registry_load (settings->priv->xkl_registry)|xkl_config_registry_load (settings->priv->xkl_registry, FALSE)|g; \
|
@${REINPLACE_CMD} -e 's|xkl_config_registry_load (settings->priv->xkl_registry)|xkl_config_registry_load (settings->priv->xkl_registry, FALSE)|g; \
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= xfce4-panel
|
PORTNAME= xfce4-panel
|
||||||
PORTVERSION= 4.10.1
|
PORTVERSION= 4.10.1
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= x11-wm xfce
|
CATEGORIES= x11-wm xfce
|
||||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||||
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
|
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
|
||||||
|
@ -12,15 +12,19 @@ DIST_SUBDIR= xfce4
|
||||||
MAINTAINER= xfce@FreeBSD.org
|
MAINTAINER= xfce@FreeBSD.org
|
||||||
COMMENT= Xfce's panel
|
COMMENT= Xfce's panel
|
||||||
|
|
||||||
LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
|
LICENSE= GPLv2 LGPL21
|
||||||
libcairo.so:${PORTSDIR}/graphics/cairo \
|
LICENSE_COMB= multi
|
||||||
|
LICENSE_DISTFILES= ${WRKSRC}/COPYING \
|
||||||
|
${WRKSRC}/COPYING.LIB
|
||||||
|
|
||||||
|
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
|
||||||
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
||||||
|
|
||||||
USES= desktop-file-utils gmake libtool:keepla pathfix perl5 \
|
USES= desktop-file-utils gmake libtool:keepla pathfix perl5 \
|
||||||
pkgconfig tar:bzip2
|
pkgconfig tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
USE_GNOME= glib20 gtk20 intltool intlhack
|
USE_GNOME= glib20 gtk20 intltool intlhack libwnck
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_XFCE= configenv garcon libexo libmenu libutil xfconf
|
USE_XFCE= configenv garcon libexo libmenu libutil xfconf
|
||||||
USE_XORG= x11 sm
|
USE_XORG= x11 sm
|
||||||
|
|
23
x11-wm/xfce4-panel/files/patch-plugins_actions_actions.c
Normal file
23
x11-wm/xfce4-panel/files/patch-plugins_actions_actions.c
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
'system-hibernate' and 'system-suspend' icons don't exist when Gnome or
|
||||||
|
Adwaita are default icons theme.
|
||||||
|
|
||||||
|
--- plugins/actions/actions.c.orig 2013-05-05 15:47:07 UTC
|
||||||
|
+++ plugins/actions/actions.c
|
||||||
|
@@ -181,7 +181,7 @@ static ActionEntry action_entries[] =
|
||||||
|
N_("_Hibernate"),
|
||||||
|
N_("Do you want to suspend to disk?"),
|
||||||
|
N_("Hibernating computer in %d seconds."),
|
||||||
|
- "system-hibernate"
|
||||||
|
+ "xfsm-hibernate"
|
||||||
|
},
|
||||||
|
{ ACTION_TYPE_SUSPEND,
|
||||||
|
"suspend",
|
||||||
|
@@ -189,7 +189,7 @@ static ActionEntry action_entries[] =
|
||||||
|
N_("Sus_pend"),
|
||||||
|
N_("Do you want to suspend to RAM?"),
|
||||||
|
N_("Suspending computer in %d seconds."),
|
||||||
|
- "system-suspend"
|
||||||
|
+ "xfsm-suspend"
|
||||||
|
},
|
||||||
|
{ ACTION_TYPE_RESTART,
|
||||||
|
"restart",
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= libexo
|
PORTNAME= libexo
|
||||||
PORTVERSION= 0.10.2
|
PORTVERSION= 0.10.2
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= x11 xfce
|
CATEGORIES= x11 xfce
|
||||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||||
MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R}
|
MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R}
|
||||||
|
@ -13,6 +13,11 @@ DIST_SUBDIR= xfce4
|
||||||
MAINTAINER= xfce@FreeBSD.org
|
MAINTAINER= xfce@FreeBSD.org
|
||||||
COMMENT= Application library for the Xfce desktop environment
|
COMMENT= Application library for the Xfce desktop environment
|
||||||
|
|
||||||
|
LICENSE= GPLv2 LGPL21
|
||||||
|
LICENSE_COMB= multi
|
||||||
|
LICENSE_DISTFILES= ${WRKSRC}/COPYING \
|
||||||
|
${WRKSRC}/COPYING.LIB
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI
|
BUILD_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI
|
||||||
RUN_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI
|
RUN_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI
|
||||||
|
|
||||||
|
@ -50,4 +55,8 @@ CONFIGURE_ARGS+=--disable-nls
|
||||||
PLIST_SUB+= NLS="@comment "
|
PLIST_SUB+= NLS="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} -e 's|internet-mail|mail-send|' \
|
||||||
|
${WRKSRC}/exo-open/exo-mail-reader.desktop.in
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue