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

Jerome Leclanche jleclanche at archlinux.org
Sat Feb 14 22:43:28 UTC 2015


    Date: Saturday, February 14, 2015 @ 23:43:28
  Author: jleclanche
Revision: 127724

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

Added:
  lxqt-runner/repos/community-i686/
  lxqt-runner/repos/community-i686/PKGBUILD
    (from rev 127723, lxqt-runner/trunk/PKGBUILD)
  lxqt-runner/repos/community-x86_64/
  lxqt-runner/repos/community-x86_64/PKGBUILD
    (from rev 127723, lxqt-runner/trunk/PKGBUILD)

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

Copied: lxqt-runner/repos/community-i686/PKGBUILD (from rev 127723, lxqt-runner/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-14 22:43:28 UTC (rev 127724)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-runner
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="The LXQt application launcher"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("lxqt-globalkeys" "menu-cache" "qt5-script")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Copied: lxqt-runner/repos/community-x86_64/PKGBUILD (from rev 127723, lxqt-runner/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-14 22:43:28 UTC (rev 127724)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-runner
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="The LXQt application launcher"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("lxqt-globalkeys" "menu-cache" "qt5-script")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("7d9d4d85acb2a9e17892ca41637a677939ef7788df5cd45ba44d178ac066439a")
+
+
+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