You are not logged in.

#1 2010-09-18 07:26:07

ljukee
Member
From: Czech Republic
Registered: 2007-07-29
Posts: 22

[REQUEST]: Wibom wine bottle management

Can someone make a Wibom pkgbuild?

Here is additional info:

http://wibom.sourceforge.net/download.htm

Thanks smile

Offline

#2 2010-09-18 10:33:00

DIDI2002
Member
Registered: 2009-08-06
Posts: 66

Re: [REQUEST]: Wibom wine bottle management

Does this help you at all?

pkgname=wibom
pkgver=0.8
pkgrel=1
pkgdesc="Wibom is THE Wine bottle manager"
arch=('x86' 'x86_64')
url="http://sourceforge.net/projects/wibom/"
license=('GPL')
depends=('ruby' 'ruby-gtk2' 'gettext' 'ruby-gettext' 'gtk2' 'wine' 'zenity')
source=('http://sourceforge.net/projects/wibom/files/Tarballs/$pkgname-gtk-$pkgver.tar.bz2/download')
md5sums=('c75902d6fbf9e8396c9abb49d27fc4c3')

build() {
  cd "$srcdir/usr/bin"
  sed -i 's/©/c/g' wibom-gtk
  sed -i 's/č/c/g' wibom-gtk
  sed -i 's/á/a/g' wibom-gtk
}

package() {
  cp $srcdir/usr $pkgdir -r
}

Ruby really didn't like the unicode on my x86_64

Last edited by DIDI2002 (2010-09-18 10:35:46)

Offline

#3 2010-09-20 12:04:08

ljukee
Member
From: Czech Republic
Registered: 2007-07-29
Posts: 22

Re: [REQUEST]: Wibom wine bottle management

Thanks so much ... its working smile but i have the same problem with UTF8

Offline

Board footer

Powered by FluxBB