Date: Friday, January 20, 2023 @ 17:23:39
Author: orhun
Revision: 1387129
archrelease: copy trunk to community-x86_64
Added:
felix-rs/repos/community-x86_64/PKGBUILD
(from rev 1387128, felix-rs/trunk/PKGBUILD)
felix-rs/repos/community-x86_64/felix-rs.install
(from rev 1387128, felix-rs/trunk/felix-rs.install)
Deleted:
felix-rs/repos/community-x86_64/PKGBUILD
felix-rs/repos/community-x86_64/felix-rs.install
------------------+
PKGBUILD | 98 ++++++++++++++++++++++++++---------------------------
felix-rs.install | 6 +--
2 files changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-20 17:23:22 UTC (rev 1387128)
+++ PKGBUILD 2023-01-20 17:23:39 UTC (rev 1387129)
@@ -1,49 +0,0 @@
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Kyohei Uto <[email protected]>
-
-pkgname=felix-rs
-_pkgname=felix
-pkgver=2.2.2
-pkgrel=2
-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=('30f3e6bf3cf3e9937dbd2561a9fcd5b3a443b628f327ec220936207904ca73cb7e15794eec54fb773137d844bbaa53fdc7682f9eb6cfb45b66f91d52a27bc81b')
-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 1387128,
felix-rs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-20 17:23:39 UTC (rev 1387129)
@@ -0,0 +1,49 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Kyohei Uto <[email protected]>
+
+pkgname=felix-rs
+_pkgname=felix
+pkgver=2.2.3
+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=('0214e9a35b6b31d5d8278d94da1546a9f9a0c3e0887996f28e3615c016481688734979b3ca3a21d7ef6d5b19bf50f07c5c584fa6041dd07f79ff38b2fab1a668')
+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:
Deleted: felix-rs.install
===================================================================
--- felix-rs.install 2023-01-20 17:23:22 UTC (rev 1387128)
+++ felix-rs.install 2023-01-20 17:23:39 UTC (rev 1387129)
@@ -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 1387128,
felix-rs/trunk/felix-rs.install)
===================================================================
--- felix-rs.install (rev 0)
+++ felix-rs.install 2023-01-20 17:23:39 UTC (rev 1387129)
@@ -0,0 +1,3 @@
+post_upgrade() {
+ echo "The launcher binary is renamed as 'felix', alias fx='felix' if
you were using 'fx'"
+}