human-icon-theme 0.33.6ubuntu2-1
http://www.ubuntu.com/
Ubuntu's default icon theme
community :: x11
Maintainer: None
Votes: 131
License: custom:cc-by-sa-2.5
Last Updated: Fri, 17 Apr 2009 11:01:31 +0000
First Submitted: Mon, 13 Nov 2006 20:15:55 +0000
Moved to [community].
@Ranguvar: Ah, I was indeed missing icon-naming-utils from the make dependencies, added. Thanks. :3
I won't disown this package, as it may be moved to [community] soon.
Added makedeps to icon-naming-utils, the make fails without it :) Try removing it with -Sd and makepkg, it'll fail.
The only reason I offered to adopt is because I wasn't sure if you were still around :)
Hello Ranguvar,
What exactly is wrong with my PKGBUILD that is fixed in yours? (besides the version bump)
Fixed PKGBUILD (if you want, you can orphan this package and I will adopt):
# Contributor: Devin Cofer <ranguvar@archlinux.us>
# Contributor: Dmitry N.Shilov <stormblast@land.ru>
pkgname=human-icon-theme
pkgver=0.33.6
pkgrel=1
pkgdesc="Ubuntu's default icon theme"
arch=('i686' 'x86_64')
url="http://www.ubuntu.com"
license=('custom:cc-by-sa-2.5')
makedepends=('pkgconfig' 'intltool' 'imagemagick' 'icon-naming-utils')
conflicts=('dapper-icon-theme')
source=(http://archive.ubuntu.com/ubuntu/pool/main/h/$pkgname/${pkgname}_${pkgver}ubuntu1.tar.gz
arch-icons.tar.gz)
md5sums=(#'eb9797d2c2c946f3ae774fb3e0671008'
'837ec4dbbd613c5b965a74bdfff0c846')
build() {
cd "$srcdir/$pkgname-${pkgver}ubuntu1"
make || return 1
make DESTDIR="$pkgdir/" install
# Copy over the license
install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
# Replace Ubuntu's logo with Arch Linux's
find "$srcdir/arch-icons" -type f | while read f; do
target=$(echo $f | cut -c$((${#srcdir} + 13))-)
install -D -m644 "$f" "$pkgdir/usr/share/icons/Human/$target"
done
# Remove uneeded translations
rm -rf "$pkgdir/usr/share/locale"
}
# vim:set ts=2 sw=2 et:
Please, change the file to the new one: http://archive.ubuntu.com/ubuntu/pool/main/h/human-icon-theme/human-icon-theme_0.33.2.tar.gz
Adopted and updated. :)
I think that start-here.svg should be modified. Because right now it has old archlinux logo.
It could be an error or my end, but this wouldn't install without installing automake too.
Updated to latest version.
Updated to 0.19.
StormBlast:
Why do you still update this package instead of xcursor-human? http://aur.archlinux.org/packages.php?do_Details=1&ID=9783
This package has been renamed right? Then delete this.
Updated to 0.18.
License added.
I don\'t know what kind of license is CCPL, but if isn\'t in /usr/share/license/common you have to add it (read the guidelines for further info).
Moreover, you don\'t need to check the copy of the icons with \"|| return 1\" (you are not building anything, you are just copying a file, it\'s hard that such things fail)
Updated to 0.9, Arch style start icons created and added.
Also the PKGBUILD needs this line modified from
rm $startdir/pkg/usr/share/icons/Human/{24x24,48x48}/places/{distributor-logo.png,gnome-main-menu.png,novell-button.png,start-here.png} || return 1
to:
rm $startdir/pkg/usr/share/icons/Human/{22x22,24x24,48x48}/places/{distributor-logo.png,gnome-main-menu.png,novell-button.png,start-here.png} || return 1
or else you will still the ubuntu gnome-main-menu.png in the 22x22 format.
imagemagick needs to be added as a makedepends.
configure: error: ImageMagick is required to build human-icon-theme
make: *** No targets specified and no makefile found. Stop.
==> ERROR: Build Failed. Aborting...
Updated to 0.8.
0.8 is out.
Default icon theme from Ubuntu. Replaces dapper-icon-theme.
v1.6.0