mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/tango-icon-theme: upgrade to 0.8.90
This commit is contained in:
parent
b72a449b34
commit
cc84ec7982
@ -1,20 +1,24 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=tango-icon-theme
|
||||
pkgver=0.8.1
|
||||
pkgver=0.8.90
|
||||
pkgrel=0
|
||||
pkgdesc="The Tango Desktop Project exists to create a consistent user experience"
|
||||
url="http://tango.freedesktop.org"
|
||||
license="CCPL-Attribution-ShareAlike-2.5"
|
||||
depends= #"librsvg"
|
||||
depends=
|
||||
makedepends="pkgconfig intltool icon-naming-utils imagemagick-dev libiconv-dev"
|
||||
source="http://tango.freedesktop.org/releases/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
build () {
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
|
||||
}
|
||||
md5sums="32d5258f448b5982af9cfa4364f31d41 tango-icon-theme-0.8.1.tar.gz"
|
||||
md5sums="0795895d2f20eddcbd2bffe94ed431a6 tango-icon-theme-0.8.90.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user