pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/felix



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Feb 12 14:57:53 UTC 2023

Modified Files:
        pkgsrc/sysutils/felix: Makefile distinfo

Log Message:
sysutils/felix: update to 2.2.5

v2.2.5 (2023-02-12)
Added
 - Allow renaming even when item name contains non-ascii chars (i.e. wide chars).
 - Key command with arguments is now supported: For example,
    exec:
    'feh -.':
      [jpg, jpeg, png, gif, svg, hdr]

   this configuration enables you to execute feh -. <item path> by Enter | l | Right, or o.
 - Check for out-of-boundary of the cursor at the top of loop.

Fixed
 - Display when using in kitty: Correctly show the cursor and preview.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/sysutils/felix/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/felix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/felix/Makefile
diff -u pkgsrc/sysutils/felix/Makefile:1.43 pkgsrc/sysutils/felix/Makefile:1.44
--- pkgsrc/sysutils/felix/Makefile:1.43 Wed Feb  1 20:39:41 2023
+++ pkgsrc/sysutils/felix/Makefile      Sun Feb 12 14:57:53 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2023/02/01 20:39:41 pin Exp $
+# $NetBSD: Makefile,v 1.44 2023/02/12 14:57:53 pin Exp $
 
-DISTNAME=      felix-2.2.4
+DISTNAME=      felix-2.2.5
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kyoheiu/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,11 +12,13 @@ LICENSE=    mit
 
 .include "cargo-depends.mk"
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin share/examples/felix
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/fx \
                ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/config.yaml \
+               ${DESTDIR}${PREFIX}/share/examples/felix
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/felix/distinfo
diff -u pkgsrc/sysutils/felix/distinfo:1.45 pkgsrc/sysutils/felix/distinfo:1.46
--- pkgsrc/sysutils/felix/distinfo:1.45 Wed Feb  1 20:39:41 2023
+++ pkgsrc/sysutils/felix/distinfo      Sun Feb 12 14:57:53 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.45 2023/02/01 20:39:41 pin Exp $
+$NetBSD: distinfo,v 1.46 2023/02/12 14:57:53 pin Exp $
 
 BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa
 SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
@@ -123,9 +123,9 @@ Size (dirs-sys-0.3.7.crate) = 10597 byte
 BLAKE2s (either-1.8.0.crate) = 1de907e00592eaab6463081f07dbb9bf7d7a11b84b8a53d55f14bd9bd0f0b055
 SHA512 (either-1.8.0.crate) = 5089b218af067b51ee39c085568a1a6f542e8f68b362207bd7126cbcd2b76783cd21cc1517a1d088ce4dad1714be03a3660f50e9498a0bb43a8676cd7ec490d2
 Size (either-1.8.0.crate) = 15992 bytes
-BLAKE2s (felix-2.2.4.tar.gz) = 7296cad01192b476aea961173e817f7e07b39d09b05a5a3bbb94a741bcfc9058
-SHA512 (felix-2.2.4.tar.gz) = 132ed77e4e66ddf323996cfe6d9de9801d6ff1a88452308511eb72598d8c66f375072d337317d930cd532c242c73b8909ec45fd7e0871fc238622c44e4d95838
-Size (felix-2.2.4.tar.gz) = 23350768 bytes
+BLAKE2s (felix-2.2.5.tar.gz) = 3b5ce2200e07f6efab3c95016935c84907eeae8182ff60f4b1211352a2745784
+SHA512 (felix-2.2.5.tar.gz) = ed9986d0f5cb80ec569cf91819637a472fd38bdb26948c55167698fdbad377314b07cf610c9a574153fd4cfe147461290e1fb8f4d1c7d03bb3061d832b1891ac
+Size (felix-2.2.5.tar.gz) = 23350639 bytes
 BLAKE2s (filetime-0.2.19.crate) = d1d086918a1ddd41ceb851e3bb093586aef7b641529e37a7f40ae3a6dd68d787
 SHA512 (filetime-0.2.19.crate) = 9a30f078ceab0f24ff63cb6b80e76f357fd15aab9ec206186ddda950370b9ed738a6817b942cfc01baf518f9eb749e3b9c749718b4581ba74f65424bc226c34d
 Size (filetime-0.2.19.crate) = 15028 bytes



Home | Main Index | Thread Index | Old Index