mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update from 0.4.7 to 0.4.8
- Convert USE_BZIP2 to USES - Change CONFLICTS to CONFLICTS_INSTALL PR: ports/191965 Submitted by: Marco Broder <marco.broeder@posteo.eu>
This commit is contained in:
parent
4fa4056388
commit
4169a59a78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362285
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= diffuse
|
||||
PORTVERSION= 0.4.7
|
||||
PORTVERSION= 0.4.8
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -14,11 +14,11 @@ LICENSE_COMB= dual
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
USE_PYTHON= 2
|
||||
USE_GNOME= pygtk2
|
||||
|
||||
CONFLICTS= tinker-[0-9]*
|
||||
CONFLICTS_INSTALL= tinker-[0-9]*
|
||||
|
||||
PORTDATA= syntax
|
||||
PORTDOCS= AUTHORS ChangeLog ChangeLog_ru README README_ru
|
||||
@ -31,7 +31,9 @@ OPTIONS_SUB= yes
|
||||
MENU_USES= desktop-file-utils
|
||||
NLS_USES= gettext
|
||||
|
||||
TRANSLATIONS= cs de es it ja ko pl ru zh_CN
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
TRANSLATIONS= cs de es it ja ko pl ru zh_CN zh_TW
|
||||
MANUALS= cs it ru
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
@ -65,8 +67,8 @@ do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DESKTOPDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/usr/share/applications/*.desktop \
|
||||
${STAGEDIR}${DESKTOPDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/src/usr/share/pixmaps/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
(cd ${WRKSRC}/src/usr/share/icons && \
|
||||
${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/share/icons/)
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
.for x in ${TRANSLATIONS}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (diffuse-0.4.7.tar.bz2) = b0f56acbd246f4b9a692ef51aab167134ae6650423a68d8e5f4ff4c8938f39ac
|
||||
SIZE (diffuse-0.4.7.tar.bz2) = 189257
|
||||
SHA256 (diffuse-0.4.8.tar.bz2) = c1d3b79bba9352fcb9aa4003537d3fece248fb824781c5e21f3fcccafd42df2b
|
||||
SIZE (diffuse-0.4.8.tar.bz2) = 557966
|
||||
|
@ -2,7 +2,12 @@ bin/diffuse
|
||||
etc/diffuserc
|
||||
man/man1/diffuse.1.gz
|
||||
%%MENU%%share/applications/diffuse.desktop
|
||||
%%MENU%%share/pixmaps/diffuse.png
|
||||
%%MENU%%share/icons/hicolor/16x16/apps/diffuse.png
|
||||
%%MENU%%share/icons/hicolor/22x22/apps/diffuse.png
|
||||
%%MENU%%share/icons/hicolor/24x24/apps/diffuse.png
|
||||
%%MENU%%share/icons/hicolor/256x256/apps/diffuse.png
|
||||
%%MENU%%share/icons/hicolor/32x32/apps/diffuse.png
|
||||
%%MENU%%share/icons/hicolor/48x48/apps/diffuse.png
|
||||
%%NLS%%man/cs/man1/diffuse.1.gz
|
||||
%%NLS%%man/it/man1/diffuse.1.gz
|
||||
%%NLS%%man/ru/man1/diffuse.1.gz
|
||||
@ -15,6 +20,7 @@ man/man1/diffuse.1.gz
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/diffuse.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/diffuse.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/diffuse.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/diffuse.mo
|
||||
%%NLS%%@dirrmtry man/cs/man1
|
||||
%%NLS%%@dirrmtry man/cs
|
||||
%%NLS%%@dirrmtry man/it/man1
|
||||
|
Loading…
Reference in New Issue
Block a user