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

Sergej Pupykin spupykin at archlinux.org
Tue Jan 16 08:26:19 UTC 2018


    Date: Tuesday, January 16, 2018 @ 08:26:18
  Author: spupykin
Revision: 283068

archrelease: copy trunk to community-any

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

------------------------+
 PKGBUILD               |  122 +++++++++++++++++++++++------------------------
 apache.conf            |   14 ++---
 roundcubemail.tmpfiles |    4 -
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-16 08:26:03 UTC (rev 283067)
+++ PKGBUILD	2018-01-16 08:26:18 UTC (rev 283068)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=roundcubemail
-pkgver=1.3.3
-pkgrel=2
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="https://roundcube.net/"
-license=('GPL')
-depends=('php' 'php-gd')
-makedepends=('php-composer' 'git')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-        'etc/webapps/roundcubemail/apache.conf')
-source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-        "apache.conf"
-        "roundcubemail.tmpfiles")
-sha256sums=('05d9856c966c0d93accabf724e7ff2fd493bba1a57c44247ed0a2aacd617c879'
-            'SKIP'
-            'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
-            'b0baf067cd6c09938991890ab8c87ba4bad06987781c5accbed86b95e35c2a56')
-validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5') # Roundcube Developers <devs at roundcube.net>
-
-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
-  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 -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 283067, roundcubemail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-16 08:26:18 UTC (rev 283068)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=roundcubemail
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="https://roundcube.net/"
+license=('GPL')
+depends=('php' 'php-gd')
+makedepends=('php-composer' 'git')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+        'etc/webapps/roundcubemail/apache.conf')
+validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
+source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
+        "apache.conf"
+        "roundcubemail.tmpfiles")
+sha256sums=('bde95a620f0f5670450d3b94e093c30a4bdf2717183fcc92c8018019ad66c556'
+            'SKIP'
+            'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
+            'b0baf067cd6c09938991890ab8c87ba4bad06987781c5accbed86b95e35c2a56')
+
+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
+  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 -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	2018-01-16 08:26:03 UTC (rev 283067)
+++ apache.conf	2018-01-16 08:26:18 UTC (rev 283068)
@@ -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 283067, roundcubemail/trunk/apache.conf)
===================================================================
--- apache.conf	                        (rev 0)
+++ apache.conf	2018-01-16 08:26:18 UTC (rev 283068)
@@ -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.tmpfiles
===================================================================
--- roundcubemail.tmpfiles	2018-01-16 08:26:03 UTC (rev 283067)
+++ roundcubemail.tmpfiles	2018-01-16 08:26:18 UTC (rev 283068)
@@ -1,2 +0,0 @@
-d /var/cache/roundcubemail 0750 http http - -
-d /var/log/roundcubemail 0750 http http - -

Copied: roundcubemail/repos/community-any/roundcubemail.tmpfiles (from rev 283067, roundcubemail/trunk/roundcubemail.tmpfiles)
===================================================================
--- roundcubemail.tmpfiles	                        (rev 0)
+++ roundcubemail.tmpfiles	2018-01-16 08:26:18 UTC (rev 283068)
@@ -0,0 +1,2 @@
+d /var/cache/roundcubemail 0750 http http - -
+d /var/log/roundcubemail 0750 http http - -



More information about the arch-commits mailing list