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

2017-10-21 Thread Jerome Leclanche
Date: Saturday, October 21, 2017 @ 22:11:10
  Author: jleclanche
Revision: 263898

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-21 22:10:49 UTC (rev 263897)
+++ community-i686/PKGBUILD 2017-10-21 22:11:10 UTC (rev 263898)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg" "libxss")
-makedepends=("lxqt-build-tools" "libxss")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "487dc42ceb611f53024c531d5550bd0d4fe8cbfe3dbf3711faba5db6ee6d415d"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-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/repos/community-i686/PKGBUILD (from rev 263897, 
liblxqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-21 22:11:10 UTC (rev 263898)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg" "libxss")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "44bba48b073ded5b0ab3de2ea3575a704bb22d23ce5cc5743f76579c1f084f33"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+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   2017-10-21 22:10:49 UTC (rev 263897)
+++ community-x86_64/PKGBUILD   2017-10-21 22:11:10 UTC (rev 263898)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg" "libxss")
-makedepends=("lxqt-build-tools" "libxss")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "487dc42ceb611f53024c531d5550bd0d4fe8cbfe3dbf3711faba5db6ee6d415d"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-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/repos/community-x86_64/PKGBUILD (from rev 263897, 
liblxqt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD 

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

2017-01-17 Thread Jerome Leclanche
Date: Tuesday, January 17, 2017 @ 18:39:09
  Author: jleclanche
Revision: 207785

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-17 18:38:37 UTC (rev 207784)
+++ community-i686/PKGBUILD 2017-01-17 18:39:09 UTC (rev 207785)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.11.0
-pkgrel=2
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg" "libxss")
-makedepends=("cmake" "qt5-tools" "git" "libxss")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "bc553bf53f3083886b5456a3f22e227f68ea945d8ee0dd31dd24f765bf879fe2"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-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/repos/community-i686/PKGBUILD (from rev 207784, 
liblxqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-17 18:39:09 UTC (rev 207785)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg" "libxss")
+makedepends=("lxqt-build-tools" "libxss")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "487dc42ceb611f53024c531d5550bd0d4fe8cbfe3dbf3711faba5db6ee6d415d"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+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   2017-01-17 18:38:37 UTC (rev 207784)
+++ community-x86_64/PKGBUILD   2017-01-17 18:39:09 UTC (rev 207785)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.11.0
-pkgrel=2
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg" "libxss")
-makedepends=("cmake" "qt5-tools" "git" "libxss")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "bc553bf53f3083886b5456a3f22e227f68ea945d8ee0dd31dd24f765bf879fe2"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-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/repos/community-x86_64/PKGBUILD (from rev 207784, 
liblxqt/trunk/PKGBUILD)
===
--- 

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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 12:24:56
  Author: jleclanche
Revision: 190249

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 12:24:51 UTC (rev 190248)
+++ community-i686/PKGBUILD 2016-09-24 12:24:56 UTC (rev 190249)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools" "git" "libxss")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "bc553bf53f3083886b5456a3f22e227f68ea945d8ee0dd31dd24f765bf879fe2"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-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/repos/community-i686/PKGBUILD (from rev 190248, 
liblxqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 12:24:56 UTC (rev 190249)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.11.0
+pkgrel=2
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg" "libxss")
+makedepends=("cmake" "qt5-tools" "git" "libxss")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "bc553bf53f3083886b5456a3f22e227f68ea945d8ee0dd31dd24f765bf879fe2"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+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   2016-09-24 12:24:51 UTC (rev 190248)
+++ community-x86_64/PKGBUILD   2016-09-24 12:24:56 UTC (rev 190249)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools" "git" "libxss")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "bc553bf53f3083886b5456a3f22e227f68ea945d8ee0dd31dd24f765bf879fe2"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-)
-
-
-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/repos/community-x86_64/PKGBUILD (from rev 190248, 
liblxqt/trunk/PKGBUILD)
===
--- 

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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 12:23:22
  Author: jleclanche
Revision: 190245

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   36 
 community-x86_64/PKGBUILD |   36 
 3 files changed, 78 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 12:15:29 UTC (rev 190244)
+++ community-i686/PKGBUILD 2016-09-24 12:23:22 UTC (rev 190245)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.10.0
-pkgrel=7
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-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/repos/community-i686/PKGBUILD (from rev 190244, 
liblxqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 12:23:22 UTC (rev 190245)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools" "git" "libxss")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "bc553bf53f3083886b5456a3f22e227f68ea945d8ee0dd31dd24f765bf879fe2"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+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   2016-09-24 12:15:29 UTC (rev 190244)
+++ community-x86_64/PKGBUILD   2016-09-24 12:23:22 UTC (rev 190245)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.10.0
-pkgrel=7
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-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/repos/community-x86_64/PKGBUILD (from rev 190244, 
liblxqt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 12:23:22 UTC (rev 190245)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")

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

2016-09-20 Thread Jerome Leclanche
Date: Tuesday, September 20, 2016 @ 07:08:25
  Author: jleclanche
Revision: 190010

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-20 07:08:13 UTC (rev 190009)
+++ community-i686/PKGBUILD 2016-09-20 07:08:25 UTC (rev 190010)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.10.0
-pkgrel=6
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-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/repos/community-i686/PKGBUILD (from rev 190009, 
liblxqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-20 07:08:25 UTC (rev 190010)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=7
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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   2016-09-20 07:08:13 UTC (rev 190009)
+++ community-x86_64/PKGBUILD   2016-09-20 07:08:25 UTC (rev 190010)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.10.0
-pkgrel=6
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-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/repos/community-x86_64/PKGBUILD (from rev 190009, 
liblxqt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-20 07:08:25 UTC (rev 190010)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=7
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)

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

2016-04-01 Thread Jerome Leclanche
Date: Friday, April 1, 2016 @ 22:09:11
  Author: jleclanche
Revision: 169190

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-01 20:08:57 UTC (rev 169189)
+++ community-i686/PKGBUILD 2016-04-01 20:09:11 UTC (rev 169190)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.10.0
-pkgrel=5
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=(
-"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-"77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
-"SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-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/repos/community-i686/PKGBUILD (from rev 169189, 
liblxqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-01 20:09:11 UTC (rev 169190)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=6
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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   2016-04-01 20:08:57 UTC (rev 169189)
+++ community-x86_64/PKGBUILD   2016-04-01 20:09:11 UTC (rev 169190)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.10.0
-pkgrel=5
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=(
-"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-"77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
-"SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-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/repos/community-x86_64/PKGBUILD (from rev 169189, 
liblxqt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-01 20:09:11 UTC (rev 169190)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=6
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 08:25:27
  Author: bpiotrowski
Revision: 149705

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

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

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: liblxqt/repos/community-staging-i686/PKGBUILD (from rev 149704, 
liblxqt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 07:25:27 UTC (rev 149705)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=5
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+"77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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/repos/community-staging-x86_64/PKGBUILD (from rev 149704, 
liblxqt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 07:25:27 UTC (rev 149705)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=5
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+"77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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/repos (4 files)

2015-11-05 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 03:06:41
  Author: jleclanche
Revision: 146250

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-06 02:06:28 UTC (rev 146249)
+++ community-i686/PKGBUILD 2015-11-06 02:06:41 UTC (rev 146250)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=(
-"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-"442e6dc70b57b2362b96d859752c9a7098e37dc894b0d8cb2331e38fd2868e17"
-"SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-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/repos/community-i686/PKGBUILD (from rev 146249, 
liblxqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 02:06:41 UTC (rev 146250)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+"77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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-11-06 02:06:28 UTC (rev 146249)
+++ community-x86_64/PKGBUILD   2015-11-06 02:06:41 UTC (rev 146250)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=(
-"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-"442e6dc70b57b2362b96d859752c9a7098e37dc894b0d8cb2331e38fd2868e17"
-"SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-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/repos/community-x86_64/PKGBUILD (from rev 146249, 
liblxqt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 02:06:41 UTC (rev 146250)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)

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

2015-11-02 Thread Jerome Leclanche
Date: Monday, November 2, 2015 @ 12:10:09
  Author: jleclanche
Revision: 145584

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-02 11:09:39 UTC (rev 145583)
+++ community-i686/PKGBUILD 2015-11-02 11:10:09 UTC (rev 145584)
@@ -1,29 +0,0 @@
-# $
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52")
-
-
-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/repos/community-i686/PKGBUILD (from rev 145583, 
liblxqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-02 11:10:09 UTC (rev 145584)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+"442e6dc70b57b2362b96d859752c9a7098e37dc894b0d8cb2331e38fd2868e17"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+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-11-02 11:09:39 UTC (rev 145583)
+++ community-x86_64/PKGBUILD   2015-11-02 11:10:09 UTC (rev 145584)
@@ -1,29 +0,0 @@
-# $
-# Maintainer: Jerome Leclanche 
-
-pkgname=liblxqt
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Common base library for LXQt components."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52")
-
-
-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/repos/community-x86_64/PKGBUILD (from rev 145583, 
liblxqt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 11:10:09 UTC (rev 145584)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=liblxqt
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="Common base library for LXQt components."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("kwindowsystem" "libqtxdg")
+makedepends=("cmake" "qt5-tools")
+source=(
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+"442e6dc70b57b2362b96d859752c9a7098e37dc894b0d8cb2331e38fd2868e17"
+"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+

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

2015-02-14 Thread Jerome Leclanche
Date: Saturday, February 14, 2015 @ 18:55:14
  Author: jleclanche
Revision: 127696

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

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

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

Copied: liblxqt/repos/community-i686/PKGBUILD (from rev 127695, 
liblxqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-14 17:55:14 UTC (rev 127696)
@@ -0,0 +1,29 @@
+# $
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=liblxqt
+pkgver=0.9.0
+pkgrel=2
+pkgdesc=Common base library for LXQt components.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(kwindowsystem libqtxdg)
+makedepends=(cmake qt5-tools)
+source=(http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52)
+
+
+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/repos/community-x86_64/PKGBUILD (from rev 127695, 
liblxqt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-14 17:55:14 UTC (rev 127696)
@@ -0,0 +1,29 @@
+# $
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=liblxqt
+pkgver=0.9.0
+pkgrel=2
+pkgdesc=Common base library for LXQt components.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(kwindowsystem libqtxdg)
+makedepends=(cmake qt5-tools)
+source=(http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52)
+
+
+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
+}