summaryrefslogtreecommitdiff
path: root/pcr/icedove-enigmail/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-26 19:51:41 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-26 19:51:55 +0100
commita8644c6e75c90edd558835d323f18d4b1dbcfa0f (patch)
tree627bea0c930f7c66faea9d42a5845ffab20f9992 /pcr/icedove-enigmail/PKGBUILD
parent6eabdb80c7b1180b9d402edac02aab4bc190d1f9 (diff)
libre/icedove-extension-enigmail: moved from pcr/icedove-enigmail to replace community/thunderbird-extension-enigmail
Diffstat (limited to 'pcr/icedove-enigmail/PKGBUILD')
-rw-r--r--pcr/icedove-enigmail/PKGBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/pcr/icedove-enigmail/PKGBUILD b/pcr/icedove-enigmail/PKGBUILD
deleted file mode 100644
index f14e27585..000000000
--- a/pcr/icedove-enigmail/PKGBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Maintainer (Arch): Einhard Leichtfuß <archer@respiranto.de>
-# Contributor (Arch): Daniel Landau <daniel.landau@iki.fi>
-# Contributor (Arch): Xyne
-# Contributor (Arch): David Manouchehri <d@32t.ca>
-# Contributor (Arch): Alexander Fehr <pizzapunk gmail com>
-# Contributor (Arch): Thomas Jost <schnouki schnouki net>
-# Contributor (Arch): Hinrich Harms <arch hinrich de>
-# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-_pkgname=thunderbird-enigmail
-pkgname=icedove-enigmail
-pkgver=1.9.9
-pkgrel=1
-pkgdesc="Icedove extension that enables sending and receiving signed and encrypted email messages"
-arch=('any')
-url="https://www.enigmail.net/"
-license=('MPL' 'GPL')
-depends=('icedove>=38' 'gnupg>=2.0.7')
-replaces=($_pkgname)
-conflicts=($_pkgname)
-provides=($_pkgname)
-makedepends=('zip' 'python2' 'perl>=5.8')
-source=("https://www.enigmail.net/download/source/enigmail-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('4F9F89F5505AC1D1A260631CDB1187B9DD5F693B') # Patrick Brunschwig
-sha512sums=('39b37305362c88527d897ed95aa9d8457137d5f026359d19b838ab9df531c14099e157afdc8fefae78a6fa2ddded8dbfbeaf84eb91ac6cfbb05ae808731da2cb'
- 'SKIP')
-
-build() {
- cd "$srcdir/enigmail"
- PYTHON=/usr/bin/python2 ./configure
- make -j1 # fails with -j greater than 1
-}
-
-package() {
- cd "$srcdir/enigmail"
- emid="$(sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' package/install.rdf)"
- install -d -m755 "$pkgdir"/usr/lib/icedove/extensions/"$emid"
- cd "$pkgdir"/usr/lib/icedove/extensions/"$emid"
- bsdtar -xf "$srcdir"/enigmail/build/enigmail-*.xpi
-}