summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5d6b4de265f15e11099fa7418db03b5e4f8c21ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
pkgver=0.6.0
pkgrel=2
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
url="https://git.umaneti.net/chwall/about/"
license=("custom:WTFPL")
depends=("gdk-pixbuf2" "gobject-introspection-runtime" "gtk3"
         "hicolor-icon-theme" "procps-ng" "python" "python-cssselect"
         "python-gobject" "python-importlib-metadata" "python-lxml"
         "python-pillow" "python-requests" "python-setuptools" "python-xdg"
         "python-yaml")
makedepends=("imagemagick")
optdepends=('imagemagick: to extract wallpaper size when using feh'
            'libnotify: to send notification when wallpaper change'
            'feh: to apply wallpaper on independant desktop manager'
            'xorg-xrandr: to extract screen config when using feh')
source=("https://git.umaneti.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
sha256sums=('39b6121a30fce6d44bf638910b25de003b6d7b97ed48c6aad068ecdae2802347')

package() {
  cd "$pkgname-$pkgver"

  make dist DESTDIR="$pkgdir"
}