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

2020-10-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, October 6, 2020 @ 12:28:51
  Author: alucryd
Revision: 719328

upgpkg: geary 1:3.38.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-06 11:47:47 UTC (rev 719327)
+++ PKGBUILD2020-10-06 12:28:51 UTC (rev 719328)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.38.0.1
+pkgver=3.38.1
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -46,7 +46,7 @@
   vala
   yelp-tools
 )
-_tag=e3842f131f70e2c945c12d32972a21319835262d
+_tag=c8ca5eb1b4c9d69ceb02ce6f4b7da9abf2a91c24
 source=(git+https://gitlab.gnome.org/GNOME/geary.git?signed#tag=${_tag})
 validpgpkeys=(3A2EF7F138557A145F2866E99FAB18747A8FC649) # Michael James 
Gratton 
 sha256sums=(SKIP)
@@ -53,7 +53,7 @@
 
 pkgver() {
   cd geary
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/^gnome-//g'
 }
 
 build() {


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

2020-10-02 Thread Maxime Gauduin via arch-commits
Date: Friday, October 2, 2020 @ 07:34:00
  Author: alucryd
Revision: 715104

gnome 3.38: geary 1:3.38.0.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 07:33:45 UTC (rev 715103)
+++ PKGBUILD2020-10-02 07:34:00 UTC (rev 715104)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.36.3.1
+pkgver=3.38.0.1
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -16,7 +16,6 @@
   folks
   gcr
   gdk-pixbuf2
-  glade
   glib2
   gmime3
   gnome-online-accounts
@@ -40,6 +39,7 @@
 )
 makedepends=(
   appstream-glib
+  cmake
   git
   gobject-introspection
   meson
@@ -46,8 +46,9 @@
   vala
   yelp-tools
 )
-_tag=d2c1ccb9e39d4bd2822fe341356fa5288331dab6
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=${_tag})
+_tag=e3842f131f70e2c945c12d32972a21319835262d
+source=(git+https://gitlab.gnome.org/GNOME/geary.git?signed#tag=${_tag})
+validpgpkeys=(3A2EF7F138557A145F2866E99FAB18747A8FC649) # Michael James 
Gratton 
 sha256sums=(SKIP)
 
 pkgver() {
@@ -57,7 +58,7 @@
 
 build() {
   arch-meson geary build
-  ninja -C build
+  meson compile -C build
 }
 
 package() {


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

2020-08-28 Thread Maxime Gauduin via arch-commits
Date: Friday, August 28, 2020 @ 11:04:41
  Author: alucryd
Revision: 690503

upgpkg: geary 1:3.36.3.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 11:03:17 UTC (rev 690502)
+++ PKGBUILD2020-08-28 11:04:41 UTC (rev 690503)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.36.2
+pkgver=3.36.3.1
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -16,10 +16,11 @@
   folks
   gcr
   gdk-pixbuf2
+  glade
   glib2
   gmime3
-  org.freedesktop.secrets
   gnome-online-accounts
+  gsound
   gspell
   gtk3
   iso-codes
@@ -32,6 +33,7 @@
   libsoup
   libxml2
   libytnef
+  org.freedesktop.secrets
   pango
   sqlite
   webkit2gtk
@@ -44,7 +46,8 @@
   vala
   yelp-tools
 )
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=3cb5b603c51bb95e3e6cdf7e5e58f25e8b12a817)
+_tag=d2c1ccb9e39d4bd2822fe341356fa5288331dab6
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-05-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, May 5, 2020 @ 10:49:45
  Author: alucryd
Revision: 624878

upgpkg: geary 1:3.36.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 10:47:27 UTC (rev 624877)
+++ PKGBUILD2020-05-05 10:49:45 UTC (rev 624878)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.36.1
+pkgver=3.36.2
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -44,7 +44,7 @@
   vala
   yelp-tools
 )
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=cb533f5b3234e0efd7ff93138c556c2b76961ef9)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=3cb5b603c51bb95e3e6cdf7e5e58f25e8b12a817)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-03-29 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 29, 2020 @ 14:57:25
  Author: alucryd
Revision: 606015

upgpkg: geary 1:3.36.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-29 14:56:50 UTC (rev 606014)
+++ PKGBUILD2020-03-29 14:57:25 UTC (rev 606015)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -44,7 +44,7 @@
   vala
   yelp-tools
 )
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=bb907070cd3b296cff7f121e1b48b846e8757e30)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=cb533f5b3234e0efd7ff93138c556c2b76961ef9)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 09:33:31
  Author: alucryd
Revision: 600474

upgpkg: geary 1:3.36.0-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 09:33:30 UTC (rev 600473)
+++ PKGBUILD2020-03-18 09:33:31 UTC (rev 600474)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.34.2
-pkgrel=2
+pkgver=3.36.0
+pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   gcr
   gdk-pixbuf2
   glib2
-  gmime
+  gmime3
   org.freedesktop.secrets
   gnome-online-accounts
   gspell
@@ -27,6 +27,7 @@
   libgee
   libhandy
   libnotify
+  libpeas
   libsecret
   libsoup
   libxml2
@@ -43,7 +44,7 @@
   vala
   yelp-tools
 )
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=5b5d6d9440d845e22870f253a16a9e4a797cd5ea)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=bb907070cd3b296cff7f121e1b48b846e8757e30)
 sha256sums=(SKIP)
 
 pkgver() {


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

2019-12-19 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 19, 2019 @ 21:05:00
  Author: alucryd
Revision: 538438

upgpkg: geary 1:3.34.2-2

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-19 20:55:49 UTC (rev 538437)
+++ PKGBUILD2019-12-19 21:05:00 UTC (rev 538438)
@@ -4,7 +4,7 @@
 
 pkgname=geary
 pkgver=3.34.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   gdk-pixbuf2
   glib2
   gmime
-  gnome-keyring
+  org.freedesktop.secrets
   gnome-online-accounts
   gspell
   gtk3
@@ -43,9 +43,8 @@
   vala
   yelp-tools
 )
-_commit=5b5d6d9440d845e22870f253a16a9e4a797cd5ea  # tags/3.34.2^0
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#commit=$_commit)
-sha256sums=('SKIP')
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=5b5d6d9440d845e22870f253a16a9e4a797cd5ea)
+sha256sums=(SKIP)
 
 pkgver() {
   cd geary
@@ -58,7 +57,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  DESTDIR="${pkgdir}" meson install -C build
 }
 
 # vim: ts=2 sw=2 et:


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

2019-11-24 Thread Jan Steffens via arch-commits
Date: Sunday, November 24, 2019 @ 17:25:03
  Author: heftig
Revision: 533082

3.34.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 17:16:11 UTC (rev 533081)
+++ PKGBUILD2019-11-24 17:25:03 UTC (rev 533082)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.34.1
+pkgver=3.34.2
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -37,22 +37,19 @@
 )
 makedepends=(
   appstream-glib
-  cmake
   git
-  gnome-doc-utils
   gobject-introspection
-  intltool
-  itstool
   meson
   vala
+  yelp-tools
 )
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e13a8ab722abcf3b010746368fe73f049dca45f1)
-sha256sums=(SKIP)
+_commit=5b5d6d9440d845e22870f253a16a9e4a797cd5ea  # tags/3.34.2^0
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#commit=$_commit)
+sha256sums=('SKIP')
 
 pkgver() {
   cd geary
-
-  git describe --tags
+  git describe --tags | sed 's/-/+/g'
 }
 
 build() {
@@ -61,7 +58,7 @@
 }
 
 package() {
-  DESTDIR="${pkgdir}" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim: ts=2 sw=2 et:


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

2019-10-07 Thread Maxime Gauduin via arch-commits
Date: Monday, October 7, 2019 @ 17:22:34
  Author: alucryd
Revision: 513934

upgpkg: geary 1:3.34.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 17:22:34 UTC (rev 513933)
+++ PKGBUILD2019-10-07 17:22:34 UTC (rev 513934)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -46,7 +46,7 @@
   meson
   vala
 )
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e3e24255270358962b64e54bb8fa9beab2de41a6)
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e13a8ab722abcf3b010746368fe73f049dca45f1)
 sha256sums=(SKIP)
 
 pkgver() {


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

2019-09-23 Thread Maxime Gauduin via arch-commits
Date: Monday, September 23, 2019 @ 07:39:25
  Author: alucryd
Revision: 511559

upgpkg: geary 1:3.34.0-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 00:17:51 UTC (rev 511558)
+++ PKGBUILD2019-09-23 07:39:25 UTC (rev 511559)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.32.2
+pkgver=3.34.0
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -20,14 +20,17 @@
   gmime
   gnome-keyring
   gnome-online-accounts
+  gspell
   gtk3
   iso-codes
   libcanberra
   libgee
+  libhandy
   libnotify
   libsecret
   libsoup
   libxml2
+  libytnef
   pango
   sqlite
   webkit2gtk
@@ -34,6 +37,7 @@
 )
 makedepends=(
   appstream-glib
+  cmake
   git
   gnome-doc-utils
   gobject-introspection
@@ -42,9 +46,15 @@
   meson
   vala
 )
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=('SKIP')
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e3e24255270358962b64e54bb8fa9beab2de41a6)
+sha256sums=(SKIP)
 
+pkgver() {
+  cd geary
+
+  git describe --tags
+}
+
 build() {
   arch-meson geary build
   ninja -C build


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

2019-08-04 Thread Maxime Gauduin via arch-commits
Date: Sunday, August 4, 2019 @ 07:57:58
  Author: alucryd
Revision: 497288

upgpkg: geary 1:3.32.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-04 07:49:47 UTC (rev 497287)
+++ PKGBUILD2019-08-04 07:57:58 UTC (rev 497288)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.32.1
+pkgver=3.32.2
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -43,7 +43,7 @@
   vala
 )
 source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 build() {
   arch-meson geary build


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

2019-04-29 Thread Maxime Gauduin via arch-commits
Date: Monday, April 29, 2019 @ 06:48:08
  Author: alucryd
Revision: 455236

upgpkg: geary 1:3.32.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-29 05:33:35 UTC (rev 455235)
+++ PKGBUILD2019-04-29 06:48:08 UTC (rev 455236)
@@ -3,8 +3,9 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.33.1
+pkgver=3.32.1
 pkgrel=1
+epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)
 url=https://wiki.gnome.org/Apps/Geary
@@ -23,12 +24,10 @@
   iso-codes
   libcanberra
   libgee
-  libhandy
   libnotify
   libsecret
   libsoup
   libxml2
-  libytnef
   pango
   sqlite
   webkit2gtk


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

2019-04-28 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 28, 2019 @ 16:17:33
  Author: alucryd
Revision: 455090

upgpkg: geary 3.33.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-28 16:15:15 UTC (rev 455089)
+++ PKGBUILD2019-04-28 16:17:33 UTC (rev 455090)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=3.32.0
+pkgver=3.33.1
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)
@@ -23,15 +23,18 @@
   iso-codes
   libcanberra
   libgee
+  libhandy
   libnotify
   libsecret
   libsoup
   libxml2
+  libytnef
   pango
   sqlite
   webkit2gtk
 )
 makedepends=(
+  appstream-glib
   git
   gnome-doc-utils
   gobject-introspection
@@ -40,7 +43,7 @@
   meson
   vala
 )
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=${pkgver})
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
 sha256sums=(SKIP)
 
 build() {


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

2019-03-18 Thread Maxime Gauduin via arch-commits
Date: Monday, March 18, 2019 @ 09:23:07
  Author: alucryd
Revision: 442429

upgpkg: geary 3.32.0-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 09:07:07 UTC (rev 442428)
+++ PKGBUILD2019-03-18 09:23:07 UTC (rev 442429)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.13.3
+pkgver=3.32.0
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)
@@ -12,6 +12,7 @@
 depends=(
   cairo
   enchant
+  folks
   gcr
   gdk-pixbuf2
   glib2
@@ -39,8 +40,8 @@
   meson
   vala
 )
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=('SKIP')
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 build() {
   arch-meson geary build


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

2019-03-11 Thread Maxime Gauduin via arch-commits
Date: Monday, March 11, 2019 @ 09:46:53
  Author: alucryd
Revision: 439731

upgpkg: geary 0.13.3-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 09:41:35 UTC (rev 439730)
+++ PKGBUILD2019-03-11 09:46:53 UTC (rev 439731)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.13.2
+pkgver=0.13.3
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)


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

2019-03-07 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 7, 2019 @ 10:15:36
  Author: alucryd
Revision: 437984

upgpkg: geary 0.13.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-07 06:18:00 UTC (rev 437983)
+++ PKGBUILD2019-03-07 10:15:36 UTC (rev 437984)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)


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

2019-02-20 Thread Maxime Gauduin via arch-commits
Date: Thursday, February 21, 2019 @ 07:53:50
  Author: alucryd
Revision: 434839

upgpkg: geary 0.13.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-21 07:37:57 UTC (rev 434838)
+++ PKGBUILD2019-02-21 07:53:50 UTC (rev 434839)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)
@@ -40,7 +40,7 @@
   vala
 )
 source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 build() {
   arch-meson geary build


[arch-commits] Commit in geary/trunk (PKGBUILD geary-enchant2.patch)

2019-02-19 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 19, 2019 @ 20:33:37
  Author: alucryd
Revision: 434630

upgpkg: geary 0.13.0-1

Modified:
  geary/trunk/PKGBUILD
Deleted:
  geary/trunk/geary-enchant2.patch

--+
 PKGBUILD |   68 +
 geary-enchant2.patch |   24 -
 2 files changed, 35 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-19 20:28:08 UTC (rev 434629)
+++ PKGBUILD2019-02-19 20:33:37 UTC (rev 434630)
@@ -3,50 +3,52 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.12.4
+pkgver=0.13.0
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('x86_64')
-url='https://wiki.gnome.org/Apps/Geary'
-license=('GPL3')
+arch=(x86_64)
+url=https://wiki.gnome.org/Apps/Geary
+license=(GPL3)
 depends=(
-  'cairo' 'enchant' 'gcr' 'gdk-pixbuf2' 'glib2' 'gmime' 'gnome-keyring' 'gtk3'
-  'iso-codes' 'libcanberra' 'libgee' 'libnotify' 'libsecret' 'libsoup'
-  'libxml2' 'pango' 'sqlite' 'webkit2gtk'
+  cairo
+  enchant
+  gcr
+  gdk-pixbuf2
+  glib2
+  gmime
+  gnome-keyring
+  gnome-online-accounts
+  gtk3
+  iso-codes
+  libcanberra
+  libgee
+  libnotify
+  libsecret
+  libsoup
+  libxml2
+  pango
+  sqlite
+  webkit2gtk
 )
 makedepends=(
-  'cmake' 'git' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 'vala'
+  git
+  gnome-doc-utils
+  gobject-introspection
+  intltool
+  itstool
+  meson
+  vala
 )
-source=("git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver};
-'geary-enchant2.patch')
-sha256sums=('SKIP'
-'d90243e5ede36399562b5c2e53350e8f0f1a6a56f8a062910a4d4e83b006acb7')
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
+sha256sums=(SKIP)
 
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-
-  cd geary
-
-  patch -Np1 -i ../geary-enchant2.patch
-}
-
 build() {
-  cd build
-
-  cmake ../geary \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DDESKTOP_UPDATE='FALSE' \
--DICON_UPDATE='FALSE' \
--DGSETTINGS_COMPILE='FALSE' \
--DGSETTINGS_COMPILE_IN_PLACE='FALSE'
-  make
+  arch-meson geary build
+  ninja -C build
 }
 
 package() {
-  make DESTDIR="${pkgdir}" -C build install
+  DESTDIR="${pkgdir}" ninja -C build install
 }
 
 # vim: ts=2 sw=2 et:

Deleted: geary-enchant2.patch
===
--- geary-enchant2.patch2019-02-19 20:28:08 UTC (rev 434629)
+++ geary-enchant2.patch2019-02-19 20:33:37 UTC (rev 434630)
@@ -1,24 +0,0 @@
-diff -rupN geary-0.12.0.orig/CMakeLists.txt geary-0.12.0/CMakeLists.txt
 geary-0.12.0.orig/CMakeLists.txt   2018-01-16 21:45:14.731988942 +0100
-+++ geary-0.12.0/CMakeLists.txt2018-01-16 21:47:51.510178769 +0100
-@@ -96,7 +96,7 @@ find_package(PkgConfig)
- pkg_check_modules(LIBUNITY QUIET unity>=5.12.0)
- pkg_check_modules(LIBMESSAGINGMENU QUIET messaging-menu>=12.10.2)
- 
--pkg_check_modules(ENCHANT QUIET enchant)
-+pkg_check_modules(ENCHANT QUIET enchant-2)
- 
- pkg_check_modules(SQLITE3 sqlite3 REQUIRED)
- if (NOT ${SQLITE3_VERSION} VERSION_LESS 3.12)
-diff -rupN geary-0.12.0.orig/src/CMakeLists.txt geary-0.12.0/src/CMakeLists.txt
 geary-0.12.0.orig/src/CMakeLists.txt   2018-01-16 21:45:14.738655384 
+0100
-+++ geary-0.12.0/src/CMakeLists.txt2018-01-16 21:48:40.088633141 +0100
-@@ -508,7 +508,7 @@ pkg_check_modules(DEPS REQUIRED
- webkit2gtk-4.0>=${TARGET_WEBKIT}
- webkit2gtk-web-extension-4.0>=${TARGET_WEBKIT}
- javascriptcoregtk-4.0>=${TARGET_WEBKIT}
--enchant>=1.6
-+enchant-2>=1.6
- ${EXTRA_CLIENT_PKG_CONFIG}
- )
- 


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

2018-09-03 Thread Maxime Gauduin via arch-commits
Date: Monday, September 3, 2018 @ 09:53:15
  Author: alucryd
Revision: 376379

Update upstream URL

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 09:03:47 UTC (rev 376378)
+++ PKGBUILD2018-09-03 09:53:15 UTC (rev 376379)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('x86_64')
-url='http://www.yorba.org/projects/geary/'
+url='https://wiki.gnome.org/Apps/Geary'
 license=('GPL3')
 depends=(
   'cairo' 'enchant' 'gcr' 'gdk-pixbuf2' 'glib2' 'gmime' 'gnome-keyring' 'gtk3'


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

2018-08-31 Thread Maxime Gauduin via arch-commits
Date: Friday, August 31, 2018 @ 12:50:08
  Author: alucryd
Revision: 375839

upgpkg: geary 0.12.4-1

Modified:
  geary/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 12:35:20 UTC (rev 375838)
+++ PKGBUILD2018-08-31 12:50:08 UTC (rev 375839)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.12.3
+pkgver=0.12.4
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('x86_64')
@@ -16,11 +16,11 @@
   'libxml2' 'pango' 'sqlite' 'webkit2gtk'
 )
 makedepends=(
-  'cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 'vala'
+  'cmake' 'git' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 'vala'
 )
-source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;
+source=("git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver};
 'geary-enchant2.patch')
-sha256sums=('87bbf8ed650e67932fe49e70071b8ba4d4df7296dbdbdb0150f29703f497ffa3'
+sha256sums=('SKIP'
 'd90243e5ede36399562b5c2e53350e8f0f1a6a56f8a062910a4d4e83b006acb7')
 
 prepare() {
@@ -29,7 +29,7 @@
   fi
   mkdir build
 
-  cd geary-${pkgver}
+  cd geary
 
   patch -Np1 -i ../geary-enchant2.patch
 }
@@ -37,7 +37,7 @@
 build() {
   cd build
 
-  cmake ../geary-${pkgver} \
+  cmake ../geary \
 -DCMAKE_INSTALL_PREFIX='/usr' \
 -DDESKTOP_UPDATE='FALSE' \
 -DICON_UPDATE='FALSE' \
@@ -47,9 +47,7 @@
 }
 
 package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C build install
 }
 
 # vim: ts=2 sw=2 et:


Property changes on: geary/trunk/PKGBUILD
___
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property


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

2018-07-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 14, 2018 @ 07:16:22
  Author: alucryd
Revision: 358886

upgpkg: geary 0.12.3-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-14 04:45:05 UTC (rev 358885)
+++ PKGBUILD2018-07-14 07:16:22 UTC (rev 358886)
@@ -4,20 +4,23 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('cairo' 'enchant' 'gcr' 'gdk-pixbuf2' 'glib2' 'glibc' 'gmime'
- 'gnome-keyring' 'gtk3' 'iso-codes' 'libcanberra' 'libgee' 'libnotify'
- 'libsecret' 'libsoup' 'libxml2' 'pango' 'sqlite' 'webkit2gtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
- 'vala')
+depends=(
+  'cairo' 'enchant' 'gcr' 'gdk-pixbuf2' 'glib2' 'gmime' 'gnome-keyring' 'gtk3'
+  'iso-codes' 'libcanberra' 'libgee' 'libnotify' 'libsecret' 'libsoup'
+  'libxml2' 'pango' 'sqlite' 'webkit2gtk'
+)
+makedepends=(
+  'cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 'vala'
+)
 
source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;
 'geary-enchant2.patch')
-sha256sums=('a9ef2889cf90a44462c374308eef7539193e6703c06fe6c5632e91fa097c4526'
+sha256sums=('87bbf8ed650e67932fe49e70071b8ba4d4df7296dbdbdb0150f29703f497ffa3'
 'd90243e5ede36399562b5c2e53350e8f0f1a6a56f8a062910a4d4e83b006acb7')
 
 prepare() {


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

2018-04-30 Thread Maxime Gauduin via arch-commits
Date: Monday, April 30, 2018 @ 09:39:32
  Author: alucryd
Revision: 318479

upgpkg: geary 0.12.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-30 08:41:23 UTC (rev 318478)
+++ PKGBUILD2018-04-30 09:39:32 UTC (rev 318479)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('x86_64')
@@ -17,7 +17,7 @@
  'vala')
 
source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;
 'geary-enchant2.patch')
-sha256sums=('065a9cd9692d6c120cd5d582aa27a05da01ec6d3af629dad1061e5214bbb0b8a'
+sha256sums=('a9ef2889cf90a44462c374308eef7539193e6703c06fe6c5632e91fa097c4526'
 'd90243e5ede36399562b5c2e53350e8f0f1a6a56f8a062910a4d4e83b006acb7')
 
 prepare() {


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

2018-03-15 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 15, 2018 @ 14:29:40
  Author: alucryd
Revision: 308532

upgpkg: geary 0.12.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 14:28:53 UTC (rev 308531)
+++ PKGBUILD2018-03-15 14:29:40 UTC (rev 308532)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.12.0
-pkgrel=3
+pkgver=0.12.1
+pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -17,7 +17,7 @@
  'vala')
 
source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;
 'geary-enchant2.patch')
-sha256sums=('cef1093033ddfb52942b45c901562539cee7a192e981c7f19e2075ecb0c22446'
+sha256sums=('065a9cd9692d6c120cd5d582aa27a05da01ec6d3af629dad1061e5214bbb0b8a'
 'd90243e5ede36399562b5c2e53350e8f0f1a6a56f8a062910a4d4e83b006acb7')
 
 prepare() {


[arch-commits] Commit in geary/trunk (PKGBUILD geary-enchant2.patch)

2018-01-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, January 16, 2018 @ 20:59:26
  Author: alucryd
Revision: 283516

enchant rebuild: geary 0.12.0-3

Added:
  geary/trunk/geary-enchant2.patch
Modified:
  geary/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 geary-enchant2.patch |   24 
 2 files changed, 33 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-16 20:21:32 UTC (rev 283515)
+++ PKGBUILD2018-01-16 20:59:26 UTC (rev 283516)
@@ -5,7 +5,7 @@
 
 pkgname=geary
 pkgver=0.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -15,8 +15,10 @@
  'libsecret' 'libsoup' 'libxml2' 'pango' 'sqlite' 'webkit2gtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
  'vala')
-source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;)
-sha256sums=('cef1093033ddfb52942b45c901562539cee7a192e981c7f19e2075ecb0c22446')
+source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;
+'geary-enchant2.patch')
+sha256sums=('cef1093033ddfb52942b45c901562539cee7a192e981c7f19e2075ecb0c22446'
+'d90243e5ede36399562b5c2e53350e8f0f1a6a56f8a062910a4d4e83b006acb7')
 
 prepare() {
   if [[ -d build ]]; then
@@ -23,6 +25,10 @@
 rm -rf build
   fi
   mkdir build
+
+  cd geary-${pkgver}
+
+  patch -Np1 -i ../geary-enchant2.patch
 }
 
 build() {

Added: geary-enchant2.patch
===
--- geary-enchant2.patch(rev 0)
+++ geary-enchant2.patch2018-01-16 20:59:26 UTC (rev 283516)
@@ -0,0 +1,24 @@
+diff -rupN geary-0.12.0.orig/CMakeLists.txt geary-0.12.0/CMakeLists.txt
+--- geary-0.12.0.orig/CMakeLists.txt   2018-01-16 21:45:14.731988942 +0100
 geary-0.12.0/CMakeLists.txt2018-01-16 21:47:51.510178769 +0100
+@@ -96,7 +96,7 @@ find_package(PkgConfig)
+ pkg_check_modules(LIBUNITY QUIET unity>=5.12.0)
+ pkg_check_modules(LIBMESSAGINGMENU QUIET messaging-menu>=12.10.2)
+ 
+-pkg_check_modules(ENCHANT QUIET enchant)
++pkg_check_modules(ENCHANT QUIET enchant-2)
+ 
+ pkg_check_modules(SQLITE3 sqlite3 REQUIRED)
+ if (NOT ${SQLITE3_VERSION} VERSION_LESS 3.12)
+diff -rupN geary-0.12.0.orig/src/CMakeLists.txt geary-0.12.0/src/CMakeLists.txt
+--- geary-0.12.0.orig/src/CMakeLists.txt   2018-01-16 21:45:14.738655384 
+0100
 geary-0.12.0/src/CMakeLists.txt2018-01-16 21:48:40.088633141 +0100
+@@ -508,7 +508,7 @@ pkg_check_modules(DEPS REQUIRED
+ webkit2gtk-4.0>=${TARGET_WEBKIT}
+ webkit2gtk-web-extension-4.0>=${TARGET_WEBKIT}
+ javascriptcoregtk-4.0>=${TARGET_WEBKIT}
+-enchant>=1.6
++enchant-2>=1.6
+ ${EXTRA_CLIENT_PKG_CONFIG}
+ )
+ 


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:53:42
  Author: jgc
Revision: 268119

upgpkg: geary 0.12.0-2

enchant rebuild

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 22:50:05 UTC (rev 268118)
+++ PKGBUILD2017-11-22 22:53:42 UTC (rev 268119)
@@ -5,7 +5,7 @@
 
 pkgname=geary
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('x86_64')
 url='http://www.yorba.org/projects/geary/'


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

2017-10-29 Thread Maxime Gauduin
Date: Sunday, October 29, 2017 @ 18:45:54
  Author: alucryd
Revision: 264682

upgpkg: geary 0.12.0-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-29 18:35:47 UTC (rev 264681)
+++ PKGBUILD2017-10-29 18:45:54 UTC (rev 264682)
@@ -4,28 +4,21 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.11.3+758+g00718198
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'iso-codes' 'libcanberra' 'libgee' 'libnotify'
- 'librsvg' 'webkit2gtk')
+depends=('cairo' 'enchant' 'gcr' 'gdk-pixbuf2' 'glib2' 'glibc' 'gmime'
+ 'gnome-keyring' 'gtk3' 'iso-codes' 'libcanberra' 'libgee' 'libnotify'
+ 'libsecret' 'libsoup' 'libxml2' 'pango' 'sqlite' 'webkit2gtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
- 'vala' 'git')
-_commit='00718198fa9b7b3a287bd149039088aa2e0b7c98' # master
-source=("git+https://git.gnome.org/browse/geary#commit=$_commit;)
-sha256sums=('SKIP')
+ 'vala')
+source=("https://download.gnome.org/sources/geary/${pkgver%.*}/geary-${pkgver}.tar.xz;)
+sha256sums=('cef1093033ddfb52942b45c901562539cee7a192e981c7f19e2075ecb0c22446')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^geary-//;s/-/+/g' | sed 's/0.11.0/0.11.3/'
-}
-
 prepare() {
-  cd $pkgname
-
   if [[ -d build ]]; then
 rm -rf build
   fi
@@ -33,9 +26,9 @@
 }
 
 build() {
-  cd $pkgname/build
+  cd build
 
-  cmake .. \
+  cmake ../geary-${pkgver} \
 -DCMAKE_INSTALL_PREFIX='/usr' \
 -DDESKTOP_UPDATE='FALSE' \
 -DICON_UPDATE='FALSE' \
@@ -45,7 +38,7 @@
 }
 
 package() {
-  cd $pkgname/build
+  cd build
 
   make DESTDIR="${pkgdir}" install
 }


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

2017-03-05 Thread Maxime Gauduin
Date: Sunday, March 5, 2017 @ 19:25:49
  Author: alucryd
Revision: 214961

upgpkg: geary 0.11.3+758+g00718198-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-05 17:34:40 UTC (rev 214960)
+++ PKGBUILD2017-03-05 19:25:49 UTC (rev 214961)
@@ -4,17 +4,17 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.11.3+711+g4e27949d
+pkgver=0.11.3+758+g00718198
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'librsvg'
- 'webkit2gtk')
+depends=('gnome-keyring' 'gmime' 'iso-codes' 'libcanberra' 'libgee' 'libnotify'
+ 'librsvg' 'webkit2gtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
  'vala' 'git')
-_commit=4e27949d872a8be6c9f8ea5d1ab607964c672f2a  # master
+_commit='00718198fa9b7b3a287bd149039088aa2e0b7c98' # master
 source=("git+https://git.gnome.org/browse/geary#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-02-09 Thread Balló György
Date: Thursday, February 9, 2017 @ 17:10:32
  Author: bgyorgy
Revision: 211539

upgpkg: geary 0.11.3+711+g4e27949d-1

The stable version of geary uses webkitgtk, which is insecure. Switch to git 
snapshot, which uses webkit2gtk.

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-09 17:06:03 UTC (rev 211538)
+++ PKGBUILD2017-02-09 17:10:32 UTC (rev 211539)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.11.3
+pkgver=0.11.3+711+g4e27949d
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -11,14 +11,20 @@
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
 depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'librsvg'
- 'webkitgtk')
+ 'webkit2gtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
- 'vala')
-source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('419e9875c81d00e990aab61d419e64ca925928f046af88362d9029a7ba8c82e4')
+ 'vala' 'git')
+_commit=4e27949d872a8be6c9f8ea5d1ab607964c672f2a  # master
+source=("git+https://git.gnome.org/browse/geary#commit=$_commit;)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^geary-//;s/-/+/g' | sed 's/0.11.0/0.11.3/'
+}
+
 prepare() {
-  cd geary-${pkgver}
+  cd $pkgname
 
   if [[ -d build ]]; then
 rm -rf build
@@ -27,7 +33,7 @@
 }
 
 build() {
-  cd geary-${pkgver}/build
+  cd $pkgname/build
 
   cmake .. \
 -DCMAKE_INSTALL_PREFIX='/usr' \
@@ -39,7 +45,7 @@
 }
 
 package() {
-  cd geary-${pkgver}/build
+  cd $pkgname/build
 
   make DESTDIR="${pkgdir}" install
 }


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

2017-01-03 Thread Maxime Gauduin
Date: Tuesday, January 3, 2017 @ 16:05:11
  Author: alucryd
Revision: 204812

upgpkg: geary 0.11.3-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-03 15:49:05 UTC (rev 204811)
+++ PKGBUILD2017-01-03 16:05:11 UTC (rev 204812)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.11.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
  'vala')
 
source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('5c9e20ecd53672a42e22a436b9d3b6b9e9bf81ddf77163414a1c55986f9b4631')
+sha256sums=('419e9875c81d00e990aab61d419e64ca925928f046af88362d9029a7ba8c82e4')
 
 prepare() {
   cd geary-${pkgver}


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

2016-08-29 Thread Maxime Gauduin
Date: Monday, August 29, 2016 @ 15:29:12
  Author: alucryd
Revision: 187933

upgpkg: geary 0.11.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:22:53 UTC (rev 187932)
+++ PKGBUILD2016-08-29 15:29:12 UTC (rev 187933)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
  'vala')
 
source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('6efc5e1a944ca1c1a991d50d558fbe46ed58763b3f8b7bcd451b15078a9b2eb2')
+sha256sums=('5c9e20ecd53672a42e22a436b9d3b6b9e9bf81ddf77163414a1c55986f9b4631')
 
 prepare() {
   cd geary-${pkgver}


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

2016-07-04 Thread Maxime Gauduin
Date: Monday, July 4, 2016 @ 06:47:31
  Author: alucryd
Revision: 182068

upgpkg: geary 0.11.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-04 06:37:33 UTC (rev 182067)
+++ PKGBUILD2016-07-04 06:47:31 UTC (rev 182068)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.11.0
-pkgrel=3
+pkgver=0.11.1
+pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
  'vala')
 
source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('c947bb1e70bd3d3f4799e59ddd05b27b08a8132674f64c68c919974595bdcd9f')
+sha256sums=('6efc5e1a944ca1c1a991d50d558fbe46ed58763b3f8b7bcd451b15078a9b2eb2')
 
 prepare() {
   cd geary-${pkgver}


[arch-commits] Commit in geary/trunk (PKGBUILD geary-gtk3.14.patch)

2016-05-16 Thread Maxime Gauduin
Date: Monday, May 16, 2016 @ 21:23:57
  Author: alucryd
Revision: 175506

upgpkg: geary 0.11.0-3

Modified:
  geary/trunk/PKGBUILD
Deleted:
  geary/trunk/geary-gtk3.14.patch

-+
 PKGBUILD|   12 
 geary-gtk3.14.patch |   44 
 2 files changed, 8 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-16 18:56:31 UTC (rev 175505)
+++ PKGBUILD2016-05-16 19:23:57 UTC (rev 175506)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=3
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -15,16 +15,20 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
  'vala')
 
source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('46197a5a1b8b040adcee99082dbfd9fff9ca804e3bf0055a2e90b13214bdbca5')
+sha256sums=('c947bb1e70bd3d3f4799e59ddd05b27b08a8132674f64c68c919974595bdcd9f')
 
-build() {
+prepare() {
   cd geary-${pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
   fi
-  mkdir build && cd build
+  mkdir build
+}
 
+build() {
+  cd geary-${pkgver}/build
+
   cmake .. \
 -DCMAKE_INSTALL_PREFIX='/usr' \
 -DDESKTOP_UPDATE='FALSE' \

Deleted: geary-gtk3.14.patch
===
--- geary-gtk3.14.patch 2016-05-16 18:56:31 UTC (rev 175505)
+++ geary-gtk3.14.patch 2016-05-16 19:23:57 UTC (rev 175506)
@@ -1,44 +0,0 @@
-From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
-From: Matthias Clasen 
-Date: Thu, 25 Sep 2014 16:46:59 -0700
-Subject: Fix toolbar icon size in GTK+ 3.14: Bug #732065
-
-By setting the icon pixel size, that forces GTK+ to load images
-installed in our locations rather than the theme's.
-
-diff --git a/THANKS b/THANKS
-index 007ab81..f35d8ad 100644
 a/THANKS
-+++ b/THANKS
-@@ -5,6 +5,7 @@ Jürg Billeter 
- Yosef Or Boczko 
- Martijn Braam 
- Attila Bukor 
-+Matthias Clasen 
- Andrea Corbellini 
- Sergey Shnatsel Davidoff 
- Joanmarie Diggs 
-diff --git a/src/client/components/pill-toolbar.vala 
b/src/client/components/pill-toolbar.vala
-index 498236c..1c9a1a9 100644
 a/src/client/components/pill-toolbar.vala
-+++ b/src/client/components/pill-toolbar.vala
-@@ -38,8 +38,14 @@ public interface PillBar : Gtk.Container {
- b.related_action = action_group.get_action(action_name);
- b.tooltip_text = b.related_action.tooltip;
- b.related_action.notify["tooltip"].connect(() => { b.tooltip_text = 
b.related_action.tooltip; });
--b.image = new Gtk.Image.from_icon_name(icon_name != null ? icon_name :
-+
-+// set pixel size to force GTK+ to load our images from our installed 
directory, not the theme
-+// directory
-+Gtk.Image image = new Gtk.Image.from_icon_name(icon_name != null ? 
icon_name :
- b.related_action.icon_name, Gtk.IconSize.MENU);
-+image.set_pixel_size(16);
-+b.image = image;
-+
- // Unity buttons are a bit tight
- #if ENABLE_UNITY
- b.image.margin = b.image.margin + 4;
--- 
-cgit v0.10.1
-
-


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

2015-04-21 Thread Maxime Gauduin
Date: Tuesday, April 21, 2015 @ 11:31:08
  Author: alucryd
Revision: 131832

FS#44657: geary 0.10.0-2

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 09:17:45 UTC (rev 131831)
+++ PKGBUILD2015-04-21 09:31:08 UTC (rev 131832)
@@ -5,12 +5,12 @@
 
 pkgname=geary
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify'
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'librsvg'
  'webkitgtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
  'vala')
@@ -28,8 +28,10 @@
 
   cmake .. \
 -DCMAKE_INSTALL_PREFIX='/usr' \
--D{DESKTOP,ICON}_UPDATE='FALSE' \
--DGSETTINGS_COMPILE{,_IN_PLACE}='FALSE'
+-DDESKTOP_UPDATE='FALSE' \
+-DICON_UPDATE='FALSE' \
+-DGSETTINGS_COMPILE='FALSE' \
+-DGSETTINGS_COMPILE_IN_PLACE='FALSE'
   make
 }
 


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

2015-03-31 Thread Maxime Gauduin
Date: Tuesday, March 31, 2015 @ 13:22:39
  Author: alucryd
Revision: 130404

upgpkg: geary 0.10.0-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 10:11:28 UTC (rev 130403)
+++ PKGBUILD2015-03-31 11:22:39 UTC (rev 130404)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.8.3
+pkgver=0.10.0
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'vala')
 install='geary.install'
 
source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('87db09b1e4fb8e18c8341561a13a3d05f954dc6fadc076b658c6699c784e')
+sha256sums=('46197a5a1b8b040adcee99082dbfd9fff9ca804e3bf0055a2e90b13214bdbca5')
 
 build() {
   cd geary-${pkgver}


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

2014-12-22 Thread Maxime Gauduin
Date: Monday, December 22, 2014 @ 16:10:41
  Author: alucryd
Revision: 124364

upgpkg: geary 0.8.3-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-22 15:05:27 UTC (rev 124363)
+++ PKGBUILD2014-12-22 15:10:41 UTC (rev 124364)
@@ -1,20 +1,22 @@
 # $Id$
 # Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor : sebikul sebi...@gmail.com
-# Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: sebikul sebi...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify'
+ 'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+ 'vala')
 install='geary.install'
 
source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('3cfa626168935acf49c9415fad54c7849f17fd833026cfd3c224ba0fb892d641')
+sha256sums=('87db09b1e4fb8e18c8341561a13a3d05f954dc6fadc076b658c6699c784e')
 
 build() {
   cd geary-${pkgver}


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

2014-11-07 Thread Maxime Gauduin
Date: Friday, November 7, 2014 @ 12:24:13
  Author: alucryd
Revision: 122146

upgpkg: geary 0.8.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-07 10:40:35 UTC (rev 122145)
+++ PKGBUILD2014-11-07 11:24:13 UTC (rev 122146)
@@ -4,8 +4,8 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
 install='geary.install'
 
source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('9049b4b056ff89d2a2f6fa5438a7f2fcd623f6264b8b0d9568495752604e9e6f')
+sha256sums=('3cfa626168935acf49c9415fad54c7849f17fd833026cfd3c224ba0fb892d641')
 
 build() {
   cd geary-${pkgver}
@@ -24,8 +24,10 @@
   fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \
-   -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='FALSE'
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-D{DESKTOP,ICON}_UPDATE='FALSE' \
+-DGSETTINGS_COMPILE{,_IN_PLACE}='FALSE'
   make
 }
 


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

2014-10-21 Thread Maxime Gauduin
Date: Tuesday, October 21, 2014 @ 11:44:33
  Author: alucryd
Revision: 121135

upgpkg: geary 0.8.1-2

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-21 09:39:42 UTC (rev 121134)
+++ PKGBUILD2014-10-21 09:44:33 UTC (rev 121135)
@@ -5,7 +5,7 @@
 
 pkgname=geary
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'


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

2014-10-08 Thread Maxime Gauduin
Date: Wednesday, October 8, 2014 @ 09:59:29
  Author: alucryd
Revision: 120386

upgpkg: geary 0.8.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-08 02:42:02 UTC (rev 120385)
+++ PKGBUILD2014-10-08 07:59:29 UTC (rev 120386)
@@ -4,8 +4,8 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -13,17 +13,9 @@
 depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
 install='geary.install'
-source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;
-'geary-gtk3.14.patch')
-sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48'
-'2a90d4cfe33c8317090e2908ff135d58ce99fc0070fda121bd85a3ebf39880c4')
+source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
+sha256sums=('9049b4b056ff89d2a2f6fa5438a7f2fcd623f6264b8b0d9568495752604e9e6f')
 
-prepare() {
-  cd geary-${pkgver}
-
-  patch -Np1 -i ../geary-gtk3.14.patch
-}
-
 build() {
   cd geary-${pkgver}
 


[arch-commits] Commit in geary/trunk (PKGBUILD geary-gtk3.14.patch)

2014-09-29 Thread Maxime Gauduin
Date: Monday, September 29, 2014 @ 16:05:48
  Author: alucryd
Revision: 119775

FS#42163: geary 0.8.0-2

Added:
  geary/trunk/geary-gtk3.14.patch
Modified:
  geary/trunk/PKGBUILD

-+
 PKGBUILD|   22 +++---
 geary-gtk3.14.patch |   44 
 2 files changed, 59 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-29 11:50:17 UTC (rev 119774)
+++ PKGBUILD2014-09-29 14:05:48 UTC (rev 119775)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor : sebikul sebi...@gmail.com
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -12,12 +12,20 @@
 license=('GPL3')
 depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
-install=${pkgname}.install
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48')
+install='geary.install'
+source=(https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;
+'geary-gtk3.14.patch')
+sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48'
+'2a90d4cfe33c8317090e2908ff135d58ce99fc0070fda121bd85a3ebf39880c4')
 
+prepare() {
+  cd geary-${pkgver}
+
+  patch -Np1 -i ../geary-gtk3.14.patch
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
+  cd geary-${pkgver}
 
   if [[ -d build ]]; then
 rm -rf build
@@ -30,7 +38,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/build
+  cd geary-${pkgver}/build
 
   make DESTDIR=${pkgdir} install
 }

Added: geary-gtk3.14.patch
===
--- geary-gtk3.14.patch (rev 0)
+++ geary-gtk3.14.patch 2014-09-29 14:05:48 UTC (rev 119775)
@@ -0,0 +1,44 @@
+From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen mcla...@redhat.com
+Date: Thu, 25 Sep 2014 16:46:59 -0700
+Subject: Fix toolbar icon size in GTK+ 3.14: Bug #732065
+
+By setting the icon pixel size, that forces GTK+ to load images
+installed in our locations rather than the theme's.
+
+diff --git a/THANKS b/THANKS
+index 007ab81..f35d8ad 100644
+--- a/THANKS
 b/THANKS
+@@ -5,6 +5,7 @@ Jürg Billeter j...@bitron.ch
+ Yosef Or Boczko yosef...@gmail.com
+ Martijn Braam pizzamart...@gmail.com
+ Attila Bukor r1pp3rj...@w4it.eu
++Matthias Clasen mcla...@redhat.com
+ Andrea Corbellini corbellini.and...@gmail.com
+ Sergey Shnatsel Davidoff ser...@elementaryos.org
+ Joanmarie Diggs jdi...@igalia.com
+diff --git a/src/client/components/pill-toolbar.vala 
b/src/client/components/pill-toolbar.vala
+index 498236c..1c9a1a9 100644
+--- a/src/client/components/pill-toolbar.vala
 b/src/client/components/pill-toolbar.vala
+@@ -38,8 +38,14 @@ public interface PillBar : Gtk.Container {
+ b.related_action = action_group.get_action(action_name);
+ b.tooltip_text = b.related_action.tooltip;
+ b.related_action.notify[tooltip].connect(() = { b.tooltip_text = 
b.related_action.tooltip; });
+-b.image = new Gtk.Image.from_icon_name(icon_name != null ? icon_name :
++
++// set pixel size to force GTK+ to load our images from our installed 
directory, not the theme
++// directory
++Gtk.Image image = new Gtk.Image.from_icon_name(icon_name != null ? 
icon_name :
+ b.related_action.icon_name, Gtk.IconSize.MENU);
++image.set_pixel_size(16);
++b.image = image;
++
+ // Unity buttons are a bit tight
+ #if ENABLE_UNITY
+ b.image.margin = b.image.margin + 4;
+-- 
+cgit v0.10.1
+
+


Property changes on: geary/trunk/geary-gtk3.14.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2014-09-19 Thread Maxime Gauduin
Date: Saturday, September 20, 2014 @ 04:44:30
  Author: alucryd
Revision: 119305

upgpkg: geary 0.8.0-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-19 23:05:05 UTC (rev 119304)
+++ PKGBUILD2014-09-20 02:44:30 UTC (rev 119305)
@@ -4,7 +4,7 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.6.3
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('2fa2612bf3821f8ff74664463a430729776f6f9bf31795156be2ca7959b52eca')
+sha256sums=('4d4c168180d1c5193ba2784902f75b90b9c13d674204da4014e70d5bee14bd48')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-09-04 Thread Maxime Gauduin
Date: Thursday, September 4, 2014 @ 10:42:32
  Author: alucryd
Revision: 118249

upgpkg: geary 0.6.3-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-04 08:37:33 UTC (rev 118248)
+++ PKGBUILD2014-09-04 08:42:32 UTC (rev 118249)
@@ -4,7 +4,7 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('efe6532d78bcb08f74da117a7096d0930c7ce34b14d2cea6405d27246f05e42a')
+sha256sums=('2fa2612bf3821f8ff74664463a430729776f6f9bf31795156be2ca7959b52eca')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-08-20 Thread Maxime Gauduin
Date: Wednesday, August 20, 2014 @ 23:03:46
  Author: alucryd
Revision: 117679

upgpkg: geary 0.6.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 20:24:28 UTC (rev 117678)
+++ PKGBUILD2014-08-20 21:03:46 UTC (rev 117679)
@@ -4,7 +4,7 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('7078dd9353b9ed2d404cb6a6d9b7d461614b283fc5a3a30630647a8c4a37a6f9')
+sha256sums=('efe6532d78bcb08f74da117a7096d0930c7ce34b14d2cea6405d27246f05e42a')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-07-02 Thread Maxime Gauduin
Date: Wednesday, July 2, 2014 @ 11:04:58
  Author: alucryd
Revision: 114610

upgpkg: geary 0.6.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-02 09:04:47 UTC (rev 114609)
+++ PKGBUILD2014-07-02 09:04:58 UTC (rev 114610)
@@ -4,8 +4,8 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('44ad1dc2c81c50006c751f8e72aa817f07002188da4c29e158060524a1962715')
+sha256sums=('7078dd9353b9ed2d404cb6a6d9b7d461614b283fc5a3a30630647a8c4a37a6f9')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -24,7 +24,8 @@
   fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='FALSE'
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \
+   -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='FALSE'
   make
 }
 



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

2014-04-05 Thread Maxime Gauduin
Date: Saturday, April 5, 2014 @ 14:09:05
  Author: alucryd
Revision: 108851

upgpkg: geary 0.6.0-2

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-05 08:08:32 UTC (rev 108850)
+++ PKGBUILD2014-04-05 12:09:05 UTC (rev 108851)
@@ -5,12 +5,12 @@
 
 pkgname=geary
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'libsecret' 'webkitgtk')
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
@@ -18,13 +18,19 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='FALSE'
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}/build
+
   make DESTDIR=${pkgdir} install
 }
 



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 18:01:16
  Author: flexiondotorg
Revision: 107708

upgpkg: geary 0.6.0-1 - New upstream release.

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 16:55:14 UTC (rev 107707)
+++ PKGBUILD2014-03-18 17:01:16 UTC (rev 107708)
@@ -4,33 +4,27 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.5.3
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('gmime' 'gnome-keyring' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
-makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
+depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'libsecret' 'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 
'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('17ac5aa25d828d92e5a23d21194fcee71914961cbfa3064dd718bcecb9cbf2e5')
+sha256sums=('44ad1dc2c81c50006c751f8e72aa817f07002188da4c29e158060524a1962715')
 
 build() {
   cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
+  ./configure \
+--prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/build
-
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
 



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

2014-03-09 Thread Maxime Gauduin
Date: Sunday, March 9, 2014 @ 18:27:18
  Author: alucryd
Revision: 106891

upgpkg: geary 0.5.3-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 13:33:34 UTC (rev 106890)
+++ PKGBUILD2014-03-09 17:27:18 UTC (rev 106891)
@@ -4,8 +4,8 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('12561187c7d2b8aa1115ca52d8959270ff38dd6db774df1cd39c9719a76bb1d1')
+sha256sums=('17ac5aa25d828d92e5a23d21194fcee71914961cbfa3064dd718bcecb9cbf2e5')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-02-07 Thread Maxime Gauduin
Date: Friday, February 7, 2014 @ 12:22:01
  Author: alucryd
Revision: 105419

FS#38779: geary 0.5.1-2

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-07 09:53:58 UTC (rev 105418)
+++ PKGBUILD2014-02-07 11:22:01 UTC (rev 105419)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Maintainer: Maxime Gauduin aluc...@gmail.com
 # Contributor : sebikul sebi...@gmail.com
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
+depends=('gmime' 'gnome-keyring' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)



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

2014-02-01 Thread Maxime Gauduin
Date: Saturday, February 1, 2014 @ 16:05:40
  Author: alucryd
Revision: 105141

upgpkg: geary 0.5.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 13:36:08 UTC (rev 105140)
+++ PKGBUILD2014-02-01 15:05:40 UTC (rev 105141)
@@ -4,7 +4,7 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('7f3f442b2b7349e339b380de474d94e9a8ad625d16277277ea500747c3b7a5af')
+sha256sums=('12561187c7d2b8aa1115ca52d8959270ff38dd6db774df1cd39c9719a76bb1d1')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-12-16 Thread Maxime Gauduin
Date: Monday, December 16, 2013 @ 09:40:40
  Author: alucryd
Revision: 102594

upgpkg: geary 0.5.0-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-16 06:27:25 UTC (rev 102593)
+++ PKGBUILD2013-12-16 08:40:40 UTC (rev 102594)
@@ -4,17 +4,17 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.4.3
+pkgver=0.5.0
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
 url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
-depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'libunique3' 'webkitgtk3')
+depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('58a4021bea6be813a1381597f23b646335c9e15c3a7d818c302752a7e07e37a0')
+sha256sums=('7f3f442b2b7349e339b380de474d94e9a8ad625d16277277ea500747c3b7a5af')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-12-15 Thread Maxime Gauduin
Date: Monday, December 16, 2013 @ 00:05:32
  Author: alucryd
Revision: 102581

upgpkg: geary 0.4.3-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-15 21:52:44 UTC (rev 102580)
+++ PKGBUILD2013-12-15 23:05:32 UTC (rev 102581)
@@ -4,17 +4,17 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
-pkgdesc=A lightweight email client for the GNOME desktop
+pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
-url=http://www.yorba.org/projects/geary/;
+url='http://www.yorba.org/projects/geary/'
 license=('GPL3')
 depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'libunique3' 'webkitgtk3')
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install=${pkgname}.install
-source=(http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e111e1f650afb8fe35d3a9f8ce19f698ee41263d5b21b31bf0b5bd4a24a207b3')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('58a4021bea6be813a1381597f23b646335c9e15c3a7d818c302752a7e07e37a0')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-11-21 Thread Maxime Gauduin
Date: Thursday, November 21, 2013 @ 11:53:42
  Author: alucryd
Revision: 101262

upgpkg: geary 0.4.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 10:29:03 UTC (rev 101261)
+++ PKGBUILD2013-11-21 10:53:42 UTC (rev 101262)
@@ -4,7 +4,7 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc=A lightweight email client for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6afa2d2b29a3c19de3394cdb4d8df5d219b116eecceac5bf85c89992bf166158')
+sha256sums=('e111e1f650afb8fe35d3a9f8ce19f698ee41263d5b21b31bf0b5bd4a24a207b3')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-11-12 Thread Maxime Gauduin
Date: Tuesday, November 12, 2013 @ 11:09:34
  Author: alucryd
Revision: 100854

upgpkg: geary 0.4.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 01:40:23 UTC (rev 100853)
+++ PKGBUILD2013-11-12 10:09:34 UTC (rev 100854)
@@ -4,17 +4,17 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=A lightweight email client for the GNOME desktop
 arch=('i686' 'x86_64')
 url=http://www.yorba.org/projects/geary/;
 license=('GPL3')
-depends=('desktop-file-utils' 'gmime' 'hicolor-icon-theme' 'libcanberra' 
'libgee' 'libnotify' 'libunique3' 'webkitgtk3')
+depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'libunique3' 'webkitgtk3')
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('eb6418fe48ee2d25350999e6fc8fd23de15da5670569f4c2478f9435fe2a2ae1')
+sha256sums=('6afa2d2b29a3c19de3394cdb4d8df5d219b116eecceac5bf85c89992bf166158')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -24,7 +24,7 @@
   fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
+  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
   make
 }
 



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

2013-10-04 Thread Maxime Gauduin
Date: Friday, October 4, 2013 @ 10:12:15
  Author: alucryd
Revision: 98023

upgpkg: geary 0.4.0-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-04 05:44:18 UTC (rev 98022)
+++ PKGBUILD2013-10-04 08:12:15 UTC (rev 98023)
@@ -4,27 +4,32 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.3.1
-pkgrel=4
+pkgver=0.4.0
+pkgrel=1
 pkgdesc=A lightweight email client for the GNOME desktop
 arch=('i686' 'x86_64')
 url=http://www.yorba.org/projects/geary/;
 license=('GPL3')
-depends=('desktop-file-utils' 'gmime' 'hicolor-icon-theme' 'libcanberra' 
'libgee06' 'libgnome-keyring' 'libnotify' 'libunique3' 'webkitgtk3')
+depends=('desktop-file-utils' 'gmime' 'hicolor-icon-theme' 'libcanberra' 
'libgee' 'libnotify' 'libunique3' 'webkitgtk3')
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
-install=${pkgname}.install
+install=${pkgname}.install
 
source=(http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('a1bf8cc95022ce0894a340dea0ab94047ac7a7ea0066b8602b136c74e93ffaed')
+sha256sums=('eb6418fe48ee2d25350999e6fc8fd23de15da5670569f4c2478f9435fe2a2ae1')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr 
--disable-{desktop-update,icon-update,schemas-compile}
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}/build
 
   make DESTDIR=${pkgdir} install
 }