[arch-commits] Commit in lxqt-openssh-askpass/repos (4 files)

Jerome Leclanche jleclanche at archlinux.org
Sat Feb 14 21:12:41 UTC 2015


    Date: Saturday, February 14, 2015 @ 22:12:40
  Author: jleclanche
Revision: 127716

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

Added:
  lxqt-openssh-askpass/repos/community-i686/
  lxqt-openssh-askpass/repos/community-i686/PKGBUILD
    (from rev 127715, lxqt-openssh-askpass/trunk/PKGBUILD)
  lxqt-openssh-askpass/repos/community-x86_64/
  lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD
    (from rev 127715, lxqt-openssh-askpass/trunk/PKGBUILD)

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

Copied: lxqt-openssh-askpass/repos/community-i686/PKGBUILD (from rev 127715, lxqt-openssh-askpass/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-14 21:12:40 UTC (rev 127716)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("95c9646c8583add54e49b31c6c8dd04d9d09a8836fa8ea289e0adce403aaa72b")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Copied: lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 127715, lxqt-openssh-askpass/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-14 21:12:40 UTC (rev 127716)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("95c9646c8583add54e49b31c6c8dd04d9d09a8836fa8ea289e0adce403aaa72b")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list