Search Criteria
Package Details: goldbars 08_21_19-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/goldbars.git (read-only, click to copy) |
---|---|
Package Base: | goldbars |
Description: | Gold 3-D theme collection for GTK |
Upstream URL: | https://www.jasong-designs.com/2018/10/05/goldbars/ |
Licenses: | GPL3 |
Submitter: | jgpws |
Maintainer: | jgpws |
Last Packager: | jgpws |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-08 21:46 (UTC) |
Last Updated: | 2019-09-15 20:52 (UTC) |
Dependencies (6)
- gtk-engine-murrine (gtk-engine-murrine-git)
- gtk2 (gtk2-git, gtk2-minimal-git, gtk2-maemo, gtk2-patched-filechooser-icon-view)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic)
- metacity (metacity2) (optional) – optional window manager theme
- openbox (openbox_eui, openbox-git, openbox-debian) (optional) – optional window manager theme
- ttf-dejavu (ttf-dejavu-ib, ttf-dejavu-emojiless) (optional) – font support
Latest Comments
Kr1ss commented on 2018-11-02 07:33 (UTC)
Great, thx for updating !
jgpws commented on 2018-11-01 22:38 (UTC)
Thank you for pointing out this bug. I updated the pkgbuild file and also uploaded the newest version of the theme itself.
Kr1ss commented on 2018-10-09 15:21 (UTC)
Could u pls change the
package()
function to something like :The package does not build, because ur trying to unpack the tarball in
package()
, which is done bymakepkg
automatically before.Also, u never want to use
sudo
in a PKGBUILD, nor to directly copy anything into the main filesystem tree; this is what the$pkgdir
folder is for;makepkg
will basically tar this folder at the end of the build process, andpacman
installs the content of that tarball to the main fs during the installation.