[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Jun 26 09:26:54 UTC 2014


    Date: Thursday, June 26, 2014 @ 11:26:54
  Author: spupykin
Revision: 113597

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
    (from rev 113596, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
    (from rev 113596, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
    (from rev 113596, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

-----------------------+
 PKGBUILD              |  102 ++++++++++++++++++++++++------------------------
 apache.conf           |   14 +++---
 roundcubemail.install |   16 +++----
 3 files changed, 67 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-26 09:26:45 UTC (rev 113596)
+++ PKGBUILD	2014-06-26 09:26:54 UTC (rev 113597)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=roundcubemail
-pkgver=1.0.1
-pkgrel=3
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="http://www.roundcube.net"
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-	'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-	apache.conf)
-md5sums=('2e1629ea21615005b0a991e591f36363'
-         '9ef887b19632239911b287ce0e270ae8')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
-    -e "s|RCUBE_INSTALL_PATH . 'temp.*|'/tmp/roundcubemail';|" \
-    -e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
-    config/defaults.inc.php \
-    program/lib/Roundcube/rcube_config.php
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf
-
-  rm -rf temp logs
-  install -dm0755 $pkgdir/usr/lib/tmpfiles.d
-  echo "d /tmp/roundcubemail 0770 http http -" >$pkgdir/usr/lib/tmpfiles.d/roundcube.conf
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 113596, roundcubemail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-26 09:26:54 UTC (rev 113597)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=roundcubemail
+pkgver=1.0.1
+pkgrel=4
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="http://www.roundcube.net"
+license=('GPL')
+depends=('php')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+	'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+	apache.conf)
+md5sums=('2e1629ea21615005b0a991e591f36363'
+         '9ef887b19632239911b287ce0e270ae8')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+    -e "s|RCUBE_INSTALL_PATH . 'temp.*|'/tmp/roundcubemail';|" \
+    -e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
+    config/defaults.inc.php \
+    program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/log/roundcubemail
+
+  install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf
+
+  rm -rf temp logs
+  install -dm0755 $pkgdir/usr/lib/tmpfiles.d
+  echo "d /tmp/roundcubemail 0770 http http -" >$pkgdir/usr/lib/tmpfiles.d/roundcube.conf
+}

Deleted: apache.conf
===================================================================
--- apache.conf	2014-06-26 09:26:45 UTC (rev 113596)
+++ apache.conf	2014-06-26 09:26:54 UTC (rev 113597)
@@ -1,7 +0,0 @@
-Alias /roundcube "/usr/share/webapps/roundcubemail"
-<Directory "/usr/share/webapps/roundcubemail">
-    AllowOverride All
-    Options FollowSymlinks
-    Require all granted
-    php_admin_value open_basedir "/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail"
-</Directory>

Copied: roundcubemail/repos/community-any/apache.conf (from rev 113596, roundcubemail/trunk/apache.conf)
===================================================================
--- apache.conf	                        (rev 0)
+++ apache.conf	2014-06-26 09:26:54 UTC (rev 113597)
@@ -0,0 +1,7 @@
+Alias /roundcube "/usr/share/webapps/roundcubemail"
+<Directory "/usr/share/webapps/roundcubemail">
+    AllowOverride All
+    Options FollowSymlinks
+    Require all granted
+    php_admin_value open_basedir "/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail"
+</Directory>

Deleted: roundcubemail.install
===================================================================
--- roundcubemail.install	2014-06-26 09:26:45 UTC (rev 113596)
+++ roundcubemail.install	2014-06-26 09:26:54 UTC (rev 113597)
@@ -1,8 +0,0 @@
-post_install() {
-  chown -R http:http var/log/roundcubemail
-  systemd-tmpfiles --create roundcube.conf
-}
-
-post_upgrade() {
-  post_install
-}

Copied: roundcubemail/repos/community-any/roundcubemail.install (from rev 113596, roundcubemail/trunk/roundcubemail.install)
===================================================================
--- roundcubemail.install	                        (rev 0)
+++ roundcubemail.install	2014-06-26 09:26:54 UTC (rev 113597)
@@ -0,0 +1,8 @@
+post_install() {
+  chown -R http:http var/log/roundcubemail
+  systemd-tmpfiles --create roundcube.conf
+}
+
+post_upgrade() {
+  post_install
+}




More information about the arch-commits mailing list