You are not logged in.
Can someone make a Wibom pkgbuild?
Here is additional info:
http://wibom.sourceforge.net/download.htm
Thanks ![]()
Offline
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
Thanks so much ... its working
but i have the same problem with UTF8
Offline