mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.2.0
PR: 32977 Submitted by: maintainer Reviewed by: asmodai
This commit is contained in:
parent
05c017924f
commit
c1e7a22382
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51952
12 changed files with 280 additions and 64 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ickle
|
PORTNAME= ickle
|
||||||
PORTVERSION= 0.1.2
|
PORTVERSION= 0.2.0
|
||||||
CATEGORIES= net devel
|
CATEGORIES= net devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -16,18 +16,10 @@ MAINTAINER= troff@paranoia.ru
|
||||||
|
|
||||||
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk--
|
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk--
|
||||||
|
|
||||||
.if defined(WITH_CYRILLIC)
|
|
||||||
PATCHFILES+= ickle-0.1.2.koi8.patch
|
|
||||||
PATCH_SITES+= http://kva.paranoia.ru/~troff/
|
|
||||||
PATCH_DIST_STRIP= -p1
|
|
||||||
.endif
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||||
CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \
|
CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \
|
||||||
--with-gtkmm-prefix=${X11BASE}
|
--with-gtkmm-prefix=${X11BASE}
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I/usr/src/contrib/libstdc++" \
|
|
||||||
LIBS="-L${LOCALBASE}/lib"
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
MD5 (ickle-0.1.2.tar.gz) = 47d11c90e4b7ba9fbae3e5fe954932ba
|
MD5 (ickle-0.2.0.tar.gz) = 1b100555642205cfca53cecefd432480
|
||||||
MD5 (ickle-0.1.2.koi8.patch) = 1d534d0b891ea699ecd881c33ca5c043
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- examples/shell.cpp.orig Sat Dec 1 14:51:21 2001
|
|
||||||
+++ examples/shell.cpp Sat Dec 1 14:51:25 2001
|
|
||||||
@@ -11,7 +11,6 @@
|
|
||||||
#include <sys/wait.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <signal.h>
|
|
||||||
-#include <getopt.h>
|
|
||||||
|
|
||||||
using namespace ICQ2000;
|
|
||||||
using namespace std;
|
|
|
@ -1,15 +1,5 @@
|
||||||
--- ltmain.sh.orig Sat Sep 22 20:10:52 2001
|
--- ltmain.sh.orig Sat Sep 22 20:10:52 2001
|
||||||
+++ ltmain.sh Tue Nov 20 21:14:55 2001
|
+++ ltmain.sh Tue Nov 20 21:14:55 2001
|
||||||
@@ -2444,6 +2444,9 @@
|
|
||||||
*-*-openbsd*)
|
|
||||||
# Do not include libc due to us having libc/libc_r.
|
|
||||||
;;
|
|
||||||
+ *-*-freebsd*)
|
|
||||||
+ # FreeBSD doesn't need this...
|
|
||||||
+ ;;
|
|
||||||
*)
|
|
||||||
# Add libc to deplibs on all other systems if necessary.
|
|
||||||
if test $build_libtool_need_lc = "yes"; then
|
|
||||||
@@ -4210,10 +4213,12 @@
|
@@ -4210,10 +4213,12 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
11
net-im/ickle/files/patch-src::Makefile.in
Normal file
11
net-im/ickle/files/patch-src::Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/Makefile.in.orig Tue Dec 18 19:19:59 2001
|
||||||
|
+++ src/Makefile.in Tue Dec 18 19:20:11 2001
|
||||||
|
@@ -387,7 +387,7 @@
|
||||||
|
|
||||||
|
install-data-am: install-pkgincludeHEADERS
|
||||||
|
|
||||||
|
-install-exec-am: install-libLTLIBRARIES
|
||||||
|
+install-exec-am:
|
||||||
|
|
||||||
|
install-info: install-info-am
|
||||||
|
|
|
@ -1,9 +1,26 @@
|
||||||
bin/ickle
|
bin/ickle
|
||||||
|
include/ickle/Cache.h
|
||||||
include/ickle/Client.h
|
include/ickle/Client.h
|
||||||
include/ickle/Contact.h
|
include/ickle/Contact.h
|
||||||
include/ickle/ContactList.h
|
include/ickle/ContactList.h
|
||||||
|
include/ickle/DCCache.h
|
||||||
|
include/ickle/DirectClient.h
|
||||||
|
include/ickle/ICBMCookie.h
|
||||||
|
include/ickle/ICBMCookieCache.h
|
||||||
|
include/ickle/ICQ.h
|
||||||
|
include/ickle/RequestIDCache.h
|
||||||
|
include/ickle/SNAC-BUD.h
|
||||||
|
include/ickle/SNAC-GEN.h
|
||||||
|
include/ickle/SNAC-LOC.h
|
||||||
|
include/ickle/SNAC-MSG.h
|
||||||
|
include/ickle/SNAC-SRV.h
|
||||||
|
include/ickle/SNAC-UIN.h
|
||||||
|
include/ickle/SNAC-base.h
|
||||||
include/ickle/SNAC.h
|
include/ickle/SNAC.h
|
||||||
|
include/ickle/SeqNumCache.h
|
||||||
include/ickle/TLV.h
|
include/ickle/TLV.h
|
||||||
|
include/ickle/Translator.h
|
||||||
|
include/ickle/UserInfoBlock.h
|
||||||
include/ickle/Xml.h
|
include/ickle/Xml.h
|
||||||
include/ickle/buffer.h
|
include/ickle/buffer.h
|
||||||
include/ickle/constants.h
|
include/ickle/constants.h
|
||||||
|
@ -11,7 +28,116 @@ include/ickle/custom_marshal.h
|
||||||
include/ickle/events.h
|
include/ickle/events.h
|
||||||
include/ickle/exceptions.h
|
include/ickle/exceptions.h
|
||||||
include/ickle/socket.h
|
include/ickle/socket.h
|
||||||
|
include/ickle/sstream_fix.h
|
||||||
|
include/ickle/userinfoconstants.h
|
||||||
lib/libicq2000.a
|
lib/libicq2000.a
|
||||||
lib/libicq2000.so
|
lib/libicq2000.so
|
||||||
lib/libicq2000.so.1
|
lib/libicq2000.so.2
|
||||||
|
share/ickle/icons/doors/away.xpm
|
||||||
|
share/ickle/icons/doors/chat.xpm
|
||||||
|
share/ickle/icons/doors/dnd.xpm
|
||||||
|
share/ickle/icons/doors/ffc.xpm
|
||||||
|
share/ickle/icons/doors/file.xpm
|
||||||
|
share/ickle/icons/doors/invisible.xpm
|
||||||
|
share/ickle/icons/doors/message.xpm
|
||||||
|
share/ickle/icons/doors/na.xpm
|
||||||
|
share/ickle/icons/doors/occ.xpm
|
||||||
|
share/ickle/icons/doors/offline.xpm
|
||||||
|
share/ickle/icons/doors/online.xpm
|
||||||
|
share/ickle/icons/doors/sms.xpm
|
||||||
|
share/ickle/icons/doors/url.xpm
|
||||||
|
share/ickle/icons/gnomeicu/away.xpm
|
||||||
|
share/ickle/icons/gnomeicu/chat.xpm
|
||||||
|
share/ickle/icons/gnomeicu/dnd.xpm
|
||||||
|
share/ickle/icons/gnomeicu/ffc.xpm
|
||||||
|
share/ickle/icons/gnomeicu/file.xpm
|
||||||
|
share/ickle/icons/gnomeicu/invisible.xpm
|
||||||
|
share/ickle/icons/gnomeicu/message.xpm
|
||||||
|
share/ickle/icons/gnomeicu/na.xpm
|
||||||
|
share/ickle/icons/gnomeicu/occ.xpm
|
||||||
|
share/ickle/icons/gnomeicu/offline.xpm
|
||||||
|
share/ickle/icons/gnomeicu/online.xpm
|
||||||
|
share/ickle/icons/gnomeicu/sms.xpm
|
||||||
|
share/ickle/icons/gnomeicu/url.xpm
|
||||||
|
share/ickle/icons/ickle/away.xpm
|
||||||
|
share/ickle/icons/ickle/chat.xpm
|
||||||
|
share/ickle/icons/ickle/dnd.xpm
|
||||||
|
share/ickle/icons/ickle/ffc.xpm
|
||||||
|
share/ickle/icons/ickle/file.xpm
|
||||||
|
share/ickle/icons/ickle/invisible.xpm
|
||||||
|
share/ickle/icons/ickle/message.xpm
|
||||||
|
share/ickle/icons/ickle/na.xpm
|
||||||
|
share/ickle/icons/ickle/occ.xpm
|
||||||
|
share/ickle/icons/ickle/offline.xpm
|
||||||
|
share/ickle/icons/ickle/online.xpm
|
||||||
|
share/ickle/icons/ickle/sms.xpm
|
||||||
|
share/ickle/icons/ickle/url.xpm
|
||||||
|
share/ickle/icons/icq/away.xpm
|
||||||
|
share/ickle/icons/icq/chat.xpm
|
||||||
|
share/ickle/icons/icq/dnd.xpm
|
||||||
|
share/ickle/icons/icq/ffc.xpm
|
||||||
|
share/ickle/icons/icq/file.xpm
|
||||||
|
share/ickle/icons/icq/invisible.xpm
|
||||||
|
share/ickle/icons/icq/message.xpm
|
||||||
|
share/ickle/icons/icq/na.xpm
|
||||||
|
share/ickle/icons/icq/occ.xpm
|
||||||
|
share/ickle/icons/icq/offline.xpm
|
||||||
|
share/ickle/icons/icq/online.xpm
|
||||||
|
share/ickle/icons/icq/sms.xpm
|
||||||
|
share/ickle/icons/icq/url.xpm
|
||||||
|
share/ickle/icons/new/away.xpm
|
||||||
|
share/ickle/icons/new/chat.xpm
|
||||||
|
share/ickle/icons/new/dnd.xpm
|
||||||
|
share/ickle/icons/new/ffc.xpm
|
||||||
|
share/ickle/icons/new/file.xpm
|
||||||
|
share/ickle/icons/new/invisible.xpm
|
||||||
|
share/ickle/icons/new/message.xpm
|
||||||
|
share/ickle/icons/new/na.xpm
|
||||||
|
share/ickle/icons/new/occ.xpm
|
||||||
|
share/ickle/icons/new/offline.xpm
|
||||||
|
share/ickle/icons/new/online.xpm
|
||||||
|
share/ickle/icons/new/sms.xpm
|
||||||
|
share/ickle/icons/new/url.xpm
|
||||||
|
share/ickle/translations/ASCII
|
||||||
|
share/ickle/translations/CP437
|
||||||
|
share/ickle/translations/CP850
|
||||||
|
share/ickle/translations/DANISH
|
||||||
|
share/ickle/translations/DEC_MCS
|
||||||
|
share/ickle/translations/DG_MCS
|
||||||
|
share/ickle/translations/DUTCH
|
||||||
|
share/ickle/translations/FINNISH
|
||||||
|
share/ickle/translations/FRENCH
|
||||||
|
share/ickle/translations/FRENCH_CANADIAN
|
||||||
|
share/ickle/translations/GERMAN
|
||||||
|
share/ickle/translations/HP_MCS
|
||||||
|
share/ickle/translations/IRV
|
||||||
|
share/ickle/translations/ITALIAN
|
||||||
|
share/ickle/translations/JIS
|
||||||
|
share/ickle/translations/LATIN_2
|
||||||
|
share/ickle/translations/MACINTOSH
|
||||||
|
share/ickle/translations/NEXT
|
||||||
|
share/ickle/translations/NORWEGIAN_1
|
||||||
|
share/ickle/translations/NORWEGIAN_2
|
||||||
|
share/ickle/translations/POLISH
|
||||||
|
share/ickle/translations/POLISH_NOPL
|
||||||
|
share/ickle/translations/PORTUGUESE
|
||||||
|
share/ickle/translations/PORTUGUESE_COM
|
||||||
|
share/ickle/translations/RUSSIAN
|
||||||
|
share/ickle/translations/RUSSIAN_ALT
|
||||||
|
share/ickle/translations/RUSSIAN_WIN
|
||||||
|
share/ickle/translations/SPANISH
|
||||||
|
share/ickle/translations/SWEDISH
|
||||||
|
share/ickle/translations/SWEDISH_NAMES
|
||||||
|
share/ickle/translations/SWEDISH_NAMES_COM
|
||||||
|
share/ickle/translations/SWISS
|
||||||
|
share/ickle/translations/UNITED_KINGDOM
|
||||||
|
share/ickle/translations/UNITED_KINGDOM_COM
|
||||||
|
@dirrm share/ickle/translations
|
||||||
|
@dirrm share/ickle/icons/new
|
||||||
|
@dirrm share/ickle/icons/icq
|
||||||
|
@dirrm share/ickle/icons/ickle
|
||||||
|
@dirrm share/ickle/icons/gnomeicu
|
||||||
|
@dirrm share/ickle/icons/doors
|
||||||
|
@dirrm share/ickle/icons
|
||||||
|
@dirrm share/ickle
|
||||||
@dirrm include/ickle
|
@dirrm include/ickle
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ickle
|
PORTNAME= ickle
|
||||||
PORTVERSION= 0.1.2
|
PORTVERSION= 0.2.0
|
||||||
CATEGORIES= net devel
|
CATEGORIES= net devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -16,18 +16,10 @@ MAINTAINER= troff@paranoia.ru
|
||||||
|
|
||||||
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk--
|
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk--
|
||||||
|
|
||||||
.if defined(WITH_CYRILLIC)
|
|
||||||
PATCHFILES+= ickle-0.1.2.koi8.patch
|
|
||||||
PATCH_SITES+= http://kva.paranoia.ru/~troff/
|
|
||||||
PATCH_DIST_STRIP= -p1
|
|
||||||
.endif
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||||
CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \
|
CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \
|
||||||
--with-gtkmm-prefix=${X11BASE}
|
--with-gtkmm-prefix=${X11BASE}
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I/usr/src/contrib/libstdc++" \
|
|
||||||
LIBS="-L${LOCALBASE}/lib"
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
MD5 (ickle-0.1.2.tar.gz) = 47d11c90e4b7ba9fbae3e5fe954932ba
|
MD5 (ickle-0.2.0.tar.gz) = 1b100555642205cfca53cecefd432480
|
||||||
MD5 (ickle-0.1.2.koi8.patch) = 1d534d0b891ea699ecd881c33ca5c043
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- examples/shell.cpp.orig Sat Dec 1 14:51:21 2001
|
|
||||||
+++ examples/shell.cpp Sat Dec 1 14:51:25 2001
|
|
||||||
@@ -11,7 +11,6 @@
|
|
||||||
#include <sys/wait.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <signal.h>
|
|
||||||
-#include <getopt.h>
|
|
||||||
|
|
||||||
using namespace ICQ2000;
|
|
||||||
using namespace std;
|
|
|
@ -1,15 +1,5 @@
|
||||||
--- ltmain.sh.orig Sat Sep 22 20:10:52 2001
|
--- ltmain.sh.orig Sat Sep 22 20:10:52 2001
|
||||||
+++ ltmain.sh Tue Nov 20 21:14:55 2001
|
+++ ltmain.sh Tue Nov 20 21:14:55 2001
|
||||||
@@ -2444,6 +2444,9 @@
|
|
||||||
*-*-openbsd*)
|
|
||||||
# Do not include libc due to us having libc/libc_r.
|
|
||||||
;;
|
|
||||||
+ *-*-freebsd*)
|
|
||||||
+ # FreeBSD doesn't need this...
|
|
||||||
+ ;;
|
|
||||||
*)
|
|
||||||
# Add libc to deplibs on all other systems if necessary.
|
|
||||||
if test $build_libtool_need_lc = "yes"; then
|
|
||||||
@@ -4210,10 +4213,12 @@
|
@@ -4210,10 +4213,12 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
11
net/ickle/files/patch-src::Makefile.in
Normal file
11
net/ickle/files/patch-src::Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/Makefile.in.orig Tue Dec 18 19:19:59 2001
|
||||||
|
+++ src/Makefile.in Tue Dec 18 19:20:11 2001
|
||||||
|
@@ -387,7 +387,7 @@
|
||||||
|
|
||||||
|
install-data-am: install-pkgincludeHEADERS
|
||||||
|
|
||||||
|
-install-exec-am: install-libLTLIBRARIES
|
||||||
|
+install-exec-am:
|
||||||
|
|
||||||
|
install-info: install-info-am
|
||||||
|
|
|
@ -1,9 +1,26 @@
|
||||||
bin/ickle
|
bin/ickle
|
||||||
|
include/ickle/Cache.h
|
||||||
include/ickle/Client.h
|
include/ickle/Client.h
|
||||||
include/ickle/Contact.h
|
include/ickle/Contact.h
|
||||||
include/ickle/ContactList.h
|
include/ickle/ContactList.h
|
||||||
|
include/ickle/DCCache.h
|
||||||
|
include/ickle/DirectClient.h
|
||||||
|
include/ickle/ICBMCookie.h
|
||||||
|
include/ickle/ICBMCookieCache.h
|
||||||
|
include/ickle/ICQ.h
|
||||||
|
include/ickle/RequestIDCache.h
|
||||||
|
include/ickle/SNAC-BUD.h
|
||||||
|
include/ickle/SNAC-GEN.h
|
||||||
|
include/ickle/SNAC-LOC.h
|
||||||
|
include/ickle/SNAC-MSG.h
|
||||||
|
include/ickle/SNAC-SRV.h
|
||||||
|
include/ickle/SNAC-UIN.h
|
||||||
|
include/ickle/SNAC-base.h
|
||||||
include/ickle/SNAC.h
|
include/ickle/SNAC.h
|
||||||
|
include/ickle/SeqNumCache.h
|
||||||
include/ickle/TLV.h
|
include/ickle/TLV.h
|
||||||
|
include/ickle/Translator.h
|
||||||
|
include/ickle/UserInfoBlock.h
|
||||||
include/ickle/Xml.h
|
include/ickle/Xml.h
|
||||||
include/ickle/buffer.h
|
include/ickle/buffer.h
|
||||||
include/ickle/constants.h
|
include/ickle/constants.h
|
||||||
|
@ -11,7 +28,116 @@ include/ickle/custom_marshal.h
|
||||||
include/ickle/events.h
|
include/ickle/events.h
|
||||||
include/ickle/exceptions.h
|
include/ickle/exceptions.h
|
||||||
include/ickle/socket.h
|
include/ickle/socket.h
|
||||||
|
include/ickle/sstream_fix.h
|
||||||
|
include/ickle/userinfoconstants.h
|
||||||
lib/libicq2000.a
|
lib/libicq2000.a
|
||||||
lib/libicq2000.so
|
lib/libicq2000.so
|
||||||
lib/libicq2000.so.1
|
lib/libicq2000.so.2
|
||||||
|
share/ickle/icons/doors/away.xpm
|
||||||
|
share/ickle/icons/doors/chat.xpm
|
||||||
|
share/ickle/icons/doors/dnd.xpm
|
||||||
|
share/ickle/icons/doors/ffc.xpm
|
||||||
|
share/ickle/icons/doors/file.xpm
|
||||||
|
share/ickle/icons/doors/invisible.xpm
|
||||||
|
share/ickle/icons/doors/message.xpm
|
||||||
|
share/ickle/icons/doors/na.xpm
|
||||||
|
share/ickle/icons/doors/occ.xpm
|
||||||
|
share/ickle/icons/doors/offline.xpm
|
||||||
|
share/ickle/icons/doors/online.xpm
|
||||||
|
share/ickle/icons/doors/sms.xpm
|
||||||
|
share/ickle/icons/doors/url.xpm
|
||||||
|
share/ickle/icons/gnomeicu/away.xpm
|
||||||
|
share/ickle/icons/gnomeicu/chat.xpm
|
||||||
|
share/ickle/icons/gnomeicu/dnd.xpm
|
||||||
|
share/ickle/icons/gnomeicu/ffc.xpm
|
||||||
|
share/ickle/icons/gnomeicu/file.xpm
|
||||||
|
share/ickle/icons/gnomeicu/invisible.xpm
|
||||||
|
share/ickle/icons/gnomeicu/message.xpm
|
||||||
|
share/ickle/icons/gnomeicu/na.xpm
|
||||||
|
share/ickle/icons/gnomeicu/occ.xpm
|
||||||
|
share/ickle/icons/gnomeicu/offline.xpm
|
||||||
|
share/ickle/icons/gnomeicu/online.xpm
|
||||||
|
share/ickle/icons/gnomeicu/sms.xpm
|
||||||
|
share/ickle/icons/gnomeicu/url.xpm
|
||||||
|
share/ickle/icons/ickle/away.xpm
|
||||||
|
share/ickle/icons/ickle/chat.xpm
|
||||||
|
share/ickle/icons/ickle/dnd.xpm
|
||||||
|
share/ickle/icons/ickle/ffc.xpm
|
||||||
|
share/ickle/icons/ickle/file.xpm
|
||||||
|
share/ickle/icons/ickle/invisible.xpm
|
||||||
|
share/ickle/icons/ickle/message.xpm
|
||||||
|
share/ickle/icons/ickle/na.xpm
|
||||||
|
share/ickle/icons/ickle/occ.xpm
|
||||||
|
share/ickle/icons/ickle/offline.xpm
|
||||||
|
share/ickle/icons/ickle/online.xpm
|
||||||
|
share/ickle/icons/ickle/sms.xpm
|
||||||
|
share/ickle/icons/ickle/url.xpm
|
||||||
|
share/ickle/icons/icq/away.xpm
|
||||||
|
share/ickle/icons/icq/chat.xpm
|
||||||
|
share/ickle/icons/icq/dnd.xpm
|
||||||
|
share/ickle/icons/icq/ffc.xpm
|
||||||
|
share/ickle/icons/icq/file.xpm
|
||||||
|
share/ickle/icons/icq/invisible.xpm
|
||||||
|
share/ickle/icons/icq/message.xpm
|
||||||
|
share/ickle/icons/icq/na.xpm
|
||||||
|
share/ickle/icons/icq/occ.xpm
|
||||||
|
share/ickle/icons/icq/offline.xpm
|
||||||
|
share/ickle/icons/icq/online.xpm
|
||||||
|
share/ickle/icons/icq/sms.xpm
|
||||||
|
share/ickle/icons/icq/url.xpm
|
||||||
|
share/ickle/icons/new/away.xpm
|
||||||
|
share/ickle/icons/new/chat.xpm
|
||||||
|
share/ickle/icons/new/dnd.xpm
|
||||||
|
share/ickle/icons/new/ffc.xpm
|
||||||
|
share/ickle/icons/new/file.xpm
|
||||||
|
share/ickle/icons/new/invisible.xpm
|
||||||
|
share/ickle/icons/new/message.xpm
|
||||||
|
share/ickle/icons/new/na.xpm
|
||||||
|
share/ickle/icons/new/occ.xpm
|
||||||
|
share/ickle/icons/new/offline.xpm
|
||||||
|
share/ickle/icons/new/online.xpm
|
||||||
|
share/ickle/icons/new/sms.xpm
|
||||||
|
share/ickle/icons/new/url.xpm
|
||||||
|
share/ickle/translations/ASCII
|
||||||
|
share/ickle/translations/CP437
|
||||||
|
share/ickle/translations/CP850
|
||||||
|
share/ickle/translations/DANISH
|
||||||
|
share/ickle/translations/DEC_MCS
|
||||||
|
share/ickle/translations/DG_MCS
|
||||||
|
share/ickle/translations/DUTCH
|
||||||
|
share/ickle/translations/FINNISH
|
||||||
|
share/ickle/translations/FRENCH
|
||||||
|
share/ickle/translations/FRENCH_CANADIAN
|
||||||
|
share/ickle/translations/GERMAN
|
||||||
|
share/ickle/translations/HP_MCS
|
||||||
|
share/ickle/translations/IRV
|
||||||
|
share/ickle/translations/ITALIAN
|
||||||
|
share/ickle/translations/JIS
|
||||||
|
share/ickle/translations/LATIN_2
|
||||||
|
share/ickle/translations/MACINTOSH
|
||||||
|
share/ickle/translations/NEXT
|
||||||
|
share/ickle/translations/NORWEGIAN_1
|
||||||
|
share/ickle/translations/NORWEGIAN_2
|
||||||
|
share/ickle/translations/POLISH
|
||||||
|
share/ickle/translations/POLISH_NOPL
|
||||||
|
share/ickle/translations/PORTUGUESE
|
||||||
|
share/ickle/translations/PORTUGUESE_COM
|
||||||
|
share/ickle/translations/RUSSIAN
|
||||||
|
share/ickle/translations/RUSSIAN_ALT
|
||||||
|
share/ickle/translations/RUSSIAN_WIN
|
||||||
|
share/ickle/translations/SPANISH
|
||||||
|
share/ickle/translations/SWEDISH
|
||||||
|
share/ickle/translations/SWEDISH_NAMES
|
||||||
|
share/ickle/translations/SWEDISH_NAMES_COM
|
||||||
|
share/ickle/translations/SWISS
|
||||||
|
share/ickle/translations/UNITED_KINGDOM
|
||||||
|
share/ickle/translations/UNITED_KINGDOM_COM
|
||||||
|
@dirrm share/ickle/translations
|
||||||
|
@dirrm share/ickle/icons/new
|
||||||
|
@dirrm share/ickle/icons/icq
|
||||||
|
@dirrm share/ickle/icons/ickle
|
||||||
|
@dirrm share/ickle/icons/gnomeicu
|
||||||
|
@dirrm share/ickle/icons/doors
|
||||||
|
@dirrm share/ickle/icons
|
||||||
|
@dirrm share/ickle
|
||||||
@dirrm include/ickle
|
@dirrm include/ickle
|
||||||
|
|
Loading…
Add table
Reference in a new issue