summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-12-19 12:56:26 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-12-19 12:56:26 -0500
commit247ff92376352ce3fe654247f808cf967c9f7ce6 (patch)
tree1972da3e6a694143c88b441b0abd8d363ba0010a
parentfd62470fd48fd8d08521e7fb27a43daca00ef7bf (diff)
Removing irssi-otr: This package is in [community] repoHEADmaster
-rw-r--r--pcr/irssi-otr/PKGBUILD38
-rw-r--r--pcr/irssi-otr/d03ab59.patch16
2 files changed, 0 insertions, 54 deletions
diff --git a/pcr/irssi-otr/PKGBUILD b/pcr/irssi-otr/PKGBUILD
deleted file mode 100644
index aebe8b534..000000000
--- a/pcr/irssi-otr/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Maintainer (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor (Arch): Dominik George <nik@naturalnet.de>
-# Contributor (Arch): quantax -- contact via Arch Linux forum or AUR
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=irssi-otr
-pkgver=1.0.1
-pkgrel=1.3
-pkgdesc="Off-the-Record Messaging (OTR) for the Irssi IRC client"
-url="https://github.com/cryptodotis/irssi-otr"
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('irssi' 'libotr' 'glib2')
-source=(${pkgname}-${pkgver}.tar.bz2::https://www.otr.im/dist/irssi-otr/irssi-otr-${pkgver}.tar.bz2
- d03ab59.patch)
-sha512sums=('f7a2b04a1bd43b2436abe3592d8110acbe719575e295e789fd7ad92c87d4dbd99155439a6b1da349a3f86418a451fba2bfb1b085915e85688b5e214c1e9de0e2'
- 'ad8d6c37c8acea0c30aae41b82289ffbadee2b4af09b57b0bad0855aff1390cc9ecc31f69379d8bf2e06cac439b284608d2f3e909964a58e204d928e49b51270')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- patch -Np1 -i "$srcdir/d03ab59.patch"
- autoreconf -fiv
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./bootstrap
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:
diff --git a/pcr/irssi-otr/d03ab59.patch b/pcr/irssi-otr/d03ab59.patch
deleted file mode 100644
index fb2200322..000000000
--- a/pcr/irssi-otr/d03ab59.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- irssi-otr-1.0.1.orig/src/module.c 2014-09-29 15:11:07.000000000 -0500
-+++ irssi-otr-1.0.1/src/module.c 2016-12-06 16:21:49.970197487 -0500
-@@ -371,3 +371,13 @@
-
- theme_unregister();
- }
-+
-+#ifdef IRSSI_ABI_VERSION
-+/*
-+ * irssi abicheck()
-+ */
-+void otr_abicheck(int *version)
-+{
-+ *version = IRSSI_ABI_VERSION;
-+}
-+#endif