pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
uTox-git: Update wip/uTox-git to 0.9.0
Module Name: pkgsrc-wip
Committed By: Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By: f8l
Date: Sun May 22 15:06:18 2016 +0200
Changeset: 82780bf520fe387a18b4d03bbd9b161ee94ecf94
Modified Files:
uTox-git/Makefile
uTox-git/distinfo
uTox-git/patches/patch-Makefile
Log Message:
uTox-git: Update wip/uTox-git to 0.9.0
Changes:
* Full featured notifications
* New Ringtone sound
* New friend message
* Friend online/offline notices
* Notifications silenced when set to Away
* Ringtone silenced when set to Busy/Do Not Disturb
* Full Featured Message Queuing
* Messages are colored when pending, and change once received by your contact
* Message status is kept and updated across restarts, so you contact will get the message once you both reconnect
* Date change notifications
* Group Chat Upgrades/Updates
* A lot of good changes needed to transition to the new groupchat API that's going to be added to Toxcore
* Static colorized nick names
* Re-added the ablity to create a group chat (sorry about that)
* Miniaturized Contact list
* New Splash page
* Various bug fixes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=82780bf520fe387a18b4d03bbd9b161ee94ecf94
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
uTox-git/Makefile | 2 +-
uTox-git/distinfo | 2 +-
uTox-git/patches/patch-Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/uTox-git/Makefile b/uTox-git/Makefile
index 7ef8cb2..8c07c79 100644
--- a/uTox-git/Makefile
+++ b/uTox-git/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= uTox-0.8.2
+DISTNAME= uTox-0.9.0
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=GrayHatter/}
diff --git a/uTox-git/distinfo b/uTox-git/distinfo
index 1069b3d..97535d6 100644
--- a/uTox-git/distinfo
+++ b/uTox-git/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (patch-Makefile) = 5dd6a6529616839179156aff2617c04b3f46ea1f
+SHA1 (patch-Makefile) = ab0d96ec739ff05ab67e353b6164b4f63329a5bb
SHA1 (patch-src_main.h) = 1def46cb26e474b20a5e34ae5a471a7c9fbb004c
SHA1 (patch-src_xlib_main.c) = 9ec90c640dd7603634593b3e00cba6714c955901
SHA1 (patch-src_xlib_v4l.c) = 159ac6e676c0361262daeb3f5324e4916b09b16a
diff --git a/uTox-git/patches/patch-Makefile b/uTox-git/patches/patch-Makefile
index f9bac40..8f8a88e 100644
--- a/uTox-git/patches/patch-Makefile
+++ b/uTox-git/patches/patch-Makefile
@@ -83,7 +83,7 @@ Allow separate destination for manuals.
DATAROOTDIR ?= $(PREFIX)/share
+MANROOTDIR ?= $(PREFIX)/man
- SRC = $(wildcard src/*.c)
+ SRC = $(wildcard src/*.c src/ui/*.c src/av/*.c)
HEADERS = $(wildcard src/*.h src/*/*.h langs/*.h)
@@ -132,8 +136,8 @@ install: utox
install -m 644 src/utox.desktop $(DESTDIR)$(DATAROOTDIR)/applications/utox.desktop
Home |
Main Index |
Thread Index |
Old Index