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

Sergej Pupykin spupykin at archlinux.org
Tue Dec 23 22:24:27 UTC 2014


    Date: Tuesday, December 23, 2014 @ 23:24:25
  Author: spupykin
Revision: 124474

archrelease: copy trunk to community-any

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

-----------------------+
 PKGBUILD              |  108 ++++++++++++++++++++++++------------------------
 apache.conf           |   14 +++---
 roundcubemail.install |   14 +++---
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-23 22:24:16 UTC (rev 124473)
+++ PKGBUILD	2014-12-23 22:24:25 UTC (rev 124474)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=roundcubemail
-pkgver=1.0.3
-pkgrel=1
-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' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-	apache.conf)
-md5sums=('e35652adea5cd4069fcaa1410ae58864'
-         'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
-    -e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/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,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf
-
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat <<EOF >$pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = ${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 124473, roundcubemail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-23 22:24:25 UTC (rev 124474)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=roundcubemail
+pkgver=1.0.4
+pkgrel=1
+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' 'emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+	apache.conf)
+md5sums=('c59476d62e24dec484be69bbb2412d84'
+         'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+    -e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/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,cache}/roundcubemail
+  install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf
+
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat <<EOF >$pkgdir/etc/php/conf.d/$pkgname.ini
+#open_basedir = ${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
+#EOF
+
+  rm -rf temp logs
+}

Deleted: apache.conf
===================================================================
--- apache.conf	2014-12-23 22:24:16 UTC (rev 124473)
+++ apache.conf	2014-12-23 22:24:25 UTC (rev 124474)
@@ -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/:/var/cache/roundcubemail:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail"
-</Directory>

Copied: roundcubemail/repos/community-any/apache.conf (from rev 124473, roundcubemail/trunk/apache.conf)
===================================================================
--- apache.conf	                        (rev 0)
+++ apache.conf	2014-12-23 22:24:25 UTC (rev 124474)
@@ -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/:/var/cache/roundcubemail:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail"
+</Directory>

Deleted: roundcubemail.install
===================================================================
--- roundcubemail.install	2014-12-23 22:24:16 UTC (rev 124473)
+++ roundcubemail.install	2014-12-23 22:24:25 UTC (rev 124474)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/{log,cache}/roundcubemail
-}
-
-post_upgrade() {
-  post_install
-}

Copied: roundcubemail/repos/community-any/roundcubemail.install (from rev 124473, roundcubemail/trunk/roundcubemail.install)
===================================================================
--- roundcubemail.install	                        (rev 0)
+++ roundcubemail.install	2014-12-23 22:24:25 UTC (rev 124474)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/{log,cache}/roundcubemail
+}
+
+post_upgrade() {
+  post_install
+}



More information about the arch-commits mailing list