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

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 00:51:24 UTC 2012


    Date: Saturday, April 28, 2012 @ 20:51:23
  Author: foutrelis
Revision: 157564

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

Added:
  orage/repos/staging-i686/
  orage/repos/staging-i686/PKGBUILD
    (from rev 157563, orage/trunk/PKGBUILD)
  orage/repos/staging-i686/orage.install
    (from rev 157563, orage/trunk/orage.install)
  orage/repos/staging-x86_64/
  orage/repos/staging-x86_64/PKGBUILD
    (from rev 157563, orage/trunk/PKGBUILD)
  orage/repos/staging-x86_64/orage.install
    (from rev 157563, orage/trunk/orage.install)

------------------------------+
 staging-i686/PKGBUILD        |   36 ++++++++++++++++++++++++++++++++++++
 staging-i686/orage.install   |   12 ++++++++++++
 staging-x86_64/PKGBUILD      |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/orage.install |   12 ++++++++++++
 4 files changed, 96 insertions(+)

Copied: orage/repos/staging-i686/PKGBUILD (from rev 157563, orage/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-04-29 00:51:23 UTC (rev 157564)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=orage
+pkgver=4.8.3
+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')
+options=('!libtool')
+replaces=('xfcalendar')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f4f89ea1f301514c419e7643661b510132ebb012')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--enable-libical \
+	--disable-static \
+	--disable-debug 
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="${pkgdir}" install
+}

Copied: orage/repos/staging-i686/orage.install (from rev 157563, orage/trunk/orage.install)
===================================================================
--- staging-i686/orage.install	                        (rev 0)
+++ staging-i686/orage.install	2012-04-29 00:51:23 UTC (rev 157564)
@@ -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
+}

Copied: orage/repos/staging-x86_64/PKGBUILD (from rev 157563, orage/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-04-29 00:51:23 UTC (rev 157564)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=orage
+pkgver=4.8.3
+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')
+options=('!libtool')
+replaces=('xfcalendar')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f4f89ea1f301514c419e7643661b510132ebb012')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--enable-libical \
+	--disable-static \
+	--disable-debug 
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="${pkgdir}" install
+}

Copied: orage/repos/staging-x86_64/orage.install (from rev 157563, orage/trunk/orage.install)
===================================================================
--- staging-x86_64/orage.install	                        (rev 0)
+++ staging-x86_64/orage.install	2012-04-29 00:51:23 UTC (rev 157564)
@@ -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