From 3a33f2966f834d3520b03df59018e3d0295fcc69 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 24 Aug 2015 20:45:13 +0300 Subject: [toxcore] adaugat toxcore --- net-im/blight/files/blight-9999.patch | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'net-im/blight/files/blight-9999.patch') diff --git a/net-im/blight/files/blight-9999.patch b/net-im/blight/files/blight-9999.patch index e47640b1..2451b6ab 100644 --- a/net-im/blight/files/blight-9999.patch +++ b/net-im/blight/files/blight-9999.patch @@ -1,7 +1,7 @@ diff -Naur a/config.rkt b/config.rkt ---- a/config.rkt 2014-05-30 17:05:42.212974487 -0700 -+++ b/config.rkt 2014-05-30 17:09:20.788966204 -0700 -@@ -26,7 +26,7 @@ +--- a/config.rkt 2014-12-14 18:49:30.181361600 -0800 ++++ b/config.rkt 2014-12-14 18:52:13.599355467 -0800 +@@ -65,7 +65,7 @@ ; location of sound directory (currently depends on running from same dir ; change to /usr/share/blight/sounds (or something) once a proper ; installer is to be had @@ -10,3 +10,21 @@ diff -Naur a/config.rkt b/config.rkt ; list of sound files (define sounds (list (build-path sound-dir "New Message.wav") +@@ -86,7 +86,7 @@ + (define make-noise-default #t) + + ; blight icons for the buddy list +-(define icon-dir (build-path "icons")) ++(define icon-dir (build-path "/usr/share/blight/icons")) + ; list of icon files + (define icons (list + (build-path icon-dir "offline.png") +@@ -97,7 +97,7 @@ + + (define avatar-dir (build-path tox-path "avatars")) + +-(define logo-dir (build-path "img")) ++(define logo-dir (build-path "/usr/share/icons/hicolor/128x128/apps")) + + (define logo (build-path logo-dir "blight-logo-128px.png")) + -- cgit v1.2.3