mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Merge pull request #6 from alpha123/fix-pkgbuild
Update PKGBUILD to include the GitHub URL for this fork. I stopped planning to merge it back.
This commit is contained in:
commit
c5cc6b9b33
1 changed files with 4 additions and 3 deletions
7
PKGBUILD
7
PKGBUILD
|
@ -1,17 +1,18 @@
|
|||
# Contributor: Sean Pringle <sean.pringle@gmail.com>
|
||||
# Contributor: Dave Davenport
|
||||
|
||||
pkgname=simpleswitcher-git
|
||||
pkgver=20120625
|
||||
pkgrel=1
|
||||
pkgdesc="simple EWMH window switcher"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://github.com/seanpringle/simpleswitcher"
|
||||
url="http://github.com/DaveDavenport/simpleswitcher"
|
||||
license=('MIT')
|
||||
depends=('libx11' 'libxft' 'freetype2')
|
||||
makedepends=('git')
|
||||
provides=('simpleswitcher')
|
||||
|
||||
_gitroot="git://github.com/seanpringle/simpleswitcher.git"
|
||||
_gitroot="git://github.com/DaveDavenport/simpleswitcher.git"
|
||||
_gitname="simpleswitcher"
|
||||
|
||||
build() {
|
||||
|
@ -40,4 +41,4 @@ package() {
|
|||
install -Dm 755 $_gitname "$pkgdir/usr/bin/simpleswitcher"
|
||||
gzip -c "$_gitname.1" > "$_gitname.1.gz"
|
||||
install -Dm644 "$_gitname.1.gz" "$pkgdir/usr/share/man/man1/$_gitname.1.gz"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue