Merge branch '2.3' into 2.4
This commit is contained in:
commit
507522710f
@ -1,16 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/centericq
|
||||
-rwxr-xr-x root/root usr/bin/cicqconv
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/centericq.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/cicqconv.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/centericq/
|
||||
-rw-r--r-- root/root usr/share/centericq/email.wav
|
||||
-rw-r--r-- root/root usr/share/centericq/msg.wav
|
||||
-rw-r--r-- root/root usr/share/centericq/offline.wav
|
||||
-rw-r--r-- root/root usr/share/centericq/online.wav
|
||||
-rw-r--r-- root/root usr/share/centericq/sms.wav
|
||||
-rw-r--r-- root/root usr/share/centericq/url.wav
|
@ -1 +0,0 @@
|
||||
82e426f2b4f6f2ab799c28807f36ade6 centericq-4.21.0.tar.bz2
|
@ -1,34 +0,0 @@
|
||||
# Description: Console IM client with ICQ, Yahoo, MSN, AIM, Jabber support
|
||||
# URL: http://thekonst.net/centericq/
|
||||
# Maintainer: Simon Gloßner, viper at hometux dot de
|
||||
# Packager: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||
# Depends on: curl, ncurses
|
||||
|
||||
name=centericq
|
||||
version=4.21.0
|
||||
release=4
|
||||
source=(http://thekonst.net/download/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
for dir in \
|
||||
connwrap-0.1 firetalk-0.1 kkconsui-0.1 \
|
||||
kkstrtext-0.1 kksystr-0.1 libgadu-0.1 \
|
||||
libjabber-0.1 libyahoo2-0.1 libicq2000-0.1 \
|
||||
libmsn-0.1
|
||||
do
|
||||
cd $dir
|
||||
autoconf
|
||||
cd ..
|
||||
done
|
||||
|
||||
./configure --prefix=/usr --disable-nls --mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -m 644 centericq.1 $PKG/usr/man/man1
|
||||
|
||||
rm -rf $PKG/usr/include
|
||||
rm $PKG/usr/{bin/cicqsync,man/man1/cicqsync.1}
|
||||
}
|
15
centerim/.footprint
Normal file
15
centerim/.footprint
Normal file
@ -0,0 +1,15 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/centerim
|
||||
-rwxr-xr-x root/root usr/bin/cicqconv
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cicqconv.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/centerim/
|
||||
-rw-r--r-- root/root usr/share/centerim/email.wav
|
||||
-rw-r--r-- root/root usr/share/centerim/msg.wav
|
||||
-rw-r--r-- root/root usr/share/centerim/offline.wav
|
||||
-rw-r--r-- root/root usr/share/centerim/online.wav
|
||||
-rw-r--r-- root/root usr/share/centerim/sms.wav
|
||||
-rw-r--r-- root/root usr/share/centerim/url.wav
|
2
centerim/.md5sum
Normal file
2
centerim/.md5sum
Normal file
@ -0,0 +1,2 @@
|
||||
d128b54e3cc04a6ee651c51682a497a9 centerim-4.22.1.tar.gz
|
||||
aba0f8064203b6bcf393742956177caf centerim-icq.patch
|
24
centerim/Pkgfile
Normal file
24
centerim/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# Description: Console IM client
|
||||
# URL: http://www.centerim.org/
|
||||
# Maintainer: Simon Gloßner, viper at hometux dot de
|
||||
# Packager: Simon Gloßner, viper at hometux dot de
|
||||
# Depends on: ncurses
|
||||
|
||||
name=centerim
|
||||
version=4.22.1
|
||||
release=1
|
||||
source=(http://www.centerim.org/download/releases/$name-$version.tar.gz \
|
||||
centerim-icq.patch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
patch -p1 < $SRC/centerim-icq.patch
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
12
centerim/centerim-icq.patch
Normal file
12
centerim/centerim-icq.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Nru centerim-4.22.1/libicq2000/src/Client.cpp centerim-4.22.1-new/libicq2000/src/Client.cpp
|
||||
--- centerim-4.22.1/libicq2000/src/Client.cpp 2007-06-14 00:44:04.000000000 +0200
|
||||
+++ centerim-4.22.1-new/libicq2000/src/Client.cpp 2007-11-30 17:26:06.000000000 +0100
|
||||
@@ -1524,7 +1524,7 @@
|
||||
SignalLog(LogEvent::INFO, "Received server-based list from server\n");
|
||||
SBLListSNAC *sbs = static_cast<SBLListSNAC*>(snac);
|
||||
mergeSBL( sbs->getContactTree() );
|
||||
-// SendSBLReceivedACK();
|
||||
+ SendSBLReceivedACK();
|
||||
break;
|
||||
}
|
||||
|
@ -25,6 +25,12 @@ drwxr-xr-x root/root usr/lib/python2.5/site-packages/dbus/
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/_version.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/_version.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/_version.pyo
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/bus.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/bus.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/bus.pyo
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/connection.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/connection.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/connection.pyo
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/dbus_bindings.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/dbus_bindings.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/dbus_bindings.pyo
|
||||
@ -37,6 +43,9 @@ drwxr-xr-x root/root usr/lib/python2.5/site-packages/dbus/
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/glib.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/glib.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/glib.pyo
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/gobject_service.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/gobject_service.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/gobject_service.pyo
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/lowlevel.py
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/lowlevel.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.5/site-packages/dbus/lowlevel.pyo
|
||||
|
@ -1 +1 @@
|
||||
42dced5c87a47589ea0b6535ae2e4918 dbus-python-0.80.1.tar.gz
|
||||
6b7626979b63994613a533a2d244c48c dbus-python-0.82.3.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Description: D-Bus Python bindings
|
||||
# URL: http://freedesktop.org/wiki/Software_2fdbus
|
||||
# URL: http://freedesktop.org/wiki/Software/DBusBindings
|
||||
# Maintainer: Matt Housh, jaeger at crux dot nu
|
||||
# Depends on: dbus-glib, python
|
||||
|
||||
name=dbus-python
|
||||
version=0.80.1
|
||||
version=0.82.3
|
||||
release=1
|
||||
source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
25f355113cdee6800380c6e1a4cd38f0 firefox-2.0-add-ldflags.patch
|
||||
5c2f13d6a27f462ec6b862dafca22e7b firefox-2.0.0.10-source.tar.bz2
|
||||
b2f982f9f3085195d4797957537ca75d firefox-2.0.0.11-source.tar.bz2
|
||||
0eceebd5fbc394248c8c94d66fc95d66 firefox.desktop
|
||||
19ec3915f76e7eb820ad2c59730ee2be firefox.png
|
||||
95de7479767fc69e62ad7958d620d955 mozconfig
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: libidl, gtk, libpng, libjpeg, zlib
|
||||
|
||||
name=firefox
|
||||
version=2.0.0.10
|
||||
version=2.0.0.11
|
||||
release=1
|
||||
source=(ftp://ftp.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 \
|
||||
$name-2.0-add-ldflags.patch \
|
||||
|
@ -1 +1 @@
|
||||
f8721af6f4e90ff48bd7cb4c96a5a94c gob2-2.0.14.tar.gz
|
||||
0c5ab18305fc37902d202a253fdb28b1 gob2-2.0.15.tar.gz
|
||||
|
@ -4,13 +4,14 @@
|
||||
# Depends on: bison, flex, glib, gtk
|
||||
|
||||
name=gob
|
||||
version=2.0.14
|
||||
version=2.0.15
|
||||
release=1
|
||||
source=(http://ftp.5z.com/pub/$name/gob2-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd gob2-$version
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
name=jdk
|
||||
version=1.6.0_03
|
||||
release=1
|
||||
release=2
|
||||
source=(http://download.java.net/dlj/binaries/jdk-6u3-dlj-linux-i586.bin)
|
||||
|
||||
build(){
|
||||
@ -30,5 +30,9 @@ build(){
|
||||
for j in java javac javah javap javaws jar keytool; do
|
||||
ln -s ../lib/java/bin/$j
|
||||
done
|
||||
|
||||
# fix for xcb assertions
|
||||
sed -i 's/XINERAMA/FAKEEXTN/g' \
|
||||
$PKG/usr/lib/java/jre/lib/i386/xawt/libmawt.so
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
name=jre
|
||||
version=1.6.0_03
|
||||
release=1
|
||||
release=2
|
||||
source=(http://download.java.net/dlj/binaries/jdk-6u3-dlj-linux-i586.bin)
|
||||
|
||||
build(){
|
||||
@ -29,5 +29,9 @@ build(){
|
||||
for j in java javaws keytool; do
|
||||
ln -s ../lib/java/bin/$j
|
||||
done
|
||||
|
||||
# fix for xcb assertions
|
||||
sed -i 's/XINERAMA/FAKEEXTN/g' \
|
||||
$PKG/usr/lib/java/lib/i386/xawt/libmawt.so
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
59282278405a8264b39ea28678c78cf4 pinentry-0.7.3.tar.gz
|
||||
d7709fe7c48a24c34c5948725cef7d93 pinentry-0.7.4.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Nice to have: gtk, qt3
|
||||
|
||||
name=pinentry
|
||||
version=0.7.3
|
||||
version=0.7.4
|
||||
release=1
|
||||
source=(http://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.gz)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user