Page MenuHomeSolus

D9203.id22202.diff
No OneTemporary

D9203.id22202.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : fd
version : 8.1.1
-release : 7
+release : 8
source :
- https://github.com/sharkdp/fd/archive/v8.1.1.tar.gz : 7b327dc4c2090b34c7fb3e5ac7147f7bbe6266c2d44b182038d36f3b1d347cc1
license :
@@ -12,15 +12,16 @@
description: |
fd is a simple, fast and user-friendly alternative to the find command.
- While it does not seek to mirror all of find's powerful functionality, it provides
- sensible (opinionated) defaults for 80% of the use cases.
+ While it does not seek to mirror all of find's powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases.
builddeps :
- cargo
build : |
cargo build --release
install : |
- cargo install --path .
- install -Dm00755 ~/.cargo/bin/fd $installdir/usr/bin/fd
- install -Dm00755 doc/fd.1 /$installdir/usr/share/man/man1/fd.1
+ install -Dm00755 target/release/fd $installdir/usr/bin/fd
+ install -Dm00644 doc/fd.1 $installdir/usr/share/man/man1/fd.1
+ install -Dm00644 target/release/build/fd-*/out/fd.bash $installdir/usr/share/bash-completion/completions/fd
+ install -Dm00644 target/release/build/fd-*/out/_fd $installdir/usr/share/zsh/site-functions/_fd
+ install -Dm00644 target/release/build/fd-*/out/fd.fish $installdir/usr/share/fish/vendor_completions.d/fd.fish
check : |
- cargo test
+ cargo test --all
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -11,8 +11,7 @@
<Summary xml:lang="en">A simple, fast and user-friendly alternative to find.</Summary>
<Description xml:lang="en">fd is a simple, fast and user-friendly alternative to the find command.
-While it does not seek to mirror all of find&apos;s powerful functionality, it provides
-sensible (opinionated) defaults for 80% of the use cases.
+While it does not seek to mirror all of find&apos;s powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
@@ -21,18 +20,20 @@
<Summary xml:lang="en">A simple, fast and user-friendly alternative to find.</Summary>
<Description xml:lang="en">fd is a simple, fast and user-friendly alternative to the find command.
-While it does not seek to mirror all of find&apos;s powerful functionality, it provides
-sensible (opinionated) defaults for 80% of the use cases.
+While it does not seek to mirror all of find&apos;s powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases.
</Description>
<PartOf>system.utils</PartOf>
<Files>
<Path fileType="executable">/usr/bin/fd</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/fd</Path>
+ <Path fileType="data">/usr/share/fish/vendor_completions.d/fd.fish</Path>
<Path fileType="man">/usr/share/man/man1/fd.1</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_fd</Path>
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2020-06-24</Date>
+ <Update release="8">
+ <Date>2020-07-09</Date>
<Version>8.1.1</Version>
<Comment>Packaging update</Comment>
<Name>Longwu Ou</Name>

File Metadata

Mime Type
text/plain
Expires
Jun 18 2023, 7:37 AM (7 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5801929
Default Alt Text
D9203.id22202.diff (3 KB)

Event Timeline