[arch-commits] Commit in pidgin-otr/repos (4 files)

Lukas Fleischer lfleischer at archlinux.org
Sat Mar 12 14:16:24 UTC 2016


    Date: Saturday, March 12, 2016 @ 15:16:24
  Author: lfleischer
Revision: 166392

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

Added:
  pidgin-otr/repos/community-i686/PKGBUILD
    (from rev 166391, pidgin-otr/trunk/PKGBUILD)
  pidgin-otr/repos/community-x86_64/PKGBUILD
    (from rev 166391, pidgin-otr/trunk/PKGBUILD)
Deleted:
  pidgin-otr/repos/community-i686/PKGBUILD
  pidgin-otr/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 ----------------------
 community-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-12 14:16:10 UTC (rev 166391)
+++ community-i686/PKGBUILD	2016-03-12 14:16:24 UTC (rev 166392)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Bug <Bug2000 at gmail.com>
-# Contributor: Marcel Wysocki <maci at satgnu.net>
-
-pkgname=pidgin-otr
-pkgver=4.0.1
-pkgrel=2
-pkgdesc='Off-the-Record Messaging plugin for Pidgin.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.cypherpunks.ca/otr/'
-depends=('libotr>=4.0.0' 'pidgin' 'perl-xml-parser')
-makedepends=('intltool')
-source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('26aae6c9de423a653812edfe983037e5'
-         'SKIP')
-validpgpkeys=(576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C) # OTR Dev Team
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pidgin-otr/repos/community-i686/PKGBUILD (from rev 166391, pidgin-otr/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-12 14:16:24 UTC (rev 166392)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Bug <Bug2000 at gmail.com>
+# Contributor: Marcel Wysocki <maci at satgnu.net>
+
+pkgname=pidgin-otr
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='Off-the-Record Messaging plugin for Pidgin.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.cypherpunks.ca/otr/'
+depends=('libotr>=4.0.2' 'pidgin' 'perl-xml-parser')
+makedepends=('intltool')
+source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('7ef14e1334a4bc80e5d530f9a3cfc626'
+         'SKIP')
+validpgpkeys=(22DF3305DF56667CE15784FCF24DE08F42C2ABAD) # OTR Dev Team
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-12 14:16:10 UTC (rev 166391)
+++ community-x86_64/PKGBUILD	2016-03-12 14:16:24 UTC (rev 166392)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Bug <Bug2000 at gmail.com>
-# Contributor: Marcel Wysocki <maci at satgnu.net>
-
-pkgname=pidgin-otr
-pkgver=4.0.1
-pkgrel=2
-pkgdesc='Off-the-Record Messaging plugin for Pidgin.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.cypherpunks.ca/otr/'
-depends=('libotr>=4.0.0' 'pidgin' 'perl-xml-parser')
-makedepends=('intltool')
-source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('26aae6c9de423a653812edfe983037e5'
-         'SKIP')
-validpgpkeys=(576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C) # OTR Dev Team
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pidgin-otr/repos/community-x86_64/PKGBUILD (from rev 166391, pidgin-otr/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-12 14:16:24 UTC (rev 166392)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Bug <Bug2000 at gmail.com>
+# Contributor: Marcel Wysocki <maci at satgnu.net>
+
+pkgname=pidgin-otr
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='Off-the-Record Messaging plugin for Pidgin.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.cypherpunks.ca/otr/'
+depends=('libotr>=4.0.2' 'pidgin' 'perl-xml-parser')
+makedepends=('intltool')
+source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('7ef14e1334a4bc80e5d530f9a3cfc626'
+         'SKIP')
+validpgpkeys=(22DF3305DF56667CE15784FCF24DE08F42C2ABAD) # OTR Dev Team
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list