12345678910111213141516171819202122232425 |
- # Maintainer (arch): Eric Bélanger <eric@archlinux.org>
- # Contributor: 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
- }
|