mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-im/quaternion: unbreak, update to 0.0.97.1, latest upstream
The BROKEN condition was for a couple of releases ago, and quaternion has caught up again with the underlying library (which it shares with KDE neochat).
This commit is contained in:
parent
0f4320ec2c
commit
d766cdd643
3 changed files with 12 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= Quaternion
|
PORTNAME= Quaternion
|
||||||
DISTVERSION= 0.0.96
|
DISTVERSION= 0.0.97.1
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
|
|
||||||
MAINTAINER= adridg@FreeBSD.org
|
MAINTAINER= adridg@FreeBSD.org
|
||||||
|
@ -9,31 +9,19 @@ WWW= https://github.com/quotient-im/Quaternion/
|
||||||
LICENSE= GPLv3+
|
LICENSE= GPLv3+
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
|
||||||
|
|
||||||
BROKEN= Does not build againt new libquotient
|
LIB_DEPENDS= libqt6keychain.so:security/qtkeychain@qt6 \
|
||||||
|
|
||||||
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \
|
|
||||||
libsecret-1.so:security/libsecret \
|
libsecret-1.so:security/libsecret \
|
||||||
libolm.so:security/olm
|
libolm.so:security/olm
|
||||||
BUILD_DEPENDS= libquotient>=0.8.1.2:net-im/libquotient
|
BUILD_DEPENDS= libquotient>=0.9.3:net-im/libquotient
|
||||||
# Quotient is a static lib, doesn't need to be in RUN_DEPENDS
|
# Quotient is a static lib, doesn't need to be in RUN_DEPENDS
|
||||||
|
|
||||||
USES= cmake compiler:c++17-lang desktop-file-utils \
|
USES= cmake compiler:c++20-lang qt:6 tar:xz
|
||||||
gettext-runtime gnome \
|
USE_QT= base declarative multimedia \
|
||||||
localbase:ldflags qt:5 tar:xz
|
tools:build
|
||||||
USE_GNOME= glib20
|
|
||||||
USE_QT= core dbus declarative gui multimedia network \
|
|
||||||
quickcontrols quickcontrols2 sql widgets \
|
|
||||||
buildtools:build linguist:build qmake:build
|
|
||||||
|
|
||||||
CMAKE_OFF= BUILD_WITH_QT6
|
CMAKE_ON= BUILD_WITH_QT6
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= quotient-im
|
GH_ACCOUNT= quotient-im
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${OPSYS} == FreeBSD
|
|
||||||
USES+= llvm:max=15
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1707164152
|
TIMESTAMP = 1742898032
|
||||||
SHA256 (quotient-im-Quaternion-0.0.96_GH0.tar.gz) = 39868fbae40c36ebcd1a955cb65e953c4a1b9b74e9c1b9e2c838a0ce77ce5ac0
|
SHA256 (quotient-im-Quaternion-0.0.97.1_GH0.tar.gz) = 1d19374124a3a266390f0d1519b970ece4c2efb6921b31de747852a57f34c1ca
|
||||||
SIZE (quotient-im-Quaternion-0.0.96_GH0.tar.gz) = 1715111
|
SIZE (quotient-im-Quaternion-0.0.97.1_GH0.tar.gz) = 1392063
|
||||||
|
|
|
@ -5,7 +5,7 @@ share/Quotient/quaternion/translations/quaternion_en_GB.qm
|
||||||
share/Quotient/quaternion/translations/quaternion_es.qm
|
share/Quotient/quaternion/translations/quaternion_es.qm
|
||||||
share/Quotient/quaternion/translations/quaternion_pl.qm
|
share/Quotient/quaternion/translations/quaternion_pl.qm
|
||||||
share/Quotient/quaternion/translations/quaternion_ru.qm
|
share/Quotient/quaternion/translations/quaternion_ru.qm
|
||||||
share/applications/com.github.quaternion.desktop
|
share/applications/io.github.quotient_im.Quaternion.desktop
|
||||||
share/icons/hicolor/128x128/apps/quaternion.png
|
share/icons/hicolor/128x128/apps/quaternion.png
|
||||||
share/icons/hicolor/16x16/apps/quaternion.png
|
share/icons/hicolor/16x16/apps/quaternion.png
|
||||||
share/icons/hicolor/22x22/apps/quaternion.png
|
share/icons/hicolor/22x22/apps/quaternion.png
|
||||||
|
@ -13,4 +13,4 @@ share/icons/hicolor/32x32/apps/quaternion.png
|
||||||
share/icons/hicolor/48x48/apps/quaternion.png
|
share/icons/hicolor/48x48/apps/quaternion.png
|
||||||
share/icons/hicolor/64x64/apps/quaternion.png
|
share/icons/hicolor/64x64/apps/quaternion.png
|
||||||
share/icons/hicolor/scalable/apps/quaternion.svg
|
share/icons/hicolor/scalable/apps/quaternion.svg
|
||||||
share/metainfo/com.github.quaternion.appdata.xml
|
share/metainfo/io.github.quotient_im.Quaternion.appdata.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue