Skip to content

Commit

Permalink
www/wiki-tui: update to 0.6.1
Browse files Browse the repository at this point in the history
Bug Fixes
 - Fix error when no results are available by @Builditluc in #105
 - Fix multiple views not displaying the correct border by @Builditluc in #118
 - Fix large release size by @Builditluc in #119
 - Fix short articles having a limited size by @Builditluc in #120
 - Fix external links not being recognized by @Builditluc in #121

Other Changes
 - Bump cursive to 0.20 by @Builditluc in #106
 - Change GitHub workflow badge routes by @Builditluc in #107
 - Update contributors badge style by @Builditluc in #108
 - Update lockfile dependencies by @Builditluc in #122
 - Fix spelling error by @Builditluc in #123
  • Loading branch information
0323pin committed Jan 1, 2023
1 parent 2f96005 commit a1e050b
Show file tree
Hide file tree
Showing 4 changed files with 592 additions and 537 deletions.
8 changes: 5 additions & 3 deletions www/wiki-tui/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2022/11/14 14:56:01 pin Exp $
# $NetBSD: Makefile,v 1.13 2023/01/01 20:49:41 pin Exp $

DISTNAME= wiki-tui-0.6.0
DISTNAME= wiki-tui-0.6.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=Builditluc/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -15,7 +15,7 @@ LICENSE= mit
USE_TOOLS+= pkg-config
USE_NCURSES= yes #NCURSES_MOUSE_VERSION

INSTALLATION_DIRS= bin
INSTALLATION_DIRS= bin share/applications

MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
Expand All @@ -24,6 +24,8 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ncursesw}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/wiki-tui \
${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/wiki-tui.desktop \
${DESTDIR}${PREFIX}/share/applications

.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
Expand Down
3 changes: 2 additions & 1 deletion www/wiki-tui/PLIST
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2021/10/31 08:33:18 pin Exp $
@comment $NetBSD: PLIST,v 1.2 2023/01/01 20:49:41 pin Exp $
bin/wiki-tui
share/applications/wiki-tui.desktop
Loading

0 comments on commit a1e050b

Please sign in to comment.