Date: Sunday, February 12, 2023 @ 19:37:04
Author: arojas
Revision: 1400138
archrelease: copy trunk to community-x86_64
Added:
qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 1400137, qbittorrent/trunk/PKGBUILD)
qbittorrent/repos/community-x86_64/keys/
Deleted:
qbittorrent/repos/community-x86_64/PKGBUILD
qbittorrent/repos/community-x86_64/keys/
----------+
PKGBUILD | 105 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-12 19:36:51 UTC (rev 1400137)
+++ PKGBUILD 2023-02-12 19:37:04 UTC (rev 1400138)
@@ -1,53 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Timothy Redaelli <[email protected]>
-# 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 <[email protected]>
-# Contributor: Geoffroy Carrier <[email protected]>
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=4.5.0
-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=('b084b3c9e55c1f36c9cc3e8858905b7ae0eb2eaa3fad37f8b055c37d82d01388'
- 'SKIP')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999
<[email protected]>
-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
-}
Copied: qbittorrent/repos/community-x86_64/PKGBUILD (from rev 1400137,
qbittorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-12 19:37:04 UTC (rev 1400138)
@@ -0,0 +1,52 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Timothy Redaelli <[email protected]>
+# 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 <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+
+pkgbase=qbittorrent
+pkgname=(qbittorrent qbittorrent-nox)
+pkgver=4.5.1
+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=('0527a5887454d6a5f386846f3c73029a6fbeec3d1a4c92e1dc485c485c16add0'
+ 'SKIP')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999
<[email protected]>
+
+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
+}