summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fe1960170f44ae98ed4de92c24b6624989bbf8b5 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
# Maintainer: Harry Beadle <harrybeadle ant protonmail dog com>

pkgname='rofi-applets-menus'
pkgrel='1'
pkgver='6e84e05'

pkgdesc='A collection of custom applets and menus made using rofi and its dmenu emulation, inspired by rofi-menus.'
arch=('x86_64')
url='https://github.com/adi1090x/rofi'
license=('GPL')
optdepends=('xbacklight: adjust brightness'
	      'dunst: nofify'
	      'acpi: get battery info'
	      'xfce4-power-manager-settings: launch power manager'
	      'mpd'
	      'mpc'
	      'dnsutils'
	      'nmcli'
	      'nmtui'
	      'bmon'
	      'nm-connection-editor'
	      'termite'
	      'systemctl'
	      'i3lock'
	      'firefox'
	      'scrot'
	      'maim'
	      'viewnior'
	      'amixer')
makedepends=('git')

source=('git+https://github.com/adi1090x/rofi')
md5sums=('SKIP')

package() {
    cd rofi
    chmod +x scripts/*
    cp -r scripts themes config.rasi ~/.config/rofi
}