summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 129b8bd1906f22b07a87ce6b83dffa9bd2b1509a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Nagy Gabor <Gabor.V.Nagy@@gmail.com>

pkgname=xfce-theme-cobibird
pkgver=1.6u1
pkgrel=1
pkgdesc="A GTK theme based on Greybird, with dark menus (unofficial GTK 3.20 port)"
arch=(any)
url=http://gnome-look.org/content/show.php/CobiBird?content=157985
license=('GPL' 'CCPL:cc-by-sa')
depends=(gtk-engine-murrine)
optdepends=('elementary-xfce-icons: matching icon set; use the dark icon theme')
source=(http://ngaba.uw.hu/CobiBird/CobiBird-$pkgver.tar.gz)
md5sums=('0c30492d8ccaf101dbc0109d9cfb9d0a')

package() {
    install -d "$pkgdir"/usr/share/themes/
    cp -rf CobiBird-$pkgver/ "$pkgdir"/usr/share/themes/CobiBird/
}