Packaged DeforaOS Editor 0.3.0, with:
- fix for an issue when saving a new file - more useful status bar - improved properties dialog - support for use as a UNIX filter - new generic UNIX filtering tool, filter(1) - manual pages available for both editor(1) and filter(1) - cleaner build with Gtk+ >= 3.0 - additional usability fixes
This commit is contained in:
parent
610e499415
commit
c2fa8f5d7b
3 changed files with 26 additions and 12 deletions
|
@ -1,11 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.7 2013/10/10 14:42:06 ryoon Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.8 2014/04/08 02:10:29 khorben Exp $
|
||||
|
||||
DISTNAME= Editor-0.2.1
|
||||
PKGNAME= deforaos-editor-0.2.1
|
||||
PKGREVISION= 6
|
||||
DISTNAME= Editor-0.3.0
|
||||
PKGNAME= deforaos-editor-0.3.0
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/3702/
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/4326/
|
||||
|
||||
MAINTAINER= khorben@defora.org
|
||||
HOMEPAGE= http://www.defora.org/
|
||||
|
@ -18,6 +16,17 @@ USE_TOOLS+= xgettext
|
|||
|
||||
MAKE_FLAGS+= DESTDIR=${DESTDIR}
|
||||
MAKE_FLAGS+= PREFIX=${PREFIX}
|
||||
AUTO_MKDIRS= yes
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${PKGMANDIR} != "share/man"
|
||||
post-install:
|
||||
${MV} ${DESTDIR}${PREFIX}/share/man/man1/editor.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/editor.1
|
||||
${MV} ${DESTDIR}${PREFIX}/share/man/man1/filter.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/filter.1
|
||||
${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1
|
||||
${RMDIR} ${DESTDIR}${PREFIX}/share/man
|
||||
.endif
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2012/12/17 01:27:42 khorben Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2014/04/08 02:10:29 khorben Exp $
|
||||
bin/editor
|
||||
share/applications/editor.desktop
|
||||
bin/filter
|
||||
share/applications/deforaos-editor.desktop
|
||||
share/doc/html/Editor/editor.html
|
||||
share/doc/html/Editor/filter.html
|
||||
share/locale/de/LC_MESSAGES/Editor.mo
|
||||
share/locale/es/LC_MESSAGES/Editor.mo
|
||||
share/locale/fr/LC_MESSAGES/Editor.mo
|
||||
share/locale/it/LC_MESSAGES/Editor.mo
|
||||
man/man1/editor.1
|
||||
man/man1/filter.1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2012/12/17 01:27:42 khorben Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/04/08 02:10:29 khorben Exp $
|
||||
|
||||
SHA1 (Editor-0.2.1.tar.gz) = 74ab21ca778e4fc8856f826a732de054dab29099
|
||||
RMD160 (Editor-0.2.1.tar.gz) = d86c7f9752e54756004a2bb5791e15d8193eed43
|
||||
Size (Editor-0.2.1.tar.gz) = 27755 bytes
|
||||
SHA1 (Editor-0.3.0.tar.gz) = 326a30cd425f89d96949fb29ccacdf33831ba718
|
||||
RMD160 (Editor-0.3.0.tar.gz) = 511c8f593bdd5e63f4cf9530cdf6a7d541f5e041
|
||||
Size (Editor-0.3.0.tar.gz) = 33801 bytes
|
||||
|
|
Loading…
Reference in a new issue