Skip to content

Commit

Permalink
x11/jolly: update to 0.3.0
Browse files Browse the repository at this point in the history
[0.3.0] - 2023-08-09
Added
 - Add support for description field. You can use this to provide more detail
   about a jolly entry, beyond its title. #19
 - Add support for icons. Jolly will look up appropriate icons for files and
   display them inline. #18, #20, #35
 - Added support for logging facade. Logging can be configured in the
   config file. #30
 - Added basic CLI args to Jolly. Config file can now be specified as an
   argument. #31

Changed
 - Text shaping uses iced Advanced text shaping. Should have better support
   for non-ascii characters in entries #25, #36

Fixed
 - Cleaned up window resize commands to avoid flashing of window #26
  • Loading branch information
0323pin committed Aug 10, 2023
1 parent bdf06d8 commit f7f72be
Show file tree
Hide file tree
Showing 3 changed files with 1,242 additions and 879 deletions.
7 changes: 5 additions & 2 deletions x11/jolly/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2023/06/06 12:42:53 riastradh Exp $
# $NetBSD: Makefile,v 1.6 2023/08/10 14:11:37 pin Exp $

DISTNAME= jolly-0.2.0
DISTNAME= jolly-0.3.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=apgoetz/}

Expand Down Expand Up @@ -30,9 +30,12 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/icon/jolly.svg \
${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps

DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils

.include "../../lang/rust/cargo.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../databases/shared-mime-info/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Loading

0 comments on commit f7f72be

Please sign in to comment.