From 0be822175bb3cef0534b9a0597e84ae1ee6374ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 4 Sep 2014 01:57:36 -0300 Subject: remove nonprism suffix and add complex pkgrel on nonprism packages --- nonprism/sylpheed-nonprism/PKGBUILD | 51 ------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 nonprism/sylpheed-nonprism/PKGBUILD (limited to 'nonprism/sylpheed-nonprism/PKGBUILD') diff --git a/nonprism/sylpheed-nonprism/PKGBUILD b/nonprism/sylpheed-nonprism/PKGBUILD deleted file mode 100644 index fae1f4661..000000000 --- a/nonprism/sylpheed-nonprism/PKGBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# $Id: PKGBUILD 113099 2014-06-13 15:15:18Z speps $ -# Maintainer (Arch): speps -# Contributor (Arch): Alexander Fehr -# Contributor (Arch): dorphell -# Maintainer: André Silva -# Contributor: Aditya Som " - -_pkgname=sylpheed -pkgname=sylpheed-nonprism -pkgver=3.4.2 -pkgrel=1 -pkgdesc="Lightweight and user-friendly e-mail client, without Gmail support" -arch=('i686' 'x86_64' 'mips64el') -url="http://sylpheed.sraoss.jp/en/" -license=('GPL') -replaces=($_pkgname) -conflicts=($_pkgname) -provides=($_pkgname=$pkgver) -depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils') -makedepends=('openssl') -install="$_pkgname.install" -source=("http://sylpheed.sraoss.jp/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.bz2" - 'nonprism.patch') -md5sums=('d4e53489763ff2cb575ab02890d91dc9' - 'e1bddc14962e607cdb899ec082660639') - -prepare() { - cd $_pkgname-$pkgver - - # Remove Gmail support - patch -Np1 -i "$srcdir/nonprism.patch" -} - -build() { - cd $_pkgname-$pkgver - ./configure --prefix=/usr \ - --enable-ldap - make - - # Build Attachment-Tool Plug-in - cd plugin/attachment_tool && make -} - -package() { - cd $_pkgname-$pkgver - make DESTDIR="$pkgdir/" install - - # Install Attachment-Tool Plug-in - cd plugin/attachment_tool - make DESTDIR="$pkgdir/" install-plugin -} -- cgit v1.2.3-2-g168b