Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

menumaker: init at 0.99.10 #47507

Merged
merged 1 commit into from Sep 29, 2018
Merged

menumaker: init at 0.99.10 #47507

merged 1 commit into from Sep 29, 2018

Conversation

romildo
Copy link
Contributor

@romildo romildo commented Sep 29, 2018

Motivation for this change

Add menumaker .

MenuMaker is a menu generation utility for X window managers on *NIX systems. It is capable of finding lots of installed programs and generating a root menu consistent across all supported X window managers, so one will get (almost) the same menu no matter what window manager is used.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: menumaker

Partial log (click to expand)

 /nix/store/4x7dp4fkx81bf1iw4kphpbfpick844rs-coreutils-8.29/bin/install -c -m 644  Prophet/Desktop/__init__.py '/nix/store/ak0m809rrhmh7v23j9b1yyrdiky90v61-menumaker-0.99.10/share/menumaker/Prophet/Desktop'
make[2]: Leaving directory '/private/tmp/nix-build-menumaker-0.99.10.drv-0/menumaker-0.99.10'
make[1]: Leaving directory '/private/tmp/nix-build-menumaker-0.99.10.drv-0/menumaker-0.99.10'
post-installation fixup
strip is /nix/store/4w56qihlrddav67p7d1vy5qkyayaqw11-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/ak0m809rrhmh7v23j9b1yyrdiky90v61-menumaker-0.99.10/bin
patching script interpreter paths in /nix/store/ak0m809rrhmh7v23j9b1yyrdiky90v61-menumaker-0.99.10
/nix/store/ak0m809rrhmh7v23j9b1yyrdiky90v61-menumaker-0.99.10/bin/mmaker: interpreter directive changed from "/usr/bin/env python" to "/nix/store/n1l7rs42a8idw195kqsw0slsg1pbmh17-python-2.7.15/bin/python"
wrapping `/nix/store/ak0m809rrhmh7v23j9b1yyrdiky90v61-menumaker-0.99.10/bin/mmaker'...
/nix/store/ak0m809rrhmh7v23j9b1yyrdiky90v61-menumaker-0.99.10

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: menumaker

Partial log (click to expand)

make[1]: Leaving directory '/build/menumaker-0.99.10'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/krvxc0c8n4ndgqsig2l9whg3nb71653r-menumaker-0.99.10
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/krvxc0c8n4ndgqsig2l9whg3nb71653r-menumaker-0.99.10/bin
patching script interpreter paths in /nix/store/krvxc0c8n4ndgqsig2l9whg3nb71653r-menumaker-0.99.10
/nix/store/krvxc0c8n4ndgqsig2l9whg3nb71653r-menumaker-0.99.10/bin/mmaker: interpreter directive changed from "/usr/bin/env python" to "/nix/store/bp1c65zbbw6jfjws77pbgw48mjfmk9x3-python-2.7.15/bin/python"
checking for references to /build in /nix/store/krvxc0c8n4ndgqsig2l9whg3nb71653r-menumaker-0.99.10...
wrapping `/nix/store/krvxc0c8n4ndgqsig2l9whg3nb71653r-menumaker-0.99.10/bin/mmaker'...
/nix/store/krvxc0c8n4ndgqsig2l9whg3nb71653r-menumaker-0.99.10

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: menumaker

Partial log (click to expand)

make[1]: Leaving directory '/build/menumaker-0.99.10'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/4vymbcqvbamsw3983bfzfsaha4lsq8s7-menumaker-0.99.10
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/4vymbcqvbamsw3983bfzfsaha4lsq8s7-menumaker-0.99.10/bin
patching script interpreter paths in /nix/store/4vymbcqvbamsw3983bfzfsaha4lsq8s7-menumaker-0.99.10
/nix/store/4vymbcqvbamsw3983bfzfsaha4lsq8s7-menumaker-0.99.10/bin/mmaker: interpreter directive changed from "/usr/bin/env python" to "/nix/store/r5x2dq8ansjrlfcf37qd7x8lp6xwwvm4-python-2.7.15/bin/python"
checking for references to /build in /nix/store/4vymbcqvbamsw3983bfzfsaha4lsq8s7-menumaker-0.99.10...
wrapping `/nix/store/4vymbcqvbamsw3983bfzfsaha4lsq8s7-menumaker-0.99.10/bin/mmaker'...
/nix/store/4vymbcqvbamsw3983bfzfsaha4lsq8s7-menumaker-0.99.10

@xeji xeji merged commit 8ef0f71 into NixOS:master Sep 29, 2018
@romildo romildo deleted the upd.menumaker branch September 30, 2018 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants