[arch-commits] Commit in qtkeychain (5 files)
Antonio Rojas
arojas at archlinux.org
Mon Jan 5 20:00:44 UTC 2015
Date: Monday, January 5, 2015 @ 21:00:44
Author: arojas
Revision: 125432
archrelease: copy trunk to community-i686, community-x86_64
Added:
qtkeychain/repos/
qtkeychain/repos/community-i686/
qtkeychain/repos/community-i686/PKGBUILD
(from rev 125431, qtkeychain/trunk/PKGBUILD)
qtkeychain/repos/community-x86_64/
qtkeychain/repos/community-x86_64/PKGBUILD
(from rev 125431, qtkeychain/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: qtkeychain/repos/community-i686/PKGBUILD (from rev 125431, qtkeychain/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2015-01-05 20:00:44 UTC (rev 125432)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+# Contributor: Teo Mrnjavac <teo at kde.org>
+# https://github.com/zizzfizzix/pkgbuilds
+
+pkgname=qtkeychain
+pkgver=0.4
+pkgrel=1
+pkgdesc='Provides support for secure credentials storage'
+arch=('i686' 'x86_64')
+url='https://github.com/frankosterfeld/qtkeychain'
+license=('BSD')
+depends=('qt5-base')
+makedepends=('cmake' 'icu' 'qt5-tools')
+provides=('qtkeychain-qt5')
+replaces=('qtkeychain-qt5')
+source=("https://github.com/frankosterfeld/qtkeychain/archive/${pkgver}.zip")
+md5sums=('256e3606b37a2f123491ab31d4521ba0')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
Copied: qtkeychain/repos/community-x86_64/PKGBUILD (from rev 125431, qtkeychain/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-01-05 20:00:44 UTC (rev 125432)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
+# Contributor: Teo Mrnjavac <teo at kde.org>
+# https://github.com/zizzfizzix/pkgbuilds
+
+pkgname=qtkeychain
+pkgver=0.4
+pkgrel=1
+pkgdesc='Provides support for secure credentials storage'
+arch=('i686' 'x86_64')
+url='https://github.com/frankosterfeld/qtkeychain'
+license=('BSD')
+depends=('qt5-base')
+makedepends=('cmake' 'icu' 'qt5-tools')
+provides=('qtkeychain-qt5')
+replaces=('qtkeychain-qt5')
+source=("https://github.com/frankosterfeld/qtkeychain/archive/${pkgver}.zip")
+md5sums=('256e3606b37a2f123491ab31d4521ba0')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list