[arch-commits] Commit in roundcubemail/repos/community-any (6 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Thu Mar 28 10:52:16 UTC 2013
Date: Thursday, March 28, 2013 @ 11:52:15
Author: spupykin
Revision: 87160
archrelease: copy trunk to community-any
Added:
roundcubemail/repos/community-any/PKGBUILD
(from rev 87159, roundcubemail/trunk/PKGBUILD)
roundcubemail/repos/community-any/apache.conf
(from rev 87159, roundcubemail/trunk/apache.conf)
roundcubemail/repos/community-any/roundcubemail.install
(from rev 87159, roundcubemail/trunk/roundcubemail.install)
Deleted:
roundcubemail/repos/community-any/PKGBUILD
roundcubemail/repos/community-any/apache.conf
roundcubemail/repos/community-any/roundcubemail.install
-----------------------+
PKGBUILD | 87 +++++++++++++++++++++++-------------------------
apache.conf | 16 ++++----
roundcubemail.install | 22 ++++++------
3 files changed, 62 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-28 10:51:59 UTC (rev 87159)
+++ PKGBUILD 2013-03-28 10:52:15 UTC (rev 87160)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=roundcubemail
-pkgver=0.8.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'
- 'usr/share/webapps/roundcubemail/skins/default/images/roundcube_logo.png')
-install=roundcubemail.install
-options=('!strip')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver}.tar.gz
- apache.conf)
-md5sums=('10bbe9bbf5e4ff50109d200c0484728b'
- '88d8ef3ae01ec84cc09b35bcb100dccb')
-
-build() {
- 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} roundcubemail
- cd roundcubemail
-
- mv installer xinstallerx
-
- sed -i "1,1ideny from all" .htaccess
- 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
-
- mv logs $pkgdir/var/log/roundcubemail
- ln -s /var/log/roundcubemail logs
-
- install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf
-}
Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 87159, roundcubemail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-03-28 10:52:15 UTC (rev 87160)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=roundcubemail
+pkgver=0.8.6
+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'
+ 'usr/share/webapps/roundcubemail/skins/default/images/roundcube_logo.png')
+install=roundcubemail.install
+options=('!strip')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver}.tar.gz
+ apache.conf)
+md5sums=('d8fc9958e45dccea0b016e84fde288aa'
+ '88d8ef3ae01ec84cc09b35bcb100dccb')
+
+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} roundcubemail
+ cd roundcubemail
+
+ mv installer xinstallerx
+
+ 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
+
+ mv logs $pkgdir/var/log/roundcubemail
+ ln -s /var/log/roundcubemail logs
+
+ install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf
+}
Deleted: apache.conf
===================================================================
--- apache.conf 2013-03-28 10:51:59 UTC (rev 87159)
+++ apache.conf 2013-03-28 10:52:15 UTC (rev 87160)
@@ -1,8 +0,0 @@
-Alias /roundcube "/usr/share/webapps/roundcubemail"
-<Directory "/usr/share/webapps/roundcubemail">
- AllowOverride All
- Options FollowSymlinks
- Order allow,deny
- Allow from all
- 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 87159, roundcubemail/trunk/apache.conf)
===================================================================
--- apache.conf (rev 0)
+++ apache.conf 2013-03-28 10:52:15 UTC (rev 87160)
@@ -0,0 +1,8 @@
+Alias /roundcube "/usr/share/webapps/roundcubemail"
+<Directory "/usr/share/webapps/roundcubemail">
+ AllowOverride All
+ Options FollowSymlinks
+ Order allow,deny
+ Allow from all
+ 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 2013-03-28 10:51:59 UTC (rev 87159)
+++ roundcubemail.install 2013-03-28 10:52:15 UTC (rev 87160)
@@ -1,11 +0,0 @@
-post_install() {
- echo "The roundcube install folder has been renamed to 'xinstallerx' with no access rights for security reasons."
- echo "However, it is recommended that it be removed to maintain optimal security."
- chmod ugo-rwx usr/share/webapps/roundcubemail/xinstallerx
- chown -R http:http var/log/roundcubemail
-}
-
-post_upgrade() {
- post_install
- echo "Since 0.7.2-2 rouncubemail is in /usr/share/webapps/"
-}
Copied: roundcubemail/repos/community-any/roundcubemail.install (from rev 87159, roundcubemail/trunk/roundcubemail.install)
===================================================================
--- roundcubemail.install (rev 0)
+++ roundcubemail.install 2013-03-28 10:52:15 UTC (rev 87160)
@@ -0,0 +1,11 @@
+post_install() {
+ echo "The roundcube install folder has been renamed to 'xinstallerx' with no access rights for security reasons."
+ echo "However, it is recommended that it be removed to maintain optimal security."
+ chmod ugo-rwx usr/share/webapps/roundcubemail/xinstallerx
+ chown -R http:http var/log/roundcubemail
+}
+
+post_upgrade() {
+ post_install
+ echo "Since 0.7.2-2 rouncubemail is in /usr/share/webapps/"
+}
More information about the arch-commits
mailing list