upgrade to gaim 0.67
This commit is contained in:
parent
cdef03c574
commit
28187e79b1
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.43 2003/08/13 03:07:51 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.44 2003/08/17 03:46:39 brad Exp $
|
||||
|
||||
DISTNAME= gaim-0.66
|
||||
DISTNAME= gaim-0.67
|
||||
CATEGORIES= net
|
||||
|
||||
# GPL
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gaim-0.66.tar.gz) = d5ac6cd9e0275195bfe7dcf082d7732c
|
||||
RMD160 (gaim-0.66.tar.gz) = 6e4f1774b3face472afd1ea162a682c928219890
|
||||
SHA1 (gaim-0.66.tar.gz) = f4c8fc804e94006407cda21e7d4b6674785b9118
|
||||
MD5 (gaim-0.67.tar.gz) = c3e1092f552881a5eb451afdb9c249af
|
||||
RMD160 (gaim-0.67.tar.gz) = 45f9de30b47bcbb5d16652fdb527fd2cbd633719
|
||||
SHA1 (gaim-0.67.tar.gz) = 032d3a4587611dafa9191bfaaa3dcd5cba488331
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src_gaimrc_c,v 1.1 2003/07/23 01:18:02 brad Exp $
|
||||
--- src/gaimrc.c.orig Mon Jul 21 22:43:08 2003
|
||||
+++ src/gaimrc.c Mon Jul 21 22:44:42 2003
|
||||
@@ -358,8 +358,9 @@ static void gaimrc_read_away(FILE *f)
|
||||
gaim_prefs_set_int("/core/away/mins_before_away",
|
||||
atoi(p->value[0]));
|
||||
default_away = g_slist_nth_data(away_messages, atoi(p->value[1]));
|
||||
- gaim_prefs_set_string("/core/away/default_message",
|
||||
- default_away->name);
|
||||
+ if (default_away)
|
||||
+ gaim_prefs_set_string("/core/away/default_message",
|
||||
+ default_away->name);
|
||||
}
|
||||
}
|
||||
if (!away_messages) {
|
@ -1,8 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.audio,v 1.2 2003/08/13 03:07:51 jolan Exp $
|
||||
share/sounds/gaim/arrive.wav
|
||||
share/sounds/gaim/leave.wav
|
||||
share/sounds/gaim/receive.wav
|
||||
share/sounds/gaim/redalert.wav
|
||||
share/sounds/gaim/send.wav
|
||||
@dirrm share/sounds/gaim
|
||||
@comment @dirrm share/sounds
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.15 2003/08/13 03:07:51 jolan Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.16 2003/08/17 03:46:39 brad Exp $
|
||||
lib/gaim/autorecon.so
|
||||
lib/gaim/docklet.so
|
||||
lib/gaim/gaim-remote.so
|
||||
@ -15,6 +15,7 @@ lib/gaim/liboscar.so
|
||||
lib/gaim/libtoc.so
|
||||
lib/gaim/libyahoo.so
|
||||
lib/gaim/libzephyr.so
|
||||
lib/gaim/notify.so
|
||||
lib/gaim/perl.so
|
||||
lib/gaim/spellchk.so
|
||||
lib/gaim/statenotify.so
|
||||
|
@ -1,31 +1,31 @@
|
||||
@comment $OpenBSD: PLIST,v 1.21 2003/08/13 03:07:51 jolan Exp $
|
||||
%%audio%%
|
||||
@comment $OpenBSD: PLIST,v 1.22 2003/08/17 03:46:39 brad Exp $
|
||||
bin/gaim
|
||||
bin/gaim-remote
|
||||
include/gaim-remote/remote-socket.h
|
||||
include/gaim-remote/remote.h
|
||||
lib/gaim/autorecon.la
|
||||
lib/gaim/docklet.la
|
||||
lib/gaim/gaim-remote.la
|
||||
lib/gaim/gestures.la
|
||||
lib/gaim/history.la
|
||||
lib/gaim/iconaway.la
|
||||
lib/gaim/idle.la
|
||||
lib/gaim/libgg.la
|
||||
lib/gaim/libirc.la
|
||||
lib/gaim/libjabber.la
|
||||
lib/gaim/libmsn.la
|
||||
lib/gaim/libnapster.la
|
||||
lib/gaim/liboscar.la
|
||||
lib/gaim/libtoc.la
|
||||
lib/gaim/libyahoo.la
|
||||
lib/gaim/libzephyr.la
|
||||
lib/gaim/perl.la
|
||||
lib/gaim/spellchk.la
|
||||
lib/gaim/statenotify.la
|
||||
lib/gaim/ticker.la
|
||||
lib/gaim/timestamp.la
|
||||
lib/libgaim-remote.la
|
||||
@comment lib/gaim/autorecon.la
|
||||
@comment lib/gaim/docklet.la
|
||||
@comment lib/gaim/gaim-remote.la
|
||||
@comment lib/gaim/gestures.la
|
||||
@comment lib/gaim/history.la
|
||||
@comment lib/gaim/iconaway.la
|
||||
@comment lib/gaim/idle.la
|
||||
@comment lib/gaim/libgg.la
|
||||
@comment lib/gaim/libirc.la
|
||||
@comment lib/gaim/libjabber.la
|
||||
@comment lib/gaim/libmsn.la
|
||||
@comment lib/gaim/libnapster.la
|
||||
@comment lib/gaim/liboscar.la
|
||||
@comment lib/gaim/libtoc.la
|
||||
@comment lib/gaim/libyahoo.la
|
||||
@comment lib/gaim/libzephyr.la
|
||||
@comment lib/gaim/notify.la
|
||||
@comment lib/gaim/perl.la
|
||||
@comment lib/gaim/spellchk.la
|
||||
@comment lib/gaim/statenotify.la
|
||||
@comment lib/gaim/ticker.la
|
||||
@comment lib/gaim/timestamp.la
|
||||
@comment lib/libgaim-remote.la
|
||||
man/man1/gaim-remote.1
|
||||
man/man1/gaim.1
|
||||
share/applications/gaim.desktop
|
||||
@ -40,6 +40,7 @@ share/locale/es/LC_MESSAGES/gaim.mo
|
||||
share/locale/fi/LC_MESSAGES/gaim.mo
|
||||
share/locale/fr/LC_MESSAGES/gaim.mo
|
||||
share/locale/he/LC_MESSAGES/gaim.mo
|
||||
share/locale/hi/LC_MESSAGES/gaim.mo
|
||||
share/locale/hu/LC_MESSAGES/gaim.mo
|
||||
share/locale/it/LC_MESSAGES/gaim.mo
|
||||
share/locale/ja/LC_MESSAGES/gaim.mo
|
||||
@ -52,6 +53,7 @@ share/locale/ro/LC_MESSAGES/gaim.mo
|
||||
share/locale/ru/LC_MESSAGES/gaim.mo
|
||||
share/locale/sk/LC_MESSAGES/gaim.mo
|
||||
share/locale/sr/LC_MESSAGES/gaim.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gaim.mo
|
||||
share/locale/sv/LC_MESSAGES/gaim.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gaim.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gaim.mo
|
||||
@ -226,6 +228,7 @@ share/pixmaps/gaim/status/default/female.png
|
||||
share/pixmaps/gaim/status/default/freeforchat.png
|
||||
share/pixmaps/gaim/status/default/gadu-gadu.png
|
||||
share/pixmaps/gaim/status/default/game.png
|
||||
share/pixmaps/gaim/status/default/hiptop.png
|
||||
share/pixmaps/gaim/status/default/icq.png
|
||||
share/pixmaps/gaim/status/default/invisible.png
|
||||
share/pixmaps/gaim/status/default/irc.png
|
||||
@ -248,7 +251,14 @@ share/pixmaps/gaim/tb_drag_arrow_right.xpm
|
||||
share/pixmaps/gaim/tb_drag_arrow_up.xpm
|
||||
share/pixmaps/gaim/typed.png
|
||||
share/pixmaps/gaim/typing.png
|
||||
share/sounds/gaim/arrive.wav
|
||||
share/sounds/gaim/leave.wav
|
||||
share/sounds/gaim/receive.wav
|
||||
share/sounds/gaim/redalert.wav
|
||||
share/sounds/gaim/send.wav
|
||||
%%SHARED%%
|
||||
@dirrm share/sounds/gaim
|
||||
@comment @dirrm share/sounds
|
||||
@dirrm share/pixmaps/gaim/status/default
|
||||
@dirrm share/pixmaps/gaim/status
|
||||
@dirrm share/pixmaps/gaim/smileys/default
|
||||
@ -264,6 +274,8 @@ share/pixmaps/gaim/typing.png
|
||||
@comment @dirrm share/locale/zh_CN
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr@Latn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr@Latn
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sk/LC_MESSAGES
|
||||
@ -288,6 +300,8 @@ share/pixmaps/gaim/typing.png
|
||||
@comment @dirrm share/locale/it
|
||||
@comment @dirrm share/locale/hu/LC_MESSAGES
|
||||
@comment @dirrm share/locale/hu
|
||||
@comment @dirrm share/locale/hi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/hi
|
||||
@comment @dirrm share/locale/he/LC_MESSAGES
|
||||
@comment @dirrm share/locale/he
|
||||
@comment @dirrm share/locale/fr/LC_MESSAGES
|
||||
|
Loading…
x
Reference in New Issue
Block a user