summary refs log tree commit diff
path: root/pkgs/desktops/gnome-2
Commit message (Collapse)AuthorAge
* libglademm: droppiegames2022-01-29
|
* gnome2.vte: dropMartin Weinelt2022-01-19
| | | | Depends on pygtk, which is python2 only and thus due for removal.
* gnome2.gtkhtml4: do not use patchFlagsJan Tojnar2022-01-15
| | | | Those apply to all patches making applying patches in the future problematic.
* gtkhtml4: added support for enchant2Daniel Șerbănescu2022-01-13
|
* gnome2.ORBit2: explicitly disable build parallelism due to missing dependsSergei Trofimovich2021-10-22
|
* gnome2.ORBit2: update homepage to https://developer-old.gnome.org/ORBit2/Sergei Trofimovich2021-10-22
| | | | Previous homepage returned 404.
* mail-notification: removeRick van Schijndel2021-08-22
| | | | unmaintained since 2016
* libwnck: make 3.36.0 defaultOlli Helenius2021-06-24
|
* Configure gnome2.gtksourceview to build with autoconf 2.69Matthew Van Gundy2021-03-14
| | | | | | | | | | | | `nix-build -A gnome2.gtksourceview` fails to build with autoconf 2.70 with the following error: ... autoreconf: running: intltoolize --copy --force You should update your 'aclocal.m4' by running aclocal. autoreconf: running: gtkdocize --copy Can't exec "gtkdocize": No such file or directory at /nix/store/hm8xfxprfk4l1msb9hpjwgydilbqlvl5-autoconf-2.70/share/autoconf/Autom4te/FileUtils.pm line 293. autoreconf: error: gtkdocize failed with exit status: 2 gnome2.gtksourceview builds successfully with autoconf 2.69.
* pkgs/desktops: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* gnome-2.gnome_mime_data: Move intltool to nativeBuildInputsChristian Kampka2020-12-29
|
* gstreamer: drop legacyJan Tojnar2020-09-02
| | | | It has been abandoned for ages, insecure, and now finally broken.
* libgnomeui: Update patch URL.Kevin Cox2020-08-30
| | | | The GitHub repo has been removed but the commit is available on the GNOME GitLab.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* gnome2.gnome-icon-theme: move to pkgs/data/iconsJosé Romildo Malaquias2020-04-05
|
* treewide: rename gnome2.gnome_icon_theme package to use dashesJosé Romildo Malaquias2020-04-03
|
* gnome2.gnome_icon_theme: do not drop icon theme cacheJosé Romildo Malaquias2020-04-03
|
* gnome2.gnome_icon_theme: minor layout changeJosé Romildo Malaquias2020-04-03
|
* gnome2.gnome_icon_theme: change platform to unixJosé Romildo Malaquias2020-04-03
|
* gnome2.gnome_icon_theme: add meta attributesJosé Romildo Malaquias2020-04-03
|
* gnome2.gnome_icon_theme: use pname and versionJosé Romildo Malaquias2020-04-03
|
* gnome2.gnome_icon_theme: 2.91.93 -> 3.12.0José Romildo Malaquias2020-04-03
|
* libgnomeprint: build with bison3Luka Blaskovic2020-01-13
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* Merge branch 'master' into staging-nextJan Tojnar2019-12-25
|\
| * gnome2.gtkglext: 1.2.0 → 2019-12-19Jan Tojnar2019-12-19
| | | | | | | | Switched to HEAD to not depend on broken pangox-compat.
* | gnome2.GConf: python2 -> python3Graham Christensen2019-12-19
|/ | | | | | | Borrowing fedora's 2to3 trick: https://src.fedoraproject.org/rpms/GConf2/blob/master/f/GConf2.spec#_90 (thank you, worldofpeace!)
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* gnome2.gnome_vfs: openssl-1.1 patchJuanjo Presa2019-11-11
| | | | Use fetchpatch and explain the issue
* tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | | | GTK was renamed.
* gnome2.gvfs: dropJan Tojnar2019-09-03
| | | | | | Not needed by anything and dropping it will allow us to clean up the expression. Changed to an alias as that is what it was in the first place.
* Merge master into staging-nextFrederik Rietdijk2019-08-31
|\
| * gnome2.libglade: make python2 build optionalMaximilian Bosch2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | Python2 is only needed for `libglade-convert`[1] which is a simple script that converts old glade files into new glade files and for tests and docs which we currently don't generate. As Python2 is about to get EOLed and this is mostly a tool to migrate old data, it shouldn't be built by default. With this change, `xscreensaver` and `xsecurelock` don't depend on Python2 anymore. [1] https://manpages.ubuntu.com/manpages/trusty/man1/libglade-convert.1.html
* | Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\| | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * pin some packages to openssl 1.0.2 for nowRobin Gloster2019-07-29
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* treewide: handle enchant = enchant2Matthew Bauer2019-06-03
| | | | patch or provide backup to enchant1 where necessary
* gnome2: remove aliasesJan Tojnar2019-03-05
|
* gnome2: use makeScopeJan Tojnar2019-03-05
|
* treewide: fix missing libs after libtool pruning #51767Vladimír Čunát2019-02-10
|
* libglade: fix on darwinMatthew Bauer2019-01-22
| | | | | | | | Based on discussion in https://github.com/Homebrew/legacy-homebrew/issues/11961 Closes #54448 Closes #54321
* Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-02
|
* Merge staging-next into stagingFrederik Rietdijk2018-10-17
|\
| * Merge pull request #39125 from mpickering/darwin-sagaMichael Raskin2018-10-14
| |\ | | | | | | SAGA, SAGA LTS release, dependencies and QGIS SAGA plugin
| | * Small fixesMatthew Pickering2018-08-12
| | |
* | | perlXMLParser -> perlPackages.XMLParservolth2018-10-12
|/ /