|
|
@ -1,4 +1,4 @@
|
|
|
|
# Maintainer: Lit Wakefield <nocturnalartifice[at]gmail[dot]com>
|
|
|
|
# Maintainer: Lit Wakefield <noct[at]openmailbox[dot]org>
|
|
|
|
|
|
|
|
|
|
|
|
_pkgname=tdrop
|
|
|
|
_pkgname=tdrop
|
|
|
|
pkgname=tdrop-git
|
|
|
|
pkgname=tdrop-git
|
|
|
@ -6,7 +6,7 @@ pkgver=
|
|
|
|
pkgrel=1
|
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="A WM-Independent dropdown window and terminal creator"
|
|
|
|
pkgdesc="A WM-Independent dropdown window and terminal creator"
|
|
|
|
arch=('any')
|
|
|
|
arch=('any')
|
|
|
|
url="https://github.com/angelic-sedition/tdrop"
|
|
|
|
url="https://github.com/noctuid/tdrop"
|
|
|
|
license=('Simplified BSD')
|
|
|
|
license=('Simplified BSD')
|
|
|
|
depends=('bash' 'xdotool' 'xorg-xwininfo' 'xorg-xprop')
|
|
|
|
depends=('bash' 'xdotool' 'xorg-xwininfo' 'xorg-xprop')
|
|
|
|
optdepends=('tmux: session starting support'
|
|
|
|
optdepends=('tmux: session starting support'
|
|
|
@ -15,7 +15,7 @@ optdepends=('tmux: session starting support'
|
|
|
|
makedepends=('git')
|
|
|
|
makedepends=('git')
|
|
|
|
provides=("${_pkgname}")
|
|
|
|
provides=("${_pkgname}")
|
|
|
|
md5sums=('SKIP')
|
|
|
|
md5sums=('SKIP')
|
|
|
|
source=("git://github.com/angelic-sedition/${_pkgname}.git")
|
|
|
|
source=("git://github.com/noctuid/${_pkgname}.git")
|
|
|
|
|
|
|
|
|
|
|
|
pkgver() {
|
|
|
|
pkgver() {
|
|
|
|
cd "$srcdir/$_pkgname"
|
|
|
|
cd "$srcdir/$_pkgname"
|
|
|
|