[arch-commits] Commit in orage/repos (8 files)

Eric Bélanger eric at nymeria.archlinux.org
Tue Dec 10 01:11:46 UTC 2013


    Date: Tuesday, December 10, 2013 @ 02:11:45
  Author: eric
Revision: 201376

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

Added:
  orage/repos/extra-i686/PKGBUILD
    (from rev 201375, orage/trunk/PKGBUILD)
  orage/repos/extra-i686/orage.install
    (from rev 201375, orage/trunk/orage.install)
  orage/repos/extra-x86_64/PKGBUILD
    (from rev 201375, orage/trunk/PKGBUILD)
  orage/repos/extra-x86_64/orage.install
    (from rev 201375, orage/trunk/orage.install)
Deleted:
  orage/repos/extra-i686/PKGBUILD
  orage/repos/extra-i686/orage.install
  orage/repos/extra-x86_64/PKGBUILD
  orage/repos/extra-x86_64/orage.install

----------------------------+
 /PKGBUILD                  |   68 +++++++++++++++++++++++++++++++++++++++++++
 /orage.install             |   24 +++++++++++++++
 extra-i686/PKGBUILD        |   35 ----------------------
 extra-i686/orage.install   |   12 -------
 extra-x86_64/PKGBUILD      |   35 ----------------------
 extra-x86_64/orage.install |   12 -------
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-12-10 01:10:52 UTC (rev 201375)
+++ extra-i686/PKGBUILD	2013-12-10 01:11:45 UTC (rev 201376)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=orage
-pkgver=4.8.4
-pkgrel=2
-pkgdesc="A simple calendar application with reminders for Xfce"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.xfce.org/projects/orage/"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libical' 'popt' 'libnotify>=0.7.1' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'xfce4-dev-tools' 'popt')
-replaces=('xfcalendar')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('8b9facb0393385e4d639dd6a886c216729672958')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--enable-libical \
-	--disable-static \
-	--disable-debug 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: orage/repos/extra-i686/PKGBUILD (from rev 201375, orage/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-12-10 01:11:45 UTC (rev 201376)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=orage
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="A simple calendar application with reminders for Xfce"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.xfce.org/projects/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libical' 'popt' 'libnotify')
+makedepends=('intltool')
+replaces=('xfcalendar')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1d19e097958b710005789973d385ca13338b26f9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--enable-libical \
+	--disable-debug 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/orage.install
===================================================================
--- extra-i686/orage.install	2013-12-10 01:10:52 UTC (rev 201375)
+++ extra-i686/orage.install	2013-12-10 01:11:45 UTC (rev 201376)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: orage/repos/extra-i686/orage.install (from rev 201375, orage/trunk/orage.install)
===================================================================
--- extra-i686/orage.install	                        (rev 0)
+++ extra-i686/orage.install	2013-12-10 01:11:45 UTC (rev 201376)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-12-10 01:10:52 UTC (rev 201375)
+++ extra-x86_64/PKGBUILD	2013-12-10 01:11:45 UTC (rev 201376)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=orage
-pkgver=4.8.4
-pkgrel=2
-pkgdesc="A simple calendar application with reminders for Xfce"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.xfce.org/projects/orage/"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libical' 'popt' 'libnotify>=0.7.1' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'xfce4-dev-tools' 'popt')
-replaces=('xfcalendar')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('8b9facb0393385e4d639dd6a886c216729672958')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--enable-libical \
-	--disable-static \
-	--disable-debug 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: orage/repos/extra-x86_64/PKGBUILD (from rev 201375, orage/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-12-10 01:11:45 UTC (rev 201376)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=orage
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="A simple calendar application with reminders for Xfce"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.xfce.org/projects/"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libical' 'popt' 'libnotify')
+makedepends=('intltool')
+replaces=('xfcalendar')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1d19e097958b710005789973d385ca13338b26f9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--enable-libical \
+	--disable-debug 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/orage.install
===================================================================
--- extra-x86_64/orage.install	2013-12-10 01:10:52 UTC (rev 201375)
+++ extra-x86_64/orage.install	2013-12-10 01:11:45 UTC (rev 201376)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: orage/repos/extra-x86_64/orage.install (from rev 201375, orage/trunk/orage.install)
===================================================================
--- extra-x86_64/orage.install	                        (rev 0)
+++ extra-x86_64/orage.install	2013-12-10 01:11:45 UTC (rev 201376)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list