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

Jonathan Steel jsteel at archlinux.org
Mon Oct 30 12:59:37 UTC 2017


    Date: Monday, October 30, 2017 @ 12:59:36
  Author: jsteel
Revision: 264778

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

Added:
  pidgin-sipe/repos/community-testing-i686/
  pidgin-sipe/repos/community-testing-i686/PKGBUILD
    (from rev 264777, pidgin-sipe/trunk/PKGBUILD)
  pidgin-sipe/repos/community-testing-x86_64/
  pidgin-sipe/repos/community-testing-x86_64/PKGBUILD
    (from rev 264777, pidgin-sipe/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: pidgin-sipe/repos/community-testing-i686/PKGBUILD (from rev 264777, pidgin-sipe/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-10-30 12:59:36 UTC (rev 264778)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Gicu Gorodenco <cyclopsihus at gmail.com>
+# Contributor: MaLiK <malik_cjm at o2.pl>
+# Contributor: dpevp <daniel.plaza.espi at gmail.com>
+# Contributor: Magnus Therning <magnus at therning.org>
+# Contributor: Anthony <anthony at littlegno.me>
+
+pkgname=pidgin-sipe
+pkgver=1.23.0
+pkgrel=1
+pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://sipe.sourceforge.net/"
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+optdepends=('krb5: Kerberos support')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('d29c4642cdf6de36f9795e9895c34010')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-telepathy
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Copied: pidgin-sipe/repos/community-testing-x86_64/PKGBUILD (from rev 264777, pidgin-sipe/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-10-30 12:59:36 UTC (rev 264778)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Gicu Gorodenco <cyclopsihus at gmail.com>
+# Contributor: MaLiK <malik_cjm at o2.pl>
+# Contributor: dpevp <daniel.plaza.espi at gmail.com>
+# Contributor: Magnus Therning <magnus at therning.org>
+# Contributor: Anthony <anthony at littlegno.me>
+
+pkgname=pidgin-sipe
+pkgver=1.23.0
+pkgrel=1
+pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://sipe.sourceforge.net/"
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+optdepends=('krb5: Kerberos support')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('d29c4642cdf6de36f9795e9895c34010')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-telepathy
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list