about summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* synergy: Fix support for XRandR again.aszlig2015-08-11
| | | | | | | | | | | | | | | | | | Regression introduced by f91dacdd07731e06cec80b727b28b749e64f60e8. Accidentally thought that it's compiling with XRandR support enabled, because the cmake output said so: Looking for XRRQueryExtension in Xrandr - found Unfortunately, despite this message, the relevant part is: Looking for XRRNotifyEvent - not found So, ea4afb7 still holds true and I've added a small comment to avoid this from happening in the future. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* synergy: Update meta.description + meta.homepage.aszlig2015-08-11
| | | | | | | | | | | I don't know what a "mouse keyboard" is, but instead of fixing the description, let's use the one from the upstream README file, which is also shorter than what we previously had. The homepage http://synergy-foss.org/ is outdate since ages, so let's point to the new site. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* synergy: Update from version 1.6.3 to 1.7.4.aszlig2015-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Quite a lot of upstream changes happened in between, so here are the upstream changes: https://github.com/synergy/synergy/releases/tag/1.7.0 https://github.com/synergy/synergy/releases/tag/v1.7.1-stable https://github.com/synergy/synergy/releases/tag/v1.7.2-stable https://github.com/synergy/synergy/releases/tag/v1.7.3-stable https://github.com/synergy/synergy/releases/tag/v1.7.4-stable The upstream project has stopped using cryptopp (synergy/synergy@80343c4) and now uses OpenSSL instead (see issue synergy/synergy#4313) so we no longer need our patch. Also, the issue for the 'install' target has been closed as obsolete and although they had such a target in the meantime, it has been removed again in synergy/synergy@d1eb7a6, so let's not rely on it anymore and remove the comment on the closed/obsolete issue. Forcing support for XRandR in the CMakeLists.txt file isn't needed anymore, because the issues mentioned in ea4afb7 have been fixed upstream. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: devhell <"^"@regexmail.net>
* vanubi: 0.0.14 -> 0.0.16Luca Bruno2015-08-11
|
* chromium: Update beta and dev channels.aszlig2015-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overview of the updated versions: beta: 45.0.2454.15 -> 45.0.2454.26 dev: 45.0.2454.15 -> 46.0.2471.2 Changes for getting beta and dev channel to build: * The reference for chrome::FILE_FLASH_PLUGIN doesn't exist anymore in version 46, because it has been dropped upstream, see the following review URL: https://codereview.chromium.org/1255943002 We set the PPAPI Flash path using a command line flag anyway, so it doesn't hurt us if we don't patch that path (which was an old artifact from the NSAPI->PPAPI conversion anyway). Changes for the dev channel only: * It seems that in the SCM, chrome/test/data/webui/ contains a lot of files, however they are missing in the tarball. This has been reported upstream at: https://crbug.com/515917 Our fix is to just not include webui/i18n_process_css_test.html at all, to avoid the configure (gyp) phase to fail, because we're not building tests anyway. All channels built and tested by my Hydra instance at: https://headcounter.org/hydra/eval/218978 Test reports: x86: https://headcounter.org/hydra/build/723341/download/1/log.html x86_64: https://headcounter.org/hydra/build/723342/download/1/log.html Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* eclipse.plugins: unpack plugins when requiredRobert Helgesson2015-08-10
| | | | | | Some plugin bundles must be unpacked when used in Eclipse. With this change the plugin manifest is checked for the setting indicating that unpacking should happen.
* scala-eclipse: 4.1.0 -> 4.1.1Robert Helgesson2015-08-10
|
* eclipse.plugins: remove useless function argumentsRobert Helgesson2015-08-10
| | | | | | Simplifies `buildEclipsePlugin` and `buildEclipseUpdateSite` functions such that they require only absolutely necessary arguments. Also add/expand comments slightly.
* eclipses: do not recurse into plugins.nixRobert Helgesson2015-08-10
| | | | | | It does not really make sense to install the plugin packages directly as they are intended for use with `eclipseWithPlugins`. Therefore it is best not to present them to users as such.
* eclipse-acejump: init at 1.0.0.201501181511Robert Helgesson2015-08-10
|
* eclipses.plugins: put standard builders in setRobert Helgesson2015-08-10
| | | | | This makes these builder functions available for use outside the file. That is, plugins can be defined out-of-tree.
* eclipses.plugins: add `buildEclipsePluginBase`Robert Helgesson2015-08-10
| | | | | | This function provides functionality common to all Eclipse plugin builders. In particular, it sets a package name and flags the derivation as an Eclipse plugin.
* eclipse-platform: init at 4.5Robert Helgesson2015-08-10
|
* eclipse-scala: init at 4.1.0Robert Helgesson2015-08-10
|
* eclipse-jdt: init at 4.5Robert Helgesson2015-08-10
|
* eclipse-testng: init at 6.9.5.201506120235Robert Helgesson2015-08-10
|
* eclipse-eclemma: init at 2.3.2.201409141915Robert Helgesson2015-08-10
|
* eclipse-checkstyle: init at 6.5.0.201504121610Robert Helgesson2015-08-10
| | | | | Also add helper function for building packages from downloaded Eclipse update site.
* eclipse-color-theme: init at 1.0.0.201410260308Robert Helgesson2015-08-10
|
* eclipse-findbugs: init at 3.0.1.20150306-5afe4d1Robert Helgesson2015-08-10
|
* eclipse-emacsplus: init at 4.2.0Robert Helgesson2015-08-10
|
* eclipse-anyedittools: init at 2.4.15.201504172030Robert Helgesson2015-08-10
| | | | | This commit also introduces some infrastructure surrounding Eclipse plugins.
* eclipses: add function eclipseWithPluginsRobert Helgesson2015-08-10
| | | | | This function allows installation of a given Eclipse with a given list of Eclipse plugins.
* lyx: maintenance updateVladimír Čunát2015-08-10
|
* pidgin-opensteamworks: init at v1.5.1Alexei Robyn2015-08-10
| | | | | Adds pidgin-opensteamworks, a Pidgin plugin to add support for the Steam Friends/Steam IM service
* Merge pull request #9187 from magnetophon/x42-plugins.mastergoibhniu2015-08-09
|\ | | | | x42-plugins : 2014-11-01 -> 2015-07-02
| * x42-plugins : 2014-11-01 -> 2015-07-02Bart Brouns2015-08-09
| |
* | Merge pull request #9184 from magnetophon/ardour-mastergoibhniu2015-08-09
|\ \ | | | | | | ardour: 4.0 -> 4.1
| * | ardour: 4.0 -> 4.1Bart Brouns2015-08-09
| |/
* | calibre: update from 2.33.0 to 2.34.0Pascal Wittmann2015-08-09
| |
* | Merge pull request #9180 from magnetophon/ir.lv2.masterPascal Wittmann2015-08-09
|\ \ | | | | | | ir.lv2 : fix $out creation
| * | fix $out creation of ir.lv2Bart Brouns2015-08-09
| |/
* | Merge pull request #9176 from svenkeidel/gpodder-3-8-4Pascal Wittmann2015-08-09
|\ \ | | | | | | gpodder: 3.8.3 -> 3.8.4
| * | gpodder: 3.8.3 -> 3.8.4Sven Keidel2015-08-09
| | |
* | | Merge pull request #9171 from hiberno/bump-barPascal Wittmann2015-08-09
|\ \ \ | |/ / |/| | bar: 1.0 -> 1.1
| * | bar: 1.0 -> 1.1hiberno2015-08-08
| |/
* / pencil 2.0.11 -> 2.0.13Damien Cassou2015-08-09
|/
* ngspice: rename pkgname (s/ng-spice-rework/ngspice/)Bjørn Forsman2015-08-08
| | | | | | | I think the previous name comes from the fact that some older versions were distributed in tarballs named ng-spice-rework-<version>. But now the "rework" name seems odd; most references I found on the internet calls the package "ngspice". Fix it.
* gajim: 0.16.1 -> 0.16.3Michael Raskin2015-08-08
|
* baresip: 0.4.13 -> 0.4.14Michael Raskin2015-08-08
|
* E prover: 1.8 -> 1.9Michael Raskin2015-08-08
|
* Merge pull request #9166 from taku0/thunderbird-38.1.0Nicolas B. Pierron2015-08-08
|\ | | | | thunderbird: 31.7.0 -> 38.1.0
| * thunderbird: 31.7.0 -> 38.1.0taku02015-08-08
| |
* | Merge pull request #9152 from ericsagnes/mupdflethalman2015-08-08
|\ \ | | | | | | mupdf: desktop file fix
| * | mupdf: desktop file fixEric Sagnes2015-08-07
| | |
* | | Merge pull request #9162 from dochang/git-cryptlethalman2015-08-08
|\ \ \ | | | | | | | | Add new package git-crypt
| * | | git-crypt: init at 0.5.0Desmond O. Chang2015-08-08
| | | |
* | | | LibreOffice: Kill one failing test which is fragile elsewhere, tooMichael Raskin2015-08-08
| | | |
* | | | Update LibreOffice sources for 5.0.0.Michael Raskin2015-08-08
|/ / /
* | | dfasma: patch around broken version detectionTobias Geerinckx-Rice2015-08-08
| | |