ports/146607: Upgrade net-im/pidgin to 2.7.0

Doug Barton dougb at FreeBSD.org
Sat May 15 03:30:03 UTC 2010


>Number:         146607
>Category:       ports
>Synopsis:       Upgrade net-im/pidgin to 2.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 15 03:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Doug Barton
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
AAAG
>Environment:
	DNA
>Description:
	Upgrade net-im/pidgin to 2.7.0
>How-To-Repeat:
	Among many other updates the new version includes the ability
	to compile without gettext/libintl. I've modified the ports and
	the plists to allow for this, but be warned (from configure):

	Warning: You have disabled the building and intallation of translation
	data. This will prevent building pidgin.desktop and the GConf schemas.
	Be sure you know what you are doing.

>Fix:
	The following patch is fairly complete, but it needs more testing
	(especially in the WITH_NLS case). The plist changes for the new
	version are fairly substantial even ignoring the NLS stuff.

	This patch adds the --enable-screensaver arg for pidgin. Also, in
	adding the new files for the plist I sorted them at least once
	which caused a few files to change location.

	I hope that this provides a good head start on updating the port.

	Regards,

	Doug


Index: libpurple/Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/libpurple/Makefile,v
retrieving revision 1.77
diff -u -r1.77 Makefile
--- libpurple/Makefile	10 May 2010 21:18:29 -0000	1.77
+++ libpurple/Makefile	15 May 2010 03:15:38 -0000
@@ -7,8 +7,8 @@
 #
 
 PORTNAME?=	libpurple
-PORTVERSION=	2.6.6
-PORTREVISION?=	2
+PORTVERSION=	2.7.0
+PORTREVISION?=	0
 CATEGORIES?=	net-im
 MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
 DISTNAME=	pidgin-${PORTVERSION}
@@ -18,7 +18,7 @@
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME?=	gnomeprefix gnomehack intlhack glib20 libxml2
+USE_GNOME?=	gnomeprefix gnomehack glib20 libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?=--disable-gtkui \
 		--disable-consoleui \
@@ -31,7 +31,6 @@
 .if !defined(PIDGIN_SLAVE)
 # Pidgin slave ports that require the following functionality, must explicitly
 # set these macros themselves.
-USE_GETTEXT=	yes
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
 WANT_GNOME=	yes
@@ -54,6 +53,7 @@
 		GSTREAMER "Use GStreamer for playing sounds" on \
 		VV "Enable video and voice support" on \
 		IDN "Enable support for international domains" on \
+		NLS "National Language Support" on \
 		PERL "Perl scripting" off \
 		TCLTK "Tcl/Tk scripting" off \
 		SAMETIME "The Lotus Sametime chat protocol" off \
@@ -83,7 +83,7 @@
 CFLAGS+=	-D_XOPEN_SOURCE_EXTENDED
 .endif
 
-.if !defined(PIDGIN_SLAVE)
+.if !defined(PIDGIN_SLAVE) && !defined(WITHOUT_NLS)
 .if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2)
 USE_GNOME+=	gconf2
 GCONF_SCHEMAS=	purple.schemas
@@ -119,6 +119,16 @@
 CONFIGURE_ARGS+=--disable-idn
 .endif
 
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT=	yes
+USE_GNOME+=	intlhack
+CONFIGURE_ARGS+=--enable-nls
+PLIST_SUB+=	NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.endif
+
 .if defined(WITH_GTKUI) && !defined(WITHOUT_CAP)
 LIB_DEPENDS+=	sqlite3.8:${PORTSDIR}/databases/sqlite3
 CONFIGURE_ARGS+=--enable-cap
Index: libpurple/distinfo
===================================================================
RCS file: /home/pcvs/ports/net-im/libpurple/distinfo,v
retrieving revision 1.35
diff -u -r1.35 distinfo
--- libpurple/distinfo	21 Feb 2010 02:24:01 -0000	1.35
+++ libpurple/distinfo	15 May 2010 03:15:38 -0000
@@ -1,3 +1,3 @@
-MD5 (pidgin-2.6.6.tar.bz2) = b37ab6c52db8355e8c70c044c2ba17c1
-SHA256 (pidgin-2.6.6.tar.bz2) = 6ebbe9d339246dfebb244e4c855c4feb678f120d1024ef2ee269e2fde77b2ad9
-SIZE (pidgin-2.6.6.tar.bz2) = 9479337
+MD5 (pidgin-2.7.0.tar.bz2) = 63a36f91d29f5ac5a402ffd2d7dbbb72
+SHA256 (pidgin-2.7.0.tar.bz2) = dc59cbae75db8ecf2850c35e82fc11ac33bbf2542e901e6e1e4525688635783d
+SIZE (pidgin-2.7.0.tar.bz2) = 9795914
Index: libpurple/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net-im/libpurple/pkg-plist,v
retrieving revision 1.29
diff -u -r1.29 pkg-plist
--- libpurple/pkg-plist	21 Feb 2010 02:24:01 -0000	1.29
+++ libpurple/pkg-plist	15 May 2010 03:15:38 -0000
@@ -32,6 +32,10 @@
 include/libpurple/imgstore.h
 include/libpurple/log.h
 include/libpurple/marshallers.h
+include/libpurple/media/backend-iface.h
+include/libpurple/media/candidate.h
+include/libpurple/media/codec.h
+include/libpurple/media/enum-types.h
 include/libpurple/media-gst.h
 include/libpurple/media.h
 include/libpurple/mediamanager.h
@@ -149,91 +153,91 @@
 %%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Purple.pm
 %%DBUS%%lib/libpurple-client.la
 %%DBUS%%lib/libpurple-client.so
-%%DBUS%%lib/libpurple-client.so.6
+%%DBUS%%lib/libpurple-client.so.7
 lib/libpurple.la
 lib/libpurple.so
-lib/libpurple.so.6
+lib/libpurple.so.7
 libdata/pkgconfig/purple.pc
 share/aclocal/purple.m4
-share/locale/af/LC_MESSAGES/pidgin.mo
-share/locale/am/LC_MESSAGES/pidgin.mo
-share/locale/ar/LC_MESSAGES/pidgin.mo
-share/locale/az/LC_MESSAGES/pidgin.mo
-share/locale/be at latin/LC_MESSAGES/pidgin.mo
-share/locale/bg/LC_MESSAGES/pidgin.mo
-share/locale/bn/LC_MESSAGES/pidgin.mo
-share/locale/bs/LC_MESSAGES/pidgin.mo
-share/locale/ca/LC_MESSAGES/pidgin.mo
-share/locale/ca at valencia/LC_MESSAGES/pidgin.mo
-share/locale/cs/LC_MESSAGES/pidgin.mo
-share/locale/da/LC_MESSAGES/pidgin.mo
-share/locale/de/LC_MESSAGES/pidgin.mo
-share/locale/dz/LC_MESSAGES/pidgin.mo
-share/locale/el/LC_MESSAGES/pidgin.mo
-share/locale/en_AU/LC_MESSAGES/pidgin.mo
-share/locale/en_CA/LC_MESSAGES/pidgin.mo
-share/locale/en_GB/LC_MESSAGES/pidgin.mo
-share/locale/eo/LC_MESSAGES/pidgin.mo
-share/locale/es/LC_MESSAGES/pidgin.mo
-share/locale/et/LC_MESSAGES/pidgin.mo
-share/locale/eu/LC_MESSAGES/pidgin.mo
-share/locale/fa/LC_MESSAGES/pidgin.mo
-share/locale/fi/LC_MESSAGES/pidgin.mo
-share/locale/fr/LC_MESSAGES/pidgin.mo
-share/locale/ga/LC_MESSAGES/pidgin.mo
-share/locale/gl/LC_MESSAGES/pidgin.mo
-share/locale/gu/LC_MESSAGES/pidgin.mo
-share/locale/he/LC_MESSAGES/pidgin.mo
-share/locale/hi/LC_MESSAGES/pidgin.mo
-share/locale/hu/LC_MESSAGES/pidgin.mo
-share/locale/hy/LC_MESSAGES/pidgin.mo
-share/locale/id/LC_MESSAGES/pidgin.mo
-share/locale/it/LC_MESSAGES/pidgin.mo
-share/locale/ja/LC_MESSAGES/pidgin.mo
-share/locale/ka/LC_MESSAGES/pidgin.mo
-share/locale/ko/LC_MESSAGES/pidgin.mo
-share/locale/km/LC_MESSAGES/pidgin.mo
-share/locale/kn/LC_MESSAGES/pidgin.mo
-share/locale/ku/LC_MESSAGES/pidgin.mo
-share/locale/lo/LC_MESSAGES/pidgin.mo
-share/locale/lt/LC_MESSAGES/pidgin.mo
-share/locale/mk/LC_MESSAGES/pidgin.mo
-share/locale/mn/LC_MESSAGES/pidgin.mo
-share/locale/mr/LC_MESSAGES/pidgin.mo
-share/locale/ms_MY/LC_MESSAGES/pidgin.mo
-share/locale/my_MM/LC_MESSAGES/pidgin.mo
-share/locale/nb/LC_MESSAGES/pidgin.mo
-share/locale/ne/LC_MESSAGES/pidgin.mo
-share/locale/nl/LC_MESSAGES/pidgin.mo
-share/locale/nn/LC_MESSAGES/pidgin.mo
-share/locale/oc/LC_MESSAGES/pidgin.mo
-share/locale/or/LC_MESSAGES/pidgin.mo
-share/locale/pa/LC_MESSAGES/pidgin.mo
-share/locale/pl/LC_MESSAGES/pidgin.mo
-share/locale/ps/LC_MESSAGES/pidgin.mo
-share/locale/pt/LC_MESSAGES/pidgin.mo
-share/locale/pt_BR/LC_MESSAGES/pidgin.mo
-share/locale/ro/LC_MESSAGES/pidgin.mo
-share/locale/ru/LC_MESSAGES/pidgin.mo
-share/locale/si/LC_MESSAGES/pidgin.mo
-share/locale/sk/LC_MESSAGES/pidgin.mo
-share/locale/sl/LC_MESSAGES/pidgin.mo
-share/locale/sq/LC_MESSAGES/pidgin.mo
-share/locale/sr/LC_MESSAGES/pidgin.mo
-share/locale/sr at latin/LC_MESSAGES/pidgin.mo
-share/locale/sv/LC_MESSAGES/pidgin.mo
-share/locale/sw/LC_MESSAGES/pidgin.mo
-share/locale/ta/LC_MESSAGES/pidgin.mo
-share/locale/te/LC_MESSAGES/pidgin.mo
-share/locale/th/LC_MESSAGES/pidgin.mo
-share/locale/tr/LC_MESSAGES/pidgin.mo
-share/locale/uk/LC_MESSAGES/pidgin.mo
-share/locale/ur/LC_MESSAGES/pidgin.mo
-share/locale/vi/LC_MESSAGES/pidgin.mo
-share/locale/xh/LC_MESSAGES/pidgin.mo
-share/locale/zh_CN/LC_MESSAGES/pidgin.mo
-share/locale/zh_HK/LC_MESSAGES/pidgin.mo
-share/locale/zh_TW/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/af/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/am/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/az/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/be at latin/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/bn/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ca at valencia/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/da/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/de/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/dz/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/el/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/en_AU/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/en_CA/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/es/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/et/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/gu/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/he/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/hy/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/id/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/it/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/km/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/kn/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ku/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/lo/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/mn/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ms_MY/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/my_MM/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ne/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/or/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ps/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/si/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/sr at latin/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/sw/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/te/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/th/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/ur/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/xh/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/zh_HK/LC_MESSAGES/pidgin.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/pidgin.mo
 share/purple/ca-certs/AOL_Member_CA.pem
 share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem
 share/purple/ca-certs/CAcert_Class3.pem
@@ -301,4 +305,5 @@
 @dirrmtry share/locale/be at latin/LC_MESSAGES
 @dirrmtry share/locale/be at latin
 @dirrm lib/purple-2
+ at dirrm include/libpurple/media
 @dirrm include/libpurple
Index: pidgin/Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/pidgin/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- pidgin/Makefile	28 Mar 2010 06:41:39 -0000	1.31
+++ pidgin/Makefile	15 May 2010 03:15:38 -0000
@@ -13,7 +13,7 @@
 COMMENT=	Pidgin multi-protocol messaging client (GTK+ UI)
 
 LIB_DEPENDS=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
-		purple.6:${PORTSDIR}/net-im/libpurple
+		purple.7:${PORTSDIR}/net-im/libpurple
 
 MASTERDIR=	${.CURDIR}/../libpurple
 BUILD_WRKSRC=	${WRKSRC}/pidgin
@@ -31,18 +31,23 @@
 WANT_GNOME=	yes
 CONFIGURE_ARGS=	--disable-consoleui \
 		--disable-nm \
+		--enable-screensaver \
 		--with-dynamic_prpls=${PRPL_MODULES:S/,$//}
 
 MAN1=		pidgin.1
 
 post-build:
+.if !defined(WITHOUT_NLS)
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
 	    	Makefile ${MAKE_ARGS} pidgin.desktop
+.endif
 
 post-install:
+.if !defined(WITHOUT_NLS)
 	${MKDIR} ${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \
 	    	${PREFIX}/share/applications/pidgin.desktop
+.endif
 	${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${MAN1PREFIX}/man/man1
 
 .include "${MASTERDIR}/Makefile"
Index: pidgin/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net-im/pidgin/pkg-plist,v
retrieving revision 1.26
diff -u -r1.26 pkg-plist
--- pidgin/pkg-plist	6 Dec 2009 23:28:23 -0000	1.26
+++ pidgin/pkg-plist	15 May 2010 03:15:38 -0000
@@ -1,16 +1,9 @@
 bin/pidgin
-include/pidgin/eggtrayicon.h
-include/pidgin/pidgincombobox.h
-include/pidgin/pidginstock.h
 include/pidgin/gtkaccount.h
 include/pidgin/gtkblist-theme-loader.h
 include/pidgin/gtkblist-theme.h
 include/pidgin/gtkblist.h
-include/pidgin/gtkcelllayout.h
 include/pidgin/gtkcellrendererexpander.h
-include/pidgin/gtkcellrendererprogress.h
-include/pidgin/gtkcellview.h
-include/pidgin/gtkcellviewmenuitem.h
 include/pidgin/gtkcertmgr.h
 include/pidgin/gtkconn.h
 include/pidgin/gtkconv.h
@@ -20,7 +13,6 @@
 include/pidgin/gtkdnd-hints.h
 include/pidgin/gtkdocklet.h
 include/pidgin/gtkeventloop.h
-include/pidgin/gtkexpander.h
 include/pidgin/gtkft.h
 include/pidgin/gtkgaim-compat.h
 include/pidgin/gtkicon-theme-loader.h
@@ -55,6 +47,7 @@
 include/pidgin/gtkwhiteboard.h
 include/pidgin/minidialog.h
 include/pidgin/pidgin.h
+include/pidgin/pidginstock.h
 include/pidgin/pidgintooltip.h
 %%CAP%%lib/pidgin/cap.la
 %%CAP%%lib/pidgin/cap.so
@@ -62,8 +55,6 @@
 lib/pidgin/convcolors.so
 lib/pidgin/extplacement.la
 lib/pidgin/extplacement.so
-lib/pidgin/pidginrc.la
-lib/pidgin/pidginrc.so
 lib/pidgin/gestures.la
 lib/pidgin/gestures.so
 %%EVO%%lib/pidgin/gevolution.la
@@ -80,6 +71,8 @@
 %%DBUS%%lib/pidgin/musicmessaging.so
 lib/pidgin/notify.la
 lib/pidgin/notify.so
+lib/pidgin/pidginrc.la
+lib/pidgin/pidginrc.so
 lib/pidgin/relnot.la
 lib/pidgin/relnot.so
 lib/pidgin/sendbutton.la
@@ -101,7 +94,12 @@
 lib/pidgin/xmppdisco.la
 lib/pidgin/xmppdisco.so
 libdata/pkgconfig/pidgin.pc
-share/applications/pidgin.desktop
+%%NLS%%share/applications/pidgin.desktop
+share/icons/hicolor/16x16/apps/pidgin.png
+share/icons/hicolor/22x22/apps/pidgin.png
+share/icons/hicolor/24x24/apps/pidgin.png
+share/icons/hicolor/32x32/apps/pidgin.png
+share/icons/hicolor/48x48/apps/pidgin.png
 share/icons/hicolor/scalable/apps/pidgin.svg
 share/pixmaps/pidgin/animations/16/connect0.png
 share/pixmaps/pidgin/animations/16/connect1.png
@@ -189,8 +187,6 @@
 share/pixmaps/pidgin/emblems/16/half-operator.png
 share/pixmaps/pidgin/emblems/16/hiptop.png
 share/pixmaps/pidgin/emblems/16/male.png
-share/pixmaps/pidgin/emblems/16/mobile.png
-share/pixmaps/pidgin/emblems/16/music.png
 share/pixmaps/pidgin/emblems/16/not-authorized.png
 share/pixmaps/pidgin/emblems/16/operator.png
 share/pixmaps/pidgin/emblems/16/qq-member.png
@@ -206,8 +202,6 @@
 share/pixmaps/pidgin/emblems/scalable/free-for-chat.svg
 share/pixmaps/pidgin/emblems/scalable/game.svg
 share/pixmaps/pidgin/emblems/scalable/male.svg
-share/pixmaps/pidgin/emblems/scalable/mobile.svg
-share/pixmaps/pidgin/emblems/scalable/music.svg
 share/pixmaps/pidgin/emblems/scalable/not-authorized.svg
 share/pixmaps/pidgin/emblems/scalable/qq-member.svg
 share/pixmaps/pidgin/emblems/scalable/secure.svg
@@ -215,8 +209,10 @@
 share/pixmaps/pidgin/emblems/scalable/video.svg
 share/pixmaps/pidgin/emblems/scalable/voice.svg
 share/pixmaps/pidgin/emotes/default/act-up.png
+share/pixmaps/pidgin/emotes/default/afraid.png
 share/pixmaps/pidgin/emotes/default/airplane.png
 share/pixmaps/pidgin/emotes/default/alien.png
+share/pixmaps/pidgin/emotes/default/amorous.png
 share/pixmaps/pidgin/emotes/default/angel.png
 share/pixmaps/pidgin/emotes/default/angry.png
 share/pixmaps/pidgin/emotes/default/arrogant.png
@@ -271,8 +267,8 @@
 share/pixmaps/pidgin/emotes/default/dont-know.png
 share/pixmaps/pidgin/emotes/default/drink.png
 share/pixmaps/pidgin/emotes/default/drool.png
-share/pixmaps/pidgin/emotes/default/eat.png
 share/pixmaps/pidgin/emotes/default/embarrassed.png
+share/pixmaps/pidgin/emotes/default/excited.png
 share/pixmaps/pidgin/emotes/default/excruciating.png
 share/pixmaps/pidgin/emotes/default/eyeroll.png
 share/pixmaps/pidgin/emotes/default/female-fighter.png
@@ -292,11 +288,14 @@
 share/pixmaps/pidgin/emotes/default/hammer.png
 share/pixmaps/pidgin/emotes/default/handcuffs.png
 share/pixmaps/pidgin/emotes/default/handshake.png
+share/pixmaps/pidgin/emotes/default/happy.png
 share/pixmaps/pidgin/emotes/default/highfive.png
+share/pixmaps/pidgin/emotes/default/hot.png
 share/pixmaps/pidgin/emotes/default/hug-left.png
 share/pixmaps/pidgin/emotes/default/hug-right.png
+share/pixmaps/pidgin/emotes/default/hungry.png
 share/pixmaps/pidgin/emotes/default/hypnotized.png
-share/pixmaps/pidgin/emotes/default/in-love.png
+share/pixmaps/pidgin/emotes/default/in_love.png
 share/pixmaps/pidgin/emotes/default/island.png
 share/pixmaps/pidgin/emotes/default/jump.png
 share/pixmaps/pidgin/emotes/default/kiss.png
@@ -309,7 +308,6 @@
 share/pixmaps/pidgin/emotes/default/liquor.png
 share/pixmaps/pidgin/emotes/default/loser.png
 share/pixmaps/pidgin/emotes/default/love-over.png
-share/pixmaps/pidgin/emotes/default/love.png
 share/pixmaps/pidgin/emotes/default/lying.png
 share/pixmaps/pidgin/emotes/default/mad-tongue.png
 share/pixmaps/pidgin/emotes/default/mail.png
@@ -329,7 +327,7 @@
 share/pixmaps/pidgin/emotes/default/msn_online.png
 share/pixmaps/pidgin/emotes/default/music.png
 share/pixmaps/pidgin/emotes/default/musical-note.png
-share/pixmaps/pidgin/emotes/default/nailbiting.png
+share/pixmaps/pidgin/emotes/default/nervous.png
 share/pixmaps/pidgin/emotes/default/neutral.png
 share/pixmaps/pidgin/emotes/default/on-the-phone.png
 share/pixmaps/pidgin/emotes/default/party.png
@@ -359,7 +357,7 @@
 share/pixmaps/pidgin/emotes/default/secret.png
 share/pixmaps/pidgin/emotes/default/shame.png
 share/pixmaps/pidgin/emotes/default/sheep.png
-share/pixmaps/pidgin/emotes/default/shock.png
+share/pixmaps/pidgin/emotes/default/shocked.png
 share/pixmaps/pidgin/emotes/default/shout.png
 share/pixmaps/pidgin/emotes/default/shut-mouth.png
 share/pixmaps/pidgin/emotes/default/sick.png
@@ -368,9 +366,8 @@
 share/pixmaps/pidgin/emotes/default/sinister.png
 share/pixmaps/pidgin/emotes/default/skeleton.png
 share/pixmaps/pidgin/emotes/default/skywalker.png
+share/pixmaps/pidgin/emotes/default/sleeping.png
 share/pixmaps/pidgin/emotes/default/sleepy.png
-share/pixmaps/pidgin/emotes/default/smile-big.png
-share/pixmaps/pidgin/emotes/default/smile.png
 share/pixmaps/pidgin/emotes/default/smirk.png
 share/pixmaps/pidgin/emotes/default/snail.png
 share/pixmaps/pidgin/emotes/default/snicker.png
@@ -382,7 +379,6 @@
 share/pixmaps/pidgin/emotes/default/stop.png
 share/pixmaps/pidgin/emotes/default/struggle.png
 share/pixmaps/pidgin/emotes/default/sun.png
-share/pixmaps/pidgin/emotes/default/sweat.png
 share/pixmaps/pidgin/emotes/default/talktohand.png
 share/pixmaps/pidgin/emotes/default/teeth.png
 share/pixmaps/pidgin/emotes/default/terror.png
@@ -391,7 +387,6 @@
 share/pixmaps/pidgin/emotes/default/thunder.png
 share/pixmaps/pidgin/emotes/default/time-out.png
 share/pixmaps/pidgin/emotes/default/tongue.png
-share/pixmaps/pidgin/emotes/default/tremble.png
 share/pixmaps/pidgin/emotes/default/turtle.png
 share/pixmaps/pidgin/emotes/default/tv.png
 share/pixmaps/pidgin/emotes/default/umbrella.png
@@ -404,14 +399,17 @@
 share/pixmaps/pidgin/emotes/default/wilt.png
 share/pixmaps/pidgin/emotes/default/wink.png
 share/pixmaps/pidgin/emotes/default/worship.png
-share/pixmaps/pidgin/emotes/default/yawn.png
 share/pixmaps/pidgin/emotes/default/yin-yang.png
 share/pixmaps/pidgin/emotes/none/theme
+share/pixmaps/pidgin/emotes/small/afraid.png
+share/pixmaps/pidgin/emotes/small/amorous.png
 share/pixmaps/pidgin/emotes/small/angel.png
 share/pixmaps/pidgin/emotes/small/angry.png
+share/pixmaps/pidgin/emotes/small/bathing.png
 share/pixmaps/pidgin/emotes/small/beer.png
 share/pixmaps/pidgin/emotes/small/camera.png
 share/pixmaps/pidgin/emotes/small/cigarette.png
+share/pixmaps/pidgin/emotes/small/cinema.png
 share/pixmaps/pidgin/emotes/small/coffee.png
 share/pixmaps/pidgin/emotes/small/confused.png
 share/pixmaps/pidgin/emotes/small/console.png
@@ -419,13 +417,20 @@
 share/pixmaps/pidgin/emotes/small/cross.png
 share/pixmaps/pidgin/emotes/small/crying.png
 share/pixmaps/pidgin/emotes/small/devil.png
+share/pixmaps/pidgin/emotes/small/disappointed.png
 share/pixmaps/pidgin/emotes/small/dont-know.png
+share/pixmaps/pidgin/emotes/small/embarrassed.png
+share/pixmaps/pidgin/emotes/small/excited.png
 share/pixmaps/pidgin/emotes/small/grin.png
+share/pixmaps/pidgin/emotes/small/happy.png
 share/pixmaps/pidgin/emotes/small/hug-left.png
 share/pixmaps/pidgin/emotes/small/hug-right.png
+share/pixmaps/pidgin/emotes/small/in_love.png
+share/pixmaps/pidgin/emotes/small/internet.png
 share/pixmaps/pidgin/emotes/small/kiss.png
-share/pixmaps/pidgin/emotes/small/love.png
 share/pixmaps/pidgin/emotes/small/meeting.png
+share/pixmaps/pidgin/emotes/small/mobile.png
+share/pixmaps/pidgin/emotes/small/music.png
 share/pixmaps/pidgin/emotes/small/musical-note.png
 share/pixmaps/pidgin/emotes/small/nerdy.png
 share/pixmaps/pidgin/emotes/small/neutral.png
@@ -433,21 +438,28 @@
 share/pixmaps/pidgin/emotes/small/phone.png
 share/pixmaps/pidgin/emotes/small/plate.png
 share/pixmaps/pidgin/emotes/small/question.png
+share/pixmaps/pidgin/emotes/small/restroom.png
 share/pixmaps/pidgin/emotes/small/sad.png
+share/pixmaps/pidgin/emotes/small/search.png
 share/pixmaps/pidgin/emotes/small/shame.png
-share/pixmaps/pidgin/emotes/small/shock.png
+share/pixmaps/pidgin/emotes/small/shocked.png
+share/pixmaps/pidgin/emotes/small/shopping.png
 share/pixmaps/pidgin/emotes/small/sick.png
 share/pixmaps/pidgin/emotes/small/silent.png
+share/pixmaps/pidgin/emotes/small/sleeping.png
 share/pixmaps/pidgin/emotes/small/sleepy.png
-share/pixmaps/pidgin/emotes/small/smile-big.png
-share/pixmaps/pidgin/emotes/small/smile.png
+share/pixmaps/pidgin/emotes/small/studying.png
+share/pixmaps/pidgin/emotes/small/suit.png
+share/pixmaps/pidgin/emotes/small/surfing.png
 share/pixmaps/pidgin/emotes/small/theme
 share/pixmaps/pidgin/emotes/small/thinking.png
 share/pixmaps/pidgin/emotes/small/tongue.png
 share/pixmaps/pidgin/emotes/small/tv.png
+share/pixmaps/pidgin/emotes/small/typing.png
 share/pixmaps/pidgin/emotes/small/uhm-yeah.png
 share/pixmaps/pidgin/emotes/small/wink.png
-share/pixmaps/pidgin/emotes/small/yawn.png
+share/pixmaps/pidgin/emotes/small/working.png
+share/pixmaps/pidgin/emotes/small/writing.png
 share/pixmaps/pidgin/logo.png
 share/pixmaps/pidgin/protocols/16/aim.png
 share/pixmaps/pidgin/protocols/16/bonjour.png
@@ -571,12 +583,12 @@
 share/pixmaps/pidgin/status/48/busy.png
 share/pixmaps/pidgin/status/48/chat.png
 share/pixmaps/pidgin/status/48/extended-away.png
+share/pixmaps/pidgin/status/48/invisible.png
 share/pixmaps/pidgin/status/48/log-in.png
 share/pixmaps/pidgin/status/48/log-out.png
 share/pixmaps/pidgin/status/48/offline.png
 share/pixmaps/pidgin/status/48/person.png
 share/pixmaps/pidgin/status/48/rtl/extended-away.png
-share/pixmaps/pidgin/status/48/invisible.png
 share/pixmaps/pidgin/status/48/rtl/log-in.png
 share/pixmaps/pidgin/status/48/rtl/log-out.png
 share/pixmaps/pidgin/toolbar/11/message-new.png
@@ -587,6 +599,7 @@
 share/pixmaps/pidgin/toolbar/16/font-face.png
 share/pixmaps/pidgin/toolbar/16/font-size-down.png
 share/pixmaps/pidgin/toolbar/16/font-size-up.png
+share/pixmaps/pidgin/toolbar/16/get-attention.png
 share/pixmaps/pidgin/toolbar/16/insert-image.png
 share/pixmaps/pidgin/toolbar/16/insert-link.png
 share/pixmaps/pidgin/toolbar/16/insert.png
@@ -611,89 +624,104 @@
 share/pixmaps/pidgin/tray/16/invisible_4bit.ico
 share/pixmaps/pidgin/tray/16/message_4bit.ico
 share/pixmaps/pidgin/tray/16/offline_4bit.ico
-share/pixmaps/pidgin/tray/16/tray-away.png
-share/pixmaps/pidgin/tray/16/tray-busy.png
-share/pixmaps/pidgin/tray/16/tray-connecting.png
-share/pixmaps/pidgin/tray/16/tray-extended-away.png
-share/pixmaps/pidgin/tray/16/tray-invisible.png
-share/pixmaps/pidgin/tray/16/tray-message.png
-share/pixmaps/pidgin/tray/16/tray-new-im.png
-share/pixmaps/pidgin/tray/16/tray-offline.png
-share/pixmaps/pidgin/tray/16/tray-online.png
-share/pixmaps/pidgin/tray/22/tray-away.png
-share/pixmaps/pidgin/tray/22/tray-busy.png
-share/pixmaps/pidgin/tray/22/tray-connecting.png
-share/pixmaps/pidgin/tray/22/tray-extended-away.png
-share/pixmaps/pidgin/tray/22/tray-invisible.png
-share/pixmaps/pidgin/tray/22/tray-message.png
-share/pixmaps/pidgin/tray/22/tray-new-im.png
-share/pixmaps/pidgin/tray/22/tray-offline.png
-share/pixmaps/pidgin/tray/22/tray-online.png
-share/pixmaps/pidgin/tray/32/tray-away.png
-share/pixmaps/pidgin/tray/32/tray-busy.png
-share/pixmaps/pidgin/tray/32/tray-connecting.png
-share/pixmaps/pidgin/tray/32/tray-extended-away.png
-share/pixmaps/pidgin/tray/32/tray-invisible.png
-share/pixmaps/pidgin/tray/32/tray-message.png
-share/pixmaps/pidgin/tray/32/tray-new-im.png
-share/pixmaps/pidgin/tray/32/tray-offline.png
-share/pixmaps/pidgin/tray/32/tray-online.png
-share/pixmaps/pidgin/tray/48/tray-away.png
-share/pixmaps/pidgin/tray/48/tray-busy.png
-share/pixmaps/pidgin/tray/48/tray-connecting.png
-share/pixmaps/pidgin/tray/48/tray-extended-away.png
-share/pixmaps/pidgin/tray/48/tray-invisible.png
-share/pixmaps/pidgin/tray/48/tray-message.png
-share/pixmaps/pidgin/tray/48/tray-new-im.png
-share/pixmaps/pidgin/tray/48/tray-offline.png
-share/pixmaps/pidgin/tray/48/tray-online.png
-share/icons/hicolor/16x16/apps/pidgin.png
-share/icons/hicolor/22x22/apps/pidgin.png
-share/icons/hicolor/24x24/apps/pidgin.png
-share/icons/hicolor/32x32/apps/pidgin.png
-share/icons/hicolor/48x48/apps/pidgin.png
- at dirrm share/pixmaps/pidgin/tray/48
- at dirrm share/pixmaps/pidgin/tray/32
- at dirrm share/pixmaps/pidgin/tray/22
- at dirrm share/pixmaps/pidgin/tray/16
- at dirrm share/pixmaps/pidgin/tray
- at dirrm share/pixmaps/pidgin/toolbar/48
- at dirrm share/pixmaps/pidgin/toolbar/32
- at dirrm share/pixmaps/pidgin/toolbar/22
- at dirrm share/pixmaps/pidgin/toolbar/16
- at dirrm share/pixmaps/pidgin/toolbar/11
- at dirrm share/pixmaps/pidgin/toolbar
- at dirrm share/pixmaps/pidgin/status/48/rtl
- at dirrm share/pixmaps/pidgin/status/48
- at dirrm share/pixmaps/pidgin/status/32/rtl
- at dirrm share/pixmaps/pidgin/status/32
- at dirrm share/pixmaps/pidgin/status/22/rtl
- at dirrm share/pixmaps/pidgin/status/22
- at dirrm share/pixmaps/pidgin/status/16/rtl
- at dirrm share/pixmaps/pidgin/status/16
+share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-available.png
+share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-away.png
+share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-busy.png
+share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-connect.png
+share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-email.png
+share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-invisible.png
+share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-offline.png
+share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-pending.png
+share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-xa.png
+share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-available.png
+share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-away.png
+share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-busy.png
+share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-connect.png
+share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-email.png
+share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-invisible.png
+share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-offline.png
+share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-pending.png
+share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-xa.png
+share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-available.png
+share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-away.png
+share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-busy.png
+share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-connect.png
+share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-email.png
+share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-invisible.png
+share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-offline.png
+share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-pending.png
+share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-xa.png
+share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-available.png
+share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-away.png
+share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-busy.png
+share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-connect.png
+share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-email.png
+share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-invisible.png
+share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-offline.png
+share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-pending.png
+share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-xa.png
+ at dirrm include/pidgin
+ at dirrmtry share/icons/hicolor/16x16/apps
+ at dirrmtry share/icons/hicolor/16x16
+ at dirrmtry share/icons/hicolor/22x22/apps
+ at dirrmtry share/icons/hicolor/22x22
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor/24x24/apps
+ at dirrmtry share/icons/hicolor/24x24
+ at dirrmtry share/icons/hicolor/32x32/apps
+ at dirrmtry share/icons/hicolor/32x32
+ at dirrmtry share/icons/hicolor/scalable/apps
+ at dirrmtry share/icons/hicolor/scalable
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons
+ at dirrm share/pixmaps/pidgin/animations/16
+ at dirrm share/pixmaps/pidgin/animations
+ at dirrm share/pixmaps/pidgin/buttons
+ at dirrm share/pixmaps/pidgin/dialogs/16
+ at dirrm share/pixmaps/pidgin/dialogs/64
+ at dirrm share/pixmaps/pidgin/dialogs/scalable
+ at dirrm share/pixmaps/pidgin/dialogs
+ at dirrm share/pixmaps/pidgin/emblems/16
+ at dirrm share/pixmaps/pidgin/emblems/scalable
+ at dirrm share/pixmaps/pidgin/emblems
+ at dirrm share/pixmaps/pidgin/emotes/default
+ at dirrm share/pixmaps/pidgin/emotes/none
+ at dirrm share/pixmaps/pidgin/emotes/small
+ at dirrm share/pixmaps/pidgin/emotes
+ at dirrm share/pixmaps/pidgin/protocols/16
+ at dirrm share/pixmaps/pidgin/protocols/22
+ at dirrm share/pixmaps/pidgin/protocols/48
+ at dirrm share/pixmaps/pidgin/protocols/scalable
+ at dirrm share/pixmaps/pidgin/protocols
 @dirrm share/pixmaps/pidgin/status/11/rtl
 @dirrm share/pixmaps/pidgin/status/11
+ at dirrm share/pixmaps/pidgin/status/16/rtl
+ at dirrm share/pixmaps/pidgin/status/16
+ at dirrm share/pixmaps/pidgin/status/22/rtl
+ at dirrm share/pixmaps/pidgin/status/22
+ at dirrm share/pixmaps/pidgin/status/32/rtl
+ at dirrm share/pixmaps/pidgin/status/32
+ at dirrm share/pixmaps/pidgin/status/48/rtl
+ at dirrm share/pixmaps/pidgin/status/48
 @dirrm share/pixmaps/pidgin/status
- at dirrm share/pixmaps/pidgin/protocols/scalable
- at dirrm share/pixmaps/pidgin/protocols/48
- at dirrm share/pixmaps/pidgin/protocols/22
- at dirrm share/pixmaps/pidgin/protocols/16
- at dirrm share/pixmaps/pidgin/protocols
- at dirrm share/pixmaps/pidgin/emotes/small
- at dirrm share/pixmaps/pidgin/emotes/none
- at dirrm share/pixmaps/pidgin/emotes/default
- at dirrm share/pixmaps/pidgin/emotes
- at dirrm share/pixmaps/pidgin/emblems/scalable
- at dirrm share/pixmaps/pidgin/emblems/16
- at dirrm share/pixmaps/pidgin/emblems
- at dirrm share/pixmaps/pidgin/dialogs/scalable
- at dirrm share/pixmaps/pidgin/dialogs/64
- at dirrm share/pixmaps/pidgin/dialogs/16
- at dirrm share/pixmaps/pidgin/dialogs
- at dirrm share/pixmaps/pidgin/buttons
- at dirrm share/pixmaps/pidgin/animations/16
- at dirrm share/pixmaps/pidgin/animations
+ at dirrm share/pixmaps/pidgin/toolbar/11
+ at dirrm share/pixmaps/pidgin/toolbar/16
+ at dirrm share/pixmaps/pidgin/toolbar/22
+ at dirrm share/pixmaps/pidgin/toolbar/32
+ at dirrm share/pixmaps/pidgin/toolbar/48
+ at dirrm share/pixmaps/pidgin/toolbar
+ at dirrm share/pixmaps/pidgin/tray/16
+ at dirrm share/pixmaps/pidgin/tray/hicolor/16x16/status
+ at dirrm share/pixmaps/pidgin/tray/hicolor/16x16
+ at dirrm share/pixmaps/pidgin/tray/hicolor/22x22/status
+ at dirrm share/pixmaps/pidgin/tray/hicolor/22x22
+ at dirrm share/pixmaps/pidgin/tray/hicolor/32x32/status
+ at dirrm share/pixmaps/pidgin/tray/hicolor/32x32
+ at dirrm share/pixmaps/pidgin/tray/hicolor/48x48/status
+ at dirrm share/pixmaps/pidgin/tray/hicolor/48x48
+ at dirrm share/pixmaps/pidgin/tray/hicolor
+ at dirrm share/pixmaps/pidgin/tray
 @dirrm share/pixmaps/pidgin
- at dirrmtry share/applications
 @dirrmtry lib/pidgin
- at dirrm include/pidgin
+ at dirrmtry share/applications

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list