summaryrefslogtreecommitdiff
path: root/libre/parabola-themes-slim
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-02-10 13:02:20 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-02-10 13:02:20 -0300
commit64d0224da4f7a9fe0a61d93c2cdc506090440048 (patch)
treee286c06d5856ecfb52a3bea094baa63591fff66e /libre/parabola-themes-slim
parentbb0c07b6f18d0ea8dded33a616ceb38ff40f81e1 (diff)
libre/parabola-themes-slim-1.0-1
Diffstat (limited to 'libre/parabola-themes-slim')
-rw-r--r--libre/parabola-themes-slim/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/libre/parabola-themes-slim/PKGBUILD b/libre/parabola-themes-slim/PKGBUILD
new file mode 100644
index 000000000..9c29caf0b
--- /dev/null
+++ b/libre/parabola-themes-slim/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Mark J.R.P. <l1mpm4rk@gmail.com>
+# Contributor: Mark J.R.P. <l1mpm4rk@gmail.com>
+
+provides=("parabola-themes-slim=$pkgver")
+replaces=('archlinux-themes-slim')
+conflicts=('archlinux-themes-slim')
+pkgname=parabola-themes-slim
+pkgver=1.0
+pkgrel=1
+pkgdesc="a theme parabolero to the Slim login manager"
+arch=('any')
+url="https://parabolagnulinux.org/"
+license=('CCPL')
+optdepends=('slim: simple login manager'
+ 'ttf-liberation: to have a beautiful style of letter in the login')
+source=(https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar)
+md5sums=(bf6bead07cbcca9aa562907230496ba1)
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ mkdir -p $pkgdir/usr/share/slim/themes
+ cp -a Parabola-*/ $pkgdir/usr/share/slim/themes
+}