blob: 5b0869e4786d3b0be1ce697d760d82db7f898f3d (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
pkgbase = generic-monitor-plugin
pkgdesc = Cyclically spawns a script/program, captures its output and displays the resulting string in the panel
pkgver = 2021.10.27
pkgrel = 3
url = https://gitlab.com/vala-panel-project/xfce4-genmon-plugin
arch = x86_64
arch = i686
arch = aarch64
arch = armv7h
arch = pentium4
license = LGPL
makedepends = cmake
makedepends = vala
makedepends = gtk3
makedepends = libpeas
makedepends = mate-panel
makedepends = xfce4-panel>=4.11.2
makedepends = vala-panel>=0.4.60
makedepends = budgie-desktop
source = https://gitlab.com/vala-panel-project/xfce4-genmon-plugin/-/archive/d8f2540730747f955f45ba1fbd32e2aaa3277ad2/xfce4-genmon-plugin-d8f2540730747f955f45ba1fbd32e2aaa3277ad2.tar.gz
source = https://gitlab.com/vala-panel-project/cmake-vala/-/archive/r3/cmake-vala-r3.tar.gz
sha256sums = 566352618c3cbd6d7218df5a93ef9dd6fda17b63d304b9f0dfc99666246cdf81
sha256sums = 1d0710b220f0ddc1f045dc5a310537fb8fb7ee2069156e84e28de1c2516f0903
pkgname = genmon-plugin-common
pkgdesc = Translations and script examples for GenMon
arch = any
depends = bash
depends = perl
optdepends = xfce4-panel-genmon: XFCE4 panel applet
optdepends = mate-panel-genmon: MATE panel applet
optdepends = vala-panel-genmon: Vala panel applet
optdepends = budgie-genmon: Budgie panel applet
pkgname = mate-panel-genmon
pkgdesc = Cyclically spawns a script/program, captures its output and displays the resulting string in the panel
depends = gtk3
depends = mate-panel
depends = genmon-plugin-common
pkgname = xfce4-panel-genmon-ng
pkgdesc = Cyclically spawns a script/program, captures its output and displays the resulting string in the panel
depends = gtk3
depends = xfce4-panel>=4.11.2
depends = genmon-plugin-common
provides = xfce4-panel-genmon
pkgname = vala-panel-genmon
pkgdesc = Cyclically spawns a script/program, captures its output and displays the resulting string in the panel
depends = gtk3
depends = vala-panel>=0.4.60
depends = genmon-plugin-common
provides = vala-panel-applets-genmon
pkgname = budgie-genmon
pkgdesc = Cyclically spawns a script/program, captures its output and displays the resulting string in the panel
depends = budgie-desktop
depends = gtk3
depends = libpeas
depends = genmon-plugin-common
|