summaryrefslogtreecommitdiff
path: root/libre/parabola-themes-slim/PKGBUILD
blob: 0dcdc85ad2a721a1d4b164d076367688ac1be5ed (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 (Arch): Eric Bélanger <eric@archlinux.org>
# Contributor (Arch): Thayer Williams <thayer@archlinux.org>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>

pkgname=parabola-themes-slim
pkgver=1.0
pkgrel=1.2
pkgdesc="Parabola GNU/Linux-libre branded themes to the SLiM login manager"
arch=('any')
url="https://parabola.nu/"
license=('CCPL:cc-by-sa')
optdepends=('slim: login manager providing theme support'
	    'ttf-liberation: to have a beautiful style of letter in the login')
provides=("parabola-themes-slim=$pkgver")
replaces=('archlinux-themes-slim')
conflicts=('archlinux-themes-slim')
source=("https://repo.parabola.nu/other/multimedia/${pkgname}-${pkgver}.tar")
sha256sums=('53db48f8bc24a4540ce325545dfb32596ca509a1fef46cff58fdb6809eb1f224')

package() {
  cd "$pkgname-$pkgver"
  install -d "$pkgdir"/usr/share/slim/themes
  cp -a Parabola-*/ "$pkgdir"/usr/share/slim/themes
}