Package Details: graphite-gtk-theme-nord-rimless-normal-git 2023.05.17.r8.gb2e9ce2-1

Git Clone URL: https://aur.archlinux.org/graphite-gtk-theme-git.git (read-only, click to copy)
Package Base: graphite-gtk-theme-git
Description: Graphite gtk theme
Upstream URL: https://github.com/vinceliuice/Graphite-gtk-theme
Licenses: GPL2
Conflicts: graphite-gtk-theme
Provides: graphite-gtk-theme
Submitter: Oops
Maintainer: roschaefer
Last Packager: roschaefer
Votes: 5
Popularity: 0.000014
First Submitted: 2021-09-18 13:13 (UTC)
Last Updated: 2023-08-28 18:18 (UTC)

Latest Comments

roschaefer commented on 2023-09-08 10:52 (UTC)

Hey @D3vil0p3r I adopted this package from @Oops - it looks as if his PKGBUILD covers you combination in AUR package_graphite-gtk-theme-rimless-git or package_graphite-gtk-theme-black-rimless-git already. The color combination -c is all per default.

Could you confirm that there is something missing?

D3vil0p3r commented on 2023-09-08 10:06 (UTC) (edited on 2023-09-08 10:07 (UTC) by D3vil0p3r)

Hello @roschaefer , could you please add also the dark color variants according to these install commands please?

./install.sh -c dark -d "${dist}"
./install.sh -c dark -d "${dist}" --tweaks rimless

Note that dark color variant is different from "black".

roschaefer commented on 2023-08-28 17:39 (UTC) (edited on 2023-08-28 17:39 (UTC) by roschaefer)

I can confirm tapia's fix. Only the template folder names in /usr/share/themes have changed. So you have to e.g. run gsettings set org.gnome.desktop.interface gtk-theme Graphite-blue-Dark once again.

tapia commented on 2023-03-19 14:43 (UTC)

I think that the following patch needs to be applied:

diff --git a/PKGBUILD b/PKGBUILD
index 3fd162d..3123995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ pkgname=('graphite-gtk-theme-git'
          'graphite-gtk-theme-nord-rimless-normal-compact-git'
          'graphite-gtk-theme-black-rimless-normal-compact-git')
 _reponame='Graphite-gtk-theme'
-pkgver=2022.03.22.r8.g4870896
+pkgver=2022.09.02.r44.g54b3cf6
 pkgrel=1
 pkgdesc='Graphite gtk theme'
 arch=("any")
@@ -64,7 +64,7 @@ package_graphite-gtk-theme-wallpaper-git() {
     cp Graphite-backgrounds.xml "${dist2}"
     cd "${srcdir}/${_reponame}/wallpaper"
     cp Graphite-nord/* "${dist}"
-    cp Graphite-normal/* "${dist}"
+    cp Graphite/* "${dist}"
 }
 package_graphite-gtk-theme-nord-git() {
     dist="${pkgdir}/usr/share/themes"

This is due to the renamig of the folder "wallpaper/Graphite-normal" to "wallpaper"Graphite" introduced in commit d1c8ec940964582f934feaff1346e73084ab4ddd [1].

[1] https://github.com/vinceliuice/Graphite-gtk-theme/commit/d1c8ec940964582f934feaff1346e73084ab4ddd

jwalker commented on 2023-02-27 18:13 (UTC)

I've tried installing multiple versions of these graphite-gtk-theme-BLAH-git packages, and each one fails with the message:

  -> Compressing package...
==> Starting package_graphite-gtk-theme-wallpaper-git()...
cp: cannot stat 'Graphite-normal/*': No such file or directory
==> ERROR: A failure occurred in package_graphite-gtk-theme-wallpaper-git().
    Aborting...

Zetta1Reid0 commented on 2022-04-24 19:06 (UTC)

For some reason all color variants on all packages have purple accent except the default ones.

Oops commented on 2021-12-19 11:47 (UTC) (edited on 2021-12-19 11:47 (UTC) by Oops)

@hzu @Anarconda Fixed, thanks.

hzu commented on 2021-11-28 08:40 (UTC)

Please add options=(!strip) in your PKGBUILD. The stripping process takes quite a long time to finish and the waiting for this package is unnecessary since these are not binaries and they shouldn't have any debugging symbols in them.

Anarconda commented on 2021-09-20 20:52 (UTC)

There's an error building the package but it continues and seems to work:

ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

Thanks.