diff options
author | root <root@rshg047.dnsready.net> | 2011-06-21 23:04:10 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-21 23:04:10 +0000 |
commit | 17dec629d8a13d1981d734ddc703efb5382ca309 (patch) | |
tree | d0689d190de068c330b75edee00c4f327ac2d01a /extra/orage/PKGBUILD | |
parent | f02c28de0bbcb85e152fc19d0008805021fe1a33 (diff) |
Tue Jun 21 23:04:10 UTC 2011
Diffstat (limited to 'extra/orage/PKGBUILD')
-rw-r--r-- | extra/orage/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/orage/PKGBUILD b/extra/orage/PKGBUILD index dde132ac6..3201d2df2 100644 --- a/extra/orage/PKGBUILD +++ b/extra/orage/PKGBUILD @@ -1,25 +1,28 @@ -# $Id: PKGBUILD 112907 2011-03-07 18:26:07Z andyrtr $ +# $Id: PKGBUILD 127986 2011-06-20 15:42:51Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=orage pkgver=4.8.1 -pkgrel=2 +pkgrel=3 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') +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}/4.8/${pkgname}-${pkgver}.tar.bz2) -md5sums=('9c1139ce03e9f309240e712cf31b6a49') +source=(http://archive.xfce.org/src/apps/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2 + fix-infinite-reminder.patch) +md5sums=('9c1139ce03e9f309240e712cf31b6a49' + '162a6b2c97b8dff9ed180a2796aa35af') build() { cd ${srcdir}/${pkgname}-${pkgver} + patch -Np1 -i $srcdir/fix-infinite-reminder.patch ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ |