Merge pull request #300 from Gottox/master
gnome-shell-mousewheel-zoom: added package
This commit is contained in:
commit
23cc3b3be6
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'gnome-shell-mousewheel-zoom'
|
||||
pkgname=gnome-shell-mousewheel-zoom
|
||||
version=0.8.0
|
||||
revision=1
|
||||
short_desc="Enable mousewheel zoom using left-alt key using gnome-shell"
|
||||
homepage="https://github.com/tobiasquinn/gnome-shell-mousewheel-zoom"
|
||||
license="GPL3"
|
||||
depends="gnome-shell"
|
||||
makedepends="libglib-devel libX11-devel"
|
||||
hostmakedepends="vala pkg-config"
|
||||
distfiles="https://github.com/tobiasquinn/gnome-shell-mousewheel-zoom/archive/upstream/$version.tar.gz"
|
||||
checksum=5f57affb89ef5091d94e03f7c074e0dc89da7952efbb399d4a7bf2b0848d8a40
|
||||
wrksrc=gnome-shell-mousewheel-zoom-upstream-0.8.0
|
||||
|
||||
do_build() {
|
||||
make -f makefile
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make -f makefile DESTDIR=$DESTDIR install
|
||||
}
|
Loading…
Reference in New Issue