summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2019-10-15 18:31:35 +0200
committerÓscar García Amor2019-10-15 18:31:35 +0200
commit164f70584fd8107d981dc438259f0a5252ab2379 (patch)
tree136357b8b68e167a832a39eb8e5af575f00e23bd
parent9e6716f80f8d9c8f31cbebf0c11128dea4819cac (diff)
downloadaur-164f70584fd8107d981dc438259f0a5252ab2379.tar.gz
upgpkg: pidgin-sipe 1.25.0-3
Added an option to make sure that V&V support is enabled
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f06977d6e00d..aa8ee9f24a39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pidgin-sipe
pkgdesc = Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
pkgver = 1.25.0
- pkgrel = 2
+ pkgrel = 3
url = https://sipe.sourceforge.net/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 4955e391bde1..c2ff8556f0ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=pidgin-sipe
pkgver=1.25.0
-pkgrel=2
+pkgrel=3
pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
arch=('x86_64')
license=('GPL2')
@@ -26,8 +26,12 @@ build() {
# Fix #359: Incorrect build due to false negative configure checks
patch -p1 <"${srcdir}/${pkgname}-fix-359.patch"
+ autopoint --force
+ AUTOPOINT="intltoolize --copy --force --automake" \
+ autoreconf --force --install
+ # End fix #359
- ./configure --prefix=/usr --disable-telepathy
+ ./configure --prefix=/usr --disable-telepathy --with-vv
make
}