summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-06 16:03:43 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-06 16:03:43 -0500
commit67836bb58fb662bc253e148dcb84363df66ff6f3 (patch)
tree4bbb0074d4bcbc55a241ff4cb32d32b1e05aaf36
parentaca53a5db6b03b6499a63f5c2d19cf7b9a11fc06 (diff)
parabola-themes-slim-1.0-1.2: rebuild
-rw-r--r--libre/parabola-themes-slim/PKGBUILD31
1 files changed, 16 insertions, 15 deletions
diff --git a/libre/parabola-themes-slim/PKGBUILD b/libre/parabola-themes-slim/PKGBUILD
index 0b00891e4..0dcdc85ad 100644
--- a/libre/parabola-themes-slim/PKGBUILD
+++ b/libre/parabola-themes-slim/PKGBUILD
@@ -1,23 +1,24 @@
-# Maintainer (Arch): Mark J.R.P. <l1mpm4rk@gmail.com>
-# Contributor (Arch): Mark J.R.P. <l1mpm4rk@gmail.com>
+# Maintainer (Arch): Eric BĂ©langer <eric@archlinux.org>
+# Contributor (Arch): Thayer Williams <thayer@archlinux.org>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-provides=("parabola-themes-slim=$pkgver")
-replaces=('archlinux-themes-slim')
-conflicts=('archlinux-themes-slim')
pkgname=parabola-themes-slim
pkgver=1.0
-pkgrel=1.1
-pkgdesc="a theme parabolero to the Slim login manager"
+pkgrel=1.2
+pkgdesc="Parabola GNU/Linux-libre branded themes to the SLiM login manager"
arch=('any')
-url="https://parabolagnulinux.org/"
-license=('CCPL')
-optdepends=('slim: simple login manager'
+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')
-source=(https://repo.parabola.nu/other/${pkgname}-${pkgver}.tar)
-md5sums=(bf6bead07cbcca9aa562907230496ba1)
+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 $srcdir/$pkgname-$pkgver
- mkdir -p $pkgdir/usr/share/slim/themes
- cp -a Parabola-*/ $pkgdir/usr/share/slim/themes
+ cd "$pkgname-$pkgver"
+ install -d "$pkgdir"/usr/share/slim/themes
+ cp -a Parabola-*/ "$pkgdir"/usr/share/slim/themes
}