[arch-commits] Commit in libotr/repos (6 files)

Gaetan Bisson bisson at archlinux.org
Tue Oct 21 21:05:09 UTC 2014


    Date: Tuesday, October 21, 2014 @ 23:05:09
  Author: bisson
Revision: 225156

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libotr/repos/extra-i686/PKGBUILD
    (from rev 225155, libotr/trunk/PKGBUILD)
  libotr/repos/extra-x86_64/PKGBUILD
    (from rev 225155, libotr/trunk/PKGBUILD)
Deleted:
  libotr/repos/extra-i686/PKGBUILD
  libotr/repos/extra-i686/kopete.patch
  libotr/repos/extra-x86_64/PKGBUILD
  libotr/repos/extra-x86_64/kopete.patch

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD       |   33 ---------------------------
 extra-i686/kopete.patch   |   12 ----------
 extra-x86_64/PKGBUILD     |   33 ---------------------------
 extra-x86_64/kopete.patch |   12 ----------
 5 files changed, 52 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-10-21 21:04:40 UTC (rev 225155)
+++ extra-i686/PKGBUILD	2014-10-21 21:05:09 UTC (rev 225156)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Bug <Bug2000 at gmail.com>
-
-pkgname=libotr
-pkgver=4.0.0
-pkgrel=5
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"
-        'kopete.patch')
-sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc'
-          '55988c4f11b6852491a758ea7a5b7071e8959c55')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../kopete.patch # FS#38326
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --mandir=/usr/share/man
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 225155, libotr/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-10-21 21:05:09 UTC (rev 225156)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Bug <Bug2000 at gmail.com>
+
+pkgname=libotr
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('df30bc87a7a8f37678dd679d17fa1f9638ea247e' 'SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --mandir=/usr/share/man
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kopete.patch
===================================================================
--- extra-i686/kopete.patch	2014-10-21 21:04:40 UTC (rev 225155)
+++ extra-i686/kopete.patch	2014-10-21 21:05:09 UTC (rev 225156)
@@ -1,12 +0,0 @@
-diff -Naur old/src/message.c new/src/message.c
---- old/src/message.c	2012-08-31 02:15:35.000000000 -1000
-+++ new/src/message.c	2014-01-06 01:22:43.316831758 -1000
-@@ -441,7 +441,7 @@
- 	/* Fragment and send according to policy */
- 	if (!err && messagep && *messagep) {
- 	    if (context) {
--		err = fragment_and_send(ops, NULL, context, *messagep,
-+		err = fragment_and_send(ops, opdata, context, *messagep,
- 			fragPolicy, messagep);
- 	    }
- 	}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-10-21 21:04:40 UTC (rev 225155)
+++ extra-x86_64/PKGBUILD	2014-10-21 21:05:09 UTC (rev 225156)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Bug <Bug2000 at gmail.com>
-
-pkgname=libotr
-pkgver=4.0.0
-pkgrel=5
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"
-        'kopete.patch')
-sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc'
-          '55988c4f11b6852491a758ea7a5b7071e8959c55')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../kopete.patch # FS#38326
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --mandir=/usr/share/man
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 225155, libotr/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-10-21 21:05:09 UTC (rev 225156)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Bug <Bug2000 at gmail.com>
+
+pkgname=libotr
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('df30bc87a7a8f37678dd679d17fa1f9638ea247e' 'SKIP')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --mandir=/usr/share/man
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/kopete.patch
===================================================================
--- extra-x86_64/kopete.patch	2014-10-21 21:04:40 UTC (rev 225155)
+++ extra-x86_64/kopete.patch	2014-10-21 21:05:09 UTC (rev 225156)
@@ -1,12 +0,0 @@
-diff -Naur old/src/message.c new/src/message.c
---- old/src/message.c	2012-08-31 02:15:35.000000000 -1000
-+++ new/src/message.c	2014-01-06 01:22:43.316831758 -1000
-@@ -441,7 +441,7 @@
- 	/* Fragment and send according to policy */
- 	if (!err && messagep && *messagep) {
- 	    if (context) {
--		err = fragment_and_send(ops, NULL, context, *messagep,
-+		err = fragment_and_send(ops, opdata, context, *messagep,
- 			fragPolicy, messagep);
- 	    }
- 	}



More information about the arch-commits mailing list