Package Details: ubuntu-themes 20.10-2

Git Clone URL: https://aur.archlinux.org/ubuntu-themes.git (read-only, click to copy)
Package Base: ubuntu-themes
Description: Ubuntu monochrome icon theme, Ambiance and Radiance themes, and Ubuntu artwork
Upstream URL: https://launchpad.net/ubuntu-themes
Licenses: CCPL
Groups: unity-extra
Conflicts: light-themes, ubuntu-mono
Provides: light-themes, ubuntu-mono
Submitter: chenxiaolong
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 194
Popularity: 0.000595
First Submitted: 2013-01-22 20:14 (UTC)
Last Updated: 2020-11-10 12:52 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

sileht commented on 2020-11-10 10:51 (UTC)

I fix it, this ways:

diff --git a/PKGBUILD b/PKGBUILD
index 8ee8c56..45057ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=(CCPL)
 groups=(unity-extra)
 depends=(humanity-icon-theme adwaita-icon-theme hicolor-icon-theme
          gtk-engine-murrine)
-makedepends=(python2 imagemagick icon-naming-utils)
+makedepends=(python3 imagemagick icon-naming-utils)
 provides=(light-themes ubuntu-mono)
 conflicts=(light-themes ubuntu-mono)
 source=("https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/ubuntu-themes/"$pkgver"-"$_ubuntu_rel"/"$pkgname"_"$pkgver".orig.tar.gz")
@@ -22,10 +22,7 @@ source=("https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/ubuntu-theme
 sha512sums=('0118f7c2404856216ff2df0246ea2fa98d0d5b25973abc3df13a998f7a41f2eeb32ca08281ba41399a91fa16ab046e3b3292f504503958983a6488c1e3001ac4')

 build() {
-   # Python 2 fix
   cd $srcdir/$pkgname-$pkgver
-  sed -i 's|^\(#!.*python$\)|\12|g' scavenge.py
-
   make
 }

If you need help for this package you can add me as co-maintener

sileht commented on 2020-11-10 10:42 (UTC)

Looks like it should depends on python3 now.

update-aurto[157723]: ./scavenge.py -o ubuntu-mono-dark/status/22/nm-device-wired-secure.svg ubuntu-mono-dark/status/22/nm-device-wired.svg ubuntu-mono-dark/status/22/nm-vpn-lock.svg
update-aurto[157723]: /usr/bin/env: ‘python3’: No such file or directory
update-aurto[157723]: make: *** [Makefile:12: ubuntu-mono-dark/status/22/nm-device-wired-secure.svg] Error 127

horsemanoffaith commented on 2019-06-02 06:52 (UTC)

Please update this package or disown it so that I can take it back over as maintainer.

ettavolt commented on 2019-05-27 09:43 (UTC)

https://pastebin.com/raw/TYpqTQFt - update to 19.04

TamCore commented on 2018-07-06 19:39 (UTC) (edited on 2018-07-06 19:40 (UTC) by TamCore)

https://pastebin.com/raw/FjK2tLQf

-_extra_ver=+18.04.20171115.1

+_extra_ver=+18.04.20180421.1

-sha512sums=('c4d19493b0a421c3f32d8851fe1f6c1d6f39fb6c87281ace414bc662ad533fe5a984773736062f51d592f03deda81091036f1efd93695c338a52cf03a6a53c69')

+sha512sums=('6e97f61e1c1e79c9e6946a74bf2eed406fb8186dcdca3a05897c99a802df692ab002436705609b6978d0d5f8b980209dd458eb1501fb79f5428868ddf6084341')

horsemanoffaith commented on 2018-01-02 05:44 (UTC)

I have updated to the development version of this package. If you have issues with it, please let me know and I will downgrade to the stable version.

horsemanoffaith commented on 2017-11-02 04:02 (UTC) (edited on 2017-11-02 04:02 (UTC) by horsemanoffaith)

I had the human icon theme set as a dependency so that users could make this package without using additional AUR packages. If that is still something users want, please edit the PKGBUILD to read human-icon-theme in the dependency section.

gregodadone commented on 2017-10-28 05:01 (UTC)

Should'nt you add Humanity icon theme as dependency? I mean, icon themes included in this package rely on that one and they dont find it when applied.