[arch-commits] Commit in libqtxdg/repos/community-testing-x86_64 (4 files)
Chih-Hsuan Yen
yan12125 at archlinux.org
Thu Oct 31 16:06:18 UTC 2019
Date: Thursday, October 31, 2019 @ 16:06:17
Author: yan12125
Revision: 521095
archrelease: copy trunk to community-testing-x86_64
Added:
libqtxdg/repos/community-testing-x86_64/PKGBUILD
(from rev 521094, libqtxdg/trunk/PKGBUILD)
libqtxdg/repos/community-testing-x86_64/rebuild.list
(from rev 521094, libqtxdg/trunk/rebuild.list)
Deleted:
libqtxdg/repos/community-testing-x86_64/PKGBUILD
libqtxdg/repos/community-testing-x86_64/rebuild.list
--------------+
PKGBUILD | 93 ++++++++++++++++++++++++++++-----------------------------
rebuild.list | 2 -
2 files changed, 47 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 16:05:51 UTC (rev 521094)
+++ PKGBUILD 2019-10-31 16:06:17 UTC (rev 521095)
@@ -1,47 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Co-Maintainer: Chih-Hsuan Yen <yan12125 at gmail.com>
-
-pkgname=libqtxdg
-pkgver=3.3.1
-pkgrel=7
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
-arch=("x86_64")
-url="https://lxqt.org"
-license=("LGPL" "custom")
-depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
-makedepends=("cmake" "lxqt-build-tools")
-checkdepends=("xorg-server-xvfb")
-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=('1061fa6a4783df5e33ea2876f03f88b9ffef8157d37da97ea6b217b736c2d6d6'
- 'SKIP')
-validpgpkeys=(
- "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
- "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
-)
-
-
-build() {
- mkdir -p build
- cd build
- cmake "$srcdir/$pkgname-$pkgver" \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTS=ON
- make
-}
-
-check() {
- cd build
-
- xvfb-run make test
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
- -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: libqtxdg/repos/community-testing-x86_64/PKGBUILD (from rev 521094, libqtxdg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 16:06:17 UTC (rev 521095)
@@ -0,0 +1,46 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Co-Maintainer: Chih-Hsuan Yen <yan12125 at gmail.com>
+
+pkgname=libqtxdg
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="https://lxqt.org"
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake" "lxqt-build-tools")
+checkdepends=("xorg-server-xvfb")
+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=('7bb5bbbb901915888107ddcd1f120801569970832bda656b3abeb6514c2ab66e'
+ 'SKIP')
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+)
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTS=ON
+ make
+}
+
+check() {
+ cd build
+
+ xvfb-run make test
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir/$pkgname-$pkgver"/{AUTHORS,COPYING,Digia-Qt-LGPL-Exception-1.1} \
+ -t "$pkgdir"/usr/share/licenses/$pkgname
+}
Deleted: rebuild.list
===================================================================
--- rebuild.list 2019-10-31 16:05:51 UTC (rev 521094)
+++ rebuild.list 2019-10-31 16:06:17 UTC (rev 521095)
@@ -1 +0,0 @@
-deepin-qt5integration
Copied: libqtxdg/repos/community-testing-x86_64/rebuild.list (from rev 521094, libqtxdg/trunk/rebuild.list)
===================================================================
--- rebuild.list (rev 0)
+++ rebuild.list 2019-10-31 16:06:17 UTC (rev 521095)
@@ -0,0 +1 @@
+deepin-qt5integration
More information about the arch-commits
mailing list