diff options
Diffstat (limited to 'net-im/nchat')
| -rw-r--r-- | net-im/nchat/Makefile | 6 | ||||
| -rw-r--r-- | net-im/nchat/distinfo | 6 | ||||
| -rw-r--r-- | net-im/nchat/pkg-descr | 1 | ||||
| -rw-r--r-- | net-im/nchat/pkg-plist | 1 |
4 files changed, 9 insertions, 5 deletions
diff --git a/net-im/nchat/Makefile b/net-im/nchat/Makefile index 0f69ed8a9af0..29d8843677d0 100644 --- a/net-im/nchat/Makefile +++ b/net-im/nchat/Makefile @@ -1,5 +1,5 @@ PORTNAME= nchat -PORTVERSION= 5.10.15 +PORTVERSION= 5.11.32 DISTVERSIONPREFIX= v CATEGORIES= net-im EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}-v${PORTVERSION}_GH0.tar.gz @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake gperf localbase:ldflags ncurses:port \ - pkgconfig readline ssl sqlite + python:run pkgconfig readline shebangfix ssl sqlite USE_GITHUB= yes GH_ACCOUNT= d99kris @@ -28,6 +28,8 @@ CMAKE_ARGS+= -DCLIP_X11_WITH_PNG=OFF \ -DHAS_SHARED_LIBS=ON \ -DHAS_WHATSAPP=OFF +SHEBANG_FILES= src/compose + post-install: (cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s libtgchat.so libtgchat) diff --git a/net-im/nchat/distinfo b/net-im/nchat/distinfo index 15e8a8e34d71..d1e876b01070 100644 --- a/net-im/nchat/distinfo +++ b/net-im/nchat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758848375 -SHA256 (d99kris-nchat-v5.10.15_GH0.tar.gz) = 62ac4c75750f4f8fbbac8691dbc5114efba548a586dbe5d85d13182c9732b465 -SIZE (d99kris-nchat-v5.10.15_GH0.tar.gz) = 7234452 +TIMESTAMP = 1762861192 +SHA256 (d99kris-nchat-v5.11.32_GH0.tar.gz) = 8f93593c691fd468e61fd2828f2950287187829bf4c3b63c6ecbd52da6373146 +SIZE (d99kris-nchat-v5.11.32_GH0.tar.gz) = 7329607 diff --git a/net-im/nchat/pkg-descr b/net-im/nchat/pkg-descr index c5c2ed068c76..b7cd56ab2ed4 100644 --- a/net-im/nchat/pkg-descr +++ b/net-im/nchat/pkg-descr @@ -1 +1,2 @@ nchat is a terminal-based chat client with support for Telegram and WhatsApp. +WhatsApp part of the application hasn't been ported yet. diff --git a/net-im/nchat/pkg-plist b/net-im/nchat/pkg-plist index f27b4ffe1808..28787105f055 100644 --- a/net-im/nchat/pkg-plist +++ b/net-im/nchat/pkg-plist @@ -4,6 +4,7 @@ lib/libncutil.so lib/libtdclientshared.so lib/libtgchat lib/libtgchat.so +libexec/nchat/compose share/man/man1/nchat.1.gz %%DATADIR%%/themes/basic-color/color.conf %%DATADIR%%/themes/basic-color/usercolor.conf |
