desktop/oxygen-gtk-icons/PKGBUILD

38 lines
1.0 KiB
Bash
Raw Normal View History

#
# Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=oxygen-gtk-icons
pkgver=2.5.0
2012-03-30 10:55:31 +08:00
pkgrel=4
pkgdesc="The Oxygen icon set for GTK+."
arch=('i686' 'x86_64')
url=("http://www.nanolx.org/home/item/75-oxygen-refit")
license=('LGPL3' 'GPL')
depends=('kdelibs' 'qt' 'oxygen-icons' 'cairo')
makedepends=('findutils' 'imagemagick' 'liblqr')
provides=('oxygenrefit2-icon-theme')
2012-03-29 11:03:13 +08:00
conflicts=('oxygenrefit2-icon-theme') # 'gtk-integration')
replaces=('gtk-integration')
categories=('system')
#groups=('gtk-integration')
options=('!strip')
2012-03-30 10:55:31 +08:00
source=("https://downloads.sourceforge.net/project/chakra/Tools/Oxygen-Gtk-Icons/oxygen-gtk-0.1.tar.gz")
2012-03-30 10:55:31 +08:00
md5sums=('2690c3be8243af48d6bf10f7615c7bc0')
package() {
cd "${srcdir}"
install -d "${pkgdir}/usr/share/icons/"
2012-03-30 10:55:31 +08:00
cp -rf "oxygen-gtk-0.1" "${pkgdir}/usr/share/icons/" || return 1
mv "oxygen-gtk-0.1" "oxygen-gtk"
find -type f -print0 | xargs -0 chmod 644
}