gnome-shell-mousewheel-zoom: remove package

* inactive
* doesn't work with current GNOME
This commit is contained in:
Michal Vasilek 2021-08-17 22:18:12 +02:00
parent f495cf5ae7
commit 9351eba487

View file

@ -1,23 +0,0 @@
# Template file for 'gnome-shell-mousewheel-zoom'
pkgname=gnome-shell-mousewheel-zoom
version=0.8.0
revision=2
wrksrc=gnome-shell-mousewheel-zoom-upstream-0.8.0
hostmakedepends="vala pkg-config"
makedepends="libglib-devel libX11-devel"
depends="gnome-shell"
short_desc="Enable mousewheel zoom using left-alt key using gnome-shell"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/tobiasquinn/gnome-shell-mousewheel-zoom"
distfiles="https://github.com/tobiasquinn/gnome-shell-mousewheel-zoom/archive/upstream/${version}.tar.gz"
checksum=5f57affb89ef5091d94e03f7c074e0dc89da7952efbb399d4a7bf2b0848d8a40
nopie=yes
do_build() {
make -f makefile
}
do_install() {
make -f makefile DESTDIR=$DESTDIR install
}