[arch-commits] Commit in roundcubemail/repos/community-any (6 files)
Sergej Pupykin
spupykin at archlinux.org
Fri Sep 30 09:13:38 UTC 2016
Date: Friday, September 30, 2016 @ 09:13:38
Author: spupykin
Revision: 191061
archrelease: copy trunk to community-any
Added:
roundcubemail/repos/community-any/PKGBUILD
(from rev 191060, roundcubemail/trunk/PKGBUILD)
roundcubemail/repos/community-any/apache.conf
(from rev 191060, roundcubemail/trunk/apache.conf)
roundcubemail/repos/community-any/roundcubemail.install
(from rev 191060, roundcubemail/trunk/roundcubemail.install)
Deleted:
roundcubemail/repos/community-any/PKGBUILD
roundcubemail/repos/community-any/apache.conf
roundcubemail/repos/community-any/roundcubemail.install
-----------------------+
PKGBUILD | 132 ++++++++++++++++++++++++------------------------
apache.conf | 14 ++---
roundcubemail.install | 14 ++---
3 files changed, 80 insertions(+), 80 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-30 09:13:27 UTC (rev 191060)
+++ PKGBUILD 2016-09-30 09:13:38 UTC (rev 191061)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=roundcubemail
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="http://www.roundcube.net"
-license=('GPL')
-depends=('php')
-makedepends=('php-composer' 'git')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
- 'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz"
- apache.conf)
-md5sums=('656349f1001ffbcf74066db2f5ebde05'
- 'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-# mv ${srcdir}/roundcubemail-${_commit} ${srcdir}/roundcubemail-${pkgver/rc/-rc}
- 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
- mv composer.json-dist composer.json
- composer install --no-dev
-}
-
-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
-
- sed -i "s|$srcdir/roundcubemail-${pkgver/rc/-rc}/vendor/pear-pear.php.net/Console_CommandLine/data|/usr/share/webapps/roundcubemail/vendor/pear-pear.php.net|g" \
- vendor/pear-pear.php.net/Console_CommandLine/Console/CommandLine/XmlParser.php
-
- sed -i "s|$srcdir/roundcubemail-${pkgver/rc/-rc}|/usr/share/webapps/roundcubemail|g" \
- vendor/pear-pear.php.net/Crypt_GPG/bin/crypt-gpg-pinentry \
- vendor/pear-pear.php.net/Crypt_GPG/Crypt/GPG/Engine.php \
- vendor/pear-pear.php.net/Crypt_GPG/Crypt/GPG/PinEntry.php
-}
Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 191060, roundcubemail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-09-30 09:13:38 UTC (rev 191061)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=roundcubemail
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="http://www.roundcube.net"
+license=('GPL')
+depends=('php')
+makedepends=('php-composer' 'git')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+ 'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz"
+ apache.conf)
+md5sums=('92e4ba3dd9e00dece7c8114764781602'
+ 'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+# mv ${srcdir}/roundcubemail-${_commit} ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+ 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
+ mv composer.json-dist composer.json
+ composer install --no-dev
+}
+
+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
+
+ sed -i "s|$srcdir/roundcubemail-${pkgver/rc/-rc}/vendor/pear-pear.php.net/Console_CommandLine/data|/usr/share/webapps/roundcubemail/vendor/pear-pear.php.net|g" \
+ vendor/pear-pear.php.net/Console_CommandLine/Console/CommandLine/XmlParser.php
+
+ sed -i "s|$srcdir/roundcubemail-${pkgver/rc/-rc}|/usr/share/webapps/roundcubemail|g" \
+ vendor/pear-pear.php.net/Crypt_GPG/bin/crypt-gpg-pinentry \
+ vendor/pear-pear.php.net/Crypt_GPG/Crypt/GPG/Engine.php \
+ vendor/pear-pear.php.net/Crypt_GPG/Crypt/GPG/PinEntry.php
+}
Deleted: apache.conf
===================================================================
--- apache.conf 2016-09-30 09:13:27 UTC (rev 191060)
+++ apache.conf 2016-09-30 09:13:38 UTC (rev 191061)
@@ -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 191060, roundcubemail/trunk/apache.conf)
===================================================================
--- apache.conf (rev 0)
+++ apache.conf 2016-09-30 09:13:38 UTC (rev 191061)
@@ -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 2016-09-30 09:13:27 UTC (rev 191060)
+++ roundcubemail.install 2016-09-30 09:13:38 UTC (rev 191061)
@@ -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 191060, roundcubemail/trunk/roundcubemail.install)
===================================================================
--- roundcubemail.install (rev 0)
+++ roundcubemail.install 2016-09-30 09:13:38 UTC (rev 191061)
@@ -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