You are not logged in.

#1 2008-03-22 12:37:52

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

scim-input-pad

I never tried to make a pkgbuild from scratch until now. I always just modified or edited others that were already made. Anyway this is my first attempt. I would really like to install this scim-input-pad. and it builds fine except at the end. I get some errors, and then it aborts :sigh: Something to do with "cast from 'void*' to 'gint' loses precision" ?

Can someone help me with this packbuild ? And maybe point out what I'm doing wrong or what I'm missing?

# Contributor:

pkgname=scim-input-pad
pkgver=0.1.0
pkgrel=1
pkgdesc="Input pad for SCIM used to input symbols and special characters"
arch=(i686 x86_64)
url="http://www.scim-im.org/"
license=('GPL2')
depends=('scim' 'gtk2' 'gcc')
source=(http://freshmeat.net/redir/sciminputpad/56848/url_tgz/$pkgname-$pkgver.tar.gz)
md5sums=('119ce442a774d9fd25da550669675501')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --enable-nls
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Last edited by Leigh (2008-03-22 13:04:08)


-- archlinux 是一个极好的 linux

Offline

#2 2008-03-22 23:08:44

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

Re: scim-input-pad

I only had to update the version and it builds fine on x86_64.

I uploaded it to aur. if there's something wrong with the layout please leave a comment and I'll fix it. Thanks!

http://aur.archlinux.org/packages.php?ID=15900

Last edited by Leigh (2008-03-22 23:46:46)


-- archlinux 是一个极好的 linux

Offline

Board footer

Powered by FluxBB