mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:07:15 +08:00
hicolor-icon-theme: 0.15
This commit is contained in:
parent
62f599883a
commit
2d6e90ab58
@ -1,19 +1,23 @@
|
||||
# $Id: PKGBUILD 78611 2010-04-27 17:13:24Z jgc $
|
||||
# Maintainer: Jan De Groot <jgc@archlinux.org>
|
||||
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/hicolor-icon-theme
|
||||
|
||||
|
||||
pkgname=hicolor-icon-theme
|
||||
pkgver=0.12
|
||||
pkgver=0.15
|
||||
pkgrel=1
|
||||
pkgdesc="Freedesktop.org Hicolor icon theme"
|
||||
arch=(any)
|
||||
url="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
|
||||
arch=('x86_64')
|
||||
url="http://www.freedesktop.org/wiki/Software/icon-theme/"
|
||||
license=('GPL2')
|
||||
source=(http://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('55cafbcef8bcf7107f6d502149eb4d87')
|
||||
source=("http://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.xz")
|
||||
sha1sums=('368ecc47521e1a2f72cef0171bee02aae876ff53')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user