diff options
Diffstat (limited to 'extra/evolution-webcal/PKGBUILD')
-rw-r--r-- | extra/evolution-webcal/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/extra/evolution-webcal/PKGBUILD b/extra/evolution-webcal/PKGBUILD deleted file mode 100644 index d3cc3790a..000000000 --- a/extra/evolution-webcal/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 92013 2010-09-28 16:50:49Z ibiru $ -# Maintainer: Jan de Groot <jgc@archlinux.org> - -pkgname=evolution-webcal -pkgver=2.32.0 -pkgrel=1 -pkgdesc="Evolution Web calendar" -arch=(i686 x86_64 'mips64el') -license=('GPL') -install=evolution-webcal.install -url="http://www.ximian.com" -depends=('evolution-data-server>=2.32.0') -makedepends=('intltool' 'pkgconfig' 'evolution>=2.32.0') -groups=('gnome-extra') -options=(!emptydirs) -source=(http://ftp.acc.umu.se/pub/GNOME/sources/evolution-webcal/2.32/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('b6ae8a105665771c4069be96d67e0c10f13e01417805cb3a1900c397c9bd580c') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc \ - --libexecdir=/usr/lib/evolution-webcal \ - --localstatedir=/var - make - make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install - - install -m755 -d "${pkgdir}/usr/share/gconf/schemas" - gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain evolution-webcal ${pkgdir}/etc/gconf/schemas/*.schemas - rm -f ${pkgdir}/etc/gconf/schemas/*.schemas -} |