[arch-commits] Commit in osmo/repos (12 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Aug 8 10:06:05 UTC 2015


    Date: Saturday, August 8, 2015 @ 12:06:05
  Author: jlichtblau
Revision: 138120

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

Added:
  osmo/repos/community-i686/PKGBUILD
    (from rev 138119, osmo/trunk/PKGBUILD)
  osmo/repos/community-i686/osmo.changelog
    (from rev 138119, osmo/trunk/osmo.changelog)
  osmo/repos/community-i686/osmo.install
    (from rev 138119, osmo/trunk/osmo.install)
  osmo/repos/community-x86_64/PKGBUILD
    (from rev 138119, osmo/trunk/PKGBUILD)
  osmo/repos/community-x86_64/osmo.changelog
    (from rev 138119, osmo/trunk/osmo.changelog)
  osmo/repos/community-x86_64/osmo.install
    (from rev 138119, osmo/trunk/osmo.install)
Deleted:
  osmo/repos/community-i686/PKGBUILD
  osmo/repos/community-i686/osmo.changelog
  osmo/repos/community-i686/osmo.install
  osmo/repos/community-x86_64/PKGBUILD
  osmo/repos/community-x86_64/osmo.changelog
  osmo/repos/community-x86_64/osmo.install

---------------------------------+
 /PKGBUILD                       |   64 ++++++++++++++++++++++++++++++++++++++
 /osmo.changelog                 |   36 +++++++++++++++++++++
 /osmo.install                   |   24 ++++++++++++++
 community-i686/PKGBUILD         |   32 -------------------
 community-i686/osmo.changelog   |   15 --------
 community-i686/osmo.install     |   12 -------
 community-x86_64/PKGBUILD       |   32 -------------------
 community-x86_64/osmo.changelog |   15 --------
 community-x86_64/osmo.install   |   12 -------
 9 files changed, 124 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-08 10:05:44 UTC (rev 138119)
+++ community-i686/PKGBUILD	2015-08-08 10:06:05 UTC (rev 138120)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: Benzo <mb_benzo at yahoo.es>
-
-pkgname=osmo
-pkgver=0.2.12
-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=('93bda51614f92e4193840451612e792219f7d8c90d78bdc7ea6d6c14a2be6b78')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make 
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: osmo/repos/community-i686/PKGBUILD (from rev 138119, osmo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-08 10:06:05 UTC (rev 138120)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: Benzo <mb_benzo at yahoo.es>
+
+pkgname=osmo
+pkgver=0.2.14
+pkgrel=1
+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
+}

Deleted: community-i686/osmo.changelog
===================================================================
--- community-i686/osmo.changelog	2015-08-08 10:05:44 UTC (rev 138119)
+++ community-i686/osmo.changelog	2015-08-08 10:06:05 UTC (rev 138120)
@@ -1,15 +0,0 @@
-2014-10-22 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* osmo 0.2.12-2 upstream stable version
-
-2010-04-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#18941 solved
-
-2010-04-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.2.10
-
-2009-03-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#13879 solved
-
-2009-03-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Updated to major version 0.2.6
-

Copied: osmo/repos/community-i686/osmo.changelog (from rev 138119, osmo/trunk/osmo.changelog)
===================================================================
--- community-i686/osmo.changelog	                        (rev 0)
+++ community-i686/osmo.changelog	2015-08-08 10:06:05 UTC (rev 138120)
@@ -0,0 +1,18 @@
+2015-08-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* osmo 0.2.14-1 upstream stable version
+
+2014-10-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* osmo 0.2.12-2 upstream stable version
+
+2010-04-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#18941 solved
+
+2010-04-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.2.10
+
+2009-03-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#13879 solved
+
+2009-03-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Updated to major version 0.2.6
+

Deleted: community-i686/osmo.install
===================================================================
--- community-i686/osmo.install	2015-08-08 10:05:44 UTC (rev 138119)
+++ community-i686/osmo.install	2015-08-08 10:06:05 UTC (rev 138120)
@@ -1,12 +0,0 @@
-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-i686/osmo.install (from rev 138119, osmo/trunk/osmo.install)
===================================================================
--- community-i686/osmo.install	                        (rev 0)
+++ community-i686/osmo.install	2015-08-08 10:06:05 UTC (rev 138120)
@@ -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
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-08 10:05:44 UTC (rev 138119)
+++ community-x86_64/PKGBUILD	2015-08-08 10:06:05 UTC (rev 138120)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: Benzo <mb_benzo at yahoo.es>
-
-pkgname=osmo
-pkgver=0.2.12
-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=('93bda51614f92e4193840451612e792219f7d8c90d78bdc7ea6d6c14a2be6b78')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make 
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: osmo/repos/community-x86_64/PKGBUILD (from rev 138119, osmo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-08 10:06:05 UTC (rev 138120)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: Benzo <mb_benzo at yahoo.es>
+
+pkgname=osmo
+pkgver=0.2.14
+pkgrel=1
+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
+}

Deleted: community-x86_64/osmo.changelog
===================================================================
--- community-x86_64/osmo.changelog	2015-08-08 10:05:44 UTC (rev 138119)
+++ community-x86_64/osmo.changelog	2015-08-08 10:06:05 UTC (rev 138120)
@@ -1,15 +0,0 @@
-2014-10-22 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* osmo 0.2.12-2 upstream stable version
-
-2010-04-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#18941 solved
-
-2010-04-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 0.2.10
-
-2009-03-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#13879 solved
-
-2009-03-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Updated to major version 0.2.6
-

Copied: osmo/repos/community-x86_64/osmo.changelog (from rev 138119, osmo/trunk/osmo.changelog)
===================================================================
--- community-x86_64/osmo.changelog	                        (rev 0)
+++ community-x86_64/osmo.changelog	2015-08-08 10:06:05 UTC (rev 138120)
@@ -0,0 +1,18 @@
+2015-08-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* osmo 0.2.14-1 upstream stable version
+
+2014-10-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* osmo 0.2.12-2 upstream stable version
+
+2010-04-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#18941 solved
+
+2010-04-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.2.10
+
+2009-03-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#13879 solved
+
+2009-03-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Updated to major version 0.2.6
+

Deleted: community-x86_64/osmo.install
===================================================================
--- community-x86_64/osmo.install	2015-08-08 10:05:44 UTC (rev 138119)
+++ community-x86_64/osmo.install	2015-08-08 10:06:05 UTC (rev 138120)
@@ -1,12 +0,0 @@
-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-x86_64/osmo.install (from rev 138119, osmo/trunk/osmo.install)
===================================================================
--- community-x86_64/osmo.install	                        (rev 0)
+++ community-x86_64/osmo.install	2015-08-08 10:06:05 UTC (rev 138120)
@@ -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
+}
+



More information about the arch-commits mailing list