Package Details: fsearch-git 0.2alpha.r63.g54ab19c-1

Git Clone URL: https://aur.archlinux.org/fsearch-git.git (read-only, click to copy)
Package Base: fsearch-git
Description: A fast graphical file search utility. Development version.
Upstream URL: https://cboxdoerfer.github.io/fsearch
Keywords: search
Licenses: GPL2
Conflicts: fsearch
Submitter: wander
Maintainer: wander
Last Packager: wander
Votes: 58
Popularity: 0.000992
First Submitted: 2016-05-31 16:28 (UTC)
Last Updated: 2022-10-20 18:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

wander commented on 2020-03-08 15:04 (UTC)

@yochananmarqos: Oh, thank you! Fixed.

yochananmarqos commented on 2020-03-08 14:51 (UTC)

@supermuffin: You updated the pkgver() function, but you didn't actually run at least makepkg -od to generate the pkgver before you pushed your commit. ;)

supermuffin commented on 2020-03-07 20:25 (UTC)

@wander: Thank you!

wander commented on 2020-03-07 19:01 (UTC)

@supermuffin: Thanks, fixed.

supermuffin commented on 2020-03-07 18:30 (UTC) (edited on 2020-03-07 18:30 (UTC) by supermuffin)

new pkgver=r493.03b2996 does not build:

make[2]: Entering directory '/var/tmp/pamac-build-sumu/fsearch-git/src/fsearch/po'
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20
make[2]: *** [Makefile:227: stamp-po] Error 1
make[2]: Leaving directory '/var/tmp/pamac-build-sumu/fsearch-git/src/fsearch/po'
make[1]: *** [Makefile:395: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/pamac-build-sumu/fsearch-git/src/fsearch'
make: *** [Makefile:336: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

himanshuxd commented on 2019-12-29 12:37 (UTC)

Wish this was as good as Everything search on windows.

yochananmarqos commented on 2019-08-04 20:45 (UTC) (edited on 2020-02-25 15:11 (UTC) by yochananmarqos)

hicolor-icon-theme is not necessary as gtk3 pulls it in. pcre is not necessary as it's required by grep which is in the base-devel group.

Tags are available, please use:

pkgver() {
    cd "$srcdir/${pkgname%-git}"
    git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
0.1beta4.r2.ga692037

The PREFIX=/usr make flag is not necessary.

Please use consistent indentation.

wander commented on 2016-11-20 09:43 (UTC)

@TrialnError, thx, fixed.

TrialnError commented on 2016-11-19 13:17 (UTC) (edited on 2016-11-19 13:23 (UTC) by TrialnError)

Adding autoconf and libtool to makedeps isn't necessary. All packages from base and base-devel are a requirement for the AUR and those packages aren't added to the deps lines Edit: and pkg-config

wander commented on 2016-11-18 10:12 (UTC)

@johnnydvc, yeah but otherwise yaourt can't build projects from the AUR. You have to be able to execute stuff like autogen.sh or configure. Maybe there's a way how to tell yaourt to build in a different directory, but it definitely needs the ability to execute scripts.