You are not logged in.
If you get a chance, would it be possible to update the thunar package? There's a new snapshot (which isn't in svn)..
http://xfce-diary.blogspot.com/Can't wait to try it out. Thanks for all the packages, it's appreciated
Shadows a busy guy. I went ahead and updated the PKGBUILD for thunar-svn. It now needs gtk-doc to install to build too.
# Maintainer: Shadowhand <woody.gilk@gmail.com>
pkgname=thunar-svn
pkgver=18775
pkgrel=1
pkgdesc="Thunar is a modern file manager for Xfce"
url="http://www.xfce.org/"
groups='xfce-svn'
conflicts=('thunar')
provides=('thunar')
depends=('exo-svn' 'gtk2' 'gtk-doc' 'fam' 'libxfce4util-svn')
makedepends=('subversion' 'xfce4-dev-tools' 'intltool')
_svntrunk=http://svn.xfce.org/svn/xfce/thunar/trunk/
_svnmod=thunar
build() {
msg "Updating SVN entries for $_svnmod ..."
cd $startdir/src
svn co $_svntrunk $_svnmod
cd $_svnmod
msg "Finished update, starting build ..."
./autogen.sh --prefix=/opt/xfce4 --enable-cairo
make || return 1
make DESTDIR=$startdir/pkg install
#libtool-slay!
find $startdir/pkg -type f -name '*.la' -exec rm {} ;
}Offline
stonecrest wrote:If you get a chance, would it be possible to update the thunar package? There's a new snapshot (which isn't in svn)..
http://xfce-diary.blogspot.com/Can't wait to try it out. Thanks for all the packages, it's appreciated
Shadows a busy guy. I went ahead and updated the PKGBUILD for thunar-svn. It now needs gtk-doc to install to build too.
Thanks Ludo.. but as I mentioned, this snapshot isn't in svn. The last svn update was on 10/03.
I am a gated community.
Offline
Just tried the snapshot and its not building on my end. Maybe someone else will have some luck with it.
Offline
See the post's comments, there is an updated snapshot in. I am trying to build now...
EDIT : The snapshot from the comments built fine...
...and...
YZAAAAAAAAAAAAAAAAAAAAAAH!! There is "Delete" in, too! ![]()
Offline
EDIT : The snapshot from the comments built fine...
...and...
YZAAAAAAAAAAAAAAAAAAAAAAH!! There is "Delete" in, too!
Nice! 8) I don't suppose it has a File>New Folder does it? Those are the only two things I need, although delete is by far needed more
Any chance of uploading your package somewhere, stavrosg?
I am a gated community.
Offline
It's still not building for me. Could you post your PKGBUILD for it stavrosg??
I updated my packages last night too. ![]()
·¬»· i am shadowhand, powered by webfaction
Offline
PKGBUILD here : http://pastebin.ca/28260
you need exo-svn 18621 or newer to build (supposedly)
my package is <clickety> but don't come back moaning if it doesn't work. I provide it in a "Works for me(tm)" basis ![]()
Offline
Just upgraded firefox-devel to 1.5rc2. Enjoy!
·¬»· i am shadowhand, powered by webfaction
Offline
Yay!
Offline
I was finally able to get thunar to build by using --disable-debug and --disable-gnome-thumbnailers (because i dont have gconf installed). I also had to update to the latest exo-svn (rev 18838).
It's nice to be able to delete
All it needs is the ability to create new files/directories and it's perfect to me.
I am a gated community.
Offline
Updated all the xfce-svn packages.
·¬»· i am shadowhand, powered by webfaction
Offline
Updated gimp-devel to 2.3.5
·¬»· i am shadowhand, powered by webfaction
Offline
Hmm... got a bit of a problem, only minor but annoying. When I have conky running, I cant see the icons of minimised applications.
Any ideas, or things i need to change in my conky config?
Offline
Hmm... got a bit of a problem, only minor but annoying. When I have conky running, I cant see the icons of minimised applications.
Any ideas, or things i need to change in my conky config?
you need to turn off double buffers.
double_buffer noOffline
Thanks ![]()
Offline
Updated xfce-svn packages.
·¬»· i am shadowhand, powered by webfaction
Offline
Does Thunar have support for creating folders and deleting stuff now?
Offline
Does Thunar have support for creating folders and deleting stuff now?
Sure does. Thunar has now become my main file manager even in pre alpha.
Offline
Okay, I've installed it... Now where is that creation/deletion support again? :? I don't see anything about it anywhere in Thunar.
Offline
Dunno why, but this is a really old version of thunar. Help > About says r18421 whereas I checked out r18872 a day or two ago from svn...
I am a gated community.
Offline
Same here: r18421.
Shadowhand, I don't think the repo database was updated...
(Mmm... This version also crashes when I try to open a file. Very nice.)
Edit: well, my version is the one in the repo... Shadowhand, methinks something screwy has happened.
Offline
Strange.... I just updated the database again to make sure.
Thunar should be version 18881.
·¬»· i am shadowhand, powered by webfaction
Offline
Thunar is still r18421 for me as well. The weird thing is, thunar-svn-18881-1.pkg.tar.gz is in the pacman cache...
- Rpg Cyco
Offline
Same here. For me, Thunar didn't even update.
Offline
Just forced a reinstall via pacman -S xfce4-svn. Thunar is the same version as before, r18421.
Then there's this problem:
[proteus@localhost ~]$ sudo pacman -Syu
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: community is up to date
shadowhand [################] 100% 5K 1.0K/s 00:00:05Targets: gtk-xfce-engine-svn-18748-1 libxfce4mcs-svn-18637-1
libxfce4util-svn-18707-1Total Package Size: 0.1 MB
Proceed with upgrade? [Y/n] y
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading gtk-xfce-engine-svn... done.
upgrading libxfce4mcs-svn... done.
upgrading libxfce4util-svn... done.
[proteus@localhost ~]$ sudo pacman -Syu
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: community is up to date
shadowhand [################] 100% 5K 16.1K/s 00:00:00Targets: gtk-xfce-engine-svn-18748-1 libxfce4mcs-svn-18637-1
libxfce4util-svn-18707-1Total Package Size: 0.1 MB
Proceed with upgrade? [Y/n] n
It wants to reinstall those packages, even though they're already installed and up to date!
Offline