added GTK 3.20 version of gnome-breeze-git

This commit is contained in:
Martchus 2016-04-09 18:12:32 +02:00
parent 247247937b
commit c552d390c9
1 changed files with 27 additions and 0 deletions

27
gnome-breeze/git/PKGBUILD Normal file
View File

@ -0,0 +1,27 @@
# Maintainer: TheNumb <me (at) thenumb (dot) eu>
# Contributor: Martchus <martchus@gmx.net>
pkgname=gnome-breeze-git
pkgver=42.f8dafee
pkgrel=1
pkgdesc="A GTK theme created to match with the new Plasma 5 Breeze (git version)."
arch=('any')
url="https://github.com/dirruk1/gnome-breeze"
license=('LGPL')
optdepends=("gtk2: GTK+2 theme" "gtk3: GTK+3 theme")
makedepends=('git')
conflicts=('gtk-theme-breezy-gtk3' 'gtk-theme-breezy-gtk2' ' gtk-theme-breezy')
#source=(${pkgname}::"git+https://github.com/dirruk1/gnome-breeze.git")
# use GTK 3.20 version by magnific0
source=(${pkgname}::"git+https://github.com/magnific0/gnome-breeze.git#branch=gtk320")
md5sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
package() {
cd "${srcdir}/${pkgname}"
find Breeze* -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
}