[arch-commits] Commit in qbittorrent/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 6 20:43:10 UTC 2020
Date: Monday, April 6, 2020 @ 20:43:10
Author: arojas
Revision: 612122
archrelease: copy trunk to community-x86_64
Added:
qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 612121, qbittorrent/trunk/PKGBUILD)
Deleted:
qbittorrent/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 126 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 63 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-06 20:42:36 UTC (rev 612121)
+++ PKGBUILD 2020-04-06 20:43:10 UTC (rev 612122)
@@ -1,63 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Antonio Rojas <arojas 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.2.2
-pkgrel=1
-arch=('x86_64')
-url="https://www.qbittorrent.org"
-license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qt5-base')
-makedepends=('boost' 'qt5-tools' 'qt5-svg')
-optdepends=('python: needed for torrent search tab')
-source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('922f07ee4d87ffb304583d7635bfce3f8e4b146598415704b1c323ca4138773334119da8a4f5d9de382e4b30c8cda13a99df89a24d06912c9ffdc0a6cd52379a'
- 'SKIP')
-b2sums=('6d09420da8f8582d4231c23415d316fc8037828ab93deae5b95f8aae621ee2fe0aa354918e25c2e823c6db985c19bda3f376228dcac25d278327c951d0c0f2c3'
- 'SKIP')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer999 at qbittorrent.org>
-
-build() {
- cd ${pkgbase}-${pkgver}
-
- # tell qmake not to break makepkg's debug/!strip options
- export QBT_ADD_CONFIG='nostrip'
-
- mkdir -p ${pkgbase}
- pushd ${pkgbase}
- ../configure --prefix=/usr
- make
- popd
-
- # Build nox variant
- mkdir -p "${pkgbase}-nox"
- pushd "${pkgbase}-nox"
- ../configure --prefix=/usr --disable-gui --enable-systemd
- make
-}
-
-package_qbittorrent() {
- pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."
- depends+=('qt5-svg' 'hicolor-icon-theme')
-
- cd ${pkgbase}-${pkgver}/${pkgbase}
-
- make INSTALL_ROOT="${pkgdir}" install
- install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_qbittorrent-nox() {
- pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar, w/o gui"
-
- cd ${pkgbase}-${pkgver}/${pkgbase}-nox
-
- make INSTALL_ROOT="${pkgdir}" install
- install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}
Copied: qbittorrent/repos/community-x86_64/PKGBUILD (from rev 612121, qbittorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-06 20:43:10 UTC (rev 612122)
@@ -0,0 +1,63 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Antonio Rojas <arojas 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.2.3
+pkgrel=1
+arch=('x86_64')
+url="https://www.qbittorrent.org"
+license=('custom' 'GPL')
+depends=('libtorrent-rasterbar' 'qt5-base')
+makedepends=('boost' 'qt5-tools' 'qt5-svg')
+optdepends=('python: needed for torrent search tab')
+source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('17ef5a6350e44c717eb7cc2bd7ca15615bf0a9fbd4d22dc6fab196d254ca0998ac30573e94185823ef50fba88354a32ca0fb38a787b6528772338c950b809a9b'
+ 'SKIP')
+b2sums=('09e135cb9f193e10c82e913f0c7ab1a9f38ed824e0c0e3711b91d25d48d31f9f33bc8c028a5b5d5472a25d0a3690e190354edd4308ea7cd5861b8ea91305e962'
+ 'SKIP')
+validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer999 at qbittorrent.org>
+
+build() {
+ cd ${pkgbase}-${pkgver}
+
+ # tell qmake not to break makepkg's debug/!strip options
+ export QBT_ADD_CONFIG='nostrip'
+
+ mkdir -p ${pkgbase}
+ pushd ${pkgbase}
+ ../configure --prefix=/usr
+ make
+ popd
+
+ # Build nox variant
+ mkdir -p "${pkgbase}-nox"
+ pushd "${pkgbase}-nox"
+ ../configure --prefix=/usr --disable-gui --enable-systemd
+ make
+}
+
+package_qbittorrent() {
+ pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."
+ depends+=('qt5-svg' 'hicolor-icon-theme')
+
+ cd ${pkgbase}-${pkgver}/${pkgbase}
+
+ make INSTALL_ROOT="${pkgdir}" install
+ install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_qbittorrent-nox() {
+ pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar, w/o gui"
+
+ cd ${pkgbase}-${pkgver}/${pkgbase}-nox
+
+ make INSTALL_ROOT="${pkgdir}" install
+ install -Dm644 "${srcdir}"/${pkgbase}-${pkgver}/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}
More information about the arch-commits
mailing list