mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
Merge pull request #300 from Gottox/master
gnome-shell-mousewheel-zoom: added package
This commit is contained in:
commit
23cc3b3be6
1 changed files with 21 additions and 0 deletions
21
srcpkgs/gnome-shell-mousewheel-zoom/template
Normal file
21
srcpkgs/gnome-shell-mousewheel-zoom/template
Normal file
|
@ -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…
Add table
Reference in a new issue