summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Kolesnik <mike@openbunker.org>2009-07-27 14:20:12 +0300
committerMikhail Kolesnik <mike@openbunker.org>2009-07-27 14:20:12 +0300
commit9803d401dc98697fcafde576a27eb65d77513238 (patch)
treedf85650ee19d6df4519e2ef9aeeeea32cfc5fd72
parent351f10c67198668f62e98757e51d7b797e75e795 (diff)
downloadcontrib-9803d401dc98697fcafde576a27eb65d77513238.tar.gz
contrib-9803d401dc98697fcafde576a27eb65d77513238.tar.xz
gajim: updated to 0.12.3
-rw-r--r--gajim/.footprint7
-rw-r--r--gajim/.md5sum2
-rw-r--r--gajim/Pkgfile6
3 files changed, 10 insertions, 5 deletions
diff --git a/gajim/.footprint b/gajim/.footprint
index 1a47b07be..9306b275a 100644
--- a/gajim/.footprint
+++ b/gajim/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gajim
+-rwxr-xr-x root/root usr/bin/gajim-history-manager
-rwxr-xr-x root/root usr/bin/gajim-remote
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gajim/
@@ -310,7 +311,6 @@ drwxr-xr-x root/root usr/share/gajim/data/glade/
-rw-r--r-- root/root usr/share/gajim/data/glade/zeroconf_contact_context_menu.glade
-rw-r--r-- root/root usr/share/gajim/data/glade/zeroconf_context_menu.glade
-rw-r--r-- root/root usr/share/gajim/data/glade/zeroconf_information_window.glade
--rw-r--r-- root/root usr/share/gajim/data/glade/zeroconf_properties_window.glade
drwxr-xr-x root/root usr/share/gajim/data/iconsets/
drwxr-xr-x root/root usr/share/gajim/data/iconsets/crystal/
drwxr-xr-x root/root usr/share/gajim/data/iconsets/crystal/16x16/
@@ -960,6 +960,8 @@ drwxr-xr-x root/root usr/share/gajim/data/pixmaps/events/
-rw-r--r-- root/root usr/share/gajim/data/pixmaps/events/new_email_recv.png
-rw-r--r-- root/root usr/share/gajim/data/pixmaps/events/priv_msg_recv.png
-rw-r--r-- root/root usr/share/gajim/data/pixmaps/events/single_msg_recv.png
+-rw-r--r-- root/root usr/share/gajim/data/pixmaps/events/subscription_request.png
+-rw-r--r-- root/root usr/share/gajim/data/pixmaps/events/unsubscribed.png
-rw-r--r-- root/root usr/share/gajim/data/pixmaps/gajim.ico
-rw-r--r-- root/root usr/share/gajim/data/pixmaps/gajim.png
-rw-r--r-- root/root usr/share/gajim/data/pixmaps/gajim_about.png
@@ -1067,6 +1069,9 @@ drwxr-xr-x root/root usr/share/gajim/src/common/
-rw-r--r-- root/root usr/share/gajim/src/common/i18n.py
-rw-r--r-- root/root usr/share/gajim/src/common/i18n.pyc
-rw-r--r-- root/root usr/share/gajim/src/common/i18n.pyo
+-rw-r--r-- root/root usr/share/gajim/src/common/latex.py
+-rw-r--r-- root/root usr/share/gajim/src/common/latex.pyc
+-rw-r--r-- root/root usr/share/gajim/src/common/latex.pyo
-rw-r--r-- root/root usr/share/gajim/src/common/logger.py
-rw-r--r-- root/root usr/share/gajim/src/common/logger.pyc
-rw-r--r-- root/root usr/share/gajim/src/common/logger.pyo
diff --git a/gajim/.md5sum b/gajim/.md5sum
index 5113a1c90..6793e84e7 100644
--- a/gajim/.md5sum
+++ b/gajim/.md5sum
@@ -1 +1 @@
-6e8b2ed004377071f2da3a9f6542f89b gajim-0.12.1.tar.bz2
+fe799c0645b8f021dc2cb147ae144156 gajim-0.12.3.tar.bz2
diff --git a/gajim/Pkgfile b/gajim/Pkgfile
index c941664a8..d2b37349b 100644
--- a/gajim/Pkgfile
+++ b/gajim/Pkgfile
@@ -7,13 +7,13 @@
# you'll want nslookup (from bind) OR libasyncns-python
name=gajim
-version=0.12.1
-release=2
+version=0.12.3
+release=1
source=(http://www.gajim.org/downloads/$name-$version.tar.bz2)
build() {
cd $name-$version
- wget http://jabber.org/servers.xml -O data/other/servers.xml
+ wget http://xmpp.org/services/services.xml -O data/other/servers.xml
./configure --prefix=/usr \
--disable-nls \
--mandir=/usr/man

Generated by cgit