updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / elementary-borderless-gtk-theme / PKGBUILD
blob2c6ba73f6acb96470ffe37b00ffb41cf30f2a08f
1 # Contributor: Bartosz Chmura <chmurli at gmail dot com>
3 pkgname=elementary-borderless-gtk-theme
4 pkgver=0.2.5
5 pkgrel=1
6 pkgdesc="modified Elementary theme which looks very slick thanks to the removal of the borders and smaller widgets"
7 arch=('any')
8 url=('http://bobdmv.deviantart.com/art/Elementary-borderless-v0-2-5-192767462')
9 license=('custom')
10 depends=('gtk-engine-murrine-git' 'gtk-aurora-engine' 'gtk-engine-equinox')
11 optdepends=('faenza-cupertino-icons: recolored Folder Icons for Faenza Icontheme [AUR]'
12         'elementary-icons: the elementary icon theme [AUR]'
13         'nautilus-elementary: the fork of Nautilus for simplicity [AUR]')
14 source=('http://dl.dropbox.com/u/993023/elementary-borderless_v025.tar.gz')
15 md5sums=('1047a6bbecc6cf1b5f05e2a7e2ec0deb')
17 build () {
18         mkdir -p ${pkgdir}/usr/share/themes
19         chmod -R 755 $srcdir/elementary-borderless
20         cp -R $srcdir/elementary-borderless ${pkgdir}/usr/share/themes || return 1