[arch-commits] Commit in orage/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Feb 1 16:32:07 UTC 2009
Date: Sunday, February 1, 2009 @ 11:32:06
Author: andyrtr
Revision: 25953
upgpkg: orage 4.5.99.1-1
new verions 4.5.99.1(=4.6rc1)
Modified:
orage/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-01 16:26:46 UTC (rev 25952)
+++ PKGBUILD 2009-02-01 16:32:06 UTC (rev 25953)
@@ -1,24 +1,25 @@
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
pkgname=orage
-pkgver=4.4.3
+pkgver=4.5.99.1
pkgrel=1
pkgdesc="A simple calendar application with reminders for Xfce"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('GPL2')
url="http://www.xfce.org/projects/orage/"
-depends=('exo>=0.3.4' 'xfce4-panel>=4.4.3' 'hicolor-icon-theme')
-makedepends=('xfce-mcs-manager>=4.4.3' 'intltool' 'pkgconfig')
+groups=('xfce4-goodies')
+depends=("xfce4-panel>=$pkgver" 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig')
options=('!libtool')
replaces=('xfcalendar')
install=${pkgname}.install
source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('004c1f838771bb8b22b3d61a86912653')
+md5sums=('47d75c03e7334891d18ec38193ff1f87')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --disable-static || return 1
make || return 1
make DESTDIR=${pkgdir} install || return 1
More information about the arch-commits
mailing list