summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b8b8fbdfcdba14cf7bd9f60f36d0cc5cfd69da39 (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
# Maintainer GI Jack <GI_Jack@hackermail.com>
pkgname=gtk-theme-windows-server-2003
pkgver=1.0
pkgrel=1
pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
url="https://github.com/B00merang-Project/Windows-10"
license=('GPLv3')
optdepends=('gnome-themes-extra: for the GTK3 theme?'
            'gtk-engine-murrine: for the GTK2 theme')
#changelog=${pkgname}.changelog
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/B00merang-Project/Windows-Server-2003/archive/${pkgver}.tar.gz")
sha256sums=('f7bf914465cf512eab6b99c793a2df3230f294b1d3f7fdd875a35c3975bfae6f')

package() {
  cd Windows-Server-2003-$pkgver

  # create theme dir
  install -dm755 "$pkgdir/usr/share/themes/Windows-server-2003"

  # install theme
  find . -type f -exec \
  install -Dm644 '{}' "$pkgdir/usr/share/themes/Windows-server-2003/{}" \;
}