summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* xfce.gtk-xfce-engine: fix build when withGtk3=true (#43621)volth2018-07-18
|
* xfce4-13.libxfce4ui: propagate libICE libSM (#43629)volth2018-07-18
| | | backport #16227
* xfce4-13.exo: 0.11.5 -> 0.12.2 (#43630)volth2018-07-18
|
* xfce4-13.xfce4-panel: 4.13.2 -> 4.13.3 (#43628)volth2018-07-18
|
* xfce4-13.xfce4-power-manager: 1.6.0 -> 1.6.1 (#43626)volth2018-07-18
|
* Merge pull request #43609 from ttuegel/emacs-packages-2018-07-14Thomas Tuegel2018-07-17
|\ | | | | Emacs package updates
| * emacsPackagesNg.magit: find Git during buildThomas Tuegel2018-07-16
| |
| * emacsPackagesNg: 2018-07-15 updateThomas Tuegel2018-07-15
| | | | | | | | | | | | | | All package sets are simultaneously updated to accommodate changes to package-build. Due to new restrictions in package-build, all packages using `melpaBuild` must now provide a recipe file, even those packages which are not included in upstream MELPA.
* | pythonPackages.simpy: init at 3.0.11.Shea Levy2018-07-17
| |
* | jdepend: add myself (pSub) as maintainerPascal Wittmann2018-07-17
| |
* | valkyrie: add myself (pSub) as maintainerPascal Wittmann2018-07-17
| |
* | valkyrie: fix buildPascal Wittmann2018-07-17
| |
* | tdesktop: 1.3.7 -> 1.3.10Michael Weiss2018-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tdesktopPackages.preview: 1.3.7 -> 1.3.10 Without the patch the build will fail with the following error: [ 15%] Building CXX object CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o /build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp: In lambda function: /build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp:712:56: internal compiler error: Segmentation fault if constexpr (MTPDphotos_photos::Is<decltype(data)>()) { ^ Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc.gnu.org/bugs/> for instructions. make[2]: *** [CMakeFiles/lib_export.dir/build.make:77: CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1101: CMakeFiles/lib_export.dir/all] Error 2 make: *** [Makefile:84: all] Error 2
* | androidStudioPackages.beta: 3.2.0.20 -> 3.2.0.21Michael Weiss2018-07-17
| |
* | Merge pull request #43161 from volth/skipAliases2Matthew Bauer2018-07-17
|\ \ | | | | | | config.skipAliases: also disable vim, git, xfce and gnome3 aliases
| * | config.skipAliases -> config.allowAliases (rebase)volth2018-07-17
| | |
| * | config.skipAliases -> config.allowAliasesvolth2018-07-17
| | |
| * | config.skipAliases: also disable vimPlugins, git, xfce and gnome3 aliasesvolth2018-07-17
| | |
* | | Merge pull request #43673 from yorickvP/masterYegor Timoshenko2018-07-17
|\ \ \ | | | | | | | | sdcc, gputils: add gputils
| * | | gputils: clean up, fix homepage urlYegor Timoshenko2018-07-17
| | | |
| * | | sdcc: fix license conditionYegor Timoshenko2018-07-17
| | | |
| * | | sdcc: clean upYegor Timoshenko2018-07-17
| | | |
| * | | sdcc: null out gputils by defaultYegor Timoshenko2018-07-17
| | | |
| * | | sdcc: update for added gputils, add disabled flag, adoptYorick van Pelt2018-07-17
| | | |
| * | | gputils: init at 1.5.0-1Yorick van Pelt2018-07-17
| | | |
* | | | Merge pull request #43659 from flokli/virtualbox-5.2.14xeji2018-07-17
|\ \ \ \ | | | | | | | | | | virtualbox: 5.2.12 -> 5.2.14
| * | | | virtualbox: 5.2.12 -> 5.2.14Florian Klink2018-07-17
| | | | |
* | | | | keybase-gui: fix kbfs mount path check (#40080)Márton Boros2018-07-17
| |/ / / |/| | |
* | | | Merge pull request #43645 from eadwu/glava/fix-patchelf-syntaxSilvan Mosberger2018-07-17
|\ \ \ \ | |_|/ / |/| | | glava: adjust syntax in patchelf command
| * | | glava: adjust syntax in patchelf commandEdmund Wu2018-07-12
| | | |
* | | | Merge pull request #43666 from dtzWill/fix/haskell-glibc-locales-are-for-glibcPeter Simons2018-07-17
|\ \ \ \ | | | | | | | | | | haskell-modules: only include glibc locales when using glibc
| * | | | haskell-modules: only include glibc locales when using glibcWill Dietz2018-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #43665. Hopefully. :)
* | | | | Merge pull request #43649 from dtzWill/update/whois-5.3.2Will Dietz2018-07-17
|\ \ \ \ \ | |/ / / / |/| | | | whois: 5.3.1 -> 5.3.2
| * | | | whois: 5.3.1 -> 5.3.2Will Dietz2018-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > whois (5.3.2) unstable; urgency=medium > > * Added the .ge TLD server. > * Updated the charset for whois.nic.cl. (Closes: #900047) > * Updated the list of new gTLDs.
* | | | | Merge pull request #43617 from dtzWill/update/hub-2.5.0lewo2018-07-17
|\ \ \ \ \ | | | | | | | | | | | | hub: 2.4.0 -> 2.5.0
| * | | | | hub: 2.4.0 -> 2.5.0Will Dietz2018-07-16
| | | | | |
* | | | | | linux: 4.17.6 -> 4.17.7Tim Steinbach2018-07-17
| | | | | |
* | | | | | linux: 4.14.55 -> 4.14.56Tim Steinbach2018-07-17
| | | | | |
* | | | | | linux: 4.9.112 -> 4.9.113Tim Steinbach2018-07-17
| | | | | |
* | | | | | linux: 4.4.130 -> 4.4.141Tim Steinbach2018-07-17
| | | | | |
* | | | | | Merge pull request #43644 from flokli/ksonnetlewo2018-07-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | ksonnet: init at 0.11.0
| * | | | | | ksonnet: init at 0.11.0Florian Klink2018-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #42596
* | | | | | | home-assistant: 0.73.1 -> 0.73.2Robert Schütz2018-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a security hole allowing man in the middle attacks. See https://www.home-assistant.io/blog/2018/07/16/release-73-2/.
* | | | | | | markdown-pp: init at 1.4 (#43525)Zack Grannan2018-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * markdown-pp: init at 1.3 * Increment version, fix tests
* | | | | | | Merge pull request #43614 from bkchr/kde_applications_18_04_3Thomas Tuegel2018-07-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kde-applications: 18.04.2 -> 18.04.3
| * | | | | | | kde-applications: 18.04.2 -> 18.04.3Bastian Köcher2018-07-16
| | | | | | | |
* | | | | | | | Merge pull request #43613 from bkchr/kde_frameworks_5_48Thomas Tuegel2018-07-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | kde-frameworks: 5.47 -> 5.48
| * | | | | | | | kde-frameworks: 5.47 -> 5.48Bastian Köcher2018-07-16
| |/ / / / / / /
* | | | | | | | bazel: 0.15 -> 0.15.1Profpatsch2018-07-17
| | | | | | | |
* | | | | | | | bazel: make the build --sandbox compatible by building extra deps separately.Mathieu Boespflug2018-07-17
| | | | | | | |