Date: Monday, May 16, 2016 @ 21:24:25
  Author: alucryd
Revision: 175507

archrelease: copy trunk to community-i686, community-x86_64

Added:
  geary/repos/community-i686/PKGBUILD
    (from rev 175506, geary/trunk/PKGBUILD)
  geary/repos/community-x86_64/PKGBUILD
    (from rev 175506, geary/trunk/PKGBUILD)
Deleted:
  geary/repos/community-i686/PKGBUILD
  geary/repos/community-i686/geary-gtk3.14.patch
  geary/repos/community-x86_64/PKGBUILD
  geary/repos/community-x86_64/geary-gtk3.14.patch

--------------------------------------+
 /PKGBUILD                            |   94 +++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD              |   43 ---------------
 community-i686/geary-gtk3.14.patch   |   44 ---------------
 community-x86_64/PKGBUILD            |   43 ---------------
 community-x86_64/geary-gtk3.14.patch |   44 ---------------
 5 files changed, 94 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-05-16 19:23:57 UTC (rev 175506)
+++ community-i686/PKGBUILD     2016-05-16 19:24:25 UTC (rev 175507)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
-# Contributor: sebikul <sebi...@gmail.com>
-# Contributor: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-
-pkgname=geary
-pkgver=0.10.0
-pkgrel=3
-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'
-         'webkitgtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
-             'vala')
-source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz";)
-sha256sums=('46197a5a1b8b040adcee99082dbfd9fff9ca804e3bf0055a2e90b13214bdbca5')
-
-build() {
-  cd geary-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DDESKTOP_UPDATE='FALSE' \
-    -DICON_UPDATE='FALSE' \
-    -DGSETTINGS_COMPILE='FALSE' \
-    -DGSETTINGS_COMPILE_IN_PLACE='FALSE'
-  make
-}
-
-package() {
-  cd geary-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 175506, 
geary/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-05-16 19:24:25 UTC (rev 175507)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: sebikul <sebi...@gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=geary
+pkgver=0.11.0
+pkgrel=3
+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'
+         'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+             'vala')
+source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz";)
+sha256sums=('c947bb1e70bd3d3f4799e59ddd05b27b08a8132674f64c68c919974595bdcd9f')
+
+prepare() {
+  cd geary-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd geary-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DDESKTOP_UPDATE='FALSE' \
+    -DICON_UPDATE='FALSE' \
+    -DGSETTINGS_COMPILE='FALSE' \
+    -DGSETTINGS_COMPILE_IN_PLACE='FALSE'
+  make
+}
+
+package() {
+  cd geary-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/geary-gtk3.14.patch
===================================================================
--- community-i686/geary-gtk3.14.patch  2016-05-16 19:23:57 UTC (rev 175506)
+++ community-i686/geary-gtk3.14.patch  2016-05-16 19:24:25 UTC (rev 175507)
@@ -1,44 +0,0 @@
-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
-
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-05-16 19:23:57 UTC (rev 175506)
+++ community-x86_64/PKGBUILD   2016-05-16 19:24:25 UTC (rev 175507)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
-# Contributor: sebikul <sebi...@gmail.com>
-# Contributor: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-
-pkgname=geary
-pkgver=0.10.0
-pkgrel=3
-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'
-         'webkitgtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
-             'vala')
-source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz";)
-sha256sums=('46197a5a1b8b040adcee99082dbfd9fff9ca804e3bf0055a2e90b13214bdbca5')
-
-build() {
-  cd geary-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DDESKTOP_UPDATE='FALSE' \
-    -DICON_UPDATE='FALSE' \
-    -DGSETTINGS_COMPILE='FALSE' \
-    -DGSETTINGS_COMPILE_IN_PLACE='FALSE'
-  make
-}
-
-package() {
-  cd geary-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-x86_64/PKGBUILD (from rev 175506, 
geary/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-16 19:24:25 UTC (rev 175507)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: sebikul <sebi...@gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=geary
+pkgver=0.11.0
+pkgrel=3
+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'
+         'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+             'vala')
+source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz";)
+sha256sums=('c947bb1e70bd3d3f4799e59ddd05b27b08a8132674f64c68c919974595bdcd9f')
+
+prepare() {
+  cd geary-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd geary-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DDESKTOP_UPDATE='FALSE' \
+    -DICON_UPDATE='FALSE' \
+    -DGSETTINGS_COMPILE='FALSE' \
+    -DGSETTINGS_COMPILE_IN_PLACE='FALSE'
+  make
+}
+
+package() {
+  cd geary-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/geary-gtk3.14.patch
===================================================================
--- community-x86_64/geary-gtk3.14.patch        2016-05-16 19:23:57 UTC (rev 
175506)
+++ community-x86_64/geary-gtk3.14.patch        2016-05-16 19:24:25 UTC (rev 
175507)
@@ -1,44 +0,0 @@
-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
-
-

Reply via email to