FreeBSD Bugzilla – Attachment 147794 Details for
Bug 194010
[NEW PORT] net-im/qTox -- Tox client in C++ using Qt5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch
qTox.patch (text/plain), 2.26 KB, created by
Yuri Victorovich
on 2014-09-29 06:08:39 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2014-09-29 06:08:39 UTC
Size:
2.26 KB
patch
obsolete
>diff -Nru net-im/qTox/Makefile net-im/qTox/Makefile >--- net-im/qTox/Makefile 1969-12-31 16:00:00.000000000 -0800 >+++ net-im/qTox/Makefile 2014-09-28 16:01:00.000000000 -0700 >@@ -0,0 +1,31 @@ >+# Created by: Yuri Victorovich <yuri@rawbw.com> >+# $FreeBSD: head/net-im/qtox/Makefile $ >+ >+PORTNAME= qTox >+PORTVERSION= 0.140927 >+CATEGORIES= net-im >+ >+MAINTAINER= yuri@rawbw.com >+COMMENT= Tox client written in C++ using Qt5 >+ >+LICENSE= GPLv3 >+ >+BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox >+LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv >+RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox >+ >+USE_GITHUB= yes >+GH_ACCOUNT= tux3 >+GH_TAGNAME= ${GH_COMMIT} >+GH_COMMIT= 35f548c >+ >+USE_QT5= core gui network xml widgets buildtools_build qmake_build >+USES= qmake >+PLIST_FILES= bin/qtox >+ >+post-patch: >+ @${REINPLACE_CMD} 's/TOX_AVATAR_FORMAT_PNG/TOX_AVATARFORMAT_PNG/' ${WRKSRC}/*.cpp ${WRKSRC}/widget/*.cpp && \ >+ ${REINPLACE_CMD} 's/TOX_AVATAR_FORMAT_NONE/TOX_AVATARFORMAT_NONE/' ${WRKSRC}/*.cpp ${WRKSRC}/widget/*.cpp && \ >+ ${REINPLACE_CMD} 's/TOX_AVATAR_MAX_DATA_LENGTH/TOX_MAX_AVATAR_DATA_LENGTH/' ${WRKSRC}/*.cpp ${WRKSRC}/widget/*.cpp >+ >+.include <bsd.port.mk> >diff -Nru net-im/qTox/distinfo net-im/qTox/distinfo >--- net-im/qTox/distinfo 1969-12-31 16:00:00.000000000 -0800 >+++ net-im/qTox/distinfo 2014-09-28 15:05:06.000000000 -0700 >@@ -0,0 +1,2 @@ >+SHA256 (qTox-0.140927.tar.gz) = 76412b22f21fce40b92fcfa09fe547a4fcddbdc52167679af18a757a9af63a93 >+SIZE (qTox-0.140927.tar.gz) = 2293853 >diff -Nru net-im/qTox/files/patch-qtox.pro net-im/qTox/files/patch-qtox.pro >--- net-im/qTox/files/patch-qtox.pro 1969-12-31 16:00:00.000000000 -0800 >+++ net-im/qTox/files/patch-qtox.pro 2014-09-28 15:05:06.000000000 -0700 >@@ -0,0 +1,9 @@ >+--- qtox.pro >++++ qtox.pro >+@@ -159,3 +159,6 @@ >+ widget/tool/chatactions/filetransferaction.cpp \ >+ widget/tool/chatactions/systemmessageaction.cpp \ >+ widget/maskablepixmapwidget.cpp >++ >++target.path = $$PREFIX/bin >++INSTALLS = target >diff -Nru net-im/qTox/pkg-descr net-im/qTox/pkg-descr >--- net-im/qTox/pkg-descr 1969-12-31 16:00:00.000000000 -0800 >+++ net-im/qTox/pkg-descr 2014-09-28 15:05:06.000000000 -0700 >@@ -0,0 +1,3 @@ >+qTox is a graphical user interface for Tox written using Qt5. >+ >+WWW: https://wiki.tox.im/QTox
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194010
:
147792
|
147793
|
147794
|
148434