Package Details: bettergruvbox-gtk-theme 1.0-1

Git Clone URL: https://aur.archlinux.org/bettergruvbox-gtk-theme.git (read-only, click to copy)
Package Base: bettergruvbox-gtk-theme
Description: An Elegant Dark Gruvbox GTK Theme, With a Green Accent
Upstream URL: https://gitlab.com/SafwanLjd/BetterGruvbox
Keywords: gruvbox gtk theme
Licenses: GPL3
Submitter: SafwanLjd
Maintainer: SafwanLjd
Last Packager: SafwanLjd
Votes: 2
Popularity: 0.005141
First Submitted: 2021-12-14 05:52 (UTC)
Last Updated: 2023-01-04 05:12 (UTC)

Latest Comments

SafwanLjd commented on 2023-01-04 05:13 (UTC)

@soft_waffle Thank you , I fixed the issue.

soft_waffle commented on 2023-01-04 04:08 (UTC) (edited on 2023-01-04 04:10 (UTC) by soft_waffle)

PKGBUILD right now throws an error:

==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: bettergruvbox-gtk-theme

This can be fixed by changing line 16 of PKGBUILD:

# from
cp -rv "${srcdir}/BetterGruvbox-v$pkgver/*" "$pkgdir/usr/share/themes/BetterGruvbox"
                                         ^
# to
cp -rv "${srcdir}/BetterGruvbox-v$pkgver/"* "$pkgdir/usr/share/themes/BetterGruvbox"
                                          ^