You are not logged in.

#1 2007-01-16 22:59:01

tockar
Member
From: Poland
Registered: 2006-06-08
Posts: 15
Website

Request: thunar-volman

http://foo-projects.org/~benny/projects … index.html

The Thunar Volume Manager is an extension for the Thunar file manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digital camera, it will automatically launch your preferred photo application and import the new pictures from the camera into your photo collection.

My svn build compiled with --prefix=/opt/xfce4 isn't working correctly. Please someone more experienced than me build this (stable and svn) plugin, it could be a great app for Xfce4 users. smile

Offline

#2 2007-01-17 08:34:19

Xarturkhann
Member
From: Ankara
Registered: 2006-02-17
Posts: 55

Re: Request: thunar-volman

pkgname=thunar-volman-svn
pkgver=2384      
pkgrel=1
pkgdesc="The Thunar Volume Manager is an extension for the Thunar file manager"
url="http://xfce-goodies.berlios.de/"
groups='xfce4-svn-plugins'
conflicts=('thunar-volman')
depends=('thunar-svn' 'dbus' 'hal')
makedepends=('xfce-devtools-svn')
options=(NOLIBTOOL)

_svntrunk=http://svn.xfce.org/svn/goodies/thunar-volman/trunk
_svnmod=thunar-volman

build() {
    cd $startdir/src
    msg "Connecting to $_svnmod SVN server...."
    svn co $_svntrunk $_svnmod -r $pkgver
    
    msg "SVN checkout done or server timeout"
    msg "Starting make..."
    
    cp -r $_svnmod $_svnmod-build
    
    cd $startdir/src/$_svnmod-build

      ./autogen.sh --prefix=/opt/xfce4 || return 1
    make || return 1
    make DESTDIR=$startdir/pkg install || return 1
    
    rm -rf $startdir/src/$_svnmod-build
}

This is work for me.
You need last svn build for Thunar and exo i think.

Offline

#3 2007-01-17 09:01:52

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Request: thunar-volman

Maybe I should have posted earlier that I was working on it:
http://aur.archlinux.org/packages.php?d … =1&ID=8154

As already said, use versionpkg for exo-svn and thunar-svn.


1000

Offline

Board footer

Powered by FluxBB