[arch-commits] Commit in kwalletcli/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 15:59:54 UTC 2015


    Date: Monday, December 7, 2015 @ 16:59:53
  Author: foutrelis
Revision: 150010

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  kwalletcli/repos/community-staging-i686/
  kwalletcli/repos/community-staging-i686/PKGBUILD
    (from rev 150008, kwalletcli/trunk/PKGBUILD)
  kwalletcli/repos/community-staging-x86_64/
  kwalletcli/repos/community-staging-x86_64/PKGBUILD
    (from rev 150008, kwalletcli/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: kwalletcli/repos/community-staging-i686/PKGBUILD (from rev 150008, kwalletcli/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 15:59:53 UTC (rev 150010)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jens Adam <jira at byte.cx>
+
+pkgname=kwalletcli
+pkgver=2.12
+pkgrel=2
+pkgdesc="Command-Line Interface for the KDE Wallet"
+url="http://www.mirbsd.org/kwalletcli.htm"
+license=('custom:MirOS' 'LGPL3')
+arch=('i686' 'x86_64')
+depends=('kdebase-runtime' 'mksh')
+optdepends=('gnupg2' 'openssh' 'pinentry')
+source=("http://www.mirbsd.org/MirOS/dist/hosted/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('2051676c180ede4595a2a85b12c220b3')
+
+build() {
+  cd "${srcdir}"/${pkgname}
+  make KDE_VER=4
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}
+  install -d "${pkgdir}"/usr/{bin,share/man/man1}
+  for F in kwalletaskpass kwalletcli kwalletcli_getpin pinentry-kwallet; do
+    install ${F} "${pkgdir}"/usr/bin/${F}
+    install -m644 ${F}.1 "${pkgdir}"/usr/share/man/man1/${F}.1
+  done
+  install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENCE
+}

Copied: kwalletcli/repos/community-staging-x86_64/PKGBUILD (from rev 150008, kwalletcli/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 15:59:53 UTC (rev 150010)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jens Adam <jira at byte.cx>
+
+pkgname=kwalletcli
+pkgver=2.12
+pkgrel=2
+pkgdesc="Command-Line Interface for the KDE Wallet"
+url="http://www.mirbsd.org/kwalletcli.htm"
+license=('custom:MirOS' 'LGPL3')
+arch=('i686' 'x86_64')
+depends=('kdebase-runtime' 'mksh')
+optdepends=('gnupg2' 'openssh' 'pinentry')
+source=("http://www.mirbsd.org/MirOS/dist/hosted/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('2051676c180ede4595a2a85b12c220b3')
+
+build() {
+  cd "${srcdir}"/${pkgname}
+  make KDE_VER=4
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}
+  install -d "${pkgdir}"/usr/{bin,share/man/man1}
+  for F in kwalletaskpass kwalletcli kwalletcli_getpin pinentry-kwallet; do
+    install ${F} "${pkgdir}"/usr/bin/${F}
+    install -m644 ${F}.1 "${pkgdir}"/usr/share/man/man1/${F}.1
+  done
+  install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENCE
+}



More information about the arch-commits mailing list