[arch-commits] Commit in lightdm-webkit-theme-litarvan/repos (2 files)

Filipe Laíns ffy00 at archlinux.org
Sun Sep 16 20:53:12 UTC 2018


    Date: Sunday, September 16, 2018 @ 20:53:12
  Author: ffy00
Revision: 382233

archrelease: copy trunk to community-any

Added:
  lightdm-webkit-theme-litarvan/repos/community-any/
  lightdm-webkit-theme-litarvan/repos/community-any/PKGBUILD
    (from rev 382232, lightdm-webkit-theme-litarvan/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: lightdm-webkit-theme-litarvan/repos/community-any/PKGBUILD (from rev 382232, lightdm-webkit-theme-litarvan/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-09-16 20:53:12 UTC (rev 382233)
@@ -0,0 +1,22 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=lightdm-webkit-theme-litarvan
+pkgver=2.0.7
+pkgrel=2
+pkgdesc='Modern and full-featured LightDM theme'
+arch=('any')
+url="https://github.com/Litarvan/$pkgname"
+license=('BSD')
+depends=('lightdm-webkit2-greeter')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('fad1370d25cca010ef615a1ae0361d34e3611409760ffc791ed28851c83704c6f4c7b814a5240f0b11fc33c1da928e88636f760b4a3f55fa9603601bbaa5dad7')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -dm 755 "$pkgdir"/usr/share/lightdm-webkit/themes/litarvan
+  cp -r --no-preserve=ownership * "$pkgdir"/usr/share/lightdm-webkit/themes/litarvan/
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list