ports/contrib (3.5): [notify] qbittorrent: 4.1.1 -> 4.1.8 dependency change: libtorrent-rasterbar -> libtorrent-rasterbar1
commit bab09b4f374fa90c620f7771c8c1aaf499c8dfdf Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Oct 27 01:21:58 2019 +1100 [notify] qbittorrent: 4.1.1 -> 4.1.8 dependency change: libtorrent-rasterbar -> libtorrent-rasterbar1 diff --git a/qbittorrent/.footprint b/qbittorrent/.footprint index 3d9b7498..0c3e249d 100644 --- a/qbittorrent/.footprint +++ b/qbittorrent/.footprint @@ -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 diff --git a/qbittorrent/.signature b/qbittorrent/.signature index a405c3a2..a8dd8824 100644 --- a/qbittorrent/.signature +++ b/qbittorrent/.signature @@ -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 diff --git a/qbittorrent/Pkgfile b/qbittorrent/Pkgfile index a819aefd..a0f304c5 100644 --- a/qbittorrent/Pkgfile +++ b/qbittorrent/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu