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

2017-10-21 Thread Jerome Leclanche
Date: Saturday, October 21, 2017 @ 22:08:43
  Author: jleclanche
Revision: 263896

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-21 22:08:34 UTC (rev 263895)
+++ community-i686/PKGBUILD 2017-10-21 22:08:43 UTC (rev 263896)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libqtxdg
-pkgver=2.0.0
-pkgrel=4
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
-makedepends=("cmake")
-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;
-)
-sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
-'SKIP')
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
-)
-
-
-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: libqtxdg/repos/community-i686/PKGBUILD (from rev 263895, 
libqtxdg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-21 22:08:43 UTC (rev 263896)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "0ee1a4684b782e34950c55dc06df1b4ef2dc3d9b3562a512de004191c18a2e08"
+   "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:08:34 UTC (rev 263895)
+++ community-x86_64/PKGBUILD   2017-10-21 22:08:43 UTC (rev 263896)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libqtxdg
-pkgver=2.0.0
-pkgrel=4
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
-makedepends=("cmake")
-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;
-)
-sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
-'SKIP')
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
-)
-
-
-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: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 263895, 
libqtxdg/trunk/PKGBUILD)
===
--- 

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

2017-10-08 Thread Antonio Rojas
Date: Sunday, October 8, 2017 @ 20:59:36
  Author: arojas
Revision: 262167

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

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

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

Copied: libqtxdg/repos/community-staging-i686/PKGBUILD (from rev 262166, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-08 20:59:36 UTC (rev 262167)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=4
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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;
+)
+sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 262166, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-08 20:59:36 UTC (rev 262167)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=4
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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;
+)
+sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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 libqtxdg/repos (4 files)

2017-07-01 Thread Felix Yan
Date: Sunday, July 2, 2017 @ 05:20:30
  Author: felixonmars
Revision: 242059

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

Added:
  libqtxdg/repos/community-testing-i686/
  libqtxdg/repos/community-testing-i686/PKGBUILD
(from rev 242058, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-testing-x86_64/
  libqtxdg/repos/community-testing-x86_64/PKGBUILD
(from rev 242058, libqtxdg/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   37 
 community-testing-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: libqtxdg/repos/community-testing-i686/PKGBUILD (from rev 242058, 
libqtxdg/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-02 05:20:30 UTC (rev 242059)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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;
+)
+sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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: libqtxdg/repos/community-testing-x86_64/PKGBUILD (from rev 242058, 
libqtxdg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-07-02 05:20:30 UTC (rev 242059)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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;
+)
+sha512sums=('f4e32346eddedd31195093214a45e9831742ee886a14b5d7ba1d640a91e05473b9b8adc7bca9970090f1fa8187597cd10796c32ecea4ac02229e9869cd4f1db3'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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 libqtxdg/repos (4 files)

2017-06-02 Thread Felix Yan
Date: Friday, June 2, 2017 @ 09:10:52
  Author: felixonmars
Revision: 232979

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

Added:
  libqtxdg/repos/community-testing-i686/
  libqtxdg/repos/community-testing-i686/PKGBUILD
(from rev 232978, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-testing-x86_64/
  libqtxdg/repos/community-testing-x86_64/PKGBUILD
(from rev 232978, libqtxdg/trunk/PKGBUILD)

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

Copied: libqtxdg/repos/community-testing-i686/PKGBUILD (from rev 232978, 
libqtxdg/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-02 09:10:52 UTC (rev 232979)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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: libqtxdg/repos/community-testing-x86_64/PKGBUILD (from rev 232978, 
libqtxdg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-06-02 09:10:52 UTC (rev 232979)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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 libqtxdg/repos (4 files)

2016-09-19 Thread Jerome Leclanche
Date: Monday, September 19, 2016 @ 11:36:54
  Author: jleclanche
Revision: 189968

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

Added:
  libqtxdg/repos/community-i686/PKGBUILD
(from rev 189967, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-x86_64/PKGBUILD
(from rev 189967, libqtxdg/trunk/PKGBUILD)
Deleted:
  libqtxdg/repos/community-i686/PKGBUILD
  libqtxdg/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-19 11:30:04 UTC (rev 189967)
+++ community-i686/PKGBUILD 2016-09-19 11:36:54 UTC (rev 189968)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libqtxdg
-pkgver=1.3.0
-pkgrel=3
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base")
-makedepends=("cmake")
-source=(
-   "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
-   "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: libqtxdg/repos/community-i686/PKGBUILD (from rev 189967, 
libqtxdg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-19 11:36:54 UTC (rev 189968)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+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=(
+   "8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
+
+
+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-19 11:30:04 UTC (rev 189967)
+++ community-x86_64/PKGBUILD   2016-09-19 11:36:54 UTC (rev 189968)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libqtxdg
-pkgver=1.3.0
-pkgrel=3
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base")
-makedepends=("cmake")
-source=(
-   "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
-   "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: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 189967, 
libqtxdg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-19 11:36:54 UTC (rev 189968)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:11:36
  Author: bpiotrowski
Revision: 148942

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

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

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

Copied: libqtxdg/repos/community-staging-i686/PKGBUILD (from rev 148941, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 17:11:36 UTC (rev 148942)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
+makedepends=("cmake")
+source=(
+   "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+   "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: libqtxdg/repos/community-staging-x86_64/PKGBUILD (from rev 148941, 
libqtxdg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 17:11:36 UTC (rev 148942)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=3
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
+makedepends=("cmake")
+source=(
+   "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+   "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 libqtxdg/repos (4 files)

2015-11-05 Thread Jerome Leclanche
Date: Friday, November 6, 2015 @ 03:08:00
  Author: jleclanche
Revision: 146252

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

Added:
  libqtxdg/repos/community-i686/PKGBUILD
(from rev 146251, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-x86_64/PKGBUILD
(from rev 146251, libqtxdg/trunk/PKGBUILD)
Deleted:
  libqtxdg/repos/community-i686/PKGBUILD
  libqtxdg/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:07:54 UTC (rev 146251)
+++ community-i686/PKGBUILD 2015-11-06 02:08:00 UTC (rev 146252)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libqtxdg
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base")
-makedepends=("cmake")
-source=(
-   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
-   "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: libqtxdg/repos/community-i686/PKGBUILD (from rev 146251, 
libqtxdg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-06 02:08:00 UTC (rev 146252)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
+makedepends=("cmake")
+source=(
+   "https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+   "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:07:54 UTC (rev 146251)
+++ community-x86_64/PKGBUILD   2015-11-06 02:08:00 UTC (rev 146252)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libqtxdg
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base")
-makedepends=("cmake")
-source=(
-   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
-   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
-   "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: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 146251, 
libqtxdg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-06 02:08:00 UTC (rev 146252)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
+makedepends=("cmake")
+source=(
+   

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

2015-10-27 Thread Jerome Leclanche
Date: Tuesday, October 27, 2015 @ 14:53:59
  Author: jleclanche
Revision: 145121

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-27 13:39:34 UTC (rev 145120)
+++ community-i686/PKGBUILD 2015-10-27 13:53:59 UTC (rev 145121)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base")
-makedepends=("cmake")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: libqtxdg/repos/community-i686/PKGBUILD (from rev 145120, 
libqtxdg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-27 13:53:59 UTC (rev 145121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
+makedepends=("cmake")
+source=(
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+   "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-10-27 13:39:34 UTC (rev 145120)
+++ community-x86_64/PKGBUILD   2015-10-27 13:53:59 UTC (rev 145121)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("i686" "x86_64")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base")
-makedepends=("cmake")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=("88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 145120, 
libqtxdg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-27 13:53:59 UTC (rev 145121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
+makedepends=("cmake")
+source=(
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+   "http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+   "SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+

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

2015-07-06 Thread Balló György
Date: Monday, July 6, 2015 @ 19:07:28
  Author: bgyorgy
Revision: 136473

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-06 17:07:19 UTC (rev 136472)
+++ community-i686/PKGBUILD 2015-07-06 17:07:28 UTC (rev 136473)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@leclan.ch
-
-pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
-arch=(i686 x86_64)
-url=http://lxqt.org;
-license=(GPL2)
-depends=(qt5-base)
-makedepends=(cmake)
-source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake $srcdir/$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-}

Copied: libqtxdg/repos/community-i686/PKGBUILD (from rev 136472, 
libqtxdg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-06 17:07:28 UTC (rev 136473)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.2.0
+pkgrel=2
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(libsm libxkbcommon-x11 qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-06 17:07:19 UTC (rev 136472)
+++ community-x86_64/PKGBUILD   2015-07-06 17:07:28 UTC (rev 136473)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@leclan.ch
-
-pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
-arch=(i686 x86_64)
-url=http://lxqt.org;
-license=(GPL2)
-depends=(qt5-base)
-makedepends=(cmake)
-source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake $srcdir/$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-}

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 136472, 
libqtxdg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-06 17:07:28 UTC (rev 136473)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.2.0
+pkgrel=2
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(libsm libxkbcommon-x11 qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}


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

2015-04-24 Thread Jerome Leclanche
Date: Friday, April 24, 2015 @ 19:11:41
  Author: jleclanche
Revision: 132126

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-24 16:45:29 UTC (rev 132125)
+++ community-i686/PKGBUILD 2015-04-24 17:11:41 UTC (rev 132126)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@leclan.ch
-
-pkgname=libqtxdg
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
-arch=(i686 x86_64)
-url=http://lxqt.org;
-license=(GPL2)
-depends=(qt5-base)
-makedepends=(cmake)
-source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake $srcdir/$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-}

Copied: libqtxdg/repos/community-i686/PKGBUILD (from rev 132125, 
libqtxdg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-24 17:11:41 UTC (rev 132126)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-24 16:45:29 UTC (rev 132125)
+++ community-x86_64/PKGBUILD   2015-04-24 17:11:41 UTC (rev 132126)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@leclan.ch
-
-pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
-arch=(i686 x86_64)
-url=http://lxqt.org;
-license=(GPL2)
-depends=(qt5-base)
-makedepends=(cmake)
-source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake $srcdir/$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-}

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 132125, 
libqtxdg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-24 17:11:41 UTC (rev 132126)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}


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

2015-02-13 Thread Jerome Leclanche
Date: Saturday, February 14, 2015 @ 01:08:36
  Author: jleclanche
Revision: 127689

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-13 21:25:37 UTC (rev 127688)
+++ community-i686/PKGBUILD 2015-02-14 00:08:36 UTC (rev 127689)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@leclan.ch
-
-pkgname=libqtxdg
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
-arch=(i686 x86_64)
-url=http://lxqt.org;
-license=(GPL2)
-depends=(qt5-base)
-makedepends=(cmake)
-source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake $srcdir/$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-}

Copied: libqtxdg/repos/community-i686/PKGBUILD (from rev 127688, 
libqtxdg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-14 00:08:36 UTC (rev 127689)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-13 21:25:37 UTC (rev 127688)
+++ community-x86_64/PKGBUILD   2015-02-14 00:08:36 UTC (rev 127689)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@leclan.ch
-
-pkgname=libqtxdg
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
-arch=(i686 x86_64)
-url=http://lxqt.org;
-license=(GPL2)
-depends=(qt5-base)
-makedepends=(cmake)
-source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake $srcdir/$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-}

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 127688, 
libqtxdg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-14 00:08:36 UTC (rev 127689)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}


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

2015-02-09 Thread Jerome Leclanche
Date: Monday, February 9, 2015 @ 16:21:00
  Author: jleclanche
Revision: 127407

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

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

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

Copied: libqtxdg/repos/community-i686/PKGBUILD (from rev 127406, 
libqtxdg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-09 15:21:00 UTC (rev 127407)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-09 15:20:37 UTC (rev 127406)
+++ community-x86_64/PKGBUILD   2015-02-09 15:21:00 UTC (rev 127407)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche jer...@leclan.ch
-
-pkgname=libqtxdg
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Library providing freedesktop.org specs implementations for Qt.
-arch=(i686 x86_64 armv6h)
-url=http://lxqt.org;
-license=(GPL2)
-depends=(qt5-base)
-makedepends=(git cmake)
-source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake $srcdir/$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DUSE_QT5=true
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=$pkgdir install
-}

Copied: libqtxdg/repos/community-x86_64/PKGBUILD (from rev 127406, 
libqtxdg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-09 15:21:00 UTC (rev 127407)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche jer...@leclan.ch
+
+pkgname=libqtxdg
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Library providing freedesktop.org XDG specs implementations for Qt.
+arch=(i686 x86_64)
+url=http://lxqt.org;
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(cmake)
+source=(http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=(5c90989fcd13387cc8a7905a03e0b65f76aa28545cb9733625e1d88fd6ff4002)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake $srcdir/$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DUSE_QT5=true
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=$pkgdir install
+}