[arch-commits] Commit in owncloud-app-gallery/repos (2 files)

Sergej Pupykin spupykin at archlinux.org
Thu Feb 18 10:38:17 UTC 2016


    Date: Thursday, February 18, 2016 @ 11:38:17
  Author: spupykin
Revision: 162347

archrelease: copy trunk to community-testing-any

Added:
  owncloud-app-gallery/repos/community-testing-any/
  owncloud-app-gallery/repos/community-testing-any/PKGBUILD
    (from rev 162346, owncloud-app-gallery/trunk/PKGBUILD)

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

Copied: owncloud-app-gallery/repos/community-testing-any/PKGBUILD (from rev 162346, owncloud-app-gallery/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-02-18 10:38:17 UTC (rev 162347)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=owncloud-app-gallery
+pkgver=9.0beta1
+pkgrel=1
+pkgdesc="Gallery app for owncloud"
+arch=('any')
+url="http://owncloud.org/"
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz")
+md5sums=('81b94ff454905d4528040c8115936471')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/gallery-$pkgver ${pkgdir}/usr/share/webapps/owncloud/apps/gallery
+}



More information about the arch-commits mailing list