mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
deskutils/semantik: update to 0.9.5
- Install new man page - Fix build without NLS
This commit is contained in:
parent
15688ac710
commit
766d1fcc02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429167
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= semantik
|
||||
PORTVERSION= 0.9.4
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://ftp.waf.io/pub/release/ \
|
||||
http://www.freehackers.org/~tnagy/release/
|
||||
@ -12,7 +12,7 @@ COMMENT= KDE mind mapping tool
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= kde:4 pkgconfig python:2 shebangfix tar:bzip2 waf \
|
||||
shared-mime-info
|
||||
gettext shared-mime-info
|
||||
USE_KDE= kdelibs
|
||||
USE_OCAML= yes
|
||||
NO_OCAML_RUNDEPENDS= yes
|
||||
@ -35,8 +35,6 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_USES= gettext
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@ -51,5 +49,6 @@ post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}-d \
|
||||
${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.${PORTVERSION}
|
||||
${INSTALL_MAN} ${WRKSRC}/src/data/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (semantik-0.9.4.tar.bz2) = 940a3b37700f1e88b6c29ff13e0d33a73832f0db856a8738b3e939d8f0c73aa2
|
||||
SIZE (semantik-0.9.4.tar.bz2) = 439789
|
||||
TIMESTAMP = 1482421388
|
||||
SHA256 (semantik-0.9.5.tar.bz2) = 5bbc4132c47bbd01fe0cc525c47be27c4d75139a964ec8e34fcb52490dba6c96
|
||||
SIZE (semantik-0.9.5.tar.bz2) = 449224
|
||||
|
@ -3,6 +3,7 @@ bin/semantik-d
|
||||
lib/libsemantik.so
|
||||
lib/libsemantik.so.0
|
||||
lib/libsemantik.so.%%PORTVERSION%%
|
||||
man/man1/semantik.1.gz
|
||||
share/applications/kde4/semantik-d.desktop
|
||||
share/applications/kde4/semantik.desktop
|
||||
share/apps/semantik/filters/fvym.py
|
||||
@ -182,12 +183,20 @@ share/icons/oxygen/48x48/apps/semantik-d.png
|
||||
share/icons/oxygen/48x48/apps/semantik.png
|
||||
share/icons/oxygen/64x64/apps/semantik-d.png
|
||||
share/icons/oxygen/64x64/apps/semantik.png
|
||||
share/icons/oxygen/scalable/apps/semantik-d.svgz
|
||||
share/icons/oxygen/scalable/apps/semantik.svgz
|
||||
share/icons/oxygen/scalable/apps/semantik-d.svg
|
||||
share/icons/oxygen/scalable/apps/semantik.svg
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/semantik-d.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/semantik.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/semantik-d.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/semantik.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/semantik-d.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/semantik.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/semantik-d.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/semantik.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/semantik-d.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/semantik.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/semantik-d.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/semantik.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/semantik-d.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/semantik.mo
|
||||
share/mime/packages/semantik.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user