diff options
| -rw-r--r-- | README.txt | 6 | ||||
| -rw-r--r-- | po/.gitignore | 3 |
2 files changed, 6 insertions, 3 deletions
@@ -99,9 +99,9 @@ Requires: x11-libs/libxcb, X C-language Bindings library http://xcb.freedesktop.org - x11-libs/xcb-util, - x11-libs/xcb-util-wm, - x11-libs/xcb-util-keysyms + x11-libs/xcb-util-image, + not yet: x11-libs/xcb-util-wm, + not yet: x11-libs/xcb-util-keysyms X C-language Bindings library http://xcb.freedesktop.org Only versions >= 0.3.8 are good supported diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000..1952639 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,3 @@ +# gitignore(5) file +*.mo +*.pot |
