summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5b273613e272b8f24df0aa7abade1fe0907f382c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Maintainer: Jan Neumann <neum DOT ja AT gmail DOT com>

pkgname=adapta-kde-git
gitname=adapta-kde
pkgver=20170921
pkgrel=1
pkgdesc="Complete Adapta theme pack for KDE Plasma using Kvantum theme engine (git version)"
arch=('any')
url="https://github.com/PapirusDevelopmentTeam/adapta-kde"
license=('GPL3')
depends=('kwin' 'plasma-desktop' 'kvantum-qt5' 'papirus-icon-theme')
optdepends=('konsole: For the Konsole color scheme'
            'yakuake: For the Yakuake skin'
            'adapta-gtk-theme: Matching GTK theme')
makedepends=('git' 'make')
conflicts=('adapta-kde' 'adapta-aurorae-theme-git')
source=("git+${url}.git")
sha256sums=('SKIP')

pkgver() {
  cd ${srcdir}/${gitname}

  git log -1 --format="%cd" --date=short | tr -d '-'
  
}

 package() {
  make -C ${srcdir}/${gitname} DESTDIR=${pkgdir}/ install
}