[arch-commits] Commit in roundcubemail/repos/community-any (6 files)
Sergej Pupykin
spupykin at archlinux.org
Tue Feb 10 11:14:51 UTC 2015
Date: Tuesday, February 10, 2015 @ 12:14:51
Author: spupykin
Revision: 127462
archrelease: copy trunk to community-any
Added:
roundcubemail/repos/community-any/PKGBUILD
(from rev 127461, roundcubemail/trunk/PKGBUILD)
roundcubemail/repos/community-any/apache.conf
(from rev 127461, roundcubemail/trunk/apache.conf)
roundcubemail/repos/community-any/roundcubemail.install
(from rev 127461, 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 2015-02-10 11:14:41 UTC (rev 127461)
+++ PKGBUILD 2015-02-10 11:14:51 UTC (rev 127462)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=roundcubemail
-pkgver=1.0.5
-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=('b982b0ba2bad01039337ca280faa86b6'
- '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 127461, roundcubemail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-10 11:14:51 UTC (rev 127462)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=roundcubemail
+pkgver=1.1.0
+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=('784b001753cebb9d0db59142f22e1764'
+ '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 2015-02-10 11:14:41 UTC (rev 127461)
+++ apache.conf 2015-02-10 11:14:51 UTC (rev 127462)
@@ -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 127461, roundcubemail/trunk/apache.conf)
===================================================================
--- apache.conf (rev 0)
+++ apache.conf 2015-02-10 11:14:51 UTC (rev 127462)
@@ -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 2015-02-10 11:14:41 UTC (rev 127461)
+++ roundcubemail.install 2015-02-10 11:14:51 UTC (rev 127462)
@@ -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 127461, roundcubemail/trunk/roundcubemail.install)
===================================================================
--- roundcubemail.install (rev 0)
+++ roundcubemail.install 2015-02-10 11:14:51 UTC (rev 127462)
@@ -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