diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-10-19 15:05:00 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-10-19 15:05:00 +0000 |
commit | 41cbf34c0090839a2cab878c21559ffc316bb9c4 (patch) | |
tree | e949e05be1535106a6796034bf9093d74efca476 | |
parent | Update cad/elmerfem to 20141015 snapshot. (diff) |
- Update from 2.9.2 to 2.9.4
- Add desktop icon
- Take maintainership
Notes
Notes:
svn path=/head/; revision=371181
-rw-r--r-- | editors/yudit/Makefile | 11 | ||||
-rw-r--r-- | editors/yudit/distinfo | 4 | ||||
-rw-r--r-- | editors/yudit/pkg-plist | 1 |
3 files changed, 12 insertions, 4 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 97d59c869a4e..ac8e01bbaca1 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= yudit -PORTVERSION= 2.9.2 +PORTVERSION= 2.9.4 CATEGORIES= editors converters print MASTER_SITES= http://yudit.org/download/ \ SUNSITE/apps/editors/X -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Multi-lingual Unicode text editor with TTF support CONFLICTS= netatalk-[0-9]* @@ -21,4 +21,11 @@ MAKE_JOBS_UNSAFE= yes PORTDATA= * +DESKTOP_ENTRIES="Yudit" "${COMMENT}" "${PREFIX}/share/pixmaps/yudit.xpm" \ + "yudit" "Office;" false + +post-install: + ${INSTALL_DATA} ${WRKSRC}/icons/SS_Yudit_XPM.xpm \ + ${STAGEDIR}${PREFIX}/share/pixmaps/yudit.xpm + .include <bsd.port.mk> diff --git a/editors/yudit/distinfo b/editors/yudit/distinfo index 621d50751b8b..2049cbd2c680 100644 --- a/editors/yudit/distinfo +++ b/editors/yudit/distinfo @@ -1,2 +1,2 @@ -SHA256 (yudit-2.9.2.tar.gz) = d9bb2fbf49dbc192b33a9095a819c6ee0b62bf46839333c286371786ab1acfc9 -SIZE (yudit-2.9.2.tar.gz) = 2831966 +SHA256 (yudit-2.9.4.tar.gz) = 23bfd3c222b7ba4deb88ecd3f7634bdcc3499eabb4e1d2870e96968867c9fe44 +SIZE (yudit-2.9.4.tar.gz) = 2790692 diff --git a/editors/yudit/pkg-plist b/editors/yudit/pkg-plist index a36dbb82ba94..0328b2004e8a 100644 --- a/editors/yudit/pkg-plist +++ b/editors/yudit/pkg-plist @@ -2,6 +2,7 @@ bin/mytool bin/uniconv bin/uniprint bin/yudit +share/pixmaps/yudit.xpm man/man1/mytool.1.gz man/man1/uniconv.1.gz man/man1/uniprint.1.gz |