Robin Gloster
ab0cfd9e03
treewide: NIX_*_COMPILE -> string
2019-12-31 00:10:18 +01:00
worldofpeace
128b8d9181
wxGTK{30,31}: don't use webkitgtk24x
...
You know cannot enable optional withWebKit when
withGtk2 is enabled.
2019-12-05 05:53:09 -05:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Daiderd Jordan
c558a74a1b
wxmac: fix build
2019-07-03 22:20:18 +02:00
Jan Tojnar
85483ca76a
wxGTK31: fix eval
...
bc109b19c9
on master created a separate
expression based on wxGTK30, but that expression was modified on staging
in f0733a07d5
. Let's sync that.
2019-06-25 18:22:48 +02:00
Jan Tojnar
07d1d3ed68
Merge branch 'master' into staging
2019-06-25 18:06:43 +02:00
Frederik Rietdijk
32a7e35d17
wxwidgets: fix passthru, fixes tarball job
...
cc @romildo
2019-06-25 16:25:02 +02:00
José Romildo Malaquias
bc109b19c9
wxGTK31: 3.1.0 -> 3.1.2; use its own derivation
2019-06-20 20:36:17 -03:00
Frederik Rietdijk
f120248daf
Merge staging-next into staging
2019-06-18 11:07:56 +02:00
Matthew Bauer
f0733a07d5
treewide: remove libGLSupported from pkgs
...
This isn’t a package, and we already have mesaPlatforms to handle this logic.
2019-06-17 11:49:22 -04:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Matthew Bauer
da38a49a24
treewide: mark bad packages
...
Some old stuff is known not to work.
2019-04-26 21:55:11 -04:00
Jan Malakhovski
5cf90c3b20
wxGTK28, wxGTK29, wxGTK30: move defaults to package file
2019-02-03 15:33:20 +00:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
Daiderd Jordan
fcbaa7527d
wxmac: 3.0.2 -> 3.0.4
2018-10-25 00:15:54 +01:00
Daiderd Jordan
0df3d8d6c4
wxmac: include cf-private
...
Fixes build failure because CoreFoundation doesn't include
CFURLGetFSRef anymore.
clang++ -mmacosx-version-min=10.7 -c -o basedll_filefn.o -D__WXOSX_COCOA__ -DWXBUILDING -I./src/regex -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -dynamic -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -I/private/tmp/nix-build-wxmac-3.0.2.drv-0/wxWidgets-3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I./include -O2 -fno-strict-aliasing -fno-common ./src/common/filefn.cpp
./src/common/filefn.cpp:849:18: error: use of undeclared identifier 'CFURLCreateFromFSRef'
fullURLRef = CFURLCreateFromFSRef(NULL, fsRef);
^
./src/common/filefn.cpp:875:14: error: use of undeclared identifier 'CFURLGetFSRef'
if ( CFURLGetFSRef(url, fsRef) == false )
2018-10-24 12:07:50 +02:00
volth
774e5294a2
wxGTK30: 3.0.3.1 -> 3.0.4 ( #44045 )
2018-07-29 22:01:45 +02:00
Herwig Hochleitner
0b8d7fb16e
wxwidgets: depend on generic webkitgtk instead of 218x
...
Currently ahead of the upgrade to webkitgtk220x, this will make future
webkitgtk maintenance easier.
WebkitGTK, from 2.6 onwards has maintained API stability and will
continue to do so, as opposed to the jump from 2.4 to 2.6
2018-03-15 01:52:52 +01:00
Alexander V. Nikolaev
1bc1909e5b
treewide: transition from mesa_glu to libGLU
2018-02-24 17:05:43 +02:00
Alexander V. Nikolaev
8f2a22935c
treewide: transition from mesa_noglu to libGL
2018-02-24 17:03:46 +02:00
Luke Adams
a5d44f6631
wxGTK31: init at 3.1
...
wxgtk31: overrideattrs
2017-12-23 22:31:15 -08:00
Vladimír Čunát
8ea1b79003
wxGTK-{2.9,3.0}: apply an upstream patch
...
Close #30909 .
2017-11-04 18:28:33 +01:00
Franz Pletz
aebae6c208
webkitgtk: 2.16.6 -> 2.18.1 for multiple CVEs
...
See https://webkitgtk.org/security/WSA-2017-0008.html
2017-10-24 13:20:38 +02:00
davidak
3270aa896b
replace "Mac OS X" and "OS X" with "macOS"
...
as it is the official name since 2016
https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop
exception are parts refering to older versions of macOS like
"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
volth
a720bd45e6
Merge branch 'master' into wxwidgets-3.0.3.1
2017-07-01 00:20:20 +00:00
Volth
bb8759f928
no need to patch if old wxWebView is used
2017-05-28 10:09:47 +00:00
Volth
a195c0418f
wxGTK30: 3.0.2 -> 3.0.3.1
2017-05-27 12:42:12 +00:00
Volth
b7ccf27229
rename webkitgtk24x -> webkitgtk24x-gtk3; webkitgtk2 -> webkitgtk24x-gtk2
2017-05-26 13:43:25 +00:00
Matthew Bauer
3cfdaa4b2b
wxwidgets: add homepage and descriptions
...
Update meta to make things more informative.
2017-04-23 15:25:23 -05:00
Matthew Bauer
6f3085d572
wxwidgets: add wxWindows license
...
all wx{GTK,widgets,windows,mac,etc}* packages use the wxWindows license.
2017-04-23 15:20:35 -05:00
Matthew Bauer
3cc4bfa7a3
wxwidgets: restructure into one folder
...
It’s easier to manage these in one folder.
Affected folders from pkgs/development/libraries/:
- wxGTK-2.8
- wxGTK-2.9
- wxGTK-3.0
- wxmac
These will all go into pkgs/development/libraries/wxwidgets for now.
2017-04-23 15:15:46 -05:00