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

Filipe Laíns ffy00 at archlinux.org
Wed Sep 19 19:20:29 UTC 2018


    Date: Wednesday, September 19, 2018 @ 19:20:29
  Author: ffy00
Revision: 383417

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-19 19:20:22 UTC (rev 383416)
+++ PKGBUILD	2018-09-19 19:20:29 UTC (rev 383417)
@@ -1,22 +0,0 @@
-# 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
-}
-

Copied: lightdm-webkit-theme-litarvan/repos/community-any/PKGBUILD (from rev 383416, lightdm-webkit-theme-litarvan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-19 19:20:29 UTC (rev 383417)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=lightdm-webkit-theme-litarvan
+pkgver=2.0.7
+pkgrel=3
+pkgdesc='Modern and full-featured LightDM theme'
+arch=('any')
+url="https://github.com/Litarvan/$pkgname"
+license=('BSD')
+depends=('lightdm-webkit2-greeter')
+makedepends=('dart')
+#source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('fad1370d25cca010ef615a1ae0361d34e3611409760ffc791ed28851c83704c6f4c7b814a5240f0b11fc33c1da928e88636f760b4a3f55fa9603601bbaa5dad7')
+
+#build() {
+#  cd $pkgname-$pkgver
+#
+#  pub get
+#  pub build --mode=release
+#}
+
+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