mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 04:51:19 +02:00
update go & pigdin
This commit is contained in:
92
_oldver/pidgin213/Makefile
Normal file
92
_oldver/pidgin213/Makefile
Normal file
@@ -0,0 +1,92 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
PORTNAME= pidgin
|
||||
PORTVERSION= 2.13.0
|
||||
CATEGORIES?= net
|
||||
MASTER_SITES= http://downloads.sourceforge.net/project/pidgin/Pidgin/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= onborodin@gmail.com
|
||||
COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)
|
||||
|
||||
|
||||
LIB_DEPENDS+= libgnutls.so:crypto/libgnutls
|
||||
LIB_DEPENDS+= libglib.so:devel/libglib
|
||||
LIB_DEPENDS+= libgmp.so:math/libgmp
|
||||
LIB_DEPENDS+= libgtkspell.so:gnome/libgtkspell
|
||||
LIB_DEPENDS+= libidn.so:net/libidn
|
||||
LIB_DEPENDS+= libenchant.so:text/libenchant
|
||||
LIB_DEPENDS+= libgtk-x11.so:gnome/libgtk2
|
||||
LIB_DEPENDS+= libavahi-glib.so:net/avahi
|
||||
LIB_DEPENDS+= libdbus-glib.so:xfce/libdbus-glib
|
||||
LIB_DEPENDS+= libpango.so:gnome/libpango
|
||||
LIB_DEPENDS+= libxml2.so:text/libxml2
|
||||
LIB_DEPENDS+= libstartup-notification.so:xfce/libstartup-notification
|
||||
|
||||
|
||||
RUN_DEPENDS+= gtk-update-icon-cache:gnome/libgtk2
|
||||
RUN_DEPENDS+= update-desktop-database:xfce/desktop-file-utils
|
||||
RUN_DEPENDS+= gconftool:gnome/gconf2
|
||||
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES+= tar:bzip2
|
||||
USES+= gmake
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
|
||||
CONFIGURE_ARGS+= --disable-gstreamer
|
||||
CONFIGURE_ARGS+= --disable-cap
|
||||
CONFIGURE_ARGS+= --disable-consoleui
|
||||
CONFIGURE_ARGS+= --disable-meanwhile
|
||||
CONFIGURE_ARGS+= --disable-nm
|
||||
CONFIGURE_ARGS+= --disable-perl
|
||||
CONFIGURE_ARGS+= --disable-screensaver
|
||||
CONFIGURE_ARGS+= --disable-tcl
|
||||
CONFIGURE_ARGS+= --disable-tk
|
||||
CONFIGURE_ARGS+= --disable-vv
|
||||
CONFIGURE_ARGS+= --enable-avahi
|
||||
CONFIGURE_ARGS+= --enable-dbus
|
||||
CONFIGURE_ARGS+= --enable-gtkspell
|
||||
CONFIGURE_ARGS+= --enable-nss=no
|
||||
CONFIGURE_ARGS+= --enable-startup-notification
|
||||
CONFIGURE_ARGS+= --with-avahi-client-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --with-avahi-client-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-nspr-includes=${LOCALBASE}/include/nspr
|
||||
CONFIGURE_ARGS+= --with-nspr-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --without-zephyr
|
||||
MAKE_ARGS+= program_transform_name=""
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
FILES+= ${WRKSRC}/configure
|
||||
FILES+= ${WRKSRC}/Makefile.in
|
||||
FILES+= ${WRKSRC}/*/Makefile.in
|
||||
FILES+= ${WRKSRC}/*/*/Makefile.in
|
||||
FILES+= ${WRKSRC}/*/*/*/Makefile.in
|
||||
FILES+= ${WRKSRC}/libpurple/data/*.pc.in
|
||||
FILES+= ${WRKSRC}/pidgin/data/*.pc.in
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,gio-2.0,gio,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,glib-2.0,glib,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gmodule-2.0,gmodule,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gobject-2.0,gobject,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gthread-2.0,gthread,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gtk+-2.0,gtk+,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gtkspell-2.0,gtkspell,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,libxml-2.0,libxml2,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,dbus-1,dbus,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,dbus-glib-1,dbus-glib,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,libstartup-notification-1.0,libstartup-notification,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,-@PURPLE_MAJOR_VERSION@,,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,-$$(PURPLE_MAJOR_VERSION),,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,-$$PURPLE_MAJOR_VERSION,,g' ${FILES}
|
||||
|
||||
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
SUB_FILES+= pkg-install pkg-deinstall
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
3
_oldver/pidgin213/distinfo
Normal file
3
_oldver/pidgin213/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1583391437
|
||||
SHA256 (pidgin-2.13.0.tar.bz2) = 2747150c6f711146bddd333c496870bfd55058bab22ffb7e4eb784018ec46d8f
|
||||
SIZE (pidgin-2.13.0.tar.bz2) = 8994457
|
||||
11
_oldver/pidgin213/files/patch-configure
Normal file
11
_oldver/pidgin213/files/patch-configure
Normal file
@@ -0,0 +1,11 @@
|
||||
--- configure.orig 2014-12-02 11:21:18.056424694 -0500
|
||||
+++ configure 2014-12-02 11:21:43.067421364 -0500
|
||||
@@ -17452,7 +17452,7 @@ fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_initscr" >&5
|
||||
$as_echo "$ac_cv_lib_ncursesw_initscr" >&6; }
|
||||
if test "x$ac_cv_lib_ncursesw_initscr" = xyes; then :
|
||||
- GNT_LIBS="-lncursesw"
|
||||
+ GNT_LIBS="-lncursesw -ltinfow"
|
||||
else
|
||||
enable_consoleui=no
|
||||
fi
|
||||
36
_oldver/pidgin213/files/patch-x-ltmain.sh
Normal file
36
_oldver/pidgin213/files/patch-x-ltmain.sh
Normal file
@@ -0,0 +1,36 @@
|
||||
--- ./ltmain.sh.orig 2018-03-08 08:35:46.000000000 +0200
|
||||
+++ ./ltmain.sh 2019-03-30 08:32:49.384771000 +0200
|
||||
@@ -8811,13 +8811,13 @@
|
||||
#
|
||||
case $version_type in
|
||||
# correct linux to gnu/linux during the next big refactor
|
||||
- darwin|freebsd-elf|linux|osf|windows|none)
|
||||
+ darwin|linux|osf|windows|none)
|
||||
func_arith $number_major + $number_minor
|
||||
current=$func_arith_result
|
||||
age=$number_minor
|
||||
revision=$number_revision
|
||||
;;
|
||||
- freebsd-aout|qnx|sunos)
|
||||
+ freebsd*|qnx|sunos)
|
||||
current=$number_major
|
||||
revision=$number_minor
|
||||
age=0
|
||||
@@ -8900,15 +8900,9 @@
|
||||
esac
|
||||
;;
|
||||
|
||||
- freebsd-aout)
|
||||
+ freebsd*)
|
||||
major=.$current
|
||||
- versuffix=.$current.$revision
|
||||
- ;;
|
||||
-
|
||||
- freebsd-elf)
|
||||
- func_arith $current - $age
|
||||
- major=.$func_arith_result
|
||||
- versuffix=$major.$age.$revision
|
||||
+ versuffix=.$current
|
||||
;;
|
||||
|
||||
irix | nonstopux)
|
||||
23
_oldver/pidgin213/files/pkg-deinstall.in
Normal file
23
_oldver/pidgin213/files/pkg-deinstall.in
Normal file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
LOCALBASE="%%LOCALBASE%%"
|
||||
|
||||
SCHEMAS="etc/gconf/schemas/purple.schemas"
|
||||
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
GCONF_CONFIG_SOURCE="xml:merged:${LOCALBASE}/etc/gconf/gconf.xml.defaults"
|
||||
export GCONF_CONFIG_SOURCE
|
||||
for schema in $SCHEMAS; do
|
||||
${LOCALBASE}/bin/gconftool --makefile-uninstall-rule ${LOCALBASE}/${schema}
|
||||
done
|
||||
;;
|
||||
POST-DEINSTALL)
|
||||
${LOCALBASE}/bin/update-desktop-database -q ${LOCALBASE}/share/applications
|
||||
${LOCALBASE}/bin/gtk-update-icon-cache -q ${LOCALBASE}/share/icons/hicolor
|
||||
|
||||
;;
|
||||
esac
|
||||
#EOF
|
||||
23
_oldver/pidgin213/files/pkg-install.in
Normal file
23
_oldver/pidgin213/files/pkg-install.in
Normal file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
LOCALBASE="%%LOCALBASE%%"
|
||||
|
||||
SCHEMAS="etc/gconf/schemas/purple.schemas"
|
||||
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
;;
|
||||
POST-INSTALL)
|
||||
GCONF_CONFIG_SOURCE="xml:merged:${LOCALBASE}/etc/gconf/gconf.xml.defaults"
|
||||
export GCONF_CONFIG_SOURCE
|
||||
for schema in $SCHEMAS; do
|
||||
${LOCALBASE}/bin/gconftool --makefile-install-rule ${LOCALBASE}/${schema}
|
||||
done
|
||||
${LOCALBASE}/bin/update-desktop-database -q ${LOCALBASE}/share/applications
|
||||
${LOCALBASE}/bin/gtk-update-icon-cache -q ${LOCALBASE}/share/icons/hicolor
|
||||
;;
|
||||
esac
|
||||
exit 0
|
||||
#EOF
|
||||
21
_oldver/pidgin213/pkg-descr
Normal file
21
_oldver/pidgin213/pkg-descr
Normal file
@@ -0,0 +1,21 @@
|
||||
Pidgin is a multi-protocol instant messaging client. It is compatible with AIM
|
||||
(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu,
|
||||
and Zephyr networks.
|
||||
|
||||
Pidgin users can log in to multiple accounts on multiple IM networks
|
||||
simultaneously. This means that you can be chatting with friends on AOL
|
||||
Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an
|
||||
IRC channel all at the same time.
|
||||
|
||||
Pidgin supports many features of the various networks, such as file transfer
|
||||
(coming soon), away messages, typing notification, and MSN window closing
|
||||
notification. It also goes beyond that and provides many unique features. A
|
||||
few popular features are Buddy Pounces, which give the ability to notify you,
|
||||
send a message, play a sound, or run a program when a specific buddy goes away,
|
||||
signs online, or returns from idle; and plugins, consisting of text
|
||||
replacement, a buddy ticker, extended message notification, iconify on away,
|
||||
and more.
|
||||
|
||||
(Adapted from the About Pidgin page.)
|
||||
|
||||
WWW: http://www.pidgin.im/
|
||||
1149
_oldver/pidgin213/pkg-plist
Normal file
1149
_oldver/pidgin213/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
PORTNAME= pidgin
|
||||
PORTVERSION= 2.13.0
|
||||
PORTVERSION= 2.14.4
|
||||
CATEGORIES?= net
|
||||
MASTER_SITES= http://downloads.sourceforge.net/project/pidgin/Pidgin/${PORTVERSION}/
|
||||
|
||||
@@ -46,6 +46,7 @@ CONFIGURE_ARGS+= --disable-screensaver
|
||||
CONFIGURE_ARGS+= --disable-tcl
|
||||
CONFIGURE_ARGS+= --disable-tk
|
||||
CONFIGURE_ARGS+= --disable-vv
|
||||
CONFIGURE_ARGS+= --disable-gevolution
|
||||
CONFIGURE_ARGS+= --enable-avahi
|
||||
CONFIGURE_ARGS+= --enable-dbus
|
||||
CONFIGURE_ARGS+= --enable-gtkspell
|
||||
@@ -69,6 +70,7 @@ FILES+= ${WRKSRC}/pidgin/data/*.pc.in
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,gio-2.0,gio,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gio-unix-2.0,gio-unix,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,glib-2.0,glib,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gmodule-2.0,gmodule,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gobject-2.0,gobject,g' ${FILES}
|
||||
|
||||
93
xapp/pidgin/Makefile~
Normal file
93
xapp/pidgin/Makefile~
Normal file
@@ -0,0 +1,93 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
PORTNAME= pidgin
|
||||
PORTVERSION= 2.14.4
|
||||
CATEGORIES?= net
|
||||
MASTER_SITES= http://downloads.sourceforge.net/project/pidgin/Pidgin/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= onborodin@gmail.com
|
||||
COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)
|
||||
|
||||
|
||||
LIB_DEPENDS+= libgnutls.so:crypto/libgnutls
|
||||
LIB_DEPENDS+= libglib.so:devel/libglib
|
||||
LIB_DEPENDS+= libgmp.so:math/libgmp
|
||||
LIB_DEPENDS+= libgtkspell.so:gnome/libgtkspell
|
||||
LIB_DEPENDS+= libidn.so:net/libidn
|
||||
LIB_DEPENDS+= libenchant.so:text/libenchant
|
||||
LIB_DEPENDS+= libgtk-x11.so:gnome/libgtk2
|
||||
LIB_DEPENDS+= libavahi-glib.so:net/avahi
|
||||
LIB_DEPENDS+= libdbus-glib.so:xfce/libdbus-glib
|
||||
LIB_DEPENDS+= libpango.so:gnome/libpango
|
||||
LIB_DEPENDS+= libxml2.so:text/libxml2
|
||||
LIB_DEPENDS+= libstartup-notification.so:xfce/libstartup-notification
|
||||
|
||||
|
||||
RUN_DEPENDS+= gtk-update-icon-cache:gnome/libgtk2
|
||||
RUN_DEPENDS+= update-desktop-database:xfce/desktop-file-utils
|
||||
RUN_DEPENDS+= gconftool:gnome/gconf2
|
||||
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES+= tar:bzip2
|
||||
USES+= gmake
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
|
||||
CONFIGURE_ARGS+= --disable-gstreamer
|
||||
CONFIGURE_ARGS+= --disable-cap
|
||||
CONFIGURE_ARGS+= --disable-consoleui
|
||||
CONFIGURE_ARGS+= --disable-meanwhile
|
||||
CONFIGURE_ARGS+= --disable-nm
|
||||
CONFIGURE_ARGS+= --disable-perl
|
||||
CONFIGURE_ARGS+= --disable-screensaver
|
||||
CONFIGURE_ARGS+= --disable-tcl
|
||||
CONFIGURE_ARGS+= --disable-tk
|
||||
CONFIGURE_ARGS+= --disable-vv
|
||||
CONFIGURE_ARGS+= --enable-avahi
|
||||
CONFIGURE_ARGS+= --enable-dbus
|
||||
CONFIGURE_ARGS+= --enable-gtkspell
|
||||
CONFIGURE_ARGS+= --enable-nss=no
|
||||
CONFIGURE_ARGS+= --enable-startup-notification
|
||||
CONFIGURE_ARGS+= --with-avahi-client-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --with-avahi-client-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-nspr-includes=${LOCALBASE}/include/nspr
|
||||
CONFIGURE_ARGS+= --with-nspr-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --without-zephyr
|
||||
MAKE_ARGS+= program_transform_name=""
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
FILES+= ${WRKSRC}/configure
|
||||
FILES+= ${WRKSRC}/Makefile.in
|
||||
FILES+= ${WRKSRC}/*/Makefile.in
|
||||
FILES+= ${WRKSRC}/*/*/Makefile.in
|
||||
FILES+= ${WRKSRC}/*/*/*/Makefile.in
|
||||
FILES+= ${WRKSRC}/libpurple/data/*.pc.in
|
||||
FILES+= ${WRKSRC}/pidgin/data/*.pc.in
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,gio-2.0,gio,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gio-unix-2.0,gio-unix,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,glib-2.0,glib,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gmodule-2.0,gmodule,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gobject-2.0,gobject,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gthread-2.0,gthread,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gtk+-2.0,gtk+,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,gtkspell-2.0,gtkspell,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,libxml-2.0,libxml2,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,dbus-1,dbus,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,dbus-glib-1,dbus-glib,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,libstartup-notification-1.0,libstartup-notification,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,-@PURPLE_MAJOR_VERSION@,,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,-$$(PURPLE_MAJOR_VERSION),,g' ${FILES}
|
||||
${REINPLACE_CMD} -e 's,-$$PURPLE_MAJOR_VERSION,,g' ${FILES}
|
||||
|
||||
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
SUB_FILES+= pkg-install pkg-deinstall
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1583391437
|
||||
SHA256 (pidgin-2.13.0.tar.bz2) = 2747150c6f711146bddd333c496870bfd55058bab22ffb7e4eb784018ec46d8f
|
||||
SIZE (pidgin-2.13.0.tar.bz2) = 8994457
|
||||
TIMESTAMP = 1627532192
|
||||
SHA256 (pidgin-2.14.4.tar.bz2) = 67c1a0104b0624a50100c6d73cd5504d53c9d221922b1b28fa86020531a9904e
|
||||
SIZE (pidgin-2.14.4.tar.bz2) = 8724096
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
bin/pidgin
|
||||
bin/purple-client-example
|
||||
bin/purple-remote
|
||||
bin/purple-send
|
||||
bin/purple-send-async
|
||||
bin/purple-url-handler
|
||||
include/libpurple/account.h
|
||||
include/libpurple/accountopt.h
|
||||
include/libpurple/blist.h
|
||||
@@ -15,13 +10,7 @@ include/libpurple/cmds.h
|
||||
include/libpurple/connection.h
|
||||
include/libpurple/conversation.h
|
||||
include/libpurple/core.h
|
||||
include/libpurple/dbus-bindings.h
|
||||
include/libpurple/dbus-define-api.h
|
||||
include/libpurple/dbus-maybe.h
|
||||
include/libpurple/dbus-purple.h
|
||||
include/libpurple/dbus-server.h
|
||||
include/libpurple/dbus-types.h
|
||||
include/libpurple/dbus-useful.h
|
||||
include/libpurple/debug.h
|
||||
include/libpurple/desktopitem.h
|
||||
include/libpurple/dnsquery.h
|
||||
@@ -29,6 +18,7 @@ include/libpurple/dnssrv.h
|
||||
include/libpurple/eventloop.h
|
||||
include/libpurple/ft.h
|
||||
include/libpurple/gaim-compat.h
|
||||
include/libpurple/glibcompat.h
|
||||
include/libpurple/idle.h
|
||||
include/libpurple/imgstore.h
|
||||
include/libpurple/log.h
|
||||
@@ -126,12 +116,9 @@ include/pidgin/minidialog.h
|
||||
include/pidgin/pidgin.h
|
||||
include/pidgin/pidginstock.h
|
||||
include/pidgin/pidgintooltip.h
|
||||
lib/libpurple-client.la
|
||||
lib/libpurple-client.so
|
||||
lib/libpurple-client.so.13
|
||||
lib/libpurple.la
|
||||
lib/libpurple.so
|
||||
lib/libpurple.so.13
|
||||
lib/libpurple.so.14
|
||||
lib/pidgin/convcolors.la
|
||||
lib/pidgin/convcolors.so
|
||||
lib/pidgin/extplacement.la
|
||||
@@ -146,8 +133,6 @@ lib/pidgin/iconaway.la
|
||||
lib/pidgin/iconaway.so
|
||||
lib/pidgin/markerline.la
|
||||
lib/pidgin/markerline.so
|
||||
lib/pidgin/musicmessaging.la
|
||||
lib/pidgin/musicmessaging.so
|
||||
lib/pidgin/notify.la
|
||||
lib/pidgin/notify.so
|
||||
lib/pidgin/pidginrc.la
|
||||
@@ -178,14 +163,10 @@ lib/purple/autoaccept.la
|
||||
lib/purple/autoaccept.so
|
||||
lib/purple/buddynote.la
|
||||
lib/purple/buddynote.so
|
||||
lib/purple/dbus-example.la
|
||||
lib/purple/dbus-example.so
|
||||
lib/purple/idle.la
|
||||
lib/purple/idle.so
|
||||
lib/purple/joinpart.la
|
||||
lib/purple/joinpart.so
|
||||
lib/purple/libaim.la
|
||||
lib/purple/libaim.so
|
||||
lib/purple/libbonjour.la
|
||||
lib/purple/libbonjour.so
|
||||
lib/purple/libgg.la
|
||||
@@ -197,9 +178,6 @@ lib/purple/libjabber.so
|
||||
lib/purple/libjabber.so.0
|
||||
lib/purple/libnovell.la
|
||||
lib/purple/libnovell.so
|
||||
lib/purple/liboscar.la
|
||||
lib/purple/liboscar.so
|
||||
lib/purple/liboscar.so.0
|
||||
lib/purple/libsimple.la
|
||||
lib/purple/libsimple.so
|
||||
lib/purple/libxmpp.la
|
||||
@@ -222,7 +200,6 @@ lib/purple/statenotify.la
|
||||
lib/purple/statenotify.so
|
||||
man/man1/pidgin.1.gz
|
||||
share/aclocal/purple.m4
|
||||
share/appdata/pidgin.appdata.xml
|
||||
share/applications/pidgin.desktop
|
||||
share/icons/hicolor/16x16/apps/pidgin.png
|
||||
share/icons/hicolor/22x22/apps/pidgin.png
|
||||
@@ -232,6 +209,7 @@ share/icons/hicolor/48x48/apps/pidgin.png
|
||||
share/icons/hicolor/scalable/apps/pidgin.svg
|
||||
share/locale/af/LC_MESSAGES/pidgin.mo
|
||||
share/locale/am/LC_MESSAGES/pidgin.mo
|
||||
share/locale/ar_SA/LC_MESSAGES/pidgin.mo
|
||||
share/locale/ar/LC_MESSAGES/pidgin.mo
|
||||
share/locale/as/LC_MESSAGES/pidgin.mo
|
||||
share/locale/ast/LC_MESSAGES/pidgin.mo
|
||||
@@ -324,6 +302,7 @@ 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
|
||||
share/metainfo/pidgin.appdata.xml
|
||||
share/pixmaps/pidgin/animations/16/connect0.png
|
||||
share/pixmaps/pidgin/animations/16/connect1.png
|
||||
share/pixmaps/pidgin/animations/16/connect2.png
|
||||
@@ -376,7 +355,6 @@ share/pixmaps/pidgin/arrow-right.xpm
|
||||
share/pixmaps/pidgin/arrow-up.xpm
|
||||
share/pixmaps/pidgin/buttons/edit.png
|
||||
share/pixmaps/pidgin/buttons/info.png
|
||||
share/pixmaps/pidgin/buttons/music.png
|
||||
share/pixmaps/pidgin/buttons/pause.png
|
||||
share/pixmaps/pidgin/dialogs/16/auth.png
|
||||
share/pixmaps/pidgin/dialogs/16/error.png
|
||||
@@ -703,12 +681,10 @@ share/pixmaps/pidgin/emotes/small/wink.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
|
||||
share/pixmaps/pidgin/protocols/16/facebook.png
|
||||
share/pixmaps/pidgin/protocols/16/gadu-gadu.png
|
||||
share/pixmaps/pidgin/protocols/16/google-talk.png
|
||||
share/pixmaps/pidgin/protocols/16/icq.png
|
||||
share/pixmaps/pidgin/protocols/16/irc.png
|
||||
share/pixmaps/pidgin/protocols/16/jabber.png
|
||||
share/pixmaps/pidgin/protocols/16/meanwhile.png
|
||||
@@ -716,12 +692,10 @@ share/pixmaps/pidgin/protocols/16/novell.png
|
||||
share/pixmaps/pidgin/protocols/16/silc.png
|
||||
share/pixmaps/pidgin/protocols/16/simple.png
|
||||
share/pixmaps/pidgin/protocols/16/zephyr.png
|
||||
share/pixmaps/pidgin/protocols/22/aim.png
|
||||
share/pixmaps/pidgin/protocols/22/bonjour.png
|
||||
share/pixmaps/pidgin/protocols/22/facebook.png
|
||||
share/pixmaps/pidgin/protocols/22/gadu-gadu.png
|
||||
share/pixmaps/pidgin/protocols/22/google-talk.png
|
||||
share/pixmaps/pidgin/protocols/22/icq.png
|
||||
share/pixmaps/pidgin/protocols/22/irc.png
|
||||
share/pixmaps/pidgin/protocols/22/jabber.png
|
||||
share/pixmaps/pidgin/protocols/22/meanwhile.png
|
||||
@@ -729,11 +703,9 @@ share/pixmaps/pidgin/protocols/22/novell.png
|
||||
share/pixmaps/pidgin/protocols/22/silc.png
|
||||
share/pixmaps/pidgin/protocols/22/simple.png
|
||||
share/pixmaps/pidgin/protocols/22/zephyr.png
|
||||
share/pixmaps/pidgin/protocols/48/aim.png
|
||||
share/pixmaps/pidgin/protocols/48/bonjour.png
|
||||
share/pixmaps/pidgin/protocols/48/facebook.png
|
||||
share/pixmaps/pidgin/protocols/48/gadu-gadu.png
|
||||
share/pixmaps/pidgin/protocols/48/icq.png
|
||||
share/pixmaps/pidgin/protocols/48/irc.png
|
||||
share/pixmaps/pidgin/protocols/48/jabber.png
|
||||
share/pixmaps/pidgin/protocols/48/meanwhile.png
|
||||
@@ -741,11 +713,9 @@ share/pixmaps/pidgin/protocols/48/novell.png
|
||||
share/pixmaps/pidgin/protocols/48/silc.png
|
||||
share/pixmaps/pidgin/protocols/48/simple.png
|
||||
share/pixmaps/pidgin/protocols/48/zephyr.png
|
||||
share/pixmaps/pidgin/protocols/scalable/aim.svg
|
||||
share/pixmaps/pidgin/protocols/scalable/bonjour.svg
|
||||
share/pixmaps/pidgin/protocols/scalable/gadu-gadu.svg
|
||||
share/pixmaps/pidgin/protocols/scalable/google-talk.svg
|
||||
share/pixmaps/pidgin/protocols/scalable/icq.svg
|
||||
share/pixmaps/pidgin/protocols/scalable/irc.svg
|
||||
share/pixmaps/pidgin/protocols/scalable/jabber.svg
|
||||
share/pixmaps/pidgin/protocols/scalable/meanwhile.svg
|
||||
@@ -900,17 +870,15 @@ share/sounds/purple/send.wav
|
||||
@dir include/libpurple
|
||||
@dir include/pidgin
|
||||
@dir lib/pidgin
|
||||
@dir lib/pkgconfig
|
||||
@dir lib/purple
|
||||
@dir share/aclocal
|
||||
@dir share/appdata
|
||||
@dir share/applications
|
||||
@dir share/locale/af/LC_MESSAGES
|
||||
@dir share/locale/af
|
||||
@dir share/locale/am/LC_MESSAGES
|
||||
@dir share/locale/am
|
||||
@dir share/locale/ar/LC_MESSAGES
|
||||
@dir share/locale/ar
|
||||
@dir share/locale/ar_SA/LC_MESSAGES
|
||||
@dir share/locale/ar_SA
|
||||
@dir share/locale/as/LC_MESSAGES
|
||||
@dir share/locale/as
|
||||
@dir share/locale/ast/LC_MESSAGES
|
||||
@@ -1094,6 +1062,7 @@ share/sounds/purple/send.wav
|
||||
@dir share/locale/zh_TW/LC_MESSAGES
|
||||
@dir share/locale/zh_TW
|
||||
@dir share/locale
|
||||
@dir share/metainfo
|
||||
@dir share/pixmaps/pidgin/animations/16
|
||||
@dir share/pixmaps/pidgin/animations
|
||||
@dir share/pixmaps/pidgin/buttons
|
||||
|
||||
1142
xapp/pidgin/pkg-plist.new~
Normal file
1142
xapp/pidgin/pkg-plist.new~
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user