[arch-commits] Commit in qbittorrent/repos/community-x86_64 (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Thu Oct 24 20:22:47 UTC 2019
Date: Thursday, October 24, 2019 @ 20:22:46
Author: eschwartz
Revision: 518828
archrelease: copy trunk to community-x86_64
Added:
qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 518827, qbittorrent/trunk/PKGBUILD)
Deleted:
qbittorrent/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 126 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 63 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-24 20:22:30 UTC (rev 518827)
+++ PKGBUILD 2019-10-24 20:22:46 UTC (rev 518828)
@@ -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.1.7
-pkgrel=1
-arch=('x86_64')
-url="https://www.qbittorrent.org"
-license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qt5-base')
-makedepends=('boost' 'qt5-tools' 'qt5-svg')
-source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('1eef2cf930e167e7e1d2d338bf1efc0a4a38cba1211f909bc9741a7b5ff2b330'
- 'SKIP')
-b2sums=('a6644be6b10d3a87995e46ee501f1c743ca17b63ddbd6d0a61c2aec8f07c0772e7ae3703b3052907ec9898ee373708cf11c709e90e30e1d7d08a9be84ab238ec'
- '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')
- optdepends=('python: needed for torrent search tab')
-
- 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 518827, qbittorrent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-24 20:22:46 UTC (rev 518828)
@@ -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.1.8
+pkgrel=1
+arch=('x86_64')
+url="https://www.qbittorrent.org"
+license=('custom' 'GPL')
+depends=('libtorrent-rasterbar' 'qt5-base')
+makedepends=('boost' 'qt5-tools' 'qt5-svg')
+source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('3feea2ea401d933c492630e4406141658f17b5dc0c8cf9267f849ff2078fb0bb'
+ 'SKIP')
+b2sums=('f5833b50b174774004df10bbdb9b796549670afb6a8e245c673543a481d94893a5aa4c6477bd9c1542d024630254b658a67422a2c460b64dca2c3c6150e7b630'
+ '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')
+ optdepends=('python: needed for torrent search tab')
+
+ 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