summary refs log tree commit diff
path: root/pkgs/desktops/gnome-2
Commit message (Collapse)AuthorAge
* gnome2: remove reference to gdk_pixbuf (throw since 2022-02)Fabián Heredia Montiel2023-10-03
|
* rarian: removeJan Tojnar2023-07-05
| | | | | It is still being maintained somewhat but basically nothing uses it and even Debian dropped it: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914523
* gtksourceview: remove with lib over entire fileSandro Jäckel2023-02-14
|
* gtksourceview: Add `meta.pkgConfigModules` and testJohn Ericson2023-02-11
|
* gnome2.gnome_vfs: Add `meta.pkgConfigModules` and testJohn Ericson2023-02-11
|
* Merge pull request #210822 from bobby285271/rm/gnome-2Bobby Rong2023-01-16
|\ | | | | gnome2: remove some packages
| * gnome2.libgnomecanvasmm: removeBobby Rong2023-01-15
| | | | | | | | Unmaintained and no package depends on it.
| * gnome2.gtkhtml4: removeBobby Rong2023-01-15
| | | | | | | | Unmaintained and no package depends on it.
| * gnome2.gtkhtml: removeBobby Rong2023-01-15
| | | | | | | | Unmaintained and no package depends on it.
| * gnome2.libgtkhtml: removeBobby Rong2023-01-15
| | | | | | | | Unmaintained and no package depends on it.
| * gnome2.libgnomecups: removeBobby Rong2023-01-15
| | | | | | | | Unmaintained and no package depends on it.
| * gnome2.libgnomeprint: removeBobby Rong2023-01-15
| | | | | | | | Unmaintained and no package depends on it.
| * gnome2.libgnomeprintui: removeBobby Rong2023-01-15
| | | | | | | | Unmaintained and no package depends on it.
* | mail-notification: remove an unused patchBobby Rong2023-01-15
|/ | | | | | mail-notification is previously a top-level package. The package is removed in 193c893, so this patch is not needed.
* gnome2.gnome_python: removeBobby Rong2023-01-14
| | | | Unmaintained, depends on libgnome + python2
* gnome2.gnome_python_desktop: removeBobby Rong2023-01-14
| | | | Unmaintained, depends on libgnome + python2
* gnome2.scrollkeeper: removeAzat Bahawi2022-11-08
|
* treewide: optional -> optionals where the argument is a listArtturin2022-10-10
| | | | the argument to optional should not be list
* gnome2.libgnomeui: use xorg.* packages directly instead of xlibsWrapper ↵Sergei Trofimovich2022-10-04
| | | | | | | indirection Validated as no change in `out` and `dev` outputs with diffoscope on `gnome2.libgnomeui` expression.
* Merge master into staging-nextgithub-actions[bot]2022-10-02
|\
| * gnome2.libgnomeui: use xlibsWrapper instead of xorg.xlibsWrapperSergei Trofimovich2022-10-02
| |
* | treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin2022-09-26
|/ | | | found with nixpkgs-lint
* gnome2.libglade: remove python2-dependent functionalityArmeen Mahdian2022-04-25
|
* Merge master into staging-nextgithub-actions[bot]2022-04-05
|\
| * config.allowAliases: Define as optionRobert Hensing2022-04-01
| | | | | | | | | | | | | | | | This simplifies usages and makes the default value consistent. In a few cases, the default value was interpreted to be `false`, but this is useless, because virtually nobody will explicitly set `allowAliases = true;`.
* | gnome2: rename name to pname&versionFelix Buehler2022-03-07
|/
* 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
|