Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#2941 - Please include LumaQQ & OpenQ in arch extra repo

Attached to Project: Arch Linux
Opened by Mark Lam (sunshine) - Sunday, 10 July 2005, 09:22 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

OICQ(QQ) is the most popularest ICQ client in China. LumaQQ is
OICQ client written using Java for Linux ,windows,FreeBSD,Mac and Solaris under GPL license.

OpenQ is OICQ protocol lib for gaim.

Because LumaQQ can be update easily by replace the lumaqq.jar ,So I splited the LumaQQ PKGBUILD to 2 parts.
Here is my crude PKGBUILDs

pkgname=openq
pkgver=0.3.2
pkgrel=1
pkgdesc="OICQ protocol lib for gaim"
url="http://sourceforge.net/projects/openq/"
depends=('gaim')

source=(http://jaist.dl.sourceforge.net/sourceforge/$pkgname-$pkgver.tar.gz)

build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}


pkgname=lumaqq
pkgver=base
pkgrel=1
pkgdesc="OICQ client written using Java"
url="http://lumaqq.linuxsir.org/"
depends=('j2re' 'gtk2' 'x-server')
source=(http://zhy2fly.lysafe.com/web/download/2004t/lumaqq_2004t-linux_gtk2_x86_no_jre.tar.gz LumaQQ.desktop)

build() {
mkdir -p $startdir/pkg/opt $startdir/pkg/usr/share/applications
cd $startdir/src/
mv LumaQQ $startdir/pkg/opt
cd $startdir/pkg/usr/share/applications
cp $startdir/src/LumaQQ.desktop .
}

pkgname=lumaqq2004T
pkgver=2005.07.09
pkgrel=1
pkgdesc="OICQ client written using Java"
url="http://lumaqq.linuxsir.org/"
depends=('lumaqq')
patch=lumaqq_2004t_patch_2005.07.09.17.00

source=(http://zhy2fly.lysafe.com/web/download/patch/$patch.zip)

build() {
mkdir -p $startdir/pkg/opt/LumaQQ/lib
rm /opt/LumaQQ/lib/lumaqq.jar
cd $startdir/src
mv lumaqq.jar $startdir/pkg/opt/LumaQQ/lib

}


This task depends upon

Closed by  Dale Blount (dale)
Monday, 11 July 2005, 01:16 GMT
Reason for closing:  Not a bug
Additional comments about closing:  please use the package request thread on the forum.
Comment by Mark Lam (sunshine) - Sunday, 10 July 2005, 09:28 GMT
[Desktop Entry]
Name=LumaQQ
Comment=QQ Client
Exec=/opt/LumaQQ/lumaqq
Icon=/opt/LumaQQ/QQ.png
Terminal=false
Type=Application
Categories=Application;Network;

Loading...