Search Criteria
Package Details: smartbg-git 20120106-1
Git Clone URL: | https://aur.archlinux.org/smartbg-git.git (read-only, click to copy) |
---|---|
Package Base: | smartbg-git |
Description: | A smart wallpaper setter for multi-head X displays |
Upstream URL: | http://code.schnouki.net/p/smartbg/ |
Licenses: | |
Submitter: | Schnouki |
Maintainer: | Schnouki (Herny64) |
Last Packager: | Herny64 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2010-02-15 15:03 |
Last Updated: | 2017-07-27 07:29 |
Latest Comments
Herny64 commented on 2017-07-14 19:10
Hi can you please update the pkgbuild?
I came up with this, hope it is ok like this
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=smartbg-git
pkgver=20120525
pkgrel=1
pkgdesc="A smart wallpaper setter for multi-head X displays"
arch=(any)
url="https://code.schnouki.net/schouki/smartbg/"
license=('custom:WTFPL')
depends=('pygtk' 'python2-xlib')
makedepends=('git')
source=("smartbg::git+https://code.schnouki.net/schnouki/smartbg.git")
md5sums=("SKIP")
pkgver() {
cd smartbg
git log -1 --format=%ci | grep -Eo "[0-9]{4}\-[0-9].\-[0-9]." | tr -d "\-[:space:]"
}
package() {
cd smartbg
install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING || return 1
install -Dm755 smartbg $pkgdir/usr/bin/smartbg
}
Schnouki commented on 2013-11-21 18:21
@prash Oops, sorry about that. It should work now.
prash commented on 2013-11-21 16:05
Your repository seems to be down. Do you mind setting it up again, or moving it to a public repository like github, bitbucket, etc.?
Schnouki commented on 2012-01-06 13:37
Thanks Ramblurr, I had forgotten to update this package. Fixed.
Anonymous comment on 2011-12-29 19:12
Needs the dependency 'python-xlib'.