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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon May 13 18:08:01 UTC 2013


    Date: Monday, May 13, 2013 @ 20:08:01
  Author: andrea
Revision: 185377

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

Added:
  orage/repos/staging-i686/
  orage/repos/staging-i686/PKGBUILD
    (from rev 185376, orage/trunk/PKGBUILD)
  orage/repos/staging-i686/orage.install
    (from rev 185376, orage/trunk/orage.install)
  orage/repos/staging-x86_64/
  orage/repos/staging-x86_64/PKGBUILD
    (from rev 185376, orage/trunk/PKGBUILD)
  orage/repos/staging-x86_64/orage.install
    (from rev 185376, 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 185376, orage/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-05-13 18:08:01 UTC (rev 185377)
@@ -0,0 +1,36 @@
+# $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')
+options=('!libtool')
+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/staging-i686/orage.install (from rev 185376, orage/trunk/orage.install)
===================================================================
--- staging-i686/orage.install	                        (rev 0)
+++ staging-i686/orage.install	2013-05-13 18:08:01 UTC (rev 185377)
@@ -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 185376, orage/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-05-13 18:08:01 UTC (rev 185377)
@@ -0,0 +1,36 @@
+# $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')
+options=('!libtool')
+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/staging-x86_64/orage.install (from rev 185376, orage/trunk/orage.install)
===================================================================
--- staging-x86_64/orage.install	                        (rev 0)
+++ staging-x86_64/orage.install	2013-05-13 18:08:01 UTC (rev 185377)
@@ -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