Commit Graph

21936 Commits

Author SHA1 Message Date
Michiel Leenaars
ebe7856983 mrrescue: init at 1.02 2016-02-27 16:15:02 +01:00
Christoph Hrdinka
d1c35db920 retrofe: init at 0.6.169 2016-02-27 15:41:21 +01:00
Marius Bakke
a8b44c74d3 goPackages.oh: 2015-11-21 -> 2016-02-23 2016-02-27 09:58:58 +01:00
Marius Bakke
8a3308d5da goPackages.liner: git 2016-01-24 2016-02-27 09:58:58 +01:00
Rhys
ac94a5d86c collectd: allow mysql to be null 2016-02-27 12:02:44 +11:00
Thomas Tuegel
272cf5c44f Merge branch 'ibus' 2016-02-26 18:10:11 -06:00
Thomas Tuegel
cb10990fdc ibus-anthy: upgrade to Python 3 2016-02-26 18:08:48 -06:00
Thomas Tuegel
f7f965baaa ibus-hangul: download release from GitHub 2016-02-26 18:08:48 -06:00
Thomas Tuegel
6c85f72a91 ibus-table: 1.9.6 -> 1.9.11 2016-02-26 18:08:48 -06:00
Thomas Tuegel
10e3664c97 ibus: 1.5.11 -> 1.5.13 2016-02-26 18:08:48 -06:00
zimbatm
90525b718f Merge pull request #11141 from cresh/darwin-msmtp
msmtp: Enable on OS X with Keychain integration.
2016-02-27 00:02:53 +00:00
zimbatm
7feaf55b7e Merge pull request #11314 from anderspapitto/flamegraph
FlameGraph: init at 182b24fb
2016-02-26 23:16:27 +00:00
zimbatm
35ab3d301f Merge remote-tracking branch 'upstream/staging' 2016-02-26 22:37:04 +00:00
zimbatm
a7d34722b2 Merge pull request #13493 from zimbatm/alphabetize
Alphabetize
2016-02-26 22:16:43 +00:00
zimbatm
9f57b24b01 all-packages: alphabetize deprecated packages 2016-02-26 22:15:41 +00:00
zimbatm
951dc57716 Merge pull request #13482 from nico202/qnotero
qnotero: init at 1.0.0
2016-02-26 22:09:41 +00:00
Michael Raskin
73a9cd8aee Revert accidental revert of all-packages.nix gitlab changes during revert of revert of libreoffice update 2016-02-26 23:12:12 +01:00
Michael Raskin
a94e433936 libreoffice: 5.0.4.2 -> 5.1.0.3 (a new attempt); set XDG_DATA_DIRS for access to GSettings schemas 2016-02-26 22:58:27 +01:00
=
728b1ce557 qnotero: init at 1.0.0 2016-02-26 22:09:54 +01:00
Arseniy Seroka
b9ab76c2b2 Merge pull request #13479 from hrdinka/add/pcsx2
pcsx2: init at 1.4.0
2016-02-26 23:56:55 +03:00
Tobias Pflug
3386d73d06 Add galen to all-packages.nix 2016-02-26 21:01:41 +01:00
Benjamin Staffin
8104b8ff1d letsencrypt: 0.1.0 -> 0.4.0
Closes #12123
2016-02-26 18:03:07 +00:00
Christoph Hrdinka
13f0bb7a53 libretro-mame: init at git-2016-02-10 2016-02-26 14:21:43 +01:00
Peter Simons
2bcec4272f Merge pull request #13480 from phile314/master
uhc: 1.1.9.2 -> 1.1.9.3
2016-02-26 13:18:13 +01:00
zimbatm
8d4c2340d3 Merge pull request #13396 from mayflower/pkg/gitlab
gitlab: 8.0.5 -> 8.5.1, service improvements
2016-02-26 11:19:28 +00:00
Philipp Hausmann
fbd857ab72
uhc: 1.1.9.2 -> 1.1.9.3 2016-02-26 12:12:53 +01:00
Domen Kožar
c99d589162 Merge pull request #13116 from kragniz/requests2-2.9.1
requests2: 2.8.1 -> 2.9.1
2016-02-26 11:11:36 +00:00
zimbatm
6035c3a136 Merge pull request #9400 from Mathnerd314/package-overrides-fix
all-packages: Apply packageOverrides package-by-package
2016-02-26 10:17:53 +00:00
Franz Pletz
ef0325e940 Merge pull request #13435 from tg-x/calc
calc: init at 2.12.5.3
2016-02-26 11:16:11 +01:00
Christoph Hrdinka
bd5e2d723c pcsx2: init at 1.4.0 2016-02-26 10:21:31 +01:00
Franz Pletz
db2b0c8406 Merge pull request #13430 from nico202/yarp
yarp (+ libace): init at 2.3.64
2016-02-26 09:29:21 +01:00
Franz Pletz
bcfa59bf82 gitlab: 8.0.5 -> 8.5.0, service improvements
Updates gitlab to the current stable version and fixes a lot of features that
were broken, at least with the current version and our configuration.

Quite a lot of sweat and tears has gone into testing nearly all features and
reading/patching the Gitlab source as we're about to deploy gitlab for our
whole company.

Things to note:

 * The gitlab config is now written as a nix attribute set and will be
   converted to JSON. Gitlab uses YAML but JSON is a subset of YAML.
   The `extraConfig` opition is also an attribute set that will be merged
   with the default config. This way *all* Gitlab options are supported.

 * Some paths like uploads and configs are hardcoded in rails  (at least
   after my study of the Gitlab source). This is why they are linked from
   the Gitlab root to /run/gitlab and then linked to the  configurable
   `statePath`.

 * Backup & restore should work out of the box from another Gitlab instance.

 * gitlab-git-http-server has been replaced by gitlab-workhorse upstream.
   Push & pull over HTTPS works perfectly. Communication to gitlab is done
   over unix sockets. An HTTP server is required to proxy requests to
   gitlab-workhorse over another unix socket at
   `/run/gitlab/gitlab-workhorse.socket`.

 * The user & group running gitlab are now configurable. These can even be
   changed for live instances.

 * The initial email address & password of the root user can be configured.

Fixes #8598.
2016-02-26 07:08:31 +01:00
zimbatm
30891166be Merge pull request #11997 from benley/google-chrome-variants
google-chrome: add -beta and -unstable variants
2016-02-26 00:13:00 +00:00
zimbatm
d4e29d0e6d Merge pull request #12896 from rycee/bump/udiskie
udiskie: 1.1.2 -> 1.4.8
2016-02-26 00:01:34 +00:00
zimbatm
06a12136a5 Merge pull request #12824 from cransom/aws_shell
aws_shell: init at 0.1.0
2016-02-26 00:00:10 +00:00
zimbatm
1b0e81c41e Merge pull request #13453 from mayflower/pkgs_upstream/gti
gti: init at 2015-05-21 (edaac79)
2016-02-25 23:57:17 +00:00
zimbatm
e3da8a40e2 Merge pull request #12235 from deeky666/update-php-packages-attributes
phpPackages: init php56Packages and php70Packages
2016-02-25 23:56:18 +00:00
zimbatm
71e1fd1a0b Merge pull request #12599 from ftrvxmtrx/e19-update-1.16.1
e19: update
2016-02-25 23:50:31 +00:00
zimbatm
35f47333d0 Merge pull request #13463 from avnik/feature/gimp-with-plugins
Feature: gimp with plugins
2016-02-25 23:27:25 +00:00
Alexander V. Nikolaev
0649c8bde7 gimp: add gimp-with-plugin derivation
By default all plugins from pkgs.gimpPlugins set are enabled.

Default location of plugins changed from $out/${gimp.name} to
$out/lib/gimp/${majorVersion}. Resulting derivation for gimp+plugins
is set as search path for plugins by default (additional tweaking in
gimprc done for old plugin scheme should be removed)
2016-02-25 23:34:28 +02:00
Frederik Rietdijk
4a4c432f06 pythonPackages.ipykernel: 4.2.2 -> 4.3.0 2016-02-25 22:32:40 +01:00
Frederik Rietdijk
db54eed69c Merge pull request #13460 from nlewo/master
ledger-autosync: fix ofxclient propagation
2016-02-25 21:26:34 +01:00
Antoine Eiche
359ff7d230 ledger-autosync: fix ofxclient propagation
Closes #13411
2016-02-25 21:21:27 +01:00
Tristan Helmich
3234ca49d1 gti: init at 2015-05-21 (edaac79) 2016-02-25 18:52:19 +01:00
Arseniy Seroka
edeb5480fc Merge pull request #13438 from kamilchm/nimble
nimble: init at 0.7.2
2016-02-25 20:50:46 +03:00
Franz Pletz
c459ba8f85 ratools: init at 0.6.2 2016-02-25 16:56:48 +01:00
Domen Kožar
a2c8bee109 linuxPackages: set to 4.4 (latests LTS) fixes #13394 2016-02-25 15:54:50 +00:00
Nikolay Amiantov
69932f905a blueman: fix networking, settings 2016-02-25 18:43:21 +03:00
Tobias Geerinckx-Rice
e82a080303 pythonPackages.click: 6.2 -> 6.3
Bugfix release; released on February 22 2016:
- Fix argument checks for interpreter invoke with `-m` and `-c`
  on Windows.
- Fixed a bug that cased locale detection to error out on Python 3.

Re-builds many Python packages, but no new failures on x86-64.
2016-02-25 16:20:58 +01:00
Domen Kožar
98c16e00fe Merge pull request #13425 from zimbatm/curl-http2-darwin
curl: disable http2 support on Darwin
2016-02-25 13:06:40 +00:00
Kamil Chmielewski
770f66b2ce nimble: init at 0.7.2 2016-02-25 12:06:45 +01:00
Arseniy Seroka
e054644c2f rustRegistry: 2016-02-02 -> 2016-02-25 2016-02-25 12:33:17 +03:00
Vladimír Čunát
f930b3949f kde4: use older ruby to fix qtruby build
/cc maintainer @ttuegel. Discussion:
https://github.com/NixOS/nixpkgs/pull/12610#issuecomment-188666473

I'm personally not certain that building bindings against a non-default
ruby version is a good thing, but it's likely better than a build failure.
2016-02-25 10:09:34 +01:00
Vladimír Čunát
93f6af1071 Merge branch 'master' into staging 2016-02-25 09:01:48 +01:00
Kevin Cox
eead3bc536 util-linux: create -Minimal and utillinux (full)
Close #12952. Now the full version is used by default,
supporting systemd and curses.
2016-02-25 08:52:05 +01:00
Vladimír Čunát
30b7bd8d01 Merge branch 'glibc-2.22' into staging
I'm running whole my working notebook on 2.22 without any problems.
I don't expect any significant issues.
2016-02-25 08:42:59 +01:00
Vladimír Čunát
06ee2eb7b6 pyelftools: fix meta evaluation 2016-02-25 07:58:05 +01:00
tg(x)
1fb998f6c6 calc: init at 2.12.5.3 2016-02-24 22:47:55 +01:00
=
a5ed58445f yarp (+ libace): init at 2.3.64 2016-02-24 22:08:29 +01:00
Frederik Rietdijk
838805f5c8 Merge pull request #13397 from igsha/pyelftools
pyelftools: init at 0.23
2016-02-24 20:54:06 +01:00
Igor Sharonov
eb46cd3ab0 pyelftools: init at 0.23 2016-02-24 22:45:05 +03:00
Emery Hemingway
8ee44708b2 hdapsd: initial package at version 20141203 2016-02-24 20:44:32 +01:00
Arseniy Seroka
c84f56e3d3 Merge pull request #12344 from hrdinka/update/znc
Update and add new ZNC modules
2016-02-24 18:57:17 +03:00
Damien Cassou
bb7525a32c Merge pull request #13423 from DamienCassou/update-weboob-1.1
weboob: 1.0 -> 1.1
2016-02-24 15:36:14 +01:00
zimbatm
de8213bd28 curl: disable http2 support on Darwin
Should fix https://hydra.nixos.org/build/32265403/nixlog/12
2016-02-24 14:35:34 +00:00
Damien Cassou
25b1fab485 weboob: 1.0 -> 1.1 2016-02-24 15:32:28 +01:00
Domen Kožar
7d89d85575 Merge pull request #13416 from johbo/hovercraft
hovercraft 2.0b1 -> 2.0
2016-02-24 10:37:59 +00:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
14f3b8e6cc gromacs: 4.6.5 -> 4.6.7 + MPI support 2016-02-24 10:34:22 +01:00
Thomas Tuegel
bc7f99cd2f ibus-table-others: import ibus-table properly 2016-02-23 19:22:28 -06:00
Jude Taylor
beea8537f7 clean up usage of procps in rustc 2016-02-23 16:42:51 -08:00
zimbatm
16f95fd8e2 Merge pull request #12875 from artuuge/epson-escpr
epson-escpr: init at version 1.6.3
2016-02-23 23:57:53 +00:00
Johannes Bornhold
f456111c50 hovercraft 2.0b1 -> 2.0 2016-02-23 23:57:23 +01:00
zimbatm
fa46b448d7 Merge pull request #13019 from tg-x/qtox
qtox: 20151221 -> 1.2.4, libtoxcore-dev: 20160105 -> 20160131
2016-02-23 22:52:09 +00:00
zimbatm
09c14170d8 Merge pull request #13125 from abbradar/uwsgi
Refactor uWSGI
2016-02-23 22:32:54 +00:00
zimbatm
4fd875be4e Merge pull request #13356 from zimbatm/cide
cide: init at 0.8.1
2016-02-23 22:28:02 +00:00
Ben Darwin
69c628e1ff minc-tools: init at 2.3.00 2016-02-23 14:03:56 -05:00
Ben Darwin
c49c384e20 libminc: init at 2.3.00 2016-02-23 14:03:10 -05:00
zimbatm
5400b02109 Merge pull request #13155 from pallavagarwal07/wpsoffice
wpsoffice: add new package
2016-02-23 15:42:01 +00:00
Pallav Agarwal
861fae01fd wpsoffice: Add new package 2016-02-23 21:06:54 +05:30
Frederik Rietdijk
40ca841c5c Merge pull request #13124 from FRidh/buildPythonApplication
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Arseniy Seroka
7ff3fd305b Merge pull request #13375 from bzizou/libdap
libdap: init at 3.15.1
2016-02-23 17:08:33 +03:00
Gabriel Ebner
87b0a41ac5 isabelle: 2015 -> 2016 2016-02-23 14:19:13 +01:00
Frederik Rietdijk
8b3d057c78 Merge pull request #13366 from lancelotsix/add_flakes_migrate
pythonPackages.flask_migrate: init at 1.7.0
2016-02-23 11:51:52 +01:00
zimbatm
f05bc0444a gettext: 0.19.6 -> 0.19.7
expat is replaced by a bundled version of libxml2
2016-02-22 22:47:45 +00:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
59a1dc4be2 libdap: init at 3.15.1 2016-02-22 23:15:44 +01:00
Arseniy Seroka
fbca8ede65 Merge pull request #13358 from aespinosa/dpic-preprocessor
dpic: init at 2016.01.12
2016-02-22 23:08:46 +03:00
Robin Gloster
06546b0ec1 Merge pull request #13143 from onlinemediagroup/ios_cross_compiler
ios-cross-compile: init at Feb 16, 2016
2016-02-22 19:17:22 +00:00
Edgar Aroutiounian
058c768892 ios-cross-compile: init at 9.2 2016-02-22 11:16:11 -08:00
Pascal Wittmann
2d2efceecb Merge pull request #13367 from bzizou/nco
nco: init at 4.5.5
2016-02-22 16:26:23 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
2960ea5292 nco: init at 4.5.5 2016-02-22 15:14:34 +01:00
Allan Espinosa
2dd51275eb dpic: init at 2016.01.12 2016-02-22 07:42:53 -06:00
Peter Simons
0918c6f08f Add LTS Haskell 5.3. Also add aliases that point to the respective latest LTS version. 2016-02-22 12:45:11 +01:00
Rok Garbas
32e3475e93 pythonPackages.github-cli: enable tests 2016-02-22 12:28:04 +01:00
Arseniy Seroka
cd235722d3 Merge pull request #13361 from puffnfresh/package/playerctl
playerctl: init at 0.4.2
2016-02-22 13:47:48 +03:00
Lancelot SIX
1053cfa4d5 pythonPackages.flask_migrate: init at 1.7.0 2016-02-22 11:03:43 +01:00
Lancelot SIX
04ef62d557 pythonPackages.flask_sqlalchemy: init at 2.1 2016-02-22 11:03:43 +01:00
Rok Garbas
9b99fd78fb pythonPackages.github-cli: init at 1.0.0 2016-02-22 10:33:50 +01:00
Frederik Rietdijk
05993aa484 Merge pull request #13064 from desiderius/pyrsistent-0.11.12
pythonPackages.pyrsistent: init at 0.11.12
2016-02-22 10:16:58 +01:00
desiderius
2191fb106c pythonPackages.pyrsistent: init at 0.11.12 2016-02-22 09:43:58 +01:00
Brian McKenna
4ec4666762 playerctl: init at 0.4.2 2016-02-22 18:09:56 +11:00
Mathnerd314
9c0121be81 all-packages: Rewrite packageOverrides to use fix'/extends
This way is cleaner, slightly faster (as shown by
some quick tests) and causes no rebuilds.

It could cause some evaluation errors though.
2016-02-21 21:09:39 -07:00
Franz Pletz
230cf33f8b Merge pull request #13325 from mjhoy/add-mdk-package
mdk: new package
2016-02-22 04:48:46 +01:00
Sou Bunnbu
7fcecec58b Merge pull request #11254 from ericsagnes/standardize-im
Improve and standardize input methods
2016-02-22 10:13:54 +08:00
zimbatm
b58e26dbf6 cide: init at 0.8.1 2016-02-21 21:11:35 +00:00
Michael Hoy
7d6f2c4e3f mdk: init at 1.2.9 2016-02-21 13:56:40 -06:00
Eugene Akentyev
f0b072abaa staruml: init at 2.6.0 2016-02-21 21:42:43 +03:00
John Ericson
114cd6765d haskell: Expose the package set used to build each GHC, where possible
Tested to not change hashes
2016-02-21 10:16:13 -08:00
Frederik Rietdijk
846aa6e776 Merge pull request #13165 from NixOS/python-wip
Python PIP fix, fixes #12190, closes #13035
2016-02-21 17:49:45 +01:00
Franz Pletz
45c97925dd Merge pull request #13122 from adevress/neuron
Add new package neuron. Neuron network simulation framework
2016-02-21 16:31:42 +01:00
devresse
4046d3ce8d neuron: init at 7.4 2016-02-21 15:02:47 +00:00
Edward Tjörnhammar
8968a6e604 dcadec: init at 0.2.0 2016-02-21 15:32:12 +01:00
Edward Tjörnhammar
a3017f92d8 libcrossguid: init at 2016-02-21 2016-02-21 15:32:12 +01:00
Frederik Rietdijk
696052cb62 pythonPackages.protobuf: fix 2016-02-21 15:01:00 +01:00
Nikolay Amiantov
b08c0472e1 pythonPackages.pip: force installing 2016-02-21 12:21:33 +01:00
Frederik Rietdijk
f612dc703e kde5.kile: init at git 2016-02-12
This adds a kde5/frameworks version of kile.
2016-02-21 12:09:18 +01:00
Frederik Rietdijk
9d30b03c0c Merge pull request #13127 from FRidh/kdeconnect
kde5.kdeconnect: init at 0.9g
2016-02-21 12:03:28 +01:00
Vladimír Čunát
045164bdf8 Merge #12973: add rrsync as an individual app 2016-02-21 10:00:43 +01:00
Franz Pletz
c349fe6127 Merge pull request #13117 from adevress/vmmlib
Add a new nixpkg vmmlib. A vector and matrix C++ library
2016-02-21 04:50:12 +01:00
Charles Strahan
11bf7888fb Merge pull request #13041 from Baughn/mprime
mprime: Init at 28.7
2016-02-20 20:45:56 -05:00
Charles Strahan
eb905c2d76 Merge pull request #13084 from nathan7/go-1.6
go: add 1.6 compiler and packages
2016-02-20 20:41:44 -05:00
Arseniy Seroka
426b4aae7b Merge pull request #13137 from datakurre/datakurre-ldap3
ldap3: init at 1.0.4
2016-02-20 18:07:33 +03:00
Asko Soukka
b18bc4f5b6 ldap3: init at 1.0.4 2016-02-20 16:47:04 +02:00
Ricardo M. Correia
fd3e02add8 Merge pull request #13027 from puffnfresh/package/pijul
pijul: 0.1 -> 0.2-6ab9ba
2016-02-20 15:43:53 +01:00
Arseniy Seroka
815b1e624b Merge pull request #13149 from sifmelcara/master
pcmanx-gtk2: init at 1.3
2016-02-20 17:10:19 +03:00
mingchuan
9e0b5358e2 pcmanx-gtk2: init at 1.3 2016-02-20 19:49:13 +08:00
Frederik Rietdijk
c576d1a97b Merge pull request #13138 from datakurre/datakurre-pycontracts
pycontracts: init at 1.7.9
2016-02-20 11:33:03 +01:00
Eric Sagnes
9e7ddbdcbd ibus-m17n: init at 1.3.4 2016-02-20 10:50:52 +09:00
Eric Sagnes
2d5537d89e fcitx-m17n: init at 0.2.3 2016-02-20 10:50:52 +09:00
zimbatm
13b416765d Merge pull request #13089 from ebzzry/ugarit-manifest-maker-0.1
ugarit-manifest-maker: init at 0.1
2016-02-20 00:11:28 +00:00
Pascal Wittmann
06424612e6 perl-MooseX-Role-WithOverloading: 0.13 -> 0.17 2016-02-20 00:35:24 +01:00
Pascal Wittmann
e51d562f9f perl-podlators: 2.5.3 -> 4.06 2016-02-20 00:35:24 +01:00
Asko Soukka
c5416370d5 pycontracts: init at 1.7.9 2016-02-20 00:07:40 +02:00
Pascal Wittmann
94a401258d libfilezilla: init at 0.3.1 2016-02-19 22:50:28 +01:00
Edward Tjörnhammar
5ea21d69f5 syncthing: 0.12.10 -> 0.12.19 2016-02-19 21:54:51 +01:00
Arseniy Seroka
a23a53a571 Merge pull request #13055 from dochang/rolespec
rolespec: init at 20160105
2016-02-19 23:02:16 +03:00
Arseniy Seroka
ba47df7b47 Merge pull request #13082 from svend/ansible2
ansible2: v2.0.0_0.6.rc1 -> v2.0.0.2
2016-02-19 22:53:31 +03:00
Arseniy Seroka
4e305945dc Merge pull request #13112 from datakurre/datakurre-rabbitpy
rabbitpy: init at 0.26.2
2016-02-19 22:53:11 +03:00
Arseniy Seroka
a2a5d234a5 Merge pull request #13101 from zimbatm/dispad
dispad: init at 0.3.1
2016-02-19 22:52:45 +03:00
Arseniy Seroka
0e95958c18 Merge pull request #13110 from puffnfresh/package/ue4
ue4: init at 4.10.2
2016-02-19 22:52:16 +03:00
Rommel M. Martinez
cb8ac5742d ugarit-manifest-maker: init at 0.1 2016-02-20 01:30:54 +08:00
vbgl
5ed9176c52 Merge pull request #13077 from wizeman/u/ocaml-packages
Add ocamlPackages.{gen,sequence,containers}
2016-02-19 18:14:47 +01:00
Frederik Rietdijk
d3482be0e5 Merge pull request #12886 from pstn/master
Allow kpcli to work with xclip
2016-02-19 17:14:50 +01:00
Pascal Wittmann
cb2362a2d3 Merge pull request #13083 from svend/jenkins-job-builder
jenkins-job-builder: 1.3.0 -> 1.4.0
2016-02-19 17:08:41 +01:00
Adrien Devresse
825ba05efb vmmlib: init at 1.6.2
vmmlib is a vector and matrix C++ library
2016-02-19 14:51:43 +00:00
zimbatm
360b5ab9b6 Merge pull request #13123 from nfjinjing/shadowsocks-libev
shadowsocks-libev: init at 2.4.5
2016-02-19 14:29:19 +00:00
Frederik Rietdijk
c9b5c4a445 kde5.kdeconnect: init at 0.9g 2016-02-19 15:12:08 +01:00
Nikolay Amiantov
c6f143307c uwsgi: refactor, throw sensible error if plugin is not found 2016-02-19 17:02:40 +03:00
Jinjing Wang
6f466c9dad shadowsocks-libev: init at 2.4.5 2016-02-19 20:58:12 +08:00
zimbatm
c6d9d8dfa1 Merge pull request #13088 from ebzzry/ugarit-2.0
ugarit: init at 2.0
2016-02-19 12:39:00 +00:00
Thomas Tuegel
44aed98556 kde5.frameworks: 5.18.0 -> 5.19.0 2016-02-19 06:19:26 -06:00