Skip to content

Commit 917c81a

Browse files
committed
add graphics::ratpoison v1.4.9
1 parent 5df7c4b commit 917c81a

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

recipes/graphics/ratpoison.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

tests/buildall/recipes/all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)