You are not logged in.
This is a dead link -> http://dtw.jiwe.org
It would be good if you could please be specific to where the repo is located. Sorry i moved to arch three days ago and still trying to install things i had on my debian distro (like baghira). And the above repo doesnt work.
Works fine here - you have a DNS problem it seems. The second post of this thread is perfectly specific about where the repo is. As I stated in my previous post - I assume debian still requires that you can read?
Offline
Just read my earlier post. If you can read too. This is horrible.
Offline
Just read my earlier post. If you can read too. This is horrible.
Yeah - I can read fine but evidently you just don't want to. As I already said - the site is up and the location is correct. You have a DNS/routing problem, I suggest you contact your ISP to complain - please stop posting in this thread.
Offline
Yeah - I can read fine but evidently you just don't want to. As I already said - the site is up and the location is correct. You have a DNS/routing problem, I suggest you contact your ISP to complain - please stop posting in this thread.I am writing again just for the heck of it, cos it seems like you've got major issues with your repo. May be for one moment i believed my university is blocking your "So Called Fantastic Repo (SCFR)", so I tried 5 different places to access your SCFR and it doesnt work.
I dont trust/believe what your saying, may be i would if there is somebody more authentic saying so.
Offline
works fine here as on two other location i have arch boxes.
I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell
Offline
Thanks kth5.
I apologize for everything but it still doesnt work for me for some reason. Anyways, I guess I will pass on that. :cry: All other things seem to connect just fine.
Offline
Yeah, cos I gain so much by lying, eh? And you don't trust me to tell the truth about if the site is up but you would use my pkgs...right...
One thing I just thought of tho - there are some block IP bans on my site - probably of some Canadian and Chinese ISPs - this could be affecting you I guess. That would be unfortunate if that is the case.
Offline
anyway, whatever might be the case....i moved back to debian on my laptop and installed everything i wanted. Not that i didnt like Arch, i like it and im writing it from my desktop which is still apparently an Arch Box.
And too bad if you blocked my ip !! ![]()
Offline
Well, I certainly haven't lost sleep about it ![]()
Offline
Wow, this stuff is awesome, thanks... but, uh, Machiavelli, how do I use the improved taskbar from your repo? :oops:
Offline
Thanks to everyone making it easier for us others.
Offline
Wow, this stuff is awesome, thanks... but, uh, Machiavelli, how do I use the improved taskbar from your repo? :oops:
Improved taskbar? If you're referring to kdeimprov-systemtray2, add it to the kicker just like you would the normal system tray. If you're referring to kdeimprov-kmetabar, install and add it the way you would add any navigation panel plugin. If it fails to show up, I think you have to remove ~/.kde/share/apps/konqsidebartng or something like that.
Offline
Yep, figured that out... Stupid me. :oops: Thanks anyway.
Offline
Just wanted to chime in and say thanks for packaging all this stuff up!
Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein
Offline
I'd like to add mach's as well but don't have time - if someone tidied the PKGBUILDs it would make it easier for me ![]()
Offline
I've added contributor tags and removed license fields where requested. Any other changes you want me to make?
Offline
Will take a look over xmas mate ![]()
Offline
So what's up with this thing?
It'd be great to have the kde eye-candy somehow organised in pacman ![]()
Offline
OK, I have grabbed the PKGBUILDs. Will review build and upload as soon as possible (maybe not that soon tho
)
Offline
OK, I amjust uploading some updated pkgs. I have added nearly all of Macs. Some I had my own pkgs for anyway and some the source was not downloaded correctly and I have not yet had time to fix those. If anyone wants to check out which ones have not built and provide updated PKGBUILDs that would be great. I am internet cafe reliant and so researching pkgs is tough for me ATM! ![]()
Offline
I've got a couple..
kdecor-alphacube
pkgname=kdedecor-alphacube
pkgver=0.3
pkgrel=1
pkgdesc="KDE 3.4.x Window Decoration with the same look and feel of Metacity's Alphacube Theme"
url="http://www.kde-look.org/content/show.php?content=32099"
license="GPL"
depends=('kdebase')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.kde-look.org/content/files/32099-Alphacube-$pkgver.tar.bz2)
md5sums=('e5213ead2810f8b9f7cfde80f11035fa')
build() {
cd $startdir/src/Alphacube-$pkgver
./configure --disable-debug --prefix=/opt/kde
make || return 1
make DESTDIR=$startdir/pkg install
}kdedecor-klearbox
pkgname=kdedecor-klearbox
pkgver=0.1
pkgrel=1
pkgdesc="KDE 3.4.x Window Decoration with a smooth, tight feel to it."
url="http://www.kde-look.org/content/show.php?content=30935"
license="GPL"
depends=('kdebase')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.kde-look.org/content/files/30935-KlearBox.tar.gz)
md5sums=('8fcf9334681d715ce8eaea0a6db5d1e2')
build() {
cd $startdir/src/KlearBox
./configure --disable-debug --prefix=/opt/kde
make || return 1
make DESTDIR=$startdir/pkg install
}kdestyle-krisp
pkgname=kdestyle-krisp
pkgver=0.1
pkgrel=1
pkgdesc="A simple and vibrant KDE 3.4.x Style"
url="http://www.kde-look.org/content/show.php?content=18378"
license="GPL"
depends=('kdebase')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.kde-look.org/content/files/18378-krisp-$pkgver.tar.bz2)
md5sums=('e0b01d0772574be0cb089bb3e712ea9c')
build() {
cd $startdir/src/krisp-$pkgver
./configure --disable-debug --prefix=/opt/kde
make || return 1
make DESTDIR=$startdir/pkg install
}kdestyle-tiblit
pkgname=kdestyle-tiblit
pkgver=1.2
pkgrel=1
pkgdesc="A lightweight KDE 3.4.x Style focused on customization"
url="http://www.kde-look.org/content/show.php?content=20798"
license="GPL"
depends=('kdebase')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.kde-look.org/content/files/20798-tiblit-$pkgver.tar.bz2)
md5sums=('bbed2e80d9710cd3528e37b822f89ca6')
build() {
cd $startdir/src/tiblit-$pkgver
./configure --disable-debug --prefix=/opt/kde
make || return 1
make DESTDIR=$startdir/pkg install
}Offline
Tiblit?
Woo hoo! :twisted:
Offline
So, dibble, do you think KDE apps such as Konversation would be of interest to this repo as well?
Offline
It's in the aur, why add an irc application to an eye candy repo?
Offline
Bad example, then. Make your pick from kde-apps.org instead.
Offline