[arch-commits] Commit in roundcubemail/repos/community-any (6 files)
Sergej Pupykin
spupykin at archlinux.org
Thu Nov 9 13:29:27 UTC 2017
Date: Thursday, November 9, 2017 @ 13:29:24
Author: spupykin
Revision: 266009
archrelease: copy trunk to community-any
Added:
roundcubemail/repos/community-any/PKGBUILD
(from rev 266008, roundcubemail/trunk/PKGBUILD)
roundcubemail/repos/community-any/apache.conf
(from rev 266008, roundcubemail/trunk/apache.conf)
roundcubemail/repos/community-any/roundcubemail.install
(from rev 266008, roundcubemail/trunk/roundcubemail.install)
Deleted:
roundcubemail/repos/community-any/PKGBUILD
roundcubemail/repos/community-any/apache.conf
roundcubemail/repos/community-any/roundcubemail.install
-----------------------+
PKGBUILD | 122 ++++++++++++++++++++++++------------------------
apache.conf | 14 ++---
roundcubemail.install | 14 ++---
3 files changed, 75 insertions(+), 75 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-09 13:29:05 UTC (rev 266008)
+++ PKGBUILD 2017-11-09 13:29:24 UTC (rev 266009)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=roundcubemail
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="http://www.roundcube.net"
-license=('GPL')
-depends=('php' 'php-gd')
-makedepends=('php-composer' 'git')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
- 'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"
- apache.conf)
-sha256sums=('83e4505df8f14a94313f4a8ccc88a0550e85d7798336b680f1040097fe93c50a'
- 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
-
-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
-# mv composer.json-dist composer.json
-# php -d extension=gd.so ../composer.phar 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
-
- rm -rf temp logs
- find "$pkgdir" -name .git -exec rm -rf {} \; || true
-
-# 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 266008, roundcubemail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-09 13:29:24 UTC (rev 266009)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=roundcubemail
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="http://www.roundcube.net"
+license=('GPL')
+depends=('php' 'php-gd')
+makedepends=('php-composer' 'git')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+ 'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"
+ apache.conf)
+sha256sums=('05d9856c966c0d93accabf724e7ff2fd493bba1a57c44247ed0a2aacd617c879'
+ 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
+
+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
+# mv composer.json-dist composer.json
+# php -d extension=gd.so ../composer.phar 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
+
+ rm -rf temp logs
+ find "$pkgdir" -name .git -exec rm -rf {} \; || true
+
+# 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 2017-11-09 13:29:05 UTC (rev 266008)
+++ apache.conf 2017-11-09 13:29:24 UTC (rev 266009)
@@ -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 266008, roundcubemail/trunk/apache.conf)
===================================================================
--- apache.conf (rev 0)
+++ apache.conf 2017-11-09 13:29:24 UTC (rev 266009)
@@ -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 2017-11-09 13:29:05 UTC (rev 266008)
+++ roundcubemail.install 2017-11-09 13:29:24 UTC (rev 266009)
@@ -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 266008, roundcubemail/trunk/roundcubemail.install)
===================================================================
--- roundcubemail.install (rev 0)
+++ roundcubemail.install 2017-11-09 13:29:24 UTC (rev 266009)
@@ -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