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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jan 14 15:10:55 UTC 2011


    Date: Friday, January 14, 2011 @ 10:10:55
  Author: andyrtr
Revision: 106108

upgpkg: orage 4.8.0-1
update for Xfce 4.8

Modified:
  orage/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-14 14:49:45 UTC (rev 106107)
+++ PKGBUILD	2011-01-14 15:10:55 UTC (rev 106108)
@@ -3,42 +3,30 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=orage
-pkgver=4.7.5
+pkgver=4.8.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/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'libnotify' 'hicolor-icon-theme') # 'libical' 
+depends=('xfce4-panel' 'libical' 'popt' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool' 'xfce4-dev-tools' 'popt')
-options=('!libtool') # '!makeflags')
+options=('!libtool')
 replaces=('xfcalendar')
 install=${pkgname}.install
-source=(http://www.kolumbus.fi/~w408237/orage/${pkgname}-${pkgver}.tar.bz2
-	orage-4.7.5.16-libnotify.patch
-	gitfixes.diff
-	#http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2
-)
-md5sums=('3880e9beb80b29b042d2d7e91ab2ccf1'
-         '762968e57d077df4df662714c7ff2070'
-         '4db1954a7ad3d18db6e6464f04620516')
+source=(http://archive.xfce.org/src/apps/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('cc6770036ddc690c2a361079fdae5d22')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # see http://pkgs.fedoraproject.org/gitweb/?p=orage.git;a=tree;h=refs/heads/master;hb=master
-#  patch -Np1 -i $srcdir/orage-4.7.5.16-libnotify.patch
-  patch -Np1 -i $srcdir/gitfixes.diff
-#  export CFLAGS="$CFLAGS -I/usr/include/libical"
-#  ./configure --prefix=/usr \
-  ./autogen.sh --prefix=/usr \
+  ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \
 	--localstatedir=/var \
+	--enable-libical \
 	--disable-static \
 	--disable-debug 
-	#	--enable-libical \
   make
 }
 




More information about the arch-commits mailing list