summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2017-10-03 12:54:18 +0200
committerJuliette Monsel2017-10-03 12:54:18 +0200
commit4e6faa51e266a82202539a4af34cb6d9102ff30a (patch)
tree0da76ee067239f9da70db4ffa8f7b713a09c4e17
parent708edcf28a7f80f527b7d5652052813def97f075 (diff)
downloadaur-4e6faa51e266a82202539a4af34cb6d9102ff30a.tar.gz
v1.2.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD11
-rw-r--r--changelog8
3 files changed, 26 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8db15e93a47..d70135b21145 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,26 @@
pkgbase = checkmails
pkgdesc = System tray unread mail checker using IMAP protocol
- pkgver = 1.1.5
+ pkgver = 1.2.0
pkgrel = 1
url = https://sourceforge.net/projects/checkmails
changelog = changelog
arch = any
license = GPL3
makedepends = python-setuptools
- depends = tktray
+ depends = python
+ depends = tk
depends = python-pillow
depends = python-crypto
depends = gettext
depends = desktop-file-utils
depends = libnotify
- source = checkmails-1.1.5.tar.gz::https://sourceforge.net/projects/checkmails/files/1.1.5/checkmails-1.1.5.tar.gz/download
- sha512sums = 0473956a7823377927aa6efa6de553a74fc01a704e79cd6f26bb48305ab35f2a57008b8adfd4074061a9ee8b81c569ffe4909d378b1ca5c6ae89b2e8dfa01687
+ optdepends = tktray: GUI toolkit for the system tray icon (at least one must be installed),
+ optdepends = pygtk: GUI toolkit for the system tray icon (at least one must be installed),
+ optdepends = python-pyqt5: GUI toolkit for the system tray icon (at least one must be installed),
+ optdepends = python-pyqt4: GUI toolkit for the system tray icon (at least one must be installed),
+ optdepends = python-pyside: GUI toolkit for the system tray icon (at least one must be installed)
+ source = checkmails-1.2.0.tar.gz::https://sourceforge.net/projects/checkmails/files/1.2.0/checkmails-1.2.0.tar.gz/download
+ sha512sums = b09081878963cee8b8071d2ba6fb5e9159baedb4df42c3163487892365abc2a219cfa617ae3d4054453a916e57cff354a8587186acce88409b2648e2193409ce
pkgname = checkmails
diff --git a/PKGBUILD b/PKGBUILD
index 9aca8e8dd308..3d2203871aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,20 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=checkmails
-pkgver=1.1.5
+pkgver=1.2.0
pkgrel=1
pkgdesc="System tray unread mail checker using IMAP protocol"
arch=('any')
url="https://sourceforge.net/projects/checkmails"
license=('GPL3')
makedepends=('python-setuptools')
-depends=('tktray' 'python-pillow' 'python-crypto' 'gettext' 'desktop-file-utils' 'libnotify')
+depends=('python' 'tk' 'python-pillow' 'python-crypto' 'gettext' 'desktop-file-utils' 'libnotify')
+optdepends=('tktray: GUI toolkit for the system tray icon (at least one must be installed)',
+ 'pygtk: GUI toolkit for the system tray icon (at least one must be installed)',
+ 'python-pyqt5: GUI toolkit for the system tray icon (at least one must be installed)',
+ 'python-pyqt4: GUI toolkit for the system tray icon (at least one must be installed)',
+ 'python-pyside: GUI toolkit for the system tray icon (at least one must be installed)')
source=("${pkgname}-${pkgver}.tar.gz::https://sourceforge.net/projects/checkmails/files/${pkgver}/${pkgname}-${pkgver}.tar.gz/download")
-sha512sums=('0473956a7823377927aa6efa6de553a74fc01a704e79cd6f26bb48305ab35f2a57008b8adfd4074061a9ee8b81c569ffe4909d378b1ca5c6ae89b2e8dfa01687')
+sha512sums=('b09081878963cee8b8071d2ba6fb5e9159baedb4df42c3163487892365abc2a219cfa617ae3d4054453a916e57cff354a8587186acce88409b2648e2193409ce')
changelog=changelog
package() {
diff --git a/changelog b/changelog
index 68c4d7a627f0..7a001c5b602c 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,11 @@
+checkmails-1.2.0-1
+ * New upstream version:
+ + Fix font settings
+ + Add support for several system tray icon gui toolkits:
+ increase the number of compatible desktop environments
+ + Improve style consistency
+
+
checkmails-1.1.5-1
* New upstream version:
+ Add log file ~/.checkmails/checkmails.log