summaryrefslogtreecommitdiff
path: root/net-im/blight/files/blight-9999.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/blight/files/blight-9999.patch')
-rw-r--r--net-im/blight/files/blight-9999.patch24
1 files changed, 3 insertions, 21 deletions
diff --git a/net-im/blight/files/blight-9999.patch b/net-im/blight/files/blight-9999.patch
index 2451b6ab..e47640b1 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-12-14 18:49:30.181361600 -0800
-+++ b/config.rkt 2014-12-14 18:52:13.599355467 -0800
-@@ -65,7 +65,7 @@
+--- 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 @@
; 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,21 +10,3 @@ 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"))
-