Search Criteria
Package Details: tango-icon-theme 0.8.90-14
Package Actions
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: | boenki |
Last Packager: | boenki |
Votes: | 223 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-19 23:52 (UTC) |
Last Updated: | 2019-05-24 20:49 (UTC) |
Dependencies (4)
- icon-naming-utils (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- intltool (make)
- librsvg (librsvg-gitAUR) (make)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
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 theparallel
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"
jidibinlin commented on 2019-05-25 10:33 (UTC)
It`s work for me . Thanks for fixing.
acxz commented on 2019-05-25 02:31 (UTC)
Thanks for fixing up the package @boenki. The install works for me!!! Sadly, I don't know how to take back my submitted request, but I'm sure it will come back rejected soon enough. Thx once again!
boenki commented on 2019-05-24 17:17 (UTC) (edited on 2019-05-24 20:50 (UTC) by boenki)
Sorry,I did not know archive.org is blocked in china. I will include the files in the pkg after work. Edit: Done, hope it works for you.
acxz commented on 2019-05-24 14:16 (UTC)
Ah rip. I sent a request for this package. Maybe somebody else can fix it/is more responsive than the current maintainer.
1 2 3 4 5 6 7 Next › Last »