summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Torres2015-07-08 12:14:01 +0200
committerJavier Torres2015-07-08 12:14:01 +0200
commita53b1847c3ef353da252573dec9ac392091218d8 (patch)
tree738cfdc42b289ee110675ac43555c3149d780b62
parent3a222f4b0ff88f53dde066ce0110236113129206 (diff)
downloadaur-a53b1847c3ef353da252573dec9ac392091218d8.tar.gz
Use /var/imap instead of /var/lib/imap
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--templates.patch9
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e19f8cb5efe0..9b8178bfee8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pykolab
pkgdesc = Kolab Python Utilities
pkgver = 0.7.11
- pkgrel = 1
+ pkgrel = 2
url = http://kolab.org
install = pykolab.install
arch = any
@@ -43,7 +43,7 @@ pkgbase = pykolab
sha256sums = 6995524d755ea3cbf3d36fc572667629716a141e7f757af1a970c2e85f8fa4de
sha256sums = a515f068b5fe12c858f327fa0558087e61b4d39070d67dfba9a2b6d19a83c2c6
sha256sums = 27c2505eed62ae3f74494d93aed7f0a4c5b72df1bf4cb797189be6d398459b7b
- sha256sums = e88c3114f0803ac9dcf589b5e144df8e4b4932ada3347d1d46c05770a3efdefd
+ sha256sums = 49816a6a7e0f6ec200c559d4c54fc9ae70d4de299409838113f3654729d6b694
sha256sums = 4bbb72695b20b7a4c1c0348a93c62f048f0eef9f3bc7135fa2720c62e98e4634
pkgname = pykolab
diff --git a/PKGBUILD b/PKGBUILD
index 159b71c70f12..a8f5522da5ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pykolab
pkgver=0.7.11
-pkgrel=1
+pkgrel=2
pkgdesc='Kolab Python Utilities'
arch=('any')
license=('GPL3')
@@ -39,7 +39,7 @@ sha256sums=('ef3c2d462f06e3d3a9206b611b77c11c8281dc7979283436edd587a8e6b83bad'
'6995524d755ea3cbf3d36fc572667629716a141e7f757af1a970c2e85f8fa4de'
'a515f068b5fe12c858f327fa0558087e61b4d39070d67dfba9a2b6d19a83c2c6'
'27c2505eed62ae3f74494d93aed7f0a4c5b72df1bf4cb797189be6d398459b7b'
- 'e88c3114f0803ac9dcf589b5e144df8e4b4932ada3347d1d46c05770a3efdefd'
+ '49816a6a7e0f6ec200c559d4c54fc9ae70d4de299409838113f3654729d6b694'
'4bbb72695b20b7a4c1c0348a93c62f048f0eef9f3bc7135fa2720c62e98e4634')
diff --git a/templates.patch b/templates.patch
index 142d3626e214..5d8d723ce68b 100644
--- a/templates.patch
+++ b/templates.patch
@@ -26,7 +26,14 @@ diff --git a/share/templates/imapd.conf.tpl b/share/templates/imapd.conf.tpl
index 194135e..2d397a7 100644
--- a/share/templates/imapd.conf.tpl
+++ b/share/templates/imapd.conf.tpl
-@@ -6,8 +6,8 @@ sendmail: /usr/sbin/sendmail
+@@ -1,13 +1,13 @@ sendmail: /usr/sbin/sendmail
+-configdirectory: /var/lib/imap
++configdirectory: /var/imap
+ partition-default: /var/spool/imap
+ admins: $admins
+-sievedir: /var/lib/imap/sieve
++sievedir: /var/imap/sieve
+ sendmail: /usr/sbin/sendmail
sasl_pwcheck_method: auxprop saslauthd
sasl_mech_list: PLAIN LOGIN
allowplaintext: no