Date: Wednesday, August 20, 2014 @ 23:03:57 Author: alucryd Revision: 117680
archrelease: copy trunk to community-i686, community-x86_64 Added: geary/repos/community-i686/PKGBUILD (from rev 117679, geary/trunk/PKGBUILD) geary/repos/community-i686/geary.install (from rev 117679, geary/trunk/geary.install) geary/repos/community-x86_64/PKGBUILD (from rev 117679, geary/trunk/PKGBUILD) geary/repos/community-x86_64/geary.install (from rev 117679, geary/trunk/geary.install) Deleted: geary/repos/community-i686/PKGBUILD geary/repos/community-i686/geary.install geary/repos/community-x86_64/PKGBUILD geary/repos/community-x86_64/geary.install --------------------------------+ /PKGBUILD | 76 +++++++++++++++++++++++++++++++++++++++ /geary.install | 34 +++++++++++++++++ community-i686/PKGBUILD | 38 ------------------- community-i686/geary.install | 17 -------- community-x86_64/PKGBUILD | 38 ------------------- community-x86_64/geary.install | 17 -------- 6 files changed, 110 insertions(+), 110 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2014-08-20 21:03:46 UTC (rev 117679) +++ community-i686/PKGBUILD 2014-08-20 21:03:57 UTC (rev 117680) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin <aluc...@gmail.com> -# Contributor : sebikul <sebi...@gmail.com> -# Contributor : Massimiliano Torromeo <massimiliano.torro...@gmail.com> - -pkgname=geary -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/' -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=('7078dd9353b9ed2d404cb6a6d9b7d461614b283fc5a3a30630647a8c4a37a6f9') - -build() { - cd ${pkgname}-${pkgver} - - 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}='FALSE' - make -} - -package() { - cd ${pkgname}-${pkgver}/build - - make DESTDIR="${pkgdir}" install -} - -# vim: ts=2 sw=2 et: Copied: geary/repos/community-i686/PKGBUILD (from rev 117679, geary/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-08-20 21:03:57 UTC (rev 117680) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Maxime Gauduin <aluc...@gmail.com> +# Contributor : sebikul <sebi...@gmail.com> +# Contributor : Massimiliano Torromeo <massimiliano.torro...@gmail.com> + +pkgname=geary +pkgver=0.6.2 +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="${pkgname}.install" +source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('efe6532d78bcb08f74da117a7096d0930c7ce34b14d2cea6405d27246f05e42a') + +build() { + cd ${pkgname}-${pkgver} + + 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}='FALSE' + make +} + +package() { + cd ${pkgname}-${pkgver}/build + + make DESTDIR="${pkgdir}" install +} + +# vim: ts=2 sw=2 et: Deleted: community-i686/geary.install =================================================================== --- community-i686/geary.install 2014-08-20 21:03:46 UTC (rev 117679) +++ community-i686/geary.install 2014-08-20 21:03:57 UTC (rev 117680) @@ -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 117679, geary/trunk/geary.install) =================================================================== --- community-i686/geary.install (rev 0) +++ community-i686/geary.install 2014-08-20 21:03:57 UTC (rev 117680) @@ -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 2014-08-20 21:03:46 UTC (rev 117679) +++ community-x86_64/PKGBUILD 2014-08-20 21:03:57 UTC (rev 117680) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Maxime Gauduin <aluc...@gmail.com> -# Contributor : sebikul <sebi...@gmail.com> -# Contributor : Massimiliano Torromeo <massimiliano.torro...@gmail.com> - -pkgname=geary -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/' -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=('7078dd9353b9ed2d404cb6a6d9b7d461614b283fc5a3a30630647a8c4a37a6f9') - -build() { - cd ${pkgname}-${pkgver} - - 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}='FALSE' - make -} - -package() { - cd ${pkgname}-${pkgver}/build - - make DESTDIR="${pkgdir}" install -} - -# vim: ts=2 sw=2 et: Copied: geary/repos/community-x86_64/PKGBUILD (from rev 117679, geary/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-08-20 21:03:57 UTC (rev 117680) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Maxime Gauduin <aluc...@gmail.com> +# Contributor : sebikul <sebi...@gmail.com> +# Contributor : Massimiliano Torromeo <massimiliano.torro...@gmail.com> + +pkgname=geary +pkgver=0.6.2 +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="${pkgname}.install" +source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('efe6532d78bcb08f74da117a7096d0930c7ce34b14d2cea6405d27246f05e42a') + +build() { + cd ${pkgname}-${pkgver} + + 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}='FALSE' + make +} + +package() { + cd ${pkgname}-${pkgver}/build + + make DESTDIR="${pkgdir}" install +} + +# vim: ts=2 sw=2 et: Deleted: community-x86_64/geary.install =================================================================== --- community-x86_64/geary.install 2014-08-20 21:03:46 UTC (rev 117679) +++ community-x86_64/geary.install 2014-08-20 21:03:57 UTC (rev 117680) @@ -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 117679, geary/trunk/geary.install) =================================================================== --- community-x86_64/geary.install (rev 0) +++ community-x86_64/geary.install 2014-08-20 21:03:57 UTC (rev 117680) @@ -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: