[arch-commits] Commit in nextcloud-app-spreed/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Nov 22 18:48:28 UTC 2018


    Date: Thursday, November 22, 2018 @ 18:48:27
  Author: dvzrv
Revision: 409357

archrelease: copy trunk to community-any

Added:
  nextcloud-app-spreed/repos/community-any/PKGBUILD
    (from rev 409356, nextcloud-app-spreed/trunk/PKGBUILD)
Deleted:
  nextcloud-app-spreed/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-22 18:48:21 UTC (rev 409356)
+++ PKGBUILD	2018-11-22 18:48:27 UTC (rev 409357)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed"
-license=('AGPL3')
-depends=('nextcloud<15.0.0')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz")
-sha512sums=('9389bef3d27d1001878c2943837c75b5606cab4d5aee7eaec2978185c559940f90420e73ad3e4a5ad6aeb1268b188ca7e41ce05cf134013f6a71c71aac36c7c9')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  # docs
-  install -vDm 644 ${_name}/CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm -v ${_name}/{CHANGELOG.md,COPYING}
-  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 409356, nextcloud-app-spreed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-22 18:48:27 UTC (rev 409357)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=4.0.1
+pkgrel=2
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed"
+license=('AGPL3')
+depends=('nextcloud<15.0.0')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz")
+sha512sums=('9389bef3d27d1001878c2943837c75b5606cab4d5aee7eaec2978185c559940f90420e73ad3e4a5ad6aeb1268b188ca7e41ce05cf134013f6a71c71aac36c7c9')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+}



More information about the arch-commits mailing list