Date: Sunday, August 19, 2018 @ 08:29:48
Author: arojas
Revision: 372758
archrelease: copy trunk to community-testing-x86_64
Added:
pidgin-kwallet/repos/community-testing-x86_64/
pidgin-kwallet/repos/community-testing-x86_64/PKGBUILD
(from rev 372757, pidgin-kwallet/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: pidgin-kwallet/repos/community-testing-x86_64/PKGBUILD (from rev
372757, pidgin-kwallet/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-08-19 08:29:48 UTC (rev 372758)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Mateusz Slazynski <[email protected]>
+
+pkgname=pidgin-kwallet
+pkgver=1.1.0
+pkgrel=5
+pkgdesc="KWallet plugin for Pidgin"
+arch=('x86_64')
+url="https://www.linux-apps.com/content/show.php/Pidgin+KWallet+Plugin?content=127136"
+license=('GPL')
+depends=('pidgin' 'kwallet')
+makedepends=('cmake')
+# The original url is dynamically generated at regular intervals and cannot be
relied on.
+source=("https://sources.archlinux.org/other/community/$pkgname/127136-PidginKWallet-$pkgver.tar.bz2")
+sha512sums=('836bd2acefe9f6e9adc157217d917dfcf9bf8acc9934f9f036c367c9424a730f036174c3ef273f84677a60bb098146606ef59fb6de3a1c9708fb5e2fbac59adc')
+
+build() {
+ cd "$srcdir/PidginKWallet-$pkgver"
+
+ mkdir -p build
+ cd build
+
+ cmake ..
+ make
+}
+
+package() {
+ #sed -i 's|GemRBPath=.*|GemRBPath=/usr/share/gemrb/|'
"$pkgdir/etc/GemRB.cfg.sample
+ install -Dm644 "$srcdir/PidginKWallet-$pkgver/build/plugin/libkwallet.so"
"$pkgdir/usr/lib/pidgin/libkwallet.so"
+}