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

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:53:38 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:53:38
  Author: foutrelis
Revision: 157639

db-move: moved orage from [staging] to [testing] (x86_64)

Added:
  orage/repos/testing-x86_64/
  orage/repos/testing-x86_64/PKGBUILD
    (from rev 157627, orage/repos/staging-x86_64/PKGBUILD)
  orage/repos/testing-x86_64/orage.install
    (from rev 157627, orage/repos/staging-x86_64/orage.install)
Deleted:
  orage/repos/staging-x86_64/

---------------+
 PKGBUILD      |   36 ++++++++++++++++++++++++++++++++++++
 orage.install |   12 ++++++++++++
 2 files changed, 48 insertions(+)

Copied: orage/repos/testing-x86_64/PKGBUILD (from rev 157627, orage/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-29 02:53:38 UTC (rev 157639)
@@ -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/testing-x86_64/orage.install (from rev 157627, orage/repos/staging-x86_64/orage.install)
===================================================================
--- testing-x86_64/orage.install	                        (rev 0)
+++ testing-x86_64/orage.install	2012-04-29 02:53:38 UTC (rev 157639)
@@ -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