Skip to content

Commit

Permalink
deskutils/nextcloudclient: Update to 3.2.3
Browse files Browse the repository at this point in the history
This update introduced a new build time dependency on inkscape,
used to generate icons during build.

I also added USES desktop-file-utils and shared-mime-info,
suggested by poudriere and it looks like they are really needed
since the port is installing a deskstop file and a mime info file.

PR:		257021
  • Loading branch information
madpilot78 authored and Michael Reifenberger committed Jul 9, 2021
1 parent 41db114 commit 985e52a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions deskutils/nextcloudclient/Makefile
@@ -1,7 +1,7 @@
# Created by: Mathieu Arnold

PORTNAME= nextcloudclient
PORTVERSION= 3.2.2
PORTVERSION= 3.2.3
DISTVERSIONPREFIX= v
CATEGORIES= deskutils

Expand All @@ -13,11 +13,13 @@ LICENSE= GPLv2
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
EXPIRATION_DATE=2021-06-23

BUILD_DEPENDS= inkscape:graphics/inkscape
LIB_DEPENDS= libinotify.so:devel/libinotify \
libqt5keychain.so:security/qtkeychain

USES= cmake:noninja compiler:c++14-lang gmake gnome iconv \
localbase:ldflags pkgconfig qt:5 sqlite ssl
USES= cmake:noninja compiler:c++14-lang desktop-file-utils gmake \
gnome iconv localbase:ldflags pkgconfig qt:5 shared-mime-info \
sqlite ssl
USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \
gui linguist_build location network printsupport qmake_build \
quickcontrols2 sql svg webchannel webengine websockets \
Expand Down
6 changes: 3 additions & 3 deletions deskutils/nextcloudclient/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1622646872
SHA256 (nextcloud-desktop-v3.2.2_GH0.tar.gz) = 7c907d2f2e80b1836ce28ff198649a2320dc6ce58e25db7c89413723b14a525e
SIZE (nextcloud-desktop-v3.2.2_GH0.tar.gz) = 15398900
TIMESTAMP = 1625472908
SHA256 (nextcloud-desktop-v3.2.3_GH0.tar.gz) = 40dc6fe3aaa62851af3fa480f108cc7e3bfff64b6bea0602e9546359b3d2cba2
SIZE (nextcloud-desktop-v3.2.3_GH0.tar.gz) = 15381488

0 comments on commit 985e52a

Please sign in to comment.