Package Details: tango-icon-theme 0.8.90-17

Git Clone URL: https://aur.archlinux.org/tango-icon-theme.git (read-only, click to copy)
Package Base: tango-icon-theme
Description: Icon theme that follows the Tango visual guidelines
Upstream URL: http://tango.freedesktop.org
Licenses: custom:public domain, custom:TRADEMARKS
Submitter: boenki
Maintainer: gehenna14
Last Packager: gromit
Votes: 227
Popularity: 1.78
First Submitted: 2011-12-19 23:52 (UTC)
Last Updated: 2025-12-16 14:17 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

Brottweiler commented on 2026-04-08 20:44 (UTC)

Hi, this might be a lot to ask but is there any way to fix the issues in some KDE apps where icons are missing? I made a thread about it here https://bbs.archlinux.org/viewtopic.php?id=313013

gehenna14 commented on 2025-12-16 05:43 (UTC) (edited on 2025-12-16 05:58 (UTC) by gehenna14)

@fuhry Sorry, I thought the patches I added in could skip the librsvg stage but I guess not.

I added the dependency back now.

fuhry commented on 2025-12-16 03:56 (UTC)

Hey, this is missing a make dependency on librsvg.

I run my builds in a docker container that starts with only base + base-devel, using makepkg --syncdeps to bring in additional build-time dependencies. Once I added librsvg to makedepends this built properly.

gehenna14 commented on 2025-12-15 08:01 (UTC)

Merged the patches from nyanpasu64 and jgottula

nyanpasu64 commented on 2020-08-26 17:31 (UTC)

I noticed that the high-resolution bitmaps are blurry because you're calling ImageMagick and asking it to upscale the images instead of rendering at high resolution. I fixed the repo in my fork at https://github.com/nyanpasu64/aur-tango-icon-theme .

jgottula commented on 2019-12-23 00:17 (UTC) (edited on 2019-12-23 00:18 (UTC) by jgottula)

@boenki Recently I was starting to get a bit aggravated with how long this package takes to build. I noticed that all of the ImageMagick conversions were happening serially, one-at-a-time, in spite of MAKEFLAGS="-j8".

So I made an improved PKGBUILD that incorporates a couple of patches which replace the makefiles' one-at-a-time for loops with functionally-equivalent calls to the parallel utility.

On my FX-8350 system (8 CPU threads), this modification reduced the total build time of this package (wall time) from 7m13s down to 2m09s! A rather substantial improvement, I think.

Here's the PKGBUILD diff along with the two new patch files, if you'd like to incorporate this parallelization into the AUR package:

https://gist.github.com/jgottula/45fdd72c11476b4565be5512dc166529

r381581 commented on 2019-06-03 11:18 (UTC)

Problem solved:

There was some strange problem with opencl in combination with my old AMD Cape Verde GPU and not insecure package building, which was my first guess. Removing ocl-icd made ImageMagick work again.

Sorry for bothering you.

boenki commented on 2019-06-03 04:13 (UTC) (edited on 2019-06-03 04:14 (UTC) by boenki)

@r381581: Please try 'makepkg' or 'extra-x86_64-build'.

Can't help you with "AUR-helpers" :(

r381581 commented on 2019-06-02 21:00 (UTC)

Exact error (one of many similar ones, partially in german):

convert: MagickCore/opencl.c:1497: CopyMagickCLCacheInfo: Zusicherung »pixels == info->pixels« nicht erfüllt.

../../svg2png.sh: Zeile 16: 24351 Abgebrochen (Speicherabzug geschrieben) ${SVGCONVERT} ${OPTIONS} ${3} ${OUTPUT} ${2}/${ICONNAME}.png

/usr/bin/convert -background none ./bookmark-new.svg -resize 64x64 /home/xxx/.cache/yay/tango-icon-theme/pkg/tango-icon-theme/usr/share/icons/Tango/64x64/actions/bookmark-new.png

Failed to create /root/.cache for shader cache (Keine Berechtigung)---disabling. Error: 8 unsupported relocations Error: 8 unsupported relocations

r381581 commented on 2019-06-02 20:48 (UTC)

There is a problem, if you use a secure AUR helper, because probably su-rights are needed for building:

Failed to create /root/.cache for shader cache Error: 8 unsupported relocations"