Update to upstream release 4.3.1
PR: 225143 Submitted by: fbsd@opal.com (maintainer)
This commit is contained in:
parent
6bdc894837
commit
aafb413279
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462191
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xfce-evolution
|
||||
DISTVERSION= 3.1.9
|
||||
DISTVERSION= 4.3.1
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
||||
@ -9,9 +9,10 @@ MAINTAINER= fbsd@opal.com
|
||||
COMMENT= Complete Xfce Evolution Gtk2, Gtk3, Qt4, Qt5, wxWidgets, Xfce themes
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
LICENSE_FILE= ${WRKSRC}/Xfce\ Evolution/GPL-v2
|
||||
|
||||
RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
|
||||
RUN_DEPENDS= fontconfig>0:x11-fonts/fontconfig \
|
||||
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
|
||||
@ -23,15 +24,19 @@ 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
|
||||
EXTRAFILES= ABOUT \
|
||||
GPL-v2 \
|
||||
HACKING \
|
||||
HISTORY \
|
||||
INSTALL
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
|
||||
@cd ${WRKSRC} && \
|
||||
${COPYTREE_SHARE} "Xfce-Evolution-*" ${STAGEDIR}${PREFIX}/share/themes;
|
||||
${COPYTREE_SHARE} "Xfce*" ${STAGEDIR}${PREFIX}/share/themes;
|
||||
@for f in ${EXTRAFILES}; do ${RM} ${STAGEDIR}${PREFIX}/share/themes/Xfce\ Evolution/$${f}; done
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail ${STAGEDIR}${PREFIX}/etc/fonts/conf.d
|
||||
@${LN} -s ../../../share/themes/Xfce\ Evolution/90-qt5.conf ${STAGEDIR}/${PREFIX}/etc/fonts/conf.avail/90-qt5.conf
|
||||
@${LN} -s ../conf.avail/90-qt5.conf ${STAGEDIR}/${PREFIX}/etc/fonts/conf.d/90-qt5.conf
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1511872722
|
||||
SHA256 (xfce-evolution-3.1.9.zip) = ee765baee5a920261d9edc8aeff8944a06d45d6c608b7a117062954a109250b2
|
||||
SIZE (xfce-evolution-3.1.9.zip) = 2311471
|
||||
TIMESTAMP = 1518364422
|
||||
SHA256 (xfce-evolution-4.3.1.zip) = 108fb0ec1a29deca548efe1989adc1c41313d59bb2f774c8cf2f5b54a05d4391
|
||||
SIZE (xfce-evolution-4.3.1.zip) = 584549
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user