2012-03-29 05:43:57 +08:00
|
|
|
#
|
|
|
|
# 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
|
2012-03-29 05:43:57 +08:00
|
|
|
|
|
|
|
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')
|
2012-03-29 05:43:57 +08:00
|
|
|
replaces=('gtk-integration')
|
|
|
|
categories=('system')
|
2012-03-29 10:33:24 +08:00
|
|
|
#groups=('gtk-integration')
|
2012-03-29 05:43:57 +08:00
|
|
|
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-29 05:43:57 +08:00
|
|
|
|
2012-03-30 10:55:31 +08:00
|
|
|
md5sums=('2690c3be8243af48d6bf10f7615c7bc0')
|
2012-03-29 05:43:57 +08:00
|
|
|
|
|
|
|
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"
|
2012-03-29 05:43:57 +08:00
|
|
|
find -type f -print0 | xargs -0 chmod 644
|
|
|
|
}
|