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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sun May 8 12:04:37 UTC 2022


    Date: Sunday, May 8, 2022 @ 12:04:36
  Author: yan12125
Revision: 1196254

archrelease: copy trunk to community-x86_64

Added:
  libqtxdg/repos/community-x86_64/PKGBUILD
    (from rev 1196253, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-x86_64/rebuild.list
    (from rev 1196253, libqtxdg/trunk/rebuild.list)
Deleted:
  libqtxdg/repos/community-x86_64/PKGBUILD
  libqtxdg/repos/community-x86_64/rebuild.list

--------------+
 PKGBUILD     |  102 ++++++++++++++++++++++++++++-----------------------------
 rebuild.list |    2 -
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-08 12:04:17 UTC (rev 1196253)
+++ PKGBUILD	2022-05-08 12:04:36 UTC (rev 1196254)
@@ -1,51 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Co-Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=libqtxdg
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
-arch=("x86_64")
-url="https://github.com/lxqt/$pkgname"
-license=("LGPL" "custom")
-depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
-makedepends=("cmake" "lxqt-build-tools")
-checkdepends=("xorg-server-xvfb")
-optdepends=(
-  'xterm: the default terminal for running .desktop files'
-)
-provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
-source=(
-  "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
-  "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
-)
-sha256sums=('b049a14e0b2c61001d8a9ee23f5801a3cd69ab1b2f2f705d6e1b1f5673a1b203'
-            'SKIP')
-validpgpkeys=(
-  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
-  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
-  "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
-)
-
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "$srcdir/$pkgname-$pkgver" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTS=ON
-  make
-}
-
-check() {
-  cd build
-
-  xvfb-run --auto-display 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-x86_64/PKGBUILD (from rev 1196253, libqtxdg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-08 12:04:36 UTC (rev 1196254)
@@ -0,0 +1,51 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Co-Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=libqtxdg
+pkgver=3.9.1
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
+arch=("x86_64")
+url="https://github.com/lxqt/$pkgname"
+license=("LGPL" "custom")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake" "lxqt-build-tools")
+checkdepends=("xorg-server-xvfb")
+optdepends=(
+  'xterm: the default terminal for running .desktop files'
+)
+provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
+source=(
+  "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+  "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=('d1ed8db58227d6423263fc3ab3c1e8e7d6e47eac01ea09047651ce95ca8604ce'
+            'SKIP')
+validpgpkeys=(
+  "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+  "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+  "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+
+  xvfb-run --auto-display 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	2022-05-08 12:04:17 UTC (rev 1196253)
+++ rebuild.list	2022-05-08 12:04:36 UTC (rev 1196254)
@@ -1 +0,0 @@
-deepin-qt5integration

Copied: libqtxdg/repos/community-x86_64/rebuild.list (from rev 1196253, libqtxdg/trunk/rebuild.list)
===================================================================
--- rebuild.list	                        (rev 0)
+++ rebuild.list	2022-05-08 12:04:36 UTC (rev 1196254)
@@ -0,0 +1 @@
+deepin-qt5integration



More information about the arch-commits mailing list