You are not logged in.

#1 2004-09-30 00:54:15

Jedi Stannis
Member
Registered: 2004-09-10
Posts: 65

Gnome Pager and Mouse Scroll Wheel

Theres a patch here to make the gnome pager respond to the scroll wheel:

http://bugzilla.gnome.org/show_bug.cgi?id=130308

Can anyone be kind enough to give me step by step instructions on how to apply the patch??  Thanks!

Offline

#2 2004-09-30 14:21:48

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

Re: Gnome Pager and Mouse Scroll Wheel

There's example, write PKGBUILD yourself:

# Contributor: ganlu <iamganlu@21cn.com>
pkgname=stardict
pkgver=2.4.3
pkgrel=1
pkgdesc="Dictionary"
url="http://stardict.sourceforge.net/"
depends=('xorg' 'gtk2' 'libgnomeui')
backup=()
source=(http://belnet.dl.sourceforge.net/sourceforge/stardict/$pkgname-$pkgver.tar.bz2 http://61.153.200.30/lucida/linux-patch … gtk24.diff)
md5sums=( 'a578782c9df8e985a32069d19bae0960' '1f1a4dbf41d9ec76a5af9499c7451dc4')
build() {
  cd $startdir/src/$pkgname-$pkgver
# enable stardict can be compiled under gtk 2.4.x
  patch -p1 < ../../stardict-2.4.3-gtk24.diff
# ox dict patch
#  patch -p1 < ../../stardict-ox-fix.diff
  ./configure --prefix=/usr --sysconfdir=/etc
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#3 2004-09-30 16:29:19

Jedi Stannis
Member
Registered: 2004-09-10
Posts: 65

Re: Gnome Pager and Mouse Scroll Wheel

thanks!

Offline

Board footer

Powered by FluxBB