[arch-commits] Commit in pidgin-sipe/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Mon Jun 6 15:11:42 UTC 2016


    Date: Monday, June 6, 2016 @ 17:11:41
  Author: jsteel
Revision: 178030

archrelease: copy trunk to community-x86_64

Added:
  pidgin-sipe/repos/community-x86_64/PKGBUILD
    (from rev 178029, pidgin-sipe/trunk/PKGBUILD)
Deleted:
  pidgin-sipe/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-06 15:11:31 UTC (rev 178029)
+++ PKGBUILD	2016-06-06 15:11:41 UTC (rev 178030)
@@ -1,35 +0,0 @@
-# $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.21.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')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('85037c690e991050864ea92b15d2e8a9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-telepathy
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pidgin-sipe/repos/community-x86_64/PKGBUILD (from rev 178029, pidgin-sipe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-06 15:11:41 UTC (rev 178030)
@@ -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.21.1
+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=('972ec2d222215d8028e842c21db709a6')
+
+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