libktorrent update, appset-qt not starting correct yet

This commit is contained in:
abveritas 2011-04-28 01:10:22 +00:00
parent 28d6a69ca5
commit 3b6647acec
3 changed files with 23 additions and 13 deletions

View File

@ -5,9 +5,9 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=libktorrent
pkgver=1.1.0
pkgver=1.1.1
pkgrel=1
ktorver=4.1.0
ktorver=4.1.1
pkgdesc="A BitTorrent program for KDE"
arch=('i686' 'x86_64')
url="http://ktorrent.org"
@ -16,7 +16,7 @@ depends=('kdelibs')
makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 'kdebase-workspace')
source=(http://ktorrent.org/downloads/${ktorver}/libktorrent-${pkgver}.tar.bz2)
options=('libtool')
md5sums=('76d3e58bbf2e4df7e97421e06ebf8fb8')
md5sums=('96de8dd6d6cea4255ce946bb4cd69836')
build() {
cd ${srcdir}

View File

@ -3,8 +3,8 @@
# Translators: http://chakra-project.org/bbs/viewtopic.php?pid=29626#p29626
pkgname=appset-qt
pkgver=0.4.2
pkgrel=2
pkgver=0.4.3
pkgrel=1
pkgdesc="An advanced and feature rich Package Manager Frontend"
arch=('i686' 'x86_64')
url="http://appset.sourceforge.net/"
@ -14,25 +14,25 @@ optdepends=('ccr: For Community Repository support')
install=${pkgname}.install
source=(http://sourceforge.net/projects/appset/files/appset-qt/0.4/$pkgver/$pkgname-$pkgver-sources.tar.gz
http://chakra-project.org/sources/$pkgname/appset-qt-oxygen-icons.tar.xz
http://chakra-project.org/sources/$pkgname/$pkgname-0.4.2-chakra.patch
$pkgname/$pkgname-0.4.3-chakra.patch
#http://chakra-project.org/sources/$pkgname/appset-qt_ca-0.4.1.tar.gz
#http://chakra-project.org/sources/$pkgname/appset-qt_de-0.4.1.tar.gz
#http://chakra-project.org/sources/$pkgname/appset-qt_el-0.4.1.tar.gz
#http://chakra-project.org/sources/$pkgname/appset-qt_es-0.4.1.tar.gz
#http://chakra-project.org/sources/$pkgname/appset-qt_fr-0.4.1.tar.gz
#http://chakra-project.org/sources/$pkgname/appset-qt_nl-0.4.1.tar.gz
http://chakra-project.org/sources/$pkgname/appset-qt_pl-0.4.2.tar.gz
#http://chakra-project.org/sources/$pkgname/appset-qt_pl-0.4.2.tar.gz
)
md5sums=(672dc9475c94baf614dd12922782c522
md5sums=(ad4d2811b5c0b756e0b79139c9332a60
87f5f278e3fe67ed2cd6165c2835d81b
eb097d3ceeae3d05eefc0a5717ced010
0781a4f583b645d1be29689822f568b0
#8c3833816b9270c175636a7bc7fce544 # appset-qt_ca.0.4.1.tar.gz
#275ce0fe7db802558340c5c234a66249 # appset-qt_de-0.4.1.tar.gz
#b9ffe714c1c1d76a9df7f0784c9e62d5 # appset-qt_el.0.4.1.tar.gz
#033278244a74b198f386766abbb9fc50 # appset-qt_es.0.4.1.tar.gz
#676f758716610442b0ef873c1d2974f1 # appset-qt_fr.0.4.1.tar.gz
#2acb9e2ac0e6d75f3d97148a621a5539 # appset-qt_nl-0.4.1.tar.gz
53efb5cc093a97ebeff33e1d25f05a76 # appset-qt_pl-0.4.2.tar.gz
#53efb5cc093a97ebeff33e1d25f05a76 # appset-qt_pl-0.4.2.tar.gz
)
build() {
@ -41,12 +41,12 @@ build() {
cp -v ../*png Qt/AppSet-Qt
# patch it for Chakra GNU/Linux
patch -Np1 -i ${startdir}/src/$pkgname-0.4.2-chakra.patch
patch -Np1 -i ${startdir}/src/$pkgname-0.4.3-chakra.patch
# add chakra translations (check upstream)
#patch -Np1 -i ${startdir}/src/add-spanish.patch
cp -v ../appsettray-qt*.ts Qt/AppSetTray-Qt
cp -v ../appset-qt*.ts Qt/AppSet-Qt
#cp -v ../appsettray-qt*.ts Qt/AppSetTray-Qt
#cp -v ../appset-qt*.ts Qt/AppSet-Qt
# check for updated strings
cd Qt/AppSet-Qt
@ -73,3 +73,4 @@ package() {
install -m 755 -d "$pkgdir/etc/rc.d" || return 1
install -m 755 "$srcdir/$pkgname-$pkgver-sources/AppSetHelper/appset-helper.sh" "$pkgdir/etc/rc.d/appset-helper"
}

View File

@ -1,9 +1,17 @@
whisperer(){
echo "----------------------------------------------------------------"
echo "Don't forget that this is an alpha release of AppSet-Qt."
echo "You can test it but it is not recommended for use every day"
echo "----------------------------------------------------------------"
echo "AppSet is in your desktop menu under Applications->System"
echo "To launch AppSet from shell run 'appset-launch.sh' as normal"
echo "user. To launch the tray type appsettray-qt as normal user."
echo "----------------------------------------------------------------"
echo "----------------------------------------------------------------"
echo "IMPORTANT!: NOW YOU NEED TO REBOOT YOUR COMPUTER TO MAKE APPSET"
echo "WORKING CORRECTLY"
echo "----------------------------------------------------------------"
echo "----------------------------------------------------------------"
}
mr_daemon(){
@ -27,3 +35,4 @@ post_upgrade(){
post_remove(){
sed -i '/^DAEMONS/{s/ appset-helper)$/)/}' /etc/rc.conf
}