[arch-commits] Commit in owncloud/repos/community-any (4 files)

Sergej Pupykin spupykin at archlinux.org
Wed Dec 10 11:20:51 UTC 2014


    Date: Wednesday, December 10, 2014 @ 12:20:51
  Author: spupykin
Revision: 123706

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
    (from rev 123705, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
    (from rev 123705, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

---------------------+
 PKGBUILD            |  106 +++++++++++++++++++++++++-------------------------
 apache.example.conf |   36 ++++++++--------
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-10 11:20:40 UTC (rev 123705)
+++ PKGBUILD	2014-12-10 11:20:51 UTC (rev 123706)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Antonio Rojas <nqn1976 @ gmail.com>
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=7.0.3
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
-arch=('any')
-url="http://owncloud.org/"
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-	    'php-sqlite: to use the SQLite database backend'
-	    'php-pgsql: to use the PostgreSQL database backend'
-	    'php-ldap: LDAP authentication'
-	    'php-intl'
-	    'php-apcu'
-	    'php-xcache'
-	    'mariadb: to use the MySQL database backend'
-	    'smbclient: to mount SAMBA shares'
-	    'php-mcrypt'
-#	    'php-imagick: file preview'
-	    'ffmpeg: file preview'
-	    'libreoffice-common: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
-	'apache.example.conf')
-md5sums=('d5d2ad068046e6ddb322cf001a9bb3d5'
-         'SKIP'
-         '64c6edf88bcbb37d063e4bf77b39237f')
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  ${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config ${pkgdir}/etc/webapps/${pkgname}/config
-  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}/config
-  ln -s /etc/webapps/${pkgname}/config ${pkgdir}/usr/share/webapps/owncloud/config
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 123705, owncloud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-10 11:20:51 UTC (rev 123706)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Antonio Rojas <nqn1976 @ gmail.com>
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=7.0.4
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
+arch=('any')
+url="http://owncloud.org/"
+license=('GPL')
+depends=('php-gd')
+optdepends=('php-apache: to use the Apache web server'
+	    'php-sqlite: to use the SQLite database backend'
+	    'php-pgsql: to use the PostgreSQL database backend'
+	    'php-ldap: LDAP authentication'
+	    'php-intl'
+	    'php-apcu'
+	    'php-xcache'
+	    'mariadb: to use the MySQL database backend'
+	    'smbclient: to mount SAMBA shares'
+	    'php-mcrypt'
+#	    'php-imagick: file preview'
+	    'ffmpeg: file preview'
+	    'libreoffice-common: file preview')
+makedepends=()
+options=('!strip')
+backup=('etc/webapps/owncloud/apache.example.conf')
+source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
+	'apache.example.conf')
+md5sums=('6d4a3f9275d1f2b2607e7e6484051d4c'
+         'SKIP'
+         '64c6edf88bcbb37d063e4bf77b39237f')
+
+package() {
+  # install license
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  cp ${srcdir}/${pkgname}/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
+
+  # install project
+  install -d ${pkgdir}/usr/share/webapps/
+  cp -a ${srcdir}/${pkgname} ${pkgdir}/usr/share/webapps/
+
+  # install apache config file
+  install -d  ${pkgdir}/etc/webapps/${pkgname}
+  install -m 644 ${srcdir}/apache.example.conf  ${pkgdir}/etc/webapps/${pkgname}
+
+  # move config to /etc
+  mv ${pkgdir}/usr/share/webapps/owncloud/config ${pkgdir}/etc/webapps/${pkgname}/config
+  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}/config
+  ln -s /etc/webapps/${pkgname}/config ${pkgdir}/usr/share/webapps/owncloud/config
+}

Deleted: apache.example.conf
===================================================================
--- apache.example.conf	2014-12-10 11:20:40 UTC (rev 123705)
+++ apache.example.conf	2014-12-10 11:20:51 UTC (rev 123706)
@@ -1,18 +0,0 @@
-<IfModule mod_alias.c>
-    Alias /owncloud /usr/share/webapps/owncloud/
-</IfModule>
-
-<Directory /usr/share/webapps/owncloud/>
-    Options FollowSymlinks
-    AllowOverride all
-    Require all granted
-    php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/owncloud/:/etc/webapps/owncloud"
-</Directory>
-
-<VirtualHost *:80>
-    ServerAdmin foo at foofarm.com
-    DocumentRoot /usr/share/webapps/owncloud
-    ServerName owncloud.foo.com
-    ErrorLog /var/log/httpd/owncloud.foo.info-error_log
-    CustomLog /var/log/httpd/owncloud.foo.info-access_log common
-</VirtualHost>

Copied: owncloud/repos/community-any/apache.example.conf (from rev 123705, owncloud/trunk/apache.example.conf)
===================================================================
--- apache.example.conf	                        (rev 0)
+++ apache.example.conf	2014-12-10 11:20:51 UTC (rev 123706)
@@ -0,0 +1,18 @@
+<IfModule mod_alias.c>
+    Alias /owncloud /usr/share/webapps/owncloud/
+</IfModule>
+
+<Directory /usr/share/webapps/owncloud/>
+    Options FollowSymlinks
+    AllowOverride all
+    Require all granted
+    php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/owncloud/:/etc/webapps/owncloud"
+</Directory>
+
+<VirtualHost *:80>
+    ServerAdmin foo at foofarm.com
+    DocumentRoot /usr/share/webapps/owncloud
+    ServerName owncloud.foo.com
+    ErrorLog /var/log/httpd/owncloud.foo.info-error_log
+    CustomLog /var/log/httpd/owncloud.foo.info-access_log common
+</VirtualHost>



More information about the arch-commits mailing list