[arch-commits] Commit in pidgin-sipe/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Aug 22 09:53:03 UTC 2018
Date: Wednesday, August 22, 2018 @ 09:53:03
Author: arojas
Revision: 373224
archrelease: copy trunk to community-x86_64
Added:
pidgin-sipe/repos/community-x86_64/PKGBUILD
(from rev 373223, pidgin-sipe/trunk/PKGBUILD)
Deleted:
pidgin-sipe/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-22 09:52:39 UTC (rev 373223)
+++ PKGBUILD 2018-08-22 09:53:03 UTC (rev 373224)
@@ -1,34 +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.23.2
-pkgrel=1
-pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
-arch=('x86_64')
-license=('GPL2')
-url="https://sipe.sourceforge.net/"
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-optdepends=('krb5: Kerberos support')
-source=(https://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('5546efc88a64b4eaed888a4c699a8272')
-
-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 373223, pidgin-sipe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-22 09:53:03 UTC (rev 373224)
@@ -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.3
+pkgrel=1
+pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
+arch=('x86_64')
+license=('GPL2')
+url="https://sipe.sourceforge.net/"
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+optdepends=('krb5: Kerberos support')
+source=(https://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('922f0c6ebb8042bd7ffd28301d9ed933')
+
+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