Username: Password: Remember me
Search Criteria Advanced
Package Details

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

Sources
http://archive.ubuntu.com/ubuntu/pool/main/h/human-icon-theme/human-icon-theme_0.33.6ubuntu2.tar.gz
Comment by: foutrelis on Fri, 17 Apr 2009 09:59:19 +0000
Moved to [community].
Comment by: foutrelis on Wed, 25 Mar 2009 20:46:33 +0000
@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.
Comment by: Ranguvar on Wed, 25 Mar 2009 20:42:17 +0000
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 :)
Comment by: foutrelis on Wed, 25 Mar 2009 05:16:54 +0000
Hello Ranguvar,

What exactly is wrong with my PKGBUILD that is fixed in yours? (besides the version bump)
Comment by: Ranguvar on Wed, 25 Mar 2009 03:34:22 +0000
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:
Comment by: lucasdemarchi on Mon, 09 Mar 2009 20:38:43 +0000
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
Comment by: foutrelis on Fri, 07 Nov 2008 10:34:35 +0000
Adopted and updated. :)
Comment by: tadasv on Fri, 25 Apr 2008 09:45:26 +0000
I think that start-here.svg should be modified. Because right now it has old archlinux logo.
Comment by: K.Mandla on Sun, 27 Jan 2008 13:32:21 +0000
It could be an error or my end, but this wouldn't install without installing automake too.
Comment by: StormBlast on Thu, 24 Jan 2008 12:53:19 +0000
Updated to latest version.
Comment by: StormBlast on Tue, 21 Aug 2007 19:34:26 +0000
Updated to 0.19.
Comment by: djclue917 on Thu, 03 May 2007 08:59:16 +0000
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.
Comment by: StormBlast on Sat, 21 Apr 2007 00:30:34 +0000
Updated to 0.18.
Comment by: StormBlast on Fri, 16 Mar 2007 02:27:46 +0000
License added.
Comment by: mOLOk on Tue, 13 Mar 2007 17:24:38 +0000
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)
Comment by: StormBlast on Tue, 20 Feb 2007 13:58:42 +0000
Updated to 0.9, Arch style start icons created and added.
Comment by: ks1 on Sat, 03 Feb 2007 21:25:50 +0000
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.
Comment by: ks1 on Sat, 03 Feb 2007 21:19:07 +0000
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...
Comment by: StormBlast on Sun, 28 Jan 2007 21:51:38 +0000
Updated to 0.8.
Comment by: hussam on Thu, 23 Nov 2006 07:16:01 +0000
0.8 is out.
Comment by: StormBlast on Mon, 13 Nov 2006 20:15:55 +0000
Default icon theme from Ubuntu. Replaces dapper-icon-theme.

v1.6.0