[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2020-10-01 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 1, 2020 @ 21:18:19
  Author: spupykin
Revision: 714332

upgpkg: roundcubemail 1.4.9-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-01 21:18:12 UTC (rev 714331)
+++ PKGBUILD2020-10-01 21:18:19 UTC (rev 714332)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.8
-pkgrel=2
+pkgver=1.4.9
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="https://roundcube.net/";
@@ -18,7 +18,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha512sums=('8b7734cdec95954b7e18a0e44957da6ef74b5b0c3d28a1449e8634faa230844f5e0c28954245641758f8b2d9102aa32f279765ed3dfa20fa7b00dee4e5347362'
+sha512sums=('c6395757544b85693e808234f3dc6baac618ba115fb2c9eefc309ee18e74b2fdfbc0af00ac2b3b980fdd2abc56eefde47b535cdf688cfd2a5ce975786aca6572'
 'SKIP'
 
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2020-09-26 Thread Jelle van der Waa via arch-commits
Date: Saturday, September 26, 2020 @ 18:35:36
  Author: jelle
Revision: 712509

Add optional perl dependency

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-26 18:27:22 UTC (rev 712508)
+++ PKGBUILD2020-09-26 18:35:36 UTC (rev 712509)
@@ -2,7 +2,7 @@
 
 pkgname=roundcubemail
 pkgver=1.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="https://roundcube.net/";
@@ -11,6 +11,7 @@
 options=('emptydirs')
 makedepends=('php-composer' 'git')
 optdepends=('python: password change script'
+'perl: for change_ldap_pass.pl helper'
'php-gd')
 backup=('etc/webapps/roundcubemail/.htaccess'
 'etc/webapps/roundcubemail/apache.conf')


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2020-08-11 Thread Sergej Pupykin via arch-commits
Date: Tuesday, August 11, 2020 @ 22:25:27
  Author: spupykin
Revision: 675051

upgpkg: roundcubemail 1.4.8-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-11 22:24:58 UTC (rev 675050)
+++ PKGBUILD2020-08-11 22:25:27 UTC (rev 675051)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.7
+pkgver=1.4.8
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha512sums=('d668075c1fb1ac48931a82ca67b4ebeed6f1d1e82a336901f79967cb2eb91979fc7bb46d4895558f8e64f89f963002efc7c1ad23b93c52a252ce1a7aa04b678a'
+sha512sums=('8b7734cdec95954b7e18a0e44957da6ef74b5b0c3d28a1449e8634faa230844f5e0c28954245641758f8b2d9102aa32f279765ed3dfa20fa7b00dee4e5347362'
 'SKIP'
 
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2020-07-19 Thread Sergej Pupykin via arch-commits
Date: Sunday, July 19, 2020 @ 10:50:05
  Author: spupykin
Revision: 664543

upgpkg: roundcubemail 1.4.7-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-19 10:49:59 UTC (rev 664542)
+++ PKGBUILD2020-07-19 10:50:05 UTC (rev 664543)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha512sums=('e86763ced58cfa8174f71d33ae45cd62f26a58853b9361b83fa5bf883a4106c957f66b6b17b03172a3ee595ca74d7c19ac38e449a23377defd77cf555742'
+sha512sums=('d668075c1fb1ac48931a82ca67b4ebeed6f1d1e82a336901f79967cb2eb91979fc7bb46d4895558f8e64f89f963002efc7c1ad23b93c52a252ce1a7aa04b678a'
 'SKIP'
 
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2020-06-08 Thread Sergej Pupykin via arch-commits
Date: Monday, June 8, 2020 @ 23:07:06
  Author: spupykin
Revision: 640631

upgpkg: roundcubemail 1.4.6-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 23:06:59 UTC (rev 640630)
+++ PKGBUILD2020-06-08 23:07:06 UTC (rev 640631)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha512sums=('031a4669249efa67050212fc6b19429751fabb8204ffe1ea0088810f2efe30de9b7bf986c21c3091b6037628a0527550e33e96ad67cd0f16c85dc5398f67b761'
+sha512sums=('e86763ced58cfa8174f71d33ae45cd62f26a58853b9361b83fa5bf883a4106c957f66b6b17b03172a3ee595ca74d7c19ac38e449a23377defd77cf555742'
 'SKIP'
 
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2020-06-05 Thread Sergej Pupykin via arch-commits
Date: Friday, June 5, 2020 @ 12:18:18
  Author: spupykin
Revision: 639149

upgpkg: roundcubemail 1.4.5-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 12:17:57 UTC (rev 639148)
+++ PKGBUILD2020-06-05 12:18:18 UTC (rev 639149)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha512sums=('ddea321b5266c547f67c010147e9aa1457bea4802bec37f9e9d87e691bdc8df27f5c90cff8770de2458822160b85f7359f62742072ae1d642a040b9d88651519'
+sha512sums=('031a4669249efa67050212fc6b19429751fabb8204ffe1ea0088810f2efe30de9b7bf986c21c3091b6037628a0527550e33e96ad67cd0f16c85dc5398f67b761'
 'SKIP'
 
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2020-04-29 Thread Sergej Pupykin via arch-commits
Date: Wednesday, April 29, 2020 @ 22:18:54
  Author: spupykin
Revision: 622333

upgpkg: roundcubemail 1.4.4-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 22:18:48 UTC (rev 622332)
+++ PKGBUILD2020-04-29 22:18:54 UTC (rev 622333)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha512sums=('c65359473d08a46dbd42894c2758a46209491fc421ee58ab5b1c0d0d56e3fec8b2f43d01b18cb8934589cbee7e7abfda2c8efbf02b3521790d7b45ed6dc88a1e'
+sha512sums=('ddea321b5266c547f67c010147e9aa1457bea4802bec37f9e9d87e691bdc8df27f5c90cff8770de2458822160b85f7359f62742072ae1d642a040b9d88651519'
 'SKIP'
 
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 13:07:56
  Author: spupykin
Revision: 581252

upgpkg: roundcubemail 1.4.3-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 13:04:59 UTC (rev 581251)
+++ PKGBUILD2020-02-25 13:07:56 UTC (rev 581252)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,11 +16,10 @@
 'etc/webapps/roundcubemail/apache.conf')
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"apache.conf" 0001-plugins-password-make-Python-3-compatible.patch)
-sha512sums=('3f705bc38b44a0b7ea3241b0222f607b040ec01c8ea400b6b6222fbe346570c5f3450e5a188bab99ea171481453eb3f5b1e7457070ace1144558ec662a4273bb'
+"apache.conf")
+sha512sums=('c65359473d08a46dbd42894c2758a46209491fc421ee58ab5b1c0d0d56e3fec8b2f43d01b18cb8934589cbee7e7abfda2c8efbf02b3521790d7b45ed6dc88a1e'
 'SKIP'
-
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e'
-
'e1a8d812d6b3efa399530d82b91ab4e4f40ac144e7459157f3aba81ab5ef881985958e8179fd64be306710454acb16b4b3ecb71652af68e01f9ef45bfa08')
+
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 
 prepare() {
   cd "$srcdir"/roundcubemail-${pkgver}
@@ -29,8 +28,6 @@
 -e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
 config/defaults.inc.php \
 program/lib/Roundcube/rcube_config.php
-
-patch -Np1 -i 
${srcdir}/0001-plugins-password-make-Python-3-compatible.patch
 }
 
 package() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2020-01-20 Thread Sergej Pupykin via arch-commits
Date: Monday, January 20, 2020 @ 18:10:37
  Author: spupykin
Revision: 553234

move php-gd to optdeps

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-20 18:04:56 UTC (rev 553233)
+++ PKGBUILD2020-01-20 18:10:37 UTC (rev 553234)
@@ -7,10 +7,11 @@
 arch=('any')
 url="https://roundcube.net/";
 license=('GPL')
-depends=('php' 'php-gd')
+depends=('php')
 options=('emptydirs')
 makedepends=('php-composer' 'git')
-optdepends=('python: password change script')
+optdepends=('python: password change script'
+   'php-gd')
 backup=('etc/webapps/roundcubemail/.htaccess'
 'etc/webapps/roundcubemail/apache.conf')
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2020-01-09 Thread Felix Yan via arch-commits
Date: Thursday, January 9, 2020 @ 13:35:56
  Author: felixonmars
Revision: 551163

upgpkg: roundcubemail 1.4.2-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-09 13:34:15 UTC (rev 551162)
+++ PKGBUILD2020-01-09 13:35:56 UTC (rev 551163)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="https://roundcube.net/";
@@ -16,10 +16,10 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf" 0001-plugins-password-make-Python-3-compatible.patch)
-sha256sums=('640423d21e1aa733ddea7462f156e194b051f086a3f2a70430e0aa2c9b09b44a'
+sha512sums=('3f705bc38b44a0b7ea3241b0222f607b040ec01c8ea400b6b6222fbe346570c5f3450e5a188bab99ea171481453eb3f5b1e7457070ace1144558ec662a4273bb'
 'SKIP'
-'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
-'1b30d0cc316decbdd668f47a39ed9d9a029bdeeb88e364a2002a1476d1d48cac')
+
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e'
+
'e1a8d812d6b3efa399530d82b91ab4e4f40ac144e7459157f3aba81ab5ef881985958e8179fd64be306710454acb16b4b3ecb71652af68e01f9ef45bfa08')
 
 prepare() {
   cd "$srcdir"/roundcubemail-${pkgver}


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2019-11-26 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 26, 2019 @ 15:16:15
  Author: spupykin
Revision: 533479

upgpkg: roundcubemail 1.4.1-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-26 15:16:08 UTC (rev 533478)
+++ PKGBUILD2019-11-26 15:16:15 UTC (rev 533479)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha256sums=('6bd2a2ac05d6575c290c784e1267090550c56c92f65b66f0b155832fc860ef2c'
+sha256sums=('640423d21e1aa733ddea7462f156e194b051f086a3f2a70430e0aa2c9b09b44a'
 'SKIP'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2019-11-12 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 12, 2019 @ 17:54:48
  Author: spupykin
Revision: 527013

upgpkg: roundcubemail 1.4.0-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-12 17:45:38 UTC (rev 527012)
+++ PKGBUILD2019-11-12 17:54:48 UTC (rev 527013)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.10
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha256sums=('69fe11550a0f5711020ecd55c6ad36394580800a68d43bb69ecedc91f36ba8bf'
+sha256sums=('6bd2a2ac05d6575c290c784e1267090550c56c92f65b66f0b155832fc860ef2c'
 'SKIP'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2019-09-02 Thread Sergej Pupykin via arch-commits
Date: Monday, September 2, 2019 @ 11:21:18
  Author: spupykin
Revision: 507027

upgpkg: roundcubemail 1.3.10-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-02 11:21:12 UTC (rev 507026)
+++ PKGBUILD2019-09-02 11:21:18 UTC (rev 507027)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.9
+pkgver=1.3.10
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha256sums=('726db4ffb33a7154dd432cbb99810ab9d02512c7f1987a6119e9ac7f595521ad'
+sha256sums=('69fe11550a0f5711020ecd55c6ad36394580800a68d43bb69ecedc91f36ba8bf'
 'SKIP'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2019-04-01 Thread Sergej Pupykin via arch-commits
Date: Monday, April 1, 2019 @ 11:53:08
  Author: spupykin
Revision: 446924

upgpkg: roundcubemail 1.3.9-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 11:53:01 UTC (rev 446923)
+++ PKGBUILD2019-04-01 11:53:08 UTC (rev 446924)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.8
+pkgver=1.3.9
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha256sums=('c49e33f9643f98311b700138a1e1a0358c37b1205250e1124bd43d7f9a920d05'
+sha256sums=('726db4ffb33a7154dd432cbb99810ab9d02512c7f1987a6119e9ac7f595521ad'
 'SKIP'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 07:40:35
  Author: spupykin
Revision: 399372

upgpkg: roundcubemail 1.3.8-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 07:40:29 UTC (rev 399371)
+++ PKGBUILD2018-10-29 07:40:35 UTC (rev 399372)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.7
+pkgver=1.3.8
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha256sums=('31bd37d0f89dc634064f170c6ed8981c258754b6f81eccb59a2634b29d0bb01c'
+sha256sums=('c49e33f9643f98311b700138a1e1a0358c37b1205250e1124bd43d7f9a920d05'
 'SKIP'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2018-07-31 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 31, 2018 @ 13:32:11
  Author: spupykin
Revision: 365100

upgpkg: roundcubemail 1.3.7-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-31 13:32:06 UTC (rev 365099)
+++ PKGBUILD2018-07-31 13:32:11 UTC (rev 365100)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.6
-pkgrel=3
+pkgver=1.3.7
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="https://roundcube.net/";
@@ -17,7 +17,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha256sums=('f1b86e97cc8fd69bb1957d4115762af6ea2d6957ea17b33dd3ec2995662670d9'
+sha256sums=('31bd37d0f89dc634064f170c6ed8981c258754b6f81eccb59a2634b29d0bb01c'
 'SKIP'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:54:44
  Author: spupykin
Revision: 344320

upgpkg: roundcubemail 1.3.6-3

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 16:54:38 UTC (rev 344319)
+++ PKGBUILD2018-06-21 16:54:44 UTC (rev 344320)
@@ -3,12 +3,13 @@
 
 pkgname=roundcubemail
 pkgver=1.3.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="https://roundcube.net/";
 license=('GPL')
 depends=('php' 'php-gd')
+options=('emptydirs')
 makedepends=('php-composer' 'git')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
@@ -15,11 +16,9 @@
 'etc/webapps/roundcubemail/apache.conf')
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"roundcubemail.tmpfiles"
 "apache.conf")
 sha256sums=('f1b86e97cc8fd69bb1957d4115762af6ea2d6957ea17b33dd3ec2995662670d9'
 'SKIP'
-'91f1b0125422304b38d14431faf64f4fafc209d78c8af8bf871b339c15a15765'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 
 prepare() {
@@ -45,9 +44,11 @@
   ln -s /etc/webapps/roundcubemail/config config
 
   install -Dm0644 "$srcdir"/apache.conf 
"$pkgdir"/etc/webapps/roundcubemail/apache.conf
-  install -Dm0644 "$srcdir"/roundcubemail.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/roundcubemail.conf
   chown http:http 
"$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
   chmod 0640 "$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
 
+  install -dm0750 -o http -g http "$pkgdir"/var/cache/roundcubemail
+  install -dm0750 -o http -g http "$pkgdir"/var/log/roundcubemail
+
   rm -rf temp logs
 }


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2018-05-16 Thread Eli Schwartz via arch-commits
Date: Wednesday, May 16, 2018 @ 17:39:26
  Author: eschwartz
Revision: 323041

Fix tmpfiles usage

Whoops. It helps to actually install the file.

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 17:39:15 UTC (rev 323040)
+++ PKGBUILD2018-05-16 17:39:26 UTC (rev 323041)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="https://roundcube.net/";
@@ -15,9 +15,11 @@
 'etc/webapps/roundcubemail/apache.conf')
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
+"roundcubemail.tmpfiles"
 "apache.conf")
 sha256sums=('f1b86e97cc8fd69bb1957d4115762af6ea2d6957ea17b33dd3ec2995662670d9'
 'SKIP'
+'91f1b0125422304b38d14431faf64f4fafc209d78c8af8bf871b339c15a15765'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 
 prepare() {
@@ -43,8 +45,7 @@
   ln -s /etc/webapps/roundcubemail/config config
 
   install -Dm0644 "$srcdir"/apache.conf 
"$pkgdir"/etc/webapps/roundcubemail/apache.conf
-  install -dm0750 -o http -g http "$pkgdir"/var/cache/roundcubemail
-  install -dm0750 -o http -g http "$pkgdir"/var/log/roundcubemail
+  install -Dm0644 "$srcdir"/roundcubemail.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/roundcubemail.conf
   chown http:http 
"$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
   chmod 0640 "$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD roundcubemail.tmpfiles)

2018-04-19 Thread Sergej Pupykin via arch-commits
Date: Thursday, April 19, 2018 @ 13:06:28
  Author: spupykin
Revision: 317038

roundcubemail: fix config sample permissions

Modified:
  roundcubemail/trunk/PKGBUILD
Deleted:
  roundcubemail/trunk/roundcubemail.tmpfiles

+
 PKGBUILD   |   25 -
 roundcubemail.tmpfiles |2 --
 2 files changed, 8 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-19 13:01:45 UTC (rev 317037)
+++ PKGBUILD2018-04-19 13:06:28 UTC (rev 317038)
@@ -15,22 +15,18 @@
 '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")
+"apache.conf")
 sha256sums=('f1b86e97cc8fd69bb1957d4115762af6ea2d6957ea17b33dd3ec2995662670d9'
 'SKIP'
-'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
-'b0baf067cd6c09938991890ab8c87ba4bad06987781c5accbed86b95e35c2a56')
+'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 
 prepare() {
-  cd "$srcdir"/roundcubemail-${pkgver/rc/-rc}
+  cd "$srcdir"/roundcubemail-${pkgver}
   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() {
@@ -37,7 +33,7 @@
   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
+  cp -ra "$srcdir"/roundcubemail-${pkgver} roundcubemail
   cd roundcubemail
 
   mv .htaccess "$pkgdir"/etc/webapps/roundcubemail/
@@ -47,15 +43,10 @@
   ln -s /etc/webapps/roundcubemail/config config
 
   install -Dm0644 "$srcdir"/apache.conf 
"$pkgdir"/etc/webapps/roundcubemail/apache.conf
+  install -dm0750 -o http -g http "$pkgdir"/var/cache/roundcubemail
+  install -dm0750 -o http -g http "$pkgdir"/var/log/roundcubemail
+  chown http:http 
"$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
+  chmod 0640 "$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
 
   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: roundcubemail.tmpfiles
===
--- roundcubemail.tmpfiles  2018-04-19 13:01:45 UTC (rev 317037)
+++ roundcubemail.tmpfiles  2018-04-19 13:06:28 UTC (rev 317038)
@@ -1,2 +0,0 @@
-d /var/cache/roundcubemail 0750 http http - -
-d /var/log/roundcubemail 0750 http http - -


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2018-04-16 Thread Sergej Pupykin via arch-commits
Date: Monday, April 16, 2018 @ 12:01:17
  Author: spupykin
Revision: 316496

upgpkg: roundcubemail 1.3.6-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 12:01:10 UTC (rev 316495)
+++ PKGBUILD2018-04-16 12:01:17 UTC (rev 316496)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf"
 "roundcubemail.tmpfiles")
-sha256sums=('634e98b3e422208d25aba0a0e5adf603833b4b9d32b5db6c1162a122f31b686b'
+sha256sums=('f1b86e97cc8fd69bb1957d4115762af6ea2d6957ea17b33dd3ec2995662670d9'
 'SKIP'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
 'b0baf067cd6c09938991890ab8c87ba4bad06987781c5accbed86b95e35c2a56')


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2018-03-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, March 20, 2018 @ 12:17:37
  Author: spupykin
Revision: 309605

upgpkg: roundcubemail 1.3.5-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-20 12:17:06 UTC (rev 309604)
+++ PKGBUILD2018-03-20 12:17:37 UTC (rev 309605)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf"
 "roundcubemail.tmpfiles")
-sha256sums=('bde95a620f0f5670450d3b94e093c30a4bdf2717183fcc92c8018019ad66c556'
+sha256sums=('634e98b3e422208d25aba0a0e5adf603833b4b9d32b5db6c1162a122f31b686b'
 'SKIP'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
 'b0baf067cd6c09938991890ab8c87ba4bad06987781c5accbed86b95e35c2a56')


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2018-01-16 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 16, 2018 @ 08:26:03
  Author: spupykin
Revision: 283067

upgpkg: roundcubemail 1.3.4-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-16 08:25:32 UTC (rev 283066)
+++ PKGBUILD2018-01-16 08:26:03 UTC (rev 283067)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.3
-pkgrel=2
+pkgver=1.3.4
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="https://roundcube.net/";
@@ -13,14 +13,14 @@
 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=('05d9856c966c0d93accabf724e7ff2fd493bba1a57c44247ed0a2aacd617c879'
+sha256sums=('bde95a620f0f5670450d3b94e093c30a4bdf2717183fcc92c8018019ad66c556'
 'SKIP'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0'
 'b0baf067cd6c09938991890ab8c87ba4bad06987781c5accbed86b95e35c2a56')
-validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5') # Roundcube 
Developers 
 
 prepare() {
   cd "$srcdir"/roundcubemail-${pkgver/rc/-rc}


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2017-11-09 Thread Sergej Pupykin
Date: Thursday, November 9, 2017 @ 13:29:05
  Author: spupykin
Revision: 266008

upgpkg: roundcubemail 1.3.3-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 13:21:07 UTC (rev 266007)
+++ PKGBUILD2017-11-09 13:29:05 UTC (rev 266008)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz";
apache.conf)
-sha256sums=('83e4505df8f14a94313f4a8ccc88a0550e85d7798336b680f1040097fe93c50a'
+sha256sums=('05d9856c966c0d93accabf724e7ff2fd493bba1a57c44247ed0a2aacd617c879'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2017-11-01 Thread Sergej Pupykin
Date: Wednesday, November 1, 2017 @ 14:05:05
  Author: spupykin
Revision: 265002

upgpkg: roundcubemail 1.3.2-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-01 14:04:55 UTC (rev 265001)
+++ PKGBUILD2017-11-01 14:05:05 UTC (rev 265002)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz";
apache.conf)
-sha256sums=('f071bbe84f90ba55582289dcef7b70198b81e0aedd4de8422945658bbee3da0b'
+sha256sums=('83e4505df8f14a94313f4a8ccc88a0550e85d7798336b680f1040097fe93c50a'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2017-09-05 Thread Sergej Pupykin
Date: Tuesday, September 5, 2017 @ 10:44:03
  Author: spupykin
Revision: 255722

upgpkg: roundcubemail 1.3.1-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 10:43:40 UTC (rev 255721)
+++ PKGBUILD2017-09-05 10:44:03 UTC (rev 255722)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz";
apache.conf)
-sha256sums=('a9c4d084716482171b23216d57ad9dafd85bd34f1eee73824c62327fc22b995a'
+sha256sums=('f071bbe84f90ba55582289dcef7b70198b81e0aedd4de8422945658bbee3da0b'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2017-06-27 Thread Sergej Pupykin
Date: Tuesday, June 27, 2017 @ 15:06:05
  Author: spupykin
Revision: 241213

upgpkg: roundcubemail 1.3.0-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |   26 --
 1 file changed, 12 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 15:05:58 UTC (rev 241212)
+++ PKGBUILD2017-06-27 15:06:05 UTC (rev 241213)
@@ -2,13 +2,13 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.2.5
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
 license=('GPL')
-depends=('php')
+depends=('php' 'php-gd')
 makedepends=('php-composer' 'git')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
@@ -15,11 +15,9 @@
'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";
-   "https://getcomposer.org/download/1.4.1/composer.phar";
+source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz";
apache.conf)
-sha256sums=('cf20b48f95827c44abcebc40ef64a025fbcd947518849f25de6bb6c8883c5672'
-'abd277cc3453be980bb48cbffe9d1f7422ca1ef4bc0b7d035fda87cea4d55cbc'
+sha256sums=('a9c4d084716482171b23216d57ad9dafd85bd34f1eee73824c62327fc22b995a'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 
 prepare() {
@@ -29,8 +27,8 @@
 -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 ../composer.phar install --no-dev
+#  mv composer.json-dist composer.json
+#  php -d extension=gd.so ../composer.phar install --no-dev
 }
 
 package() {
@@ -53,11 +51,11 @@
   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}/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
+#  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
 }


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2017-05-02 Thread Sergej Pupykin
Date: Tuesday, May 2, 2017 @ 09:46:05
  Author: spupykin
Revision: 226552

upgpkg: roundcubemail 1.2.5-1

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-02 09:45:58 UTC (rev 226551)
+++ PKGBUILD2017-05-02 09:46:05 UTC (rev 226552)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz";
"https://getcomposer.org/download/1.4.1/composer.phar";
apache.conf)
-sha256sums=('91d6c8c8a4ecd5c3c78926c080720733f413640950578efe440b5c769fba59a3'
+sha256sums=('cf20b48f95827c44abcebc40ef64a025fbcd947518849f25de6bb6c8883c5672'
 'abd277cc3453be980bb48cbffe9d1f7422ca1ef4bc0b7d035fda87cea4d55cbc'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2017-03-14 Thread Sergej Pupykin
Date: Tuesday, March 14, 2017 @ 13:05:53
  Author: spupykin
Revision: 216245

upgpkg: roundcubemail 1.2.4-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-14 12:43:03 UTC (rev 216244)
+++ PKGBUILD2017-03-14 13:05:53 UTC (rev 216245)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,12 +16,13 @@
 install=roundcubemail.install
 options=('!strip' 'emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz";
+   "https://getcomposer.org/download/1.4.1/composer.phar";
apache.conf)
-sha256sums=('461f958818cd294dcc40a97d0bf30091fe0762906b18653fa9739e16eeba3a5c'
+sha256sums=('91d6c8c8a4ecd5c3c78926c080720733f413640950578efe440b5c769fba59a3'
+'abd277cc3453be980bb48cbffe9d1f7422ca1ef4bc0b7d035fda87cea4d55cbc'
 'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 
 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';|" \
@@ -29,7 +30,7 @@
 config/defaults.inc.php \
 program/lib/Roundcube/rcube_config.php
   mv composer.json-dist composer.json
-  composer install --no-dev
+  php ../composer.phar install --no-dev
 }
 
 package() {
@@ -49,12 +50,8 @@
   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
+  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


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-12-01 Thread Sergej Pupykin
Date: Thursday, December 1, 2016 @ 13:14:45
  Author: spupykin
Revision: 197610

upgpkg: roundcubemail 1.2.3-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 13:14:38 UTC (rev 197609)
+++ PKGBUILD2016-12-01 13:14:45 UTC (rev 197610)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,8 +17,8 @@
 options=('!strip' 'emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz";
apache.conf)
-md5sums=('92e4ba3dd9e00dece7c8114764781602'
- 'f11b17e2a80b383cde4af963fb307541')
+sha256sums=('461f958818cd294dcc40a97d0bf30091fe0762906b18653fa9739e16eeba3a5c'
+'c90981405527ebaf153a407af6b8178b41d078bd4472d63b837b3b4cd5ae36b0')
 
 prepare() {
 #  mv "$srcdir"/roundcubemail-${_commit} 
"$srcdir"/roundcubemail-${pkgver/rc/-rc}


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-09-30 Thread Sergej Pupykin
Date: Friday, September 30, 2016 @ 09:13:27
  Author: spupykin
Revision: 191060

upgpkg: roundcubemail 1.2.2-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-30 09:13:23 UTC (rev 191059)
+++ PKGBUILD2016-09-30 09:13:27 UTC (rev 191060)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz";
apache.conf)
-md5sums=('656349f1001ffbcf74066db2f5ebde05'
+md5sums=('92e4ba3dd9e00dece7c8114764781602'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-07-29 Thread Sergej Pupykin
Date: Friday, July 29, 2016 @ 16:32:45
  Author: spupykin
Revision: 184629

upgpkg: roundcubemail 1.2.1-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-29 16:32:41 UTC (rev 184628)
+++ PKGBUILD2016-07-29 16:32:45 UTC (rev 184629)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz";
apache.conf)
-md5sums=('ed3ce2c09f6e6a4221f4b99f5249da66'
+md5sums=('656349f1001ffbcf74066db2f5ebde05'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-06-07 Thread Sergej Pupykin
Date: Tuesday, June 7, 2016 @ 13:57:43
  Author: spupykin
Revision: 178138

upgpkg: roundcubemail 1.2.0-3

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-07 11:32:51 UTC (rev 178137)
+++ PKGBUILD2016-06-07 11:57:43 UTC (rev 178138)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-06-07 Thread Sergej Pupykin
Date: Tuesday, June 7, 2016 @ 13:32:24
  Author: spupykin
Revision: 178136

upgpkg: roundcubemail 1.2.0-2

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-07 11:28:52 UTC (rev 178135)
+++ PKGBUILD2016-06-07 11:32:24 UTC (rev 178136)
@@ -56,11 +56,11 @@
 
   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/Console_CommandLine/Console/CommandLine/XmlParser.php \
-
vendor/pear-pear.php.net/Console_CommandLine/Console/CommandLine/XmlParser.php \
 vendor/pear-pear.php.net/Crypt_GPG/bin/crypt-gpg-pinentry \
-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
 }


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-06-06 Thread Sergej Pupykin
Date: Monday, June 6, 2016 @ 15:28:44
  Author: spupykin
Revision: 178021

upgpkg: roundcubemail 1.2.0-2

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-06 13:28:34 UTC (rev 178020)
+++ PKGBUILD2016-06-06 13:28:44 UTC (rev 178021)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -55,4 +55,12 @@
 #EOF
 
   rm -rf temp logs
+
+  sed -i 
"s|$srcdir/roundcubemail-${pkgver/rc/-rc}|/usr/share/webapps/roundcubemail|g" \
+
vendor/pear-pear.php.net/Console_CommandLine/Console/CommandLine/XmlParser.php \
+
vendor/pear-pear.php.net/Console_CommandLine/Console/CommandLine/XmlParser.php \
+vendor/pear-pear.php.net/Crypt_GPG/bin/crypt-gpg-pinentry \
+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
 }


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-05-23 Thread Sergej Pupykin
Date: Monday, May 23, 2016 @ 12:43:42
  Author: spupykin
Revision: 176130

upgpkg: roundcubemail 1.2.0-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 10:43:23 UTC (rev 176129)
+++ PKGBUILD2016-05-23 10:43:42 UTC (rev 176130)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.2rc
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz";
apache.conf)
-md5sums=('b12e98b2f3cf19419793e477516c8bba'
+md5sums=('ed3ce2c09f6e6a4221f4b99f5249da66'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-04-21 Thread Sergej Pupykin
Date: Thursday, April 21, 2016 @ 12:42:40
  Author: spupykin
Revision: 171492

upgpkg: roundcubemail 1.2rc-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-21 10:40:33 UTC (rev 171491)
+++ PKGBUILD2016-04-21 10:42:40 UTC (rev 171492)
@@ -2,9 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.2beta
-_commit=332ffef199745f1ddb3f3ad3e5618a4675b929bb
-pkgrel=3
+pkgver=1.2rc
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -16,14 +15,14 @@
'etc/webapps/roundcubemail/apache.conf')
 install=roundcubemail.install
 options=('!strip' 'emptydirs')
-source=("$pkgname-$pkgver-${_commit}.tar.gz::https://github.com/roundcube/roundcubemail/archive/${_commit}.tar.gz";
+source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz";
apache.conf)
-md5sums=('391339848be6432a976e0af60989c298'
+md5sums=('b12e98b2f3cf19419793e477516c8bba'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {
-  mv ${srcdir}/roundcubemail-${_commit} 
${srcdir}/roundcubemail-${pkgver/beta/-beta}
-  cd ${srcdir}/roundcubemail-${pkgver/beta/-beta}
+#  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';|" \
@@ -38,7 +37,7 @@
   mkdir -p ${pkgdir}/usr/share/webapps
   mkdir -p ${pkgdir}/var/log
   cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/beta/-beta} roundcubemail
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
   cd roundcubemail
 
   mv .htaccess $pkgdir/etc/webapps/roundcubemail/


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-02-03 Thread Sergej Pupykin
Date: Wednesday, February 3, 2016 @ 12:00:58
  Author: spupykin
Revision: 160065

upgpkg: roundcubemail 1.2beta-3

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 10:41:16 UTC (rev 160064)
+++ PKGBUILD2016-02-03 11:00:58 UTC (rev 160065)
@@ -3,25 +3,26 @@
 
 pkgname=roundcubemail
 pkgver=1.2beta
-pkgrel=2
+_commit=332ffef199745f1ddb3f3ad3e5618a4675b929bb
+pkgrel=3
 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=(https://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}-complete.tar.gz
-#source=(https://downloads.sourceforge.net/project/roundcubemail/roundcubemail-beta/${pkgver/beta/-beta}/roundcubemail-${pkgver/beta/-beta}-complete.tar.gz
-source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/55a02bcf56f05697786e20c4659ab279d4df4e05.tar.gz";
+source=("$pkgname-$pkgver-${_commit}.tar.gz::https://github.com/roundcube/roundcubemail/archive/${_commit}.tar.gz";
apache.conf)
-md5sums=('63f4558ea7776c669f9db00d487e637a'
+md5sums=('391339848be6432a976e0af60989c298'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {
+  mv ${srcdir}/roundcubemail-${_commit} 
${srcdir}/roundcubemail-${pkgver/beta/-beta}
   cd ${srcdir}/roundcubemail-${pkgver/beta/-beta}
   sed -i \
 -e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
@@ -28,6 +29,8 @@
 -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() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-01-15 Thread Sergej Pupykin
Date: Friday, January 15, 2016 @ 17:26:08
  Author: spupykin
Revision: 156740

upgpkg: roundcubemail 1.2beta-2

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-15 15:02:42 UTC (rev 156739)
+++ PKGBUILD2016-01-15 16:26:08 UTC (rev 156740)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.2beta
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -15,9 +15,10 @@
 install=roundcubemail.install
 options=('!strip' 'emptydirs')
 
#source=(https://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}-complete.tar.gz
-source=(https://downloads.sourceforge.net/project/roundcubemail/roundcubemail-beta/${pkgver/beta/-beta}/roundcubemail-${pkgver/beta/-beta}-complete.tar.gz
+#source=(https://downloads.sourceforge.net/project/roundcubemail/roundcubemail-beta/${pkgver/beta/-beta}/roundcubemail-${pkgver/beta/-beta}-complete.tar.gz
+source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/55a02bcf56f05697786e20c4659ab279d4df4e05.tar.gz";
apache.conf)
-md5sums=('855011200946e253ab491125b60c0576'
+md5sums=('63f4558ea7776c669f9db00d487e637a'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2016-01-04 Thread Sergej Pupykin
Date: Monday, January 4, 2016 @ 15:37:51
  Author: spupykin
Revision: 155423

upgpkg: roundcubemail 1.2beta-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 14:29:00 UTC (rev 155422)
+++ PKGBUILD2016-01-04 14:37:51 UTC (rev 155423)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.2beta
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -14,13 +14,14 @@
'etc/webapps/roundcubemail/apache.conf')
 install=roundcubemail.install
 options=('!strip' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}-complete.tar.gz
+#source=(https://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}-complete.tar.gz
+source=(https://downloads.sourceforge.net/project/roundcubemail/roundcubemail-beta/${pkgver/beta/-beta}/roundcubemail-${pkgver/beta/-beta}-complete.tar.gz
apache.conf)
-md5sums=('b607296dd6ddfb35f00c2ce3d7a08b6d'
+md5sums=('855011200946e253ab491125b60c0576'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  cd ${srcdir}/roundcubemail-${pkgver/beta/-beta}
   sed -i \
 -e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
 -e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
@@ -33,7 +34,7 @@
   mkdir -p ${pkgdir}/usr/share/webapps
   mkdir -p ${pkgdir}/var/log
   cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cp -ra ${srcdir}/roundcubemail-${pkgver/beta/-beta} roundcubemail
   cd roundcubemail
 
   mv .htaccess $pkgdir/etc/webapps/roundcubemail/


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2015-12-22 Thread Sergej Pupykin
Date: Tuesday, December 22, 2015 @ 11:17:22
  Author: spupykin
Revision: 154174

upgpkg: roundcubemail 1.1.3-2

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-22 10:13:28 UTC (rev 154173)
+++ PKGBUILD2015-12-22 10:17:22 UTC (rev 154174)
@@ -3,21 +3,20 @@
 
 pkgname=roundcubemail
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
 license=('GPL')
-depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp'
-'pear-auth-sasl' 'pear-mail-mime-decode' 'pear-net-sieve')
+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
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}-complete.tar.gz
apache.conf)
-md5sums=('3b07c65c2eb5ac8d248f8f311609afa8'
+md5sums=('b607296dd6ddfb35f00c2ce3d7a08b6d'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2015-10-01 Thread Sergej Pupykin
Date: Thursday, October 1, 2015 @ 16:55:02
  Author: spupykin
Revision: 142327

upgpkg: roundcubemail 1.1.3-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-01 14:54:40 UTC (rev 142326)
+++ PKGBUILD2015-10-01 14:55:02 UTC (rev 142327)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('c899c9a0d61a4171b771fde4959b7ed5'
+md5sums=('3b07c65c2eb5ac8d248f8f311609afa8'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2015-06-08 Thread Sergej Pupykin
Date: Monday, June 8, 2015 @ 14:29:53
  Author: spupykin
Revision: 134966

upgpkg: roundcubemail 1.1.2-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-08 12:29:33 UTC (rev 134965)
+++ PKGBUILD2015-06-08 12:29:53 UTC (rev 134966)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('5809a8068355a21abc7762739220adc8'
+md5sums=('c899c9a0d61a4171b771fde4959b7ed5'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2015-03-20 Thread Sergej Pupykin
Date: Friday, March 20, 2015 @ 12:00:56
  Author: spupykin
Revision: 129618

upgpkg: roundcubemail 1.1.1-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-20 11:00:53 UTC (rev 129617)
+++ PKGBUILD2015-03-20 11:00:56 UTC (rev 129618)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.1.0
-pkgrel=7
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('784b001753cebb9d0db59142f22e1764'
+md5sums=('5809a8068355a21abc7762739220adc8'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD apache.conf)

2015-03-02 Thread Sergej Pupykin
Date: Monday, March 2, 2015 @ 16:09:30
  Author: spupykin
Revision: 128547

upgpkg: roundcubemail 1.1.0-7

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/apache.conf

-+
 PKGBUILD|   12 ++--
 apache.conf |1 +
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-02 14:37:24 UTC (rev 128546)
+++ PKGBUILD2015-03-02 15:09:30 UTC (rev 128547)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -18,7 +18,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
 md5sums=('784b001753cebb9d0db59142f22e1764'
- 'afa5113b40709550573f32d032b388b8')
+ 'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {
   cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
@@ -46,10 +46,10 @@
   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
+#  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
 }

Modified: apache.conf
===
--- apache.conf 2015-03-02 14:37:24 UTC (rev 128546)
+++ apache.conf 2015-03-02 15:09:30 UTC (rev 128547)
@@ -3,4 +3,5 @@
 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"
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2015-02-27 Thread Sergej Pupykin
Date: Friday, February 27, 2015 @ 16:34:32
  Author: spupykin
Revision: 128382

upgpkg: roundcubemail 1.1.0-6

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 15:34:29 UTC (rev 128381)
+++ PKGBUILD2015-02-27 15:34:32 UTC (rev 128382)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -47,7 +47,7 @@
   install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
 
   install -dm0755 $pkgdir/etc/php/conf.d/
-  cat <$pkgdir/etc/php/conf.d/$pkgname.ini
+  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
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD apache.conf)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:27:01
  Author: spupykin
Revision: 128301

upgpkg: roundcubemail 1.1.0-5

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/apache.conf

-+
 PKGBUILD|   12 ++--
 apache.conf |1 -
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 17:19:39 UTC (rev 128300)
+++ PKGBUILD2015-02-26 17:27:01 UTC (rev 128301)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -18,7 +18,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
 md5sums=('784b001753cebb9d0db59142f22e1764'
- 'f11b17e2a80b383cde4af963fb307541')
+ 'afa5113b40709550573f32d032b388b8')
 
 prepare() {
   cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
@@ -46,10 +46,10 @@
   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 <$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
+  install -dm0755 $pkgdir/etc/php/conf.d/
+  cat <$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
 }

Modified: apache.conf
===
--- apache.conf 2015-02-26 17:19:39 UTC (rev 128300)
+++ apache.conf 2015-02-26 17:27:01 UTC (rev 128301)
@@ -3,5 +3,4 @@
 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"
 


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 17:40:46
  Author: spupykin
Revision: 127573

upgpkg: roundcubemail 1.1.0-4

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 16:40:42 UTC (rev 127572)
+++ PKGBUILD2015-02-11 16:40:46 UTC (rev 127573)
@@ -3,12 +3,13 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
 license=('GPL')
-depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp')
+depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp'
+'pear-auth-sasl' 'pear-mail-mime-decode' 'pear-net-sieve')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
'etc/webapps/roundcubemail/apache.conf')


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2015-02-11 Thread Sergej Pupykin
Date: Wednesday, February 11, 2015 @ 14:26:56
  Author: spupykin
Revision: 127559

upgpkg: roundcubemail 1.1.0-3

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-11 12:26:04 UTC (rev 127558)
+++ PKGBUILD2015-02-11 13:26:56 UTC (rev 127559)
@@ -3,12 +3,12 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
 license=('GPL')
-depends=('php' 'php-pear' 'pear-net-idna2')
+depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
'etc/webapps/roundcubemail/apache.conf')


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 16:43:58
  Author: spupykin
Revision: 127475

upgpkg: roundcubemail 1.1.0-2

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 15:43:55 UTC (rev 127474)
+++ PKGBUILD2015-02-10 15:43:58 UTC (rev 127475)
@@ -3,12 +3,12 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
 license=('GPL')
-depends=('php')
+depends=('php' 'php-pear' 'pear-net-idna2')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
'etc/webapps/roundcubemail/apache.conf')


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 12:14:41
  Author: spupykin
Revision: 127461

upgpkg: roundcubemail 1.1.0-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 07:28:58 UTC (rev 127460)
+++ PKGBUILD2015-02-10 11:14:41 UTC (rev 127461)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.0.5
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('b982b0ba2bad01039337ca280faa86b6'
+md5sums=('784b001753cebb9d0db59142f22e1764'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2015-01-26 Thread Sergej Pupykin
Date: Monday, January 26, 2015 @ 10:41:00
  Author: spupykin
Revision: 126595

upgpkg: roundcubemail 1.0.5-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-26 09:40:56 UTC (rev 126594)
+++ PKGBUILD2015-01-26 09:41:00 UTC (rev 126595)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('c59476d62e24dec484be69bbb2412d84'
+md5sums=('b982b0ba2bad01039337ca280faa86b6'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2014-12-23 Thread Sergej Pupykin
Date: Tuesday, December 23, 2014 @ 23:24:16
  Author: spupykin
Revision: 124473

upgpkg: roundcubemail 1.0.4-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 22:24:12 UTC (rev 124472)
+++ PKGBUILD2014-12-23 22:24:16 UTC (rev 124473)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('e35652adea5cd4069fcaa1410ae58864'
+md5sums=('c59476d62e24dec484be69bbb2412d84'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 21:51:25
  Author: spupykin
Revision: 119832

upgpkg: roundcubemail 1.0.3-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 19:48:52 UTC (rev 119831)
+++ PKGBUILD2014-09-29 19:51:25 UTC (rev 119832)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -16,7 +16,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
+md5sums=('e35652adea5cd4069fcaa1410ae58864'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


[arch-commits] Commit in roundcubemail/trunk (PKGBUILD apache.conf)

2014-07-24 Thread Sergej Pupykin
Date: Thursday, July 24, 2014 @ 14:02:09
  Author: spupykin
Revision: 116305

upgpkg: roundcubemail 1.0.2-3

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/apache.conf

-+
 PKGBUILD|   12 ++--
 apache.conf |1 +
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 11:30:33 UTC (rev 116304)
+++ PKGBUILD2014-07-24 12:02:09 UTC (rev 116305)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
 md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
- 'afa5113b40709550573f32d032b388b8')
+ 'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {
   cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
@@ -45,10 +45,10 @@
   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 <$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
+#  install -dm0755 $pkgdir/etc/php/conf.d/
+#  cat <$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
 }

Modified: apache.conf
===
--- apache.conf 2014-07-24 11:30:33 UTC (rev 116304)
+++ apache.conf 2014-07-24 12:02:09 UTC (rev 116305)
@@ -3,4 +3,5 @@
 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"
 



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD apache.conf)

2014-07-23 Thread Sergej Pupykin
Date: Wednesday, July 23, 2014 @ 14:16:20
  Author: spupykin
Revision: 116162

upgpkg: roundcubemail 1.0.2-2

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/apache.conf

-+
 PKGBUILD|9 +++--
 apache.conf |1 -
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-23 12:16:17 UTC (rev 116161)
+++ PKGBUILD2014-07-23 12:16:20 UTC (rev 116162)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
 md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
- 'f11b17e2a80b383cde4af963fb307541')
+ 'afa5113b40709550573f32d032b388b8')
 
 prepare() {
   cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
@@ -45,5 +45,10 @@
   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 <$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
 }

Modified: apache.conf
===
--- apache.conf 2014-07-23 12:16:17 UTC (rev 116161)
+++ apache.conf 2014-07-23 12:16:20 UTC (rev 116162)
@@ -3,5 +3,4 @@
 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"
 



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2014-07-22 Thread Sergej Pupykin
Date: Tuesday, July 22, 2014 @ 10:44:37
  Author: spupykin
Revision: 116089

upgpkg: roundcubemail 1.0.2-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-22 08:34:28 UTC (rev 116088)
+++ PKGBUILD2014-07-22 08:44:37 UTC (rev 116089)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.0.1
-pkgrel=5
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -16,7 +16,7 @@
 options=('!strip' 'emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('2e1629ea21615005b0a991e591f36363'
+md5sums=('5028c6f9fa88d0c84b0fde0b84355203'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2014-06-26 Thread Sergej Pupykin
Date: Thursday, June 26, 2014 @ 11:26:45
  Author: spupykin
Revision: 113596

upgpkg: roundcubemail 1.0.1-4

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-26 09:26:40 UTC (rev 113595)
+++ PKGBUILD2014-06-26 09:26:45 UTC (rev 113596)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -42,6 +42,8 @@
   mv config $pkgdir/etc/webapps/roundcubemail/
   ln -s /etc/webapps/roundcubemail/config config
 
+  install -dm0750 $pkgdir/var/log/roundcubemail
+
   install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
 
   rm -rf temp logs



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 19:06:46
  Author: spupykin
Revision: 113563

upgpkg: roundcubemail 1.0.1-3

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-25 16:59:48 UTC (rev 113562)
+++ PKGBUILD2014-06-25 17:06:46 UTC (rev 113563)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -19,6 +19,15 @@
 md5sums=('2e1629ea21615005b0a991e591f36363'
  '9ef887b19632239911b287ce0e270ae8')
 
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e "s|RCUBE_INSTALL_PATH . 'temp.*|'/tmp/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
@@ -33,14 +42,9 @@
   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
 
-  rm -rf temp
-  ln -s /tmp/roundcube temp
-
+  rm -rf temp logs
   install -dm0755 $pkgdir/usr/lib/tmpfiles.d
-  echo "d /tmp/roundcube 0770 http http -" 
>$pkgdir/usr/lib/tmpfiles.d/roundcube.conf
+  echo "d /tmp/roundcubemail 0770 http http -" 
>$pkgdir/usr/lib/tmpfiles.d/roundcube.conf
 }



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD roundcubemail.install)

2014-05-26 Thread Sergej Pupykin
Date: Monday, May 26, 2014 @ 11:29:47
  Author: spupykin
Revision: 111880

upgpkg: roundcubemail 1.0.1-2

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/roundcubemail.install

---+
 PKGBUILD  |8 +++-
 roundcubemail.install |1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-26 09:29:42 UTC (rev 111879)
+++ PKGBUILD2014-05-26 09:29:47 UTC (rev 111880)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="http://www.roundcube.net";
@@ -37,4 +37,10 @@
   ln -s /var/log/roundcubemail logs
 
   install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+  rm -rf temp
+  ln -s /tmp/roundcube temp
+
+  install -dm0755 $pkgdir/usr/lib/tmpfiles.d
+  echo "d /tmp/roundcube 0770 http http -" 
>$pkgdir/usr/lib/tmpfiles.d/roundcube.conf
 }

Modified: roundcubemail.install
===
--- roundcubemail.install   2014-05-26 09:29:42 UTC (rev 111879)
+++ roundcubemail.install   2014-05-26 09:29:47 UTC (rev 111880)
@@ -1,5 +1,6 @@
 post_install() {
   chown -R http:http var/log/roundcubemail
+  systemd-tmpfiles --create roundcube.conf
 }
 
 post_upgrade() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2014-05-15 Thread Sergej Pupykin
Date: Thursday, May 15, 2014 @ 16:18:05
  Author: spupykin
Revision: 111212

upgpkg: roundcubemail 1.0.1-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-15 14:18:01 UTC (rev 111211)
+++ PKGBUILD2014-05-15 14:18:05 UTC (rev 111212)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('325f79deeadb8993ca8a20f0077f2535'
+md5sums=('2e1629ea21615005b0a991e591f36363'
  '9ef887b19632239911b287ce0e270ae8')
 
 package() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD apache.conf)

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 15:24:00
  Author: spupykin
Revision: 108974

upgpkg: roundcubemail 1.0.0-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/apache.conf

-+
 PKGBUILD|6 +++---
 apache.conf |3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 12:14:41 UTC (rev 108973)
+++ PKGBUILD2014-04-08 13:24:00 UTC (rev 108974)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=0.9.5
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,8 +16,8 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('757f6ab3306d4abf8da6664ae65138d7'
- '88d8ef3ae01ec84cc09b35bcb100dccb')
+md5sums=('325f79deeadb8993ca8a20f0077f2535'
+ '9ef887b19632239911b287ce0e270ae8')
 
 package() {
   mkdir -p ${pkgdir}/etc/webapps/roundcubemail

Modified: apache.conf
===
--- apache.conf 2014-04-08 12:14:41 UTC (rev 108973)
+++ apache.conf 2014-04-08 13:24:00 UTC (rev 108974)
@@ -2,7 +2,6 @@
 
 AllowOverride All
 Options FollowSymlinks
-Order allow,deny
-Allow from all
+Require all granted
 php_admin_value open_basedir 
"/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail"
 



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2013-10-22 Thread Sergej Pupykin
Date: Tuesday, October 22, 2013 @ 11:14:10
  Author: spupykin
Revision: 99014

upgpkg: roundcubemail 0.9.5-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 09:14:06 UTC (rev 99013)
+++ PKGBUILD2013-10-22 09:14:10 UTC (rev 99014)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('c8197f2b5b7e7a9dfa52c1d019a2d74d'
+md5sums=('757f6ab3306d4abf8da6664ae65138d7'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2013-09-07 Thread Sergej Pupykin
Date: Saturday, September 7, 2013 @ 15:11:21
  Author: spupykin
Revision: 96895

upgpkg: roundcubemail 0.9.4-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-07 11:57:50 UTC (rev 96894)
+++ PKGBUILD2013-09-07 13:11:21 UTC (rev 96895)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('bdd838e4d1c4f2009fb3557b945fa879'
+md5sums=('c8197f2b5b7e7a9dfa52c1d019a2d74d'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2013-08-22 Thread Sergej Pupykin
Date: Thursday, August 22, 2013 @ 10:31:15
  Author: spupykin
Revision: 96231

upgpkg: roundcubemail 0.9.3-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-22 08:29:52 UTC (rev 96230)
+++ PKGBUILD2013-08-22 08:31:15 UTC (rev 96231)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('e60d5fc120517062ea388c47739742b3'
+md5sums=('bdd838e4d1c4f2009fb3557b945fa879'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2013-06-17 Thread Sergej Pupykin
Date: Monday, June 17, 2013 @ 19:31:09
  Author: spupykin
Revision: 92878

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-17 17:29:38 UTC (rev 92877)
+++ PKGBUILD2013-06-17 17:31:09 UTC (rev 92878)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('3465596f0b143469833f86dfc790b270'
+md5sums=('e60d5fc120517062ea388c47739742b3'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2013-05-20 Thread Sergej Pupykin
Date: Monday, May 20, 2013 @ 11:55:55
  Author: spupykin
Revision: 91148

upgpkg: roundcubemail 0.9.1-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 09:55:14 UTC (rev 91147)
+++ PKGBUILD2013-05-20 09:55:55 UTC (rev 91148)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('843de3439886c2dddb0f09e9bb6a4d04'
+md5sums=('3465596f0b143469833f86dfc790b270'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:30:50
  Author: spupykin
Revision: 88330

upgpkg: roundcubemail 0.9.0-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:30:45 UTC (rev 88329)
+++ PKGBUILD2013-04-16 13:30:50 UTC (rev 88330)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=0.9rc2
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('71b4d81da7d9bfd74210775022f0f2a0'
+md5sums=('843de3439886c2dddb0f09e9bb6a4d04'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD roundcubemail.install)

2013-04-03 Thread Sergej Pupykin
Date: Wednesday, April 3, 2013 @ 12:22:42
  Author: spupykin
Revision: 87573

clean up

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/roundcubemail.install

---+
 PKGBUILD  |2 --
 roundcubemail.install |4 
 2 files changed, 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-03 10:14:55 UTC (rev 87572)
+++ PKGBUILD2013-04-03 10:22:42 UTC (rev 87573)
@@ -27,8 +27,6 @@
   cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
   cd roundcubemail
 
-  mv installer xinstallerx
-
   mv .htaccess $pkgdir/etc/webapps/roundcubemail/
   ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
 

Modified: roundcubemail.install
===
--- roundcubemail.install   2013-04-03 10:14:55 UTC (rev 87572)
+++ roundcubemail.install   2013-04-03 10:22:42 UTC (rev 87573)
@@ -1,11 +1,7 @@
 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/"
 }



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2013-03-28 Thread Sergej Pupykin
Date: Thursday, March 28, 2013 @ 13:31:31
  Author: spupykin
Revision: 87167

upgpkg: roundcubemail 0.9rc2-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 12:31:30 UTC (rev 87166)
+++ PKGBUILD2013-03-28 12:31:31 UTC (rev 87167)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=0.8.6
+pkgver=0.9rc2
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -11,13 +11,12 @@
 depends=('php')
 optdepends=('python2')
 backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf'
-   
'usr/share/webapps/roundcubemail/skins/default/images/roundcube_logo.png')
+   'etc/webapps/roundcubemail/apache.conf')
 install=roundcubemail.install
 options=('!strip')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver}.tar.gz
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('d8fc9958e45dccea0b016e84fde288aa'
+md5sums=('71b4d81da7d9bfd74210775022f0f2a0'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {
@@ -25,7 +24,7 @@
   mkdir -p ${pkgdir}/usr/share/webapps
   mkdir -p ${pkgdir}/var/log
   cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver} roundcubemail
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
   cd roundcubemail
 
   mv installer xinstallerx



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2013-03-28 Thread Sergej Pupykin
Date: Thursday, March 28, 2013 @ 11:51:59
  Author: spupykin
Revision: 87159

upgpkg: roundcubemail 0.8.6-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 10:31:24 UTC (rev 87158)
+++ PKGBUILD2013-03-28 10:51:59 UTC (rev 87159)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver}.tar.gz
apache.conf)
-md5sums=('10bbe9bbf5e4ff50109d200c0484728b'
+md5sums=('d8fc9958e45dccea0b016e84fde288aa'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2013-03-04 Thread Sergej Pupykin
Date: Monday, March 4, 2013 @ 12:48:58
  Author: spupykin
Revision: 85653

remove deny from all

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:39:39 UTC (rev 85652)
+++ PKGBUILD2013-03-04 11:48:58 UTC (rev 85653)
@@ -30,7 +30,6 @@
 
   mv installer xinstallerx
 
-  sed -i "1,1ideny from all" .htaccess
   mv .htaccess $pkgdir/etc/webapps/roundcubemail/
   ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
 



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

2013-02-01 Thread Sergej Pupykin
Date: Friday, February 1, 2013 @ 10:35:00
  Author: spupykin
Revision: 83441

upgpkg: roundcubemail 0.8.5-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-01 09:34:47 UTC (rev 83440)
+++ PKGBUILD2013-02-01 09:35:00 UTC (rev 83441)
@@ -2,8 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=0.8.4
-_pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,9 +15,9 @@

'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
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver}.tar.gz
apache.conf)
-md5sums=('2f578c8c4741bfc43d9188923c06b638'
+md5sums=('10bbe9bbf5e4ff50109d200c0484728b'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 build() {
@@ -26,7 +25,7 @@
   mkdir -p ${pkgdir}/usr/share/webapps
   mkdir -p ${pkgdir}/var/log
   cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${_pkgver} roundcubemail
+  cp -ra ${srcdir}/roundcubemail-${pkgver} roundcubemail
   cd roundcubemail
 
   mv installer xinstallerx