#Packager: George Vlahavas pkgname=skippy-xd pkgver=2020.04.13 pkgrel=1gv source=("skippy-xd-$pkgver.tar.xz") docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo") options=('nosrcpack') #url=https://github.com/richardgv/skippy-xd # original repo url=https://github.com/dreamcat4/skippy-xd slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "skippy-xd (a full-screen task-switcher for X11)" "Skippy-XD is a full-screen task-switcher for X11. You know that thing" "Mac OS X, Compiz and KWin do where you press a hotkey and suddenly you" "see miniature versions of all your windows at once? Skippy-XD does" "just that. It's most commonly known by Mac OS X's name for it: Exposé." ) build() { cd $startdir/src/$pkgname-$pkgver # a bit saner defaults. It was too transparent for my taste sed -i "s/^opacity = 200$/opacity = 240/" skippy-xd.sample.rc make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }