[arch-commits] Commit in orage/trunk (PKGBUILD)

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


    Date: Tuesday, December 10, 2013 @ 02:10:52
  Author: eric
Revision: 201375

upgpkg: orage 4.10.0-1

Upstream update, Update url, Clean up depends and makedepends

Modified:
  orage/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-09 21:50:07 UTC (rev 201374)
+++ PKGBUILD	2013-12-10 01:10:52 UTC (rev 201375)
@@ -3,19 +3,19 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=orage
-pkgver=4.8.4
-pkgrel=2
+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/orage/"
+url="http://www.xfce.org/projects/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libical' 'popt' 'libnotify>=0.7.1' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'xfce4-dev-tools' 'popt')
+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=('8b9facb0393385e4d639dd6a886c216729672958')
+sha1sums=('1d19e097958b710005789973d385ca13338b26f9')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -24,7 +24,6 @@
 	--libexecdir=/usr/lib \
 	--localstatedir=/var \
 	--enable-libical \
-	--disable-static \
 	--disable-debug 
   make
 }




More information about the arch-commits mailing list