main/gucharmap: rebuid against libpng 1.5

This commit is contained in:
Carlo Landmeter 2011-05-14 13:59:00 +00:00
parent 08de723963
commit d2403611ef

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gucharmap
pkgver=2.33.2
pkgrel=0
pkgrel=1
pkgdesc="the GNOME Character Map, based on the Unicode Character Database"
url="http://live.gnome.org/Gucharmap"
arch="all"
@ -33,6 +33,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" -name '*.la' -delete
}
md5sums="56af6fb2ced601c26f63b804c64ba065 gucharmap-2.33.2.tar.bz2"