[notify] qbittorrent: 4.1.1 -> 4.1.8 dependency change: libtorrent-rasterbar -> libtorrent-rasterbar1

This commit is contained in:
Danny Rawlins 2019-10-27 01:21:58 +11:00
parent a1cc096dc1
commit bab09b4f37
3 changed files with 11 additions and 10 deletions

View File

@ -2,10 +2,8 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/qbittorrent
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/appdata/
-rw-r--r-- root/root usr/share/appdata/qbittorrent.appdata.xml
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/qbittorrent.desktop
-rw-r--r-- root/root usr/share/applications/org.qbittorrent.qBittorrent.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/
@ -71,5 +69,7 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/status/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/qbittorrent.1.gz
drwxr-xr-x root/root usr/share/metainfo/
-rw-r--r-- root/root usr/share/metainfo/org.qbittorrent.qBittorrent.appdata.xml
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/qbittorrent.png

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36PFfm0ZbbKfWAvzumNGQoxiDTITtqafThDVaUHhG2soSRODoArJ9bCuaPWthLwraMpSkpQlhHVliYnPYZy2ygw=
SHA256 (Pkgfile) = b99ae9869c455f46f68acfed26161c6279ea402ad36b6f228d2507d7c9de5477
SHA256 (.footprint) = 67600103eca5c7792f640290ff5ac6f6acc102da3ec236099324fc684824d65e
SHA256 (release-4.1.1.tar.gz) = c12d11ebd1127b2493cfc623cc7f2ecd7cb2fd15f27a091383767d4c9b04a2d1
RWSagIOpLGJF35jr/WUS5DeHJ9EFkqMqY6me6MReJOTbIuCDV1xN/DEeVq9DNOBnkw9yKpDxgqJOiMYid5IJFTrr2plJSocn8wQ=
SHA256 (Pkgfile) = 0df550b0a20b61913cc263b00b343cadd8a3199a2c2e63f8be88ad4bbc5593ac
SHA256 (.footprint) = 99438f0c6f14e2db489719162ea67727050b80816a3f9de76c610a6e8e283d68
SHA256 (release-4.1.8.tar.gz) = 0e3a16324e463910a3dfa43ae18574f60a7ac5a97c433d431aa5e320fed9888f

View File

@ -1,10 +1,10 @@
# Description: Bittorrent client programmed in C++ / Qt that uses libtorrent
# URL: http://www.qbittorrent.org/
# Maintainer: Alexandr Savca, alexandr dot savca89 at gmail dot com
# Depends on: qt5 libtorrent-rasterbar xdg-utils
# Depends on: qt5 libtorrent-rasterbar1 xdg-utils
name=qbittorrent
version=4.1.1
version=4.1.8
release=1
source=(https://github.com/${name}/qBittorrent/archive/release-${version}.tar.gz)
@ -12,10 +12,11 @@ source=(https://github.com/${name}/qBittorrent/archive/release-${version}.tar.gz
build() {
cd qBittorrent-release-${version}
PKG_CONFIG_PATH="/usr/lib/libtorrent-rasterbar1/pkgconfig" \
./configure --prefix=/usr
make
make INSTALL_ROOT=${PKG} install
# remove group write permissions
find ${PKG} -type f -a -perm -g+w | xargs chmod g-w
#find ${PKG} -type f -a -perm -g+w | xargs chmod g-w
}