Date: Sunday, April 23, 2023 @ 20:40:01
Author: orhun
Revision: 1448426
archrelease: copy trunk to community-x86_64
Added:
felix-rs/repos/community-x86_64/PKGBUILD
(from rev 1448425, felix-rs/trunk/PKGBUILD)
felix-rs/repos/community-x86_64/felix-rs.install
(from rev 1448425, felix-rs/trunk/felix-rs.install)
Deleted:
felix-rs/repos/community-x86_64/PKGBUILD
felix-rs/repos/community-x86_64/felix-rs.install
------------------+
PKGBUILD | 93 +++++++++++++++++++++++++----------------------------
felix-rs.install | 6 +--
2 files changed, 47 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-23 20:39:43 UTC (rev 1448425)
+++ PKGBUILD 2023-04-23 20:40:01 UTC (rev 1448426)
@@ -1,49 +0,0 @@
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Kyohei Uto <[email protected]>
-
-pkgname=felix-rs
-_pkgname=felix
-pkgver=2.2.5
-pkgrel=1
-pkgdesc="A TUI file manager with Vim-like key mapping"
-arch=('x86_64')
-url="https://github.com/kyoheiu/felix"
-license=('MIT')
-depends=('gcc-libs' 'bzip2')
-makedepends=('cargo')
-optdepends=('chafa: preview images'
- 'zoxide: jump to directories')
-checkdepends=('zoxide')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('ed9986d0f5cb80ec569cf91819637a472fd38bdb26948c55167698fdbad377314b07cf610c9a574153fd4cfe147461290e1fb8f4d1c7d03bb3061d832b1891ac')
-options=('!lto')
-
-prepare() {
- cd "$_pkgname-$pkgver"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd "$_pkgname-$pkgver"
- cargo build --release --frozen
-}
-
-check() {
- cd "$_pkgname-$pkgver"
- # https://github.com/kyoheiu/felix/issues/170
- cargo test \
- --frozen -- \
- --skip "magic_packed::tests::test_inspect_signature" \
- --skip "magic_image::tests::test_inspect_image" \
- --skip "functions::tests::test_list_up_contents"
-}
-
-package() {
- cd "$_pkgname-$pkgver"
- install -Dm 755 "target/release/fx" "$pkgdir/usr/bin/$_pkgname"
- install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
- install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:
Copied: felix-rs/repos/community-x86_64/PKGBUILD (from rev 1448425,
felix-rs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-23 20:40:01 UTC (rev 1448426)
@@ -0,0 +1,44 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Kyohei Uto <[email protected]>
+
+pkgname=felix-rs
+_pkgname=felix
+pkgver=2.2.6
+pkgrel=1
+pkgdesc="A TUI file manager with Vim-like key mapping"
+arch=('x86_64')
+url="https://github.com/kyoheiu/felix"
+license=('MIT')
+depends=('gcc-libs' 'bzip2')
+makedepends=('cargo')
+optdepends=('chafa: preview images'
+ 'zoxide: jump to directories')
+checkdepends=('zoxide')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('02aad001e972e72289f9cf8bbc98b8dfba6f2d8473f0c59da86b58bb36478b3e38ae08e5f079077762fc0d91eddc33d456d1b1f992693728c045ea2143c7f3ed')
+options=('!lto')
+
+prepare() {
+ cd "$_pkgname-$pkgver"
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd "$_pkgname-$pkgver"
+ cargo build --release --frozen
+}
+
+check() {
+ cd "$_pkgname-$pkgver"
+ cargo test --frozen
+}
+
+package() {
+ cd "$_pkgname-$pkgver"
+ install -Dm 755 "target/release/fx" "$pkgdir/usr/bin/$_pkgname"
+ install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+ install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:
Deleted: felix-rs.install
===================================================================
--- felix-rs.install 2023-04-23 20:39:43 UTC (rev 1448425)
+++ felix-rs.install 2023-04-23 20:40:01 UTC (rev 1448426)
@@ -1,3 +0,0 @@
-post_upgrade() {
- echo "The launcher binary is renamed as 'felix', alias fx='felix' if
you were using 'fx'"
-}
Copied: felix-rs/repos/community-x86_64/felix-rs.install (from rev 1448425,
felix-rs/trunk/felix-rs.install)
===================================================================
--- felix-rs.install (rev 0)
+++ felix-rs.install 2023-04-23 20:40:01 UTC (rev 1448426)
@@ -0,0 +1,3 @@
+post_upgrade() {
+ echo "The launcher binary is renamed as 'felix', alias fx='felix' if
you were using 'fx'"
+}