[arch-commits] Commit in geary/repos (12 files)
Maxime Gauduin
alucryd at archlinux.org
Tue Apr 21 09:31:31 UTC 2015
Date: Tuesday, April 21, 2015 @ 11:31:31
Author: alucryd
Revision: 131833
archrelease: copy trunk to community-i686, community-x86_64
Added:
geary/repos/community-i686/PKGBUILD
(from rev 131832, geary/trunk/PKGBUILD)
geary/repos/community-i686/geary-gtk3.14.patch
(from rev 131832, geary/trunk/geary-gtk3.14.patch)
geary/repos/community-i686/geary.install
(from rev 131832, geary/trunk/geary.install)
geary/repos/community-x86_64/PKGBUILD
(from rev 131832, geary/trunk/PKGBUILD)
geary/repos/community-x86_64/geary-gtk3.14.patch
(from rev 131832, geary/trunk/geary-gtk3.14.patch)
geary/repos/community-x86_64/geary.install
(from rev 131832, geary/trunk/geary.install)
Deleted:
geary/repos/community-i686/PKGBUILD
geary/repos/community-i686/geary-gtk3.14.patch
geary/repos/community-i686/geary.install
geary/repos/community-x86_64/PKGBUILD
geary/repos/community-x86_64/geary-gtk3.14.patch
geary/repos/community-x86_64/geary.install
--------------------------------------+
/PKGBUILD | 88 +++++++++++++++++++++++++++++++++
/geary-gtk3.14.patch | 88 +++++++++++++++++++++++++++++++++
/geary.install | 34 ++++++++++++
community-i686/PKGBUILD | 42 ---------------
community-i686/geary-gtk3.14.patch | 44 ----------------
community-i686/geary.install | 17 ------
community-x86_64/PKGBUILD | 42 ---------------
community-x86_64/geary-gtk3.14.patch | 44 ----------------
community-x86_64/geary.install | 17 ------
9 files changed, 210 insertions(+), 206 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-21 09:31:08 UTC (rev 131832)
+++ community-i686/PKGBUILD 2015-04-21 09:31:31 UTC (rev 131833)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: sebikul <sebikul at gmail.com>
-# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=geary
-pkgver=0.10.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' '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=('46197a5a1b8b040adcee99082dbfd9fff9ca804e3bf0055a2e90b13214bdbca5')
-
-build() {
- cd geary-${pkgver}
-
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build && cd build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX='/usr' \
- -D{DESKTOP,ICON}_UPDATE='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 131832, geary/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-21 09:31:31 UTC (rev 131833)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sebikul <sebikul at gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=geary
+pkgver=0.10.0
+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' 'librsvg'
+ '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=('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:
Deleted: community-i686/geary-gtk3.14.patch
===================================================================
--- community-i686/geary-gtk3.14.patch 2015-04-21 09:31:08 UTC (rev 131832)
+++ community-i686/geary-gtk3.14.patch 2015-04-21 09:31:31 UTC (rev 131833)
@@ -1,44 +0,0 @@
-From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
-From: Matthias Clasen <mclasen at 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 at bitron.ch>
- Yosef Or Boczko <yoseforb at gmail.com>
- Martijn Braam <pizzamartijn at gmail.com>
- Attila Bukor <r1pp3rj4ck at w4it.eu>
-+Matthias Clasen <mclasen at redhat.com>
- Andrea Corbellini <corbellini.andrea at gmail.com>
- Sergey Shnatsel Davidoff <sergey at elementaryos.org>
- Joanmarie Diggs <jdiggs at 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
-
-
Copied: geary/repos/community-i686/geary-gtk3.14.patch (from rev 131832, geary/trunk/geary-gtk3.14.patch)
===================================================================
--- community-i686/geary-gtk3.14.patch (rev 0)
+++ community-i686/geary-gtk3.14.patch 2015-04-21 09:31:31 UTC (rev 131833)
@@ -0,0 +1,44 @@
+From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen <mclasen at 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 at bitron.ch>
+ Yosef Or Boczko <yoseforb at gmail.com>
+ Martijn Braam <pizzamartijn at gmail.com>
+ Attila Bukor <r1pp3rj4ck at w4it.eu>
++Matthias Clasen <mclasen at redhat.com>
+ Andrea Corbellini <corbellini.andrea at gmail.com>
+ Sergey Shnatsel Davidoff <sergey at elementaryos.org>
+ Joanmarie Diggs <jdiggs at 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-i686/geary.install
===================================================================
--- community-i686/geary.install 2015-04-21 09:31:08 UTC (rev 131832)
+++ community-i686/geary.install 2015-04-21 09:31:31 UTC (rev 131833)
@@ -1,17 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade()
-{
- post_install
-}
-
-post_remove()
-{
- post_install
-}
-
-# vim: ts=2 sw=2 et:
Copied: geary/repos/community-i686/geary.install (from rev 131832, geary/trunk/geary.install)
===================================================================
--- community-i686/geary.install (rev 0)
+++ community-i686/geary.install 2015-04-21 09:31:31 UTC (rev 131833)
@@ -0,0 +1,17 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-21 09:31:08 UTC (rev 131832)
+++ community-x86_64/PKGBUILD 2015-04-21 09:31:31 UTC (rev 131833)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: sebikul <sebikul at gmail.com>
-# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=geary
-pkgver=0.10.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' '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=('46197a5a1b8b040adcee99082dbfd9fff9ca804e3bf0055a2e90b13214bdbca5')
-
-build() {
- cd geary-${pkgver}
-
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build && cd build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX='/usr' \
- -D{DESKTOP,ICON}_UPDATE='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 131832, geary/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-21 09:31:31 UTC (rev 131833)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: sebikul <sebikul at gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=geary
+pkgver=0.10.0
+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' 'librsvg'
+ '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=('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:
Deleted: community-x86_64/geary-gtk3.14.patch
===================================================================
--- community-x86_64/geary-gtk3.14.patch 2015-04-21 09:31:08 UTC (rev 131832)
+++ community-x86_64/geary-gtk3.14.patch 2015-04-21 09:31:31 UTC (rev 131833)
@@ -1,44 +0,0 @@
-From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
-From: Matthias Clasen <mclasen at 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 at bitron.ch>
- Yosef Or Boczko <yoseforb at gmail.com>
- Martijn Braam <pizzamartijn at gmail.com>
- Attila Bukor <r1pp3rj4ck at w4it.eu>
-+Matthias Clasen <mclasen at redhat.com>
- Andrea Corbellini <corbellini.andrea at gmail.com>
- Sergey Shnatsel Davidoff <sergey at elementaryos.org>
- Joanmarie Diggs <jdiggs at 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
-
-
Copied: geary/repos/community-x86_64/geary-gtk3.14.patch (from rev 131832, geary/trunk/geary-gtk3.14.patch)
===================================================================
--- community-x86_64/geary-gtk3.14.patch (rev 0)
+++ community-x86_64/geary-gtk3.14.patch 2015-04-21 09:31:31 UTC (rev 131833)
@@ -0,0 +1,44 @@
+From f1fc86f2dbd1ca6b10296744b88267d18d7a25e7 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen <mclasen at 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 at bitron.ch>
+ Yosef Or Boczko <yoseforb at gmail.com>
+ Martijn Braam <pizzamartijn at gmail.com>
+ Attila Bukor <r1pp3rj4ck at w4it.eu>
++Matthias Clasen <mclasen at redhat.com>
+ Andrea Corbellini <corbellini.andrea at gmail.com>
+ Sergey Shnatsel Davidoff <sergey at elementaryos.org>
+ Joanmarie Diggs <jdiggs at 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/geary.install
===================================================================
--- community-x86_64/geary.install 2015-04-21 09:31:08 UTC (rev 131832)
+++ community-x86_64/geary.install 2015-04-21 09:31:31 UTC (rev 131833)
@@ -1,17 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade()
-{
- post_install
-}
-
-post_remove()
-{
- post_install
-}
-
-# vim: ts=2 sw=2 et:
Copied: geary/repos/community-x86_64/geary.install (from rev 131832, geary/trunk/geary.install)
===================================================================
--- community-x86_64/geary.install (rev 0)
+++ community-x86_64/geary.install 2015-04-21 09:31:31 UTC (rev 131833)
@@ -0,0 +1,17 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove()
+{
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list