mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
New port: x11-themes/xfce-evolution: Complete Xfce Evolution Gtk2, Gtk3, Qt4, Qt5, wxWidgets, Xfce themes
PR: 223825 Submitted by: J.R. Oldroyd <fbsd@opal.com> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13219
This commit is contained in:
parent
c6ae73d4a0
commit
1d3e386883
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454895
@ -167,6 +167,7 @@
|
||||
SUBDIR += thewidgetfactory
|
||||
SUBDIR += ubuntulooks
|
||||
SUBDIR += xcursor-themes
|
||||
SUBDIR += xfce-evolution
|
||||
SUBDIR += xfce-icons-elementary
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
37
x11-themes/xfce-evolution/Makefile
Normal file
37
x11-themes/xfce-evolution/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce-evolution
|
||||
DISTVERSION= 3.1.6
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
||||
MAINTAINER= fbsd@opal.com
|
||||
COMMENT= Complete Xfce Evolution Gtk2, Gtk3, Qt4, Qt5, wxWidgets, Xfce themes
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
||||
RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
|
||||
qt5-style-plugins>0:x11-themes/qt5-style-plugins
|
||||
|
||||
USES= shebangfix zip:infozip # infozip because unzip on 10 doesn't unpack symbolic links
|
||||
USE_GNOME= gtk20:build
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
SHEBANG_REGEX= 00.[0-4]0
|
||||
bash_CMD= /bin/sh
|
||||
|
||||
EXTRACT_AFTER_ARGS= -d ${DISTNAME}
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && \
|
||||
for d in "Xfce Evolution "*; do \
|
||||
${MV} "$$d" $$(${ECHO} $$d | ${SED} 's/ /-/g'); \
|
||||
done
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
|
||||
@cd ${WRKSRC} && \
|
||||
${COPYTREE_SHARE} "Xfce-Evolution-*" ${STAGEDIR}${PREFIX}/share/themes;
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-themes/xfce-evolution/distinfo
Normal file
3
x11-themes/xfce-evolution/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1511456915
|
||||
SHA256 (xfce-evolution-3.1.6.zip) = 33d5942a72bde26b6b7b08def5b5c070ca540903854ac7fa311d977fca8284c4
|
||||
SIZE (xfce-evolution-3.1.6.zip) = 2070151
|
10
x11-themes/xfce-evolution/pkg-descr
Normal file
10
x11-themes/xfce-evolution/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
The Xfce Evolution theme attempts to rid the Xfce desktop of visual
|
||||
distractions by providing a more consistent look (buttons, scrollbars,
|
||||
menus, etc) across older and newer applications.
|
||||
|
||||
Blends well with 'elementary Xfce darkER' icon set and 'Noto Sans 9'
|
||||
fonts.
|
||||
|
||||
Based on Ambiance gtk2, Adwaita gtk3, and Greybird xfwm.
|
||||
|
||||
WWW: http://www.itgroup.ro/WSX/wsx_content/en/linux/xfce-evolution.html
|
1710
x11-themes/xfce-evolution/pkg-plist
Normal file
1710
x11-themes/xfce-evolution/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user