File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ inherit : [autotools]
2+
3+ metaEnvironment :
4+ PKG_LICENSE : " GPL-2.0-or-later"
5+ PKG_VERSION : " 1.4.9"
6+
7+ checkoutSCM :
8+ scm : url
9+ url : https://download-mirror.savannah.gnu.org/releases/ratpoison/ratpoison-${PKG_VERSION}.tar.xz
10+ digestSHA256 : d98fa4be025ecca453c407ff311ab3949f29f20d6d8abedf8f0716b85fc8d1f1
11+ stripComponents : 1
12+
13+ depends :
14+ - libs::xorg::libX11-dev
15+ - use : []
16+ depends :
17+ - libs::xorg::libX11-tgt
18+
19+ buildScript : |
20+ autotoolsBuild $1 --without-xft \
21+ --without-xkb \
22+ --without-xrandr
23+
24+ provideDeps : ['*-tgt']
25+ packageScript : |
26+ autotoolsPackageBin
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ depends:
2323 - graphics::fonts::xorg::sun-misc
2424 - graphics::imagemagick
2525 - graphics::kmscube
26+ - graphics::ratpoison
2627
2728 - graphics::wayland::wayland
2829
You can’t perform that action at this time.
0 commit comments