[arch-general] libmtp update

2009-04-08 Thread Federico Manganelli
Here's is a working PKGBUILD for libmtp 0.3.7, that is standing still for a 
while...It should address bug  fs#10583
HTH
thanks 
mangus


Re: [arch-general] libmtp update

2009-04-08 Thread Federico Manganelli

PKGBUILD:

# $Id: PKGBUILD 1267 2008-05-03 04:20:25Z eric $
# Maintainer: damir da...@archlinux.org
#Contributor: Kevin Edmonds edmondske...@hotmail.com

pkgname=libmtp
pkgver=0.3.7
pkgrel=1
pkgdesc=library implementation of the Media Transfer Protocol
arch=(i686 x86_64)
url=http://libmtp.sourceforge.net;
license=(LGPL)
depends=(libusb)
source=(http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
options=('!libtool')
install=$pkgname.install

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
  /bin/install -D -m0644 libmtp.rules \
 $startdir/pkg/etc/udev/rules.d/52-libmtp.rules
  /bin/install -D -m0644 libmtp.fdi \
 $startdir/pkg/usr/share/hal/fdi/information/20thirdparty/libmtp.fdi

}

md5sums=('897c3a84a8bdd78f003820ed5f7fa6cf')


libmtp.install:

post_install() {
udevadm control --reload-rules
/bin/cat THEEND
NOTE

Add your user to group 'camera' to use MTP based devices.
THEEND
}

op=$1
shift
$op $*






Re: [arch-general] KDE4 Anyone?

2008-01-20 Thread Federico Manganelli
Il Saturday 19 January 2008 21:52:04 Rodrigo Coacci ha scritto:
 So have anyone got up and running with KDE4 on Arch? I know about kdemod
 testing, but they miss some dependencies (tapioca-qt, strigi...), so to do
 those by hand i'd prefer to do all myself :-P
 Also, any ideas on when we'll get KDE4 on extra or even testing?

I use kde4 for my box for two month as my desktop and I'm quite happy with it
I like to see changes and improvement come up day by day, it's very 
interesting , and I do my works as well.
 I build it from source from svn using kdesvn-build , a great tool you can 
find here
http://kdesvn-build.kde.org/
It's very simple to configure and It will build every kde module you need 
installing it where you want. My kde4 installation is in /opt/kde4
and don't mess with pacman database since it's not packaged. :-)
Since the stuff is all there if I want to remove it I simply delete that 
folder and start again.
So , tweak your .kdesvn-buildrc as you want , build with
kdesvn-build --debug kdesupport kdelibs kdepimlibs kdebase
set up a correct environment for the user (better with a script in 
/etc/profile.d) and you're done with your kde4 experience.
cheers