Search Criteria
Package Details: gtk3-classic-noatk-64 3.24.34-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gtk3-classic-noatk-64.git (read-only, click to copy) |
---|---|
Package Base: | gtk3-classic-noatk-64 |
Description: | GTK3 patched to provide a more classic experience. No ATK. No 32-bit libs. No printing, cloudproviders, etc. ( see PKGBUILD for details ) . |
Upstream URL: | https://github.com/lah7/gtk3-classic |
Licenses: | LGPL |
Conflicts: | gtk3, gtk3-classic, gtk3-print-backends, gtk3-typeahead |
Provides: | gtk3, gtk3-print-backends, gtk3-typeahead, libgailutil-3.so, libgdk-3.so, libgtk-3.so |
Submitter: | cuzrawr |
Maintainer: | cuzrawr |
Last Packager: | cuzrawr |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-11-01 11:22 (UTC) |
Last Updated: | 2022-06-07 09:01 (UTC) |
Dependencies (49)
- atk (atk-git, at-spi2-core)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- desktop-file-utils (desktop-file-utils-git)
- fribidi (fribidi-git)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- gtk-update-icon-cache (gtk3-git, gtk-rc, gtk-update-icon-cache-git)
- json-glib (json-glib-git)
- libepoxy (libepoxy-git, libepoxy-nodocs-git)
- librsvg (librsvg-minimal-git, librsvg-og, librsvg-git)
- libxcomposite
- libxcursor (libxcursor-git)
- libxdamage
- libxi (libxi-git)
- libxinerama (libxinerama-randr-git)
- libxkbcommon (libxkbcommon-git)
- libxrandr (libxrandr-git)
- mesa (mesa-minimal+-git, mesa-i915g, mesa-steamos, mesa-d3d12, mesa-panfork-git, mesa-git, mesa-rusticl-git, mesa-git-adreno, mesa-minimal-git, mesa-amber)
- pango (pango-minimal-git, pango-git, gtk4-git)
- shared-mime-info (shared-mime-info-git)
- adwaita-icon-theme (xquisite-icon-theme, adwaita-icon-theme-41, adwaita-icon-theme-git, adwaita-custom-cursor-colors) (make)
- Show 29 more dependencies...
Required by (3320)
- 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)
- 7plus (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-cursors-git (requires gtk3) (make)
- adwaita-custom-cursor-colors (requires gtk3) (make)
- adwaita-dark-darose (requires gtk3) (make)
- adwaita-icon-theme-41 (requires gtk3) (make)
- Show 3300 more...
Latest Comments
EvilTak commented on 2022-11-01 14:13 (UTC)
Thanks for maintaining this package @cuzrawr!
gtk3-classic
was broken by the recentglib2>=2.74.0
update. It has since been fixed, but this package is yet to be updated. Modifying thegtk3-classic
commit hash in thePKGBUILD
(_gtk3_classic_commit="8e6176c"
) worked for me. It would be great if you could make this change in thePKGBUILD
of this package!cuzrawr commented on 2022-06-16 18:11 (UTC) (edited on 2022-06-16 18:23 (UTC) by cuzrawr)
@ramatullah HI, thank you too! I didn't do any CMake checks, can you provide shell command? so I can check it and figure out whats wrong. ( also tested cleanbuild before push, it's works ok. )
@MarsSeed Hi! colord fixed as you suggest, thank you. Also atk seems need to be in depends because it's still required for proper build & running.
@amerlyq Hi! added sassc to makedepends. And about color scheme - somehow it's works ( pavucontrol dont have glitches ) with my setup, probably beacuse of Ark gtk theme. ( need tests this with clean arch installation in VM, thank you )
ramatullah commented on 2022-06-10 18:40 (UTC)
Thanks for this package!
Even with the sed patches I don't get past the CMake check for atk_bridge. Does this work for you?
MarsSeed commented on 2022-05-12 21:27 (UTC)
This should not declare atk in depends and makedepends! :)
Also I suggest to decide to either enable or disable colord, not to leave it on auto.
(Repo version of gtk3 uses libcolord, AUR version of gtk3-classic disables it; both options are viable as both packages work fine.)
amerlyq commented on 2022-01-08 18:51 (UTC)
@cuzrawr, I was forced to add back:
otherwise all GTK apps (e.g. pavucontrol) had white text on black background and no color scheme at all. How did you succeed in overcoming that without that lib? Some special way to configure your system?