[arch-commits] Commit in qbittorrent/repos/community-x86_64 (PKGBUILD PKGBUILD keys)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 15:55:54 UTC 2022


    Date: Saturday, August 27, 2022 @ 15:55:53
  Author: arojas
Revision: 1284819

archrelease: copy trunk to community-x86_64

Added:
  qbittorrent/repos/community-x86_64/PKGBUILD
    (from rev 1284818, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-x86_64/keys/
Deleted:
  qbittorrent/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 53 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 15:55:40 UTC (rev 1284818)
+++ PKGBUILD	2022-08-27 15:55:53 UTC (rev 1284819)
@@ -1,59 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-# Contributor: Jkkyll Wu <adaptee at gmail [dot] com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=4.4.3.1
-pkgrel=3
-arch=(x86_64)
-url='https://www.qbittorrent.org'
-license=(custom GPL)
-depends=(libtorrent-rasterbar qt6-base)
-makedepends=(cmake boost qt6-tools qt6-svg)
-optdepends=('python: needed for torrent search tab')
-source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz{,.asc}
-        https://github.com/qbittorrent/qBittorrent/commit/73bce485.patch)
-sha256sums=('b64559ca50b54bc6c5be17302e69f34fba8433059842aa4093865dc2c00d24c8'
-            'SKIP'
-            'ba43c4cb27065a75555fb9d88e63cadbc4db6d397e6486617da72244b713602b')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer999 at qbittorrent.org>
-options=(debug)
-
-prepare() {
-  patch -d $pkgbase-$pkgver -p1 < 73bce485.patch # Fix retrieving RSS feeds
-}
-
-build() {
-  cmake -B build -S $pkgbase-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DQT6=ON
-  cmake --build build
-
-  cmake -B build-nox -S $pkgbase-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DQT6=ON \
-    -DGUI=OFF \
-    -DSYSTEMD=ON
-  cmake --build build-nox
-}
-
-package_qbittorrent() {
-  pkgdesc='An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar'
-  depends+=(qt6-svg hicolor-icon-theme)
-
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgbase-$pkgver/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_qbittorrent-nox() {
-  pkgdesc='An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar, w/o gui'
-
-  DESTDIR="$pkgdir" cmake --install build-nox
-  install -Dm644 $pkgbase-$pkgver/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: qbittorrent/repos/community-x86_64/PKGBUILD (from rev 1284818, qbittorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-27 15:55:53 UTC (rev 1284819)
@@ -0,0 +1,53 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor: Jkkyll Wu <adaptee at gmail [dot] com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=4.4.4
+pkgrel=1
+arch=(x86_64)
+url='https://www.qbittorrent.org'
+license=(custom GPL)
+depends=(libtorrent-rasterbar qt6-base)
+makedepends=(cmake boost qt6-tools qt6-svg)
+optdepends=('python: needed for torrent search tab')
+source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('cd1b6f78e9d4b5414d2fc97d98015f9ce11a4708ef90237556577a1f4632a145'
+            'SKIP')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer999 at qbittorrent.org>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgbase-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DQT6=ON
+  cmake --build build
+
+  cmake -B build-nox -S $pkgbase-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DQT6=ON \
+    -DGUI=OFF \
+    -DSYSTEMD=ON
+  cmake --build build-nox
+}
+
+package_qbittorrent() {
+  pkgdesc='An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar'
+  depends+=(qt6-svg hicolor-icon-theme)
+
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgbase-$pkgver/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_qbittorrent-nox() {
+  pkgdesc='An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar, w/o gui'
+
+  DESTDIR="$pkgdir" cmake --install build-nox
+  install -Dm644 $pkgbase-$pkgver/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list