[arch-commits] Commit in pidgin-kwallet/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:21:19 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:21:18
Author: felixonmars
Revision: 659222
archrelease: copy trunk to community-staging-x86_64
Added:
pidgin-kwallet/repos/community-staging-x86_64/
pidgin-kwallet/repos/community-staging-x86_64/PKGBUILD
(from rev 659221, pidgin-kwallet/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: pidgin-kwallet/repos/community-staging-x86_64/PKGBUILD (from rev 659221, pidgin-kwallet/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:21:18 UTC (rev 659222)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Mateusz Slazynski <ceceron at gmail.com>
+
+pkgname=pidgin-kwallet
+pkgver=1.1.0
+pkgrel=6
+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"
+}
More information about the arch-commits
mailing list