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

Jerome Leclanche jleclanche at archlinux.org
Sat Feb 14 18:31:11 UTC 2015


    Date: Saturday, February 14, 2015 @ 19:31:10
  Author: jleclanche
Revision: 127698

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

Added:
  liblxqt-mount/repos/community-i686/
  liblxqt-mount/repos/community-i686/PKGBUILD
    (from rev 127697, liblxqt-mount/trunk/PKGBUILD)
  liblxqt-mount/repos/community-x86_64/
  liblxqt-mount/repos/community-x86_64/PKGBUILD
    (from rev 127697, liblxqt-mount/trunk/PKGBUILD)

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

Copied: liblxqt-mount/repos/community-i686/PKGBUILD (from rev 127697, liblxqt-mount/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-14 18:31:10 UTC (rev 127698)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=liblxqt-mount
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="LXQt library used to manage removable devices."
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("c89ddce16a67831bf8975bc40f95729cb5069105b969f2c8abfb8ab0116dbf5d")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_INSTALL_LIBDIR=lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Copied: liblxqt-mount/repos/community-x86_64/PKGBUILD (from rev 127697, liblxqt-mount/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-14 18:31:10 UTC (rev 127698)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=liblxqt-mount
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="LXQt library used to manage removable devices."
+arch=("i686" "x86_64")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("c89ddce16a67831bf8975bc40f95729cb5069105b969f2c8abfb8ab0116dbf5d")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_INSTALL_LIBDIR=lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list