Date: Saturday, January 9, 2016 @ 06:08:49 Author: jlichtblau Revision: 155757
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: osmo/repos/community-staging-i686/ osmo/repos/community-staging-i686/PKGBUILD (from rev 155756, osmo/trunk/PKGBUILD) osmo/repos/community-staging-i686/osmo.changelog (from rev 155756, osmo/trunk/osmo.changelog) osmo/repos/community-staging-i686/osmo.install (from rev 155756, osmo/trunk/osmo.install) osmo/repos/community-staging-x86_64/ osmo/repos/community-staging-x86_64/PKGBUILD (from rev 155756, osmo/trunk/PKGBUILD) osmo/repos/community-staging-x86_64/osmo.changelog (from rev 155756, osmo/trunk/osmo.changelog) osmo/repos/community-staging-x86_64/osmo.install (from rev 155756, osmo/trunk/osmo.install) -----------------------------------------+ community-staging-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++ community-staging-i686/osmo.changelog | 21 +++++++++++++++++++ community-staging-i686/osmo.install | 12 +++++++++++ community-staging-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++ community-staging-x86_64/osmo.changelog | 21 +++++++++++++++++++ community-staging-x86_64/osmo.install | 12 +++++++++++ 6 files changed, 130 insertions(+) Copied: osmo/repos/community-staging-i686/PKGBUILD (from rev 155756, osmo/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-01-09 05:08:49 UTC (rev 155757) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org> +# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr> +# Contributor: Benzo <mb_be...@yahoo.es> + +pkgname=osmo +pkgver=0.2.14 +pkgrel=2 +pkgdesc="A handy personal organizer" +arch=('i686' 'x86_64') +url="http://clayo.org/osmo/" +license=('GPL') +depends=('gtkspell' 'hicolor-icon-theme' 'libical' 'libnotify' 'webkitgtk2' 'libgringotts' 'libxml2') +makedepends=('libarchive') +optdepends=('sox: to play sounds') +changelog=$pkgname.changelog +install=$pkgname.install +source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('052c3509e9e5ee3f7692fc0d456bebd3a13727acb985901f08c0e2e86bf64a6d') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +} Copied: osmo/repos/community-staging-i686/osmo.changelog (from rev 155756, osmo/trunk/osmo.changelog) =================================================================== --- community-staging-i686/osmo.changelog (rev 0) +++ community-staging-i686/osmo.changelog 2016-01-09 05:08:49 UTC (rev 155757) @@ -0,0 +1,21 @@ +2016-01-09 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * osmo 0.2.14-2 libical rebuild + +2015-08-08 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * osmo 0.2.14-1 upstream stable version + +2014-10-22 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * osmo 0.2.12-2 upstream stable version + +2010-04-04 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * FS#18941 solved + +2010-04-02 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * Update to major release 0.2.10 + +2009-03-26 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * FS#13879 solved + +2009-03-17 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * Updated to major version 0.2.6 + Copied: osmo/repos/community-staging-i686/osmo.install (from rev 155756, osmo/trunk/osmo.install) =================================================================== --- community-staging-i686/osmo.install (rev 0) +++ community-staging-i686/osmo.install 2016-01-09 05:08:49 UTC (rev 155757) @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + Copied: osmo/repos/community-staging-x86_64/PKGBUILD (from rev 155756, osmo/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-01-09 05:08:49 UTC (rev 155757) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org> +# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr> +# Contributor: Benzo <mb_be...@yahoo.es> + +pkgname=osmo +pkgver=0.2.14 +pkgrel=2 +pkgdesc="A handy personal organizer" +arch=('i686' 'x86_64') +url="http://clayo.org/osmo/" +license=('GPL') +depends=('gtkspell' 'hicolor-icon-theme' 'libical' 'libnotify' 'webkitgtk2' 'libgringotts' 'libxml2') +makedepends=('libarchive') +optdepends=('sox: to play sounds') +changelog=$pkgname.changelog +install=$pkgname.install +source=(http://sourceforge.net/projects/osmo-pim/files/osmo-pim/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('052c3509e9e5ee3f7692fc0d456bebd3a13727acb985901f08c0e2e86bf64a6d') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +} Copied: osmo/repos/community-staging-x86_64/osmo.changelog (from rev 155756, osmo/trunk/osmo.changelog) =================================================================== --- community-staging-x86_64/osmo.changelog (rev 0) +++ community-staging-x86_64/osmo.changelog 2016-01-09 05:08:49 UTC (rev 155757) @@ -0,0 +1,21 @@ +2016-01-09 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * osmo 0.2.14-2 libical rebuild + +2015-08-08 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * osmo 0.2.14-1 upstream stable version + +2014-10-22 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * osmo 0.2.12-2 upstream stable version + +2010-04-04 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * FS#18941 solved + +2010-04-02 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * Update to major release 0.2.10 + +2009-03-26 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * FS#13879 solved + +2009-03-17 Jaroslav Lichtblau <svetlemo...@archlinux.org> + * Updated to major version 0.2.6 + Copied: osmo/repos/community-staging-x86_64/osmo.install (from rev 155756, osmo/trunk/osmo.install) =================================================================== --- community-staging-x86_64/osmo.install (rev 0) +++ community-staging-x86_64/osmo.install 2016-01-09 05:08:49 UTC (rev 155757) @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} +