[arch-commits] Commit in geary/repos (4 files)

Balló György bgyorgy at archlinux.org
Thu Feb 9 17:10:38 UTC 2017


    Date: Thursday, February 9, 2017 @ 17:10:38
  Author: bgyorgy
Revision: 211540

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

Added:
  geary/repos/community-testing-i686/
  geary/repos/community-testing-i686/PKGBUILD
    (from rev 211539, geary/trunk/PKGBUILD)
  geary/repos/community-testing-x86_64/
  geary/repos/community-testing-x86_64/PKGBUILD
    (from rev 211539, geary/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   53 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   53 ++++++++++++++++++++++++++++++++++++
 2 files changed, 106 insertions(+)

Copied: geary/repos/community-testing-i686/PKGBUILD (from rev 211539, geary/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-02-09 17:10:38 UTC (rev 211540)
@@ -0,0 +1,53 @@
+# $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.11.3+711+g4e27949d
+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')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+             '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 $pkgname
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd $pkgname/build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DDESKTOP_UPDATE='FALSE' \
+    -DICON_UPDATE='FALSE' \
+    -DGSETTINGS_COMPILE='FALSE' \
+    -DGSETTINGS_COMPILE_IN_PLACE='FALSE'
+  make
+}
+
+package() {
+  cd $pkgname/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: geary/repos/community-testing-x86_64/PKGBUILD (from rev 211539, geary/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-02-09 17:10:38 UTC (rev 211540)
@@ -0,0 +1,53 @@
+# $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.11.3+711+g4e27949d
+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')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+             '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 $pkgname
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd $pkgname/build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DDESKTOP_UPDATE='FALSE' \
+    -DICON_UPDATE='FALSE' \
+    -DGSETTINGS_COMPILE='FALSE' \
+    -DGSETTINGS_COMPILE_IN_PLACE='FALSE'
+  make
+}
+
+package() {
+  cd $pkgname/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list