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

Add robomongo, a GUI for exploring mongodb data and building queries. #1250

Closed
wants to merge 149 commits into from
Closed

Add robomongo, a GUI for exploring mongodb data and building queries. #1250

wants to merge 149 commits into from

Conversation

evelant
Copy link
Contributor

@evelant evelant commented Nov 20, 2013

No description provided.

lovek323 and others added 30 commits November 11, 2013 00:44
This makes lttv build again with the new GTK+ version that was recently
updated in nixpkgs.
The Kicad developers don't make releases, they maintain a stable branch
that is "ready to be released at any moment". Update to latest stable
branch version(s).

The "version number" in the package name attribute is the date of the
last modification to the branch.

Also remove unused inputs: gtk, cups.
Just-in-time compiler for lua 5.1 with strong focus on performance.
Uses the same API as lua 5.1 which makes it extremely easy to integrate.
Robot Framework is a generic test automation framework for acceptance
testing and acceptance test-driven development (ATDD).

http://robotframework.org/
Robot Framework RIDE is a light-weight and intuitive editor for Robot
Framework test case files. (It's more like an IDE.)
Socket library built in C but provides bindings in many languages.
Highly efficient and easy to use.

[@bjornfor: whitespace fixes, quote shell variables and add meta.platforms]
We no longer need the patches applied for the previous version so they
are removed.
Tested on a couple of apps.
bjornfor and others added 9 commits November 24, 2013 13:23
Changes:

Solfege 3.22.2, October 6, 2013
* Updated Esperanto, Portugese and Turkish translations to the users manual
* Updated Spannish and Turkish messages
* distribute solfege/tests/lesson-files/*
* help/C/scales/modes.html are never translated. So we must link to the
  C-locale file in every translation.
* gettext tweaks to make the test suite work both when run as "test.py" and
  "test.py test_lessonfile". There is still something wrong because we have to
  disable the test to run debuild
* distribute solfege/tests/lib/* and solfege/test/include/*

Solfege 3.22.1, September 16, 2013
* Adjust some of the short interval names used when selecting intervals to
  practise: u->P1 4->P4, 5->P5, tt->TT, p11->P11, p12->P12, tt8->d12. Added long
  name for intervals from Eleventh to Double Octave.
* Fix the bug where we could not select the Default profile
* Updated Esperanto, Spannish, Polish, Turkish, Vietnamese, Norwegian bokmål,
  Brazilian Portugese and Vietnamese translations.
The nix-prefect git script was broken when trying to parse certain
groups of submodules. This patch fixes the url detection for submodule
repositories to use the more reliable `git config` commands.
…data Use more of the original makefile 2 space indent
@@ -0,0 +1,44 @@
{ stdenv, fetchurl, qt5, openssl, boost, cmake, scons, python, pcre
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you really need cmake and scons? The build seems to be done with cmake so why is scons needed? (And drop the extra space before "stdenv".)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the package is strange. The build is controlled by cmake but it uses scons to build some submodules.

…nt can start

MyPaint fails to find its own icons and refuses to start if another
icon theme is not available on the system. Running
gtk-update-icon-cache on MyPaint's share/icons/hicolor folder did not
help, and setting the XDG_DATA_DIRS to point to MyPaint's icons also
didn't work.

https://gna.org/bugs/?18460

Thanks to Kim Simmons for reporting this and helping to debug.

NIX_CFLAGS_COMPILE = "-fno-stack-protector";

buildInputs = [cmake boost scons qt5 openssl python pcre];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add whitespace between the brackets and the list elements. Similar like you have done for the other lists.

@evelant evelant closed this Nov 24, 2013
@evelant
Copy link
Contributor Author

evelant commented Nov 24, 2013

Sorry, looks like I have an extra commit in there... I am pretty new to git/github -- should I just open another pull request with only a single commit for this package?

@bjornfor
Copy link
Contributor

@Fignuts: As long as the topic for the pull stays the same, just rebase/amend and force push. The pull will be updated.

If the "extra commit" you refer to is that merge commit I see above, just git pull --rebase and it will "go away" when you git push -f.

@bjornfor
Copy link
Contributor

@Fignuts: Yes, for small fixes like add license, whitespace cleanup etc., squashing the commits is better (IMHO). That way we end up with only one "Add robomongo ..." commit in the final git log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.