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

2015-02-14 Thread Jerome Leclanche
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 jer...@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 jer...@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
+}


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

2015-02-14 Thread Jerome Leclanche
Date: Saturday, February 14, 2015 @ 19:59:27
  Author: jleclanche
Revision: 127699

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-14 18:31:10 UTC (rev 127698)
+++ community-i686/PKGBUILD 2015-02-14 18:59:27 UTC (rev 127699)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@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-i686/PKGBUILD (from rev 127698, 
liblxqt-mount/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-14 18:59:27 UTC (rev 127699)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-14 18:31:10 UTC (rev 127698)
+++ community-x86_64/PKGBUILD   2015-02-14 18:59:27 UTC (rev 127699)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@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 127698, 
liblxqt-mount/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-14 18:59:27 UTC (rev 127699)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@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
+}