Search Criteria
Package Details: gtk3-typeahead 3.24.34-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gtk3-typeahead.git (read-only, click to copy) |
---|---|
Package Base: | gtk3-typeahead |
Description: | GObject-based multi-platform GUI toolkit - Typeahead feature enabled for file chooser widget |
Upstream URL: | https://www.gtk.org/ |
Licenses: | LGPL |
Conflicts: | gtk3, gtk3-print-backends |
Provides: | gtk3, gtk3-print-backends, libgailutil-3.so, libgdk-3.so, libgtk-3.so |
Replaces: | gtk3-print-backends |
Submitter: | twilinx |
Maintainer: | None |
Last Packager: | yochananmarqos |
Votes: | 35 |
Popularity: | 0.000001 |
First Submitted: | 2015-04-26 19:47 (UTC) |
Last Updated: | 2022-05-18 23:52 (UTC) |
Dependencies (38)
- adwaita-icon-theme (xquisite-icon-theme, adwaita-custom-cursor-colors, adwaita-icon-theme-git, adwaita-icon-theme-41)
- at-spi2-atk (at-spi2-atk-git)
- atk (atk-git)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin, cairo-ubuntu)
- cantarell-fonts (cantarell-fonts-0.100, cantarell-static-fonts)
- dconf (dconf-git)
- desktop-file-utils (desktop-file-utils-git)
- fribidi (fribidi-git)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- gtk-update-icon-cache (gtk3-git, gtk-update-icon-cache-git, gtk-rc)
- iso-codes
- json-glib (json-glib-git)
- libcloudproviders
- libcolord
- libcups (libcups-noudev, libcups-nosystemd-minimal-git, libcups-git)
- libepoxy (libepoxy-git, libepoxy-nodocs-git)
- librsvg (librsvg-minimal-git, librsvg-og, librsvg-git)
- libxcomposite
- libxcursor (libxcursor-git)
- libxdamage
- Show 18 more dependencies...
Required by (3143)
- 1c_enterprise_meta (requires gtk3)
- 1password (requires libgtk-3.so)
- 1password-beta (requires libgtk-3.so)
- 64gram-desktop-no-ad (requires gtk3) (make)
- 64gram-desktop-no-ad (requires gtk3) (optional)
- abraca (requires gtk3)
- abraca-git (requires gtk3)
- abrowser-bin (requires gtk3)
- abrus-gtk-theme-git (requires gtk3)
- accountable2you-bin (requires gtk3)
- aclock (requires gtk3)
- activate-linux-wayland-git (requires gtk3)
- adapta-gtk-theme-git (requires gtk3)
- adapta-gtk-theme-legacy-git (requires gtk3)
- adios (requires gtk3)
- adriconf-git (requires gtk3)
- adwaita-custom-cursor-colors (requires gtk3) (make)
- adwaita-dark-darose (requires gtk3) (make)
- adwaita-icon-theme-41 (requires gtk3) (make)
- adwaita-icon-theme-git (requires gtk3) (make)
Latest Comments
yochananmarqos commented on 2021-03-16 14:15 (UTC)
@zootboy: Oops. Fixed.
zootboy commented on 2021-03-16 06:31 (UTC)
Looks like there's a stray backslash (or a missing newline) in the PKGBUILD at line 50.
yochananmarqos commented on 2021-01-11 11:11 (UTC) (edited on 2021-02-13 00:07 (UTC) by yochananmarqos)
@chrisbillington: Some AUR maintainers keep all their packages in their own git repo and add each of them to the AUR as a git remote as outlined in the AUR submission guidelines. I never ended up doing that myself. I keep my AUR packages separate and initialize each one directly. That way I can remember which packages I maintain. The PKGBUILDs in my git repo are in a separate folder.
chrisjbillington commented on 2021-01-11 09:13 (UTC)
@Hunman Oh I had no trouble getting and building it, I'm just wondering how @yochananmarqos manages the repo structure for his own purposes.
Hunman commented on 2021-01-11 09:04 (UTC)
@yochananmarqos That fixed it for me, thank you.
@chrisjbillington Might not be the proper method, but I got the
PKGBUILD
file from that repo (into$HOME/.cache/yay/gtk3-typeahead
), then ranmakepkg -si
to install it.chrisjbillington commented on 2021-01-11 08:56 (UTC)
Much appreciated, @yochananmarqos.
Off topic, but how do you manage your PKGBUILDs in a single git repo, given that each one needs to be its own git repo on the AUR?
yochananmarqos commented on 2021-01-11 02:04 (UTC)
@chrisjbillington: Use my updated PKGBUILD.
chrisjbillington commented on 2021-01-10 23:54 (UTC)
This package now has conflicting files with
gtk-update-icon-cache
:yochananmarqos commented on 2021-01-10 21:39 (UTC)
@twilinx: Are you planning on maintaining this or not?
twilinx commented on 2020-03-31 07:14 (UTC)
I just updated this package to version 3.24.16. However, when querying version information from GTK, it will report still being on version 3.24.14. Again, this is because the GTK developers simply forgot to update the version information in meson.build, since the meson build is still not considered perfectly stable. But this AUR package will build 3.24.16!
milek7 commented on 2019-11-28 14:58 (UTC)
@zxcv: removing whole first hunk from typeahead.patch fixes that issue
zxcv commented on 2019-10-29 19:35 (UTC)
When using this version of gtk3 I have got a bug: 1. Try to use save dialog 2. Type something and use alt-right to input local char 3. Input focus is moved to search dialog box This prevents one from using local chars in save/open dialog
arigo commented on 2019-10-26 17:07 (UTC) (edited on 2019-10-26 17:09 (UTC) by arigo)
A minor note for people who don't want to go to the trouble of downloading and compiling this big package: the current GTK3 dialogs will at least revert to a sane default if you type a path instead of a name. So type "./ABC" to search and auto-complete files that start with "ABC". Also works with "/full/path". Just remember never to type "ABC" without the "./" prefix. (In fact you can also type "." and remove it immediately, if backspace is more convenient to reach than "/".)
twilinx commented on 2019-09-08 10:03 (UTC)
I just updated this package to version 3.24.11. However, when querying version information from GTK, it will report still being version 3.24.10. This is because the GTK developers forgot to update the version information at one place, they changed this only yesterday (70c4b66d99f66b9da27ded63f2c26e3c13ce07f8). However, to be consistent with the official Archlinux GTK package, I decided not to skip ahead to this newer commit just now.
twilinx commented on 2019-04-26 20:33 (UTC)
Yes, for me this certainly works on Gnome 3.32 without any freezes or similar. Also, I just updated this to GTK+ 3.24.8.
chrisjbillington commented on 2019-04-22 05:31 (UTC)
As one datapoint, it is working for me with Gnome 3.32. Tested with Sublime and Firefox save-as dialogs.
electricprism commented on 2019-04-22 00:23 (UTC)
Is this working with Gnome 3.32? I am getting major freezes when opening the Save As, or Open dialogs in Sublime, Firefox and other apps.
yochananmarqos commented on 2019-03-19 15:15 (UTC) (edited on 2019-03-19 15:16 (UTC) by yochananmarqos)
As of 3.24.7-1,
fribidi
was added as a dependency.electricprism commented on 2019-01-18 04:36 (UTC) (edited on 2019-01-18 04:50 (UTC) by electricprism)
Looks like it might be time to bump this package since gtk3 3.24.3-1 is out
PKGBUILD https://ptpb.pw/pkbc for 3.24.3+c9d09695
twilinx commented on 2018-04-01 19:16 (UTC)
@aphirst: Yes, obviously. Upstream removed libcloudproviders from the repositories: https://www.archlinux.org/packages/extra/x86_64/libcloudproviders/
I have updated the PKGBUILD accordingly to match the upstream gtk3 PKGBUILD, so it should work now.
aphirst commented on 2018-04-01 18:18 (UTC)
Something's obviously up with the dependencies.
==> Installing missing dependencies... error: target not found: libcloudproviders
electricprism commented on 2018-03-13 20:31 (UTC) (edited on 2018-03-13 20:32 (UTC) by electricprism)
Wouldn't it make more sense for this to be named "file-chooser-typeahead-gtk3"
sleeping commented on 2018-03-11 21:35 (UTC)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
diggit commented on 2018-01-04 23:47 (UTC)
Hi, please remove hardcoded parallel job count (make -j4) https://wiki.archlinux.org/index.php/makepkg#Parallel_compilation
env variable MAKEFLAGS is used to specify parallel job count (any other options) by user
sleeping commented on 2017-12-18 09:57 (UTC) (edited on 2017-12-18 10:07 (UTC) by sleeping)
Failed too build unfortunately: https://bpaste.net/show/f6bba874f3a5
Related: https://bugs.archlinux.org/task/55915
I was able to build it after removing /bin from PATH (not sure how it got there).
Gruentee commented on 2017-09-14 07:30 (UTC)
twilinx commented on 2017-09-10 07:31 (UTC)
Gruentee commented on 2017-09-07 18:22 (UTC)
Isengrin commented on 2017-09-07 08:25 (UTC)
hel commented on 2017-05-16 13:53 (UTC)
Gruentee commented on 2017-05-16 07:54 (UTC)
twilinx commented on 2017-05-14 17:44 (UTC)
Gruentee commented on 2017-05-14 17:35 (UTC)
twilinx commented on 2017-05-14 17:29 (UTC)
Gruentee commented on 2017-05-14 17:15 (UTC) (edited on 2017-05-14 17:15 (UTC) by Gruentee)
vladimir.pinchuk commented on 2017-04-24 15:16 (UTC)
vladimir.pinchuk commented on 2017-04-24 14:54 (UTC)
commented on 2017-04-08 19:36 (UTC)
commented on 2017-04-03 22:10 (UTC)
TomaszGasior commented on 2017-03-18 13:08 (UTC) (edited on 2017-03-18 15:50 (UTC) by TomaszGasior)
lazyboy commented on 2017-01-24 21:46 (UTC)
xuiqzy commented on 2016-10-08 21:15 (UTC)
twilinx commented on 2016-09-23 10:34 (UTC)
bertrandolf commented on 2016-09-23 05:48 (UTC)
Gruentee commented on 2016-05-26 20:07 (UTC) (edited on 2016-05-26 20:07 (UTC) by Gruentee)
twilinx commented on 2016-04-10 06:59 (UTC)
twilinx commented on 2016-03-19 12:48 (UTC)
jplatte commented on 2016-02-18 13:09 (UTC)
twilinx commented on 2016-01-14 16:38 (UTC)
jplatte commented on 2016-01-14 13:45 (UTC)
twilinx commented on 2015-10-12 19:03 (UTC)
mank319 commented on 2015-10-12 18:18 (UTC)
twilinx commented on 2015-10-09 17:39 (UTC)
grubersjoe commented on 2015-07-21 15:31 (UTC)
twilinx commented on 2015-04-27 08:14 (UTC)
jplatte commented on 2015-04-26 22:00 (UTC)