Package Details: adwaita-icon-theme-41 41.0-3

Git Clone URL: https://aur.archlinux.org/adwaita-icon-theme-41.git (read-only, click to copy)
Package Base: adwaita-icon-theme-41
Description: GNOME standard icons, version 41
Upstream URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme
Keywords: gnome icons
Licenses: LGPL3, CCPL:by-sa
Provides: adwaita-icon-theme
Submitter: wooptoo
Maintainer: wooptoo
Last Packager: wooptoo
Votes: 4
Popularity: 0.000001
First Submitted: 2022-04-07 10:02 (UTC)
Last Updated: 2022-10-03 18:31 (UTC)

Required by (77)

Sources (1)

Latest Comments

1 2 Next › Last »

ElNinijo commented on 2022-04-26 18:55 (UTC)

i did restart and once again restart and everything is ok, so sorry for bad info and problems, now everything is ok

ElNinijo commented on 2022-04-26 17:18 (UTC)

i set propper icon theme (adwaita 41) but still is missing many icons for me the previous version package was better

wooptoo commented on 2022-04-26 16:51 (UTC)

You should be able to set the icon theme in LXAppearance.

ElNinijo commented on 2022-04-26 16:42 (UTC)

Why after last update disappered many icons, i use lxde and in prevoius version (41.0-1) everything was fine, now many icons is missing (for exmaple konsole icon)

wooptoo commented on 2022-04-26 11:32 (UTC)

Yep, sorry for that.

Added wiki entry for configuring the Lightdm icon and cursor theme: https://wiki.archlinux.org/title/LightDM#Using_a_custom_icon_and_cursor_theme_with_GTK_greeter

chowbok commented on 2022-04-26 03:16 (UTC)

Oh, I see. I had to change my icon theme to "Adwaita 41". Might want to mention when an upgrade requires you to change your settings...

chowbok commented on 2022-04-26 03:12 (UTC)

What happened? I lost a bunch of icons with the latest upgrade.

wooptoo commented on 2022-04-25 22:03 (UTC)

Have the theme no longer conflict with upstream Adwaita

Thanks @Robotic-Brain

Robotic-Brain commented on 2022-04-21 22:49 (UTC) (edited on 2022-04-21 22:55 (UTC) by Robotic-Brain)

Great, but i don't like it conflicting with the original package...

Below is a small patch to fix this issue.

From 8b8d86884504466a77b6e41efbf8e281d1783389 Mon Sep 17 00:00:00 2001
From: Robotic-Brain <github at roboticbrain dot de>
Date: Fri, 22 Apr 2022 00:45:30 +0200
Subject: [PATCH] Remove conflict to original adwaita package

This modification only makes minimal modifications to the original icon theme, just enough for both to coexist on one system
---
 PKGBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 808b7ec..d702033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,13 @@
 pkgname=adwaita-icon-theme-41
 basename=adwaita-icon-theme
 pkgver=41.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME standard icons, version 41"
 url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
 arch=(any)
 license=(LGPL3 CCPL:by-sa)
 depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
 makedepends=(git gtk3)
-provides=(adwaita-icon-theme)
-conflicts=(adwaita-icon-theme)
 _commit=8670d0eb2414c1ac16d927da5d1a22142ba5e346  # tags/41.0^0
 source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
 sha256sums=('SKIP')
@@ -43,4 +41,7 @@ check() {
 package() {
   cd $basename
   make DESTDIR="$pkgdir" install
+  mv -v "${pkgdir}/usr/share/pkgconfig/adwaita-icon-theme.pc" "${pkgdir}/usr/share/pkgconfig/adwaita-icon-theme-41.pc"
+  mv -v "${pkgdir}/usr/share/icons/Adwaita" "${pkgdir}/usr/share/icons/Adwaita41"
+  sed -i 's/^Name=Adwaita$/Name=Adwaita 41/' "${pkgdir}/usr/share/icons/Adwaita41/index.theme"
 }
-- 
2.36.0

chowbok commented on 2022-04-18 04:59 (UTC)

Thank you so much for this. I hate the ugly 42 icons they've foisted on us.