[arch-commits] Commit in (checkgmail)

2014-11-26 Thread Jaroslav Lichtblau
Date: Wednesday, November 26, 2014 @ 18:17:25
  Author: jlichtblau
Revision: 123152

checkgmail dropped to AUR
buggy and marked as old, out of date by upstream

Deleted:
  checkgmail/


[arch-commits] Commit in checkgmail/repos/community-any (12 files)

2013-09-09 Thread Balló György
Date: Tuesday, September 10, 2013 @ 01:32:41
  Author: bgyorgy
Revision: 96994

archrelease: copy trunk to community-any

Added:
  checkgmail/repos/community-any/ChangeLog
(from rev 96993, checkgmail/trunk/ChangeLog)
  checkgmail/repos/community-any/PKGBUILD
(from rev 96993, checkgmail/trunk/PKGBUILD)
  checkgmail/repos/community-any/galx.patch
(from rev 96993, checkgmail/trunk/galx.patch)
  checkgmail/repos/community-any/svn-47.patch
(from rev 96993, checkgmail/trunk/svn-47.patch)
  checkgmail/repos/community-any/use-lwp-protocol-https.patch
(from rev 96993, checkgmail/trunk/use-lwp-protocol-https.patch)
Deleted:
  checkgmail/repos/community-any/ChangeLog
  checkgmail/repos/community-any/PKGBUILD
  checkgmail/repos/community-any/checkgmail.desktop
  checkgmail/repos/community-any/checkgmail.png
  checkgmail/repos/community-any/galx.patch
  checkgmail/repos/community-any/svn-47.patch
  checkgmail/repos/community-any/use-lwp-protocol-https.patch

--+
 ChangeLog|   28 
 PKGBUILD |   99 +-
 checkgmail.desktop   |8 
 galx.patch   |   40 
 svn-47.patch | 1648 -
 use-lwp-protocol-https.patch |   24 
 6 files changed, 920 insertions(+), 927 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 96993:96994 to see the changes.


[arch-commits] Commit in checkgmail/trunk (PKGBUILD checkgmail.desktop checkgmail.png)

2013-09-09 Thread Balló György
Date: Tuesday, September 10, 2013 @ 01:32:35
  Author: bgyorgy
Revision: 96993

upgpkg: checkgmail 1.13-8

- Fix Google accounts URL (FS#33518)
- Generate desktop file and icon with gendesk

Modified:
  checkgmail/trunk/PKGBUILD
Deleted:
  checkgmail/trunk/checkgmail.desktop
  checkgmail/trunk/checkgmail.png

+
 PKGBUILD   |   15 ---
 checkgmail.desktop |8 
 2 files changed, 8 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 20:32:19 UTC (rev 96992)
+++ PKGBUILD2013-09-09 23:32:35 UTC (rev 96993)
@@ -5,26 +5,24 @@
 
 pkgname=checkgmail
 pkgver=1.13
-pkgrel=7
+pkgrel=8
 pkgdesc="An alternative Gmail Notifier for Linux and other *nix systems"
 arch=('any')
 url="http://checkgmail.sourceforge.net";
 license=('GPL')
 depends=('perl-gtk2-trayicon' 'perl-lwp-protocol-https' 'perl-xml-simple' 
'perl-freezethaw' 'perl-crypt-simple' 'perl-crypt-blowfish')
+makedepends=('gendesk')
 optdepends=('perl-gtk2-sexy')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   'checkgmail.desktop' 'checkgmail.png'
'svn-47.patch'
'use-lwp-protocol-https.patch'
'galx.patch')
 md5sums=('8f6742ba9c09f7b7b23a5be2e14708c7'
- '2bc04f17400074aa6f3cd39fccd29b04'
- 'f551f6cefb06201b03f8cb41fc85edb3'
  'c1becb0773ed31cf9ae4dd7686854e0e'
  'e4dd95e461b2111808df8816b9f667e1'
  '0c3d643abf932577122249303a6aad05')
 
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
 
for p in svn-47 use-lwp-protocol-https galx
@@ -32,6 +30,9 @@
msg2 "Applying $p.patch..."
patch -Np1 <"$srcdir/$p.patch"
done
+   sed -i 's|www.google.com/accounts|accounts.google.com|' checkgmail
+   gendesk --pkgname=$pkgname --pkgdesc='Checks a Gmail account for new 
mail' \
+   --categories='Network;Email'
 }
 
 package() {
@@ -42,8 +43,8 @@
${pkgdir}/usr/share/man/man1/${pkgname}.1.gz
 
# freedesktop
-   install -D -m 644 ../${pkgname}.desktop \
+   install -D -m 644 ${pkgname}.desktop \
${pkgdir}/usr/share/applications/${pkgname}.desktop
-   install -D -m 644 ../${pkgname}.png \
+   install -D -m 644 ${pkgname}.png \
${pkgdir}/usr/share/pixmaps/${pkgname}.png
 }

Deleted: checkgmail.desktop
===
--- checkgmail.desktop  2013-09-09 20:32:19 UTC (rev 96992)
+++ checkgmail.desktop  2013-09-09 23:32:35 UTC (rev 96993)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Categories=Network;Email
-Name=Checkgmail
-Comment=Checks a Gmail account for new mail
-Exec=checkgmail
-Icon=checkgmail
-Terminal=false
-Type=Application
\ No newline at end of file

Deleted: checkgmail.png
===
(Binary files differ)