Jan Tojnar
8b72976055
gnome-builder: fix build
2022-01-02 17:24:06 +01:00
R. Ryantm
20a9dc6bdb
gnome-builder: 41.2 -> 41.3
2021-12-08 10:49:17 +01:00
Jan Tojnar
74a4876377
gnome-builder: 41.1 → 41.2
...
https://ftp.gnome.org/pub/GNOME/sources/gnome-builder/41/gnome-builder-41.2.news
2021-11-23 15:34:15 +01:00
Jan Tojnar
b399f77c38
gnome-builder: 3.40.2 → 41.1
...
https://gitlab.gnome.org/GNOME/gnome-builder/-/blob/41.1/NEWS
2021-10-15 02:49:09 +02:00
Robert Hensing
8e3c5eb501
treewide: xvfb_run -> xvfb-run
2021-05-08 15:48:41 +02:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Jan Tojnar
626e32b133
gnome-builder: 3.40.1 → 3.40.2
2021-05-06 20:55:11 +02:00
Jan Tojnar
0f8945b750
gnome-builder: 3.38.2 → 3.40.1
2021-05-05 22:42:20 +02:00
Jan Tojnar
7d535edec5
gnome3: support new versioning scheme in the update script
...
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
2021-05-05 22:20:20 +02:00
Sandro Jäckel
1c138430ec
gnome-builder: remove unused input
2021-02-22 01:16:25 +01:00
R. RyanTM
1c24ff1f1f
gnome-builder: 3.38.1 -> 3.38.2
2021-02-04 18:43:31 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Jan Tojnar
bfd818e711
gnome-builder: 3.38.0 → 3.38.1
2020-10-24 06:00:37 +02:00
WORLDofPEACE
f0712e782c
gnome-builder: 3.36.1 -> 3.38.0
...
https://gitlab.gnome.org/GNOME/gnome-builder/-/blob/3.38.0/NEWS
2020-10-24 01:15:50 +02:00
R. RyanTM
35f6df01d4
gnome-builder: 3.36.0 -> 3.36.1
2020-07-05 07:19:24 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Jan Tojnar
6b17638dc6
glade: rename from gnome3.glade
2020-05-15 19:21:12 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next
2020-04-13 18:50:35 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Frederik Rietdijk
ce2321f938
Merge staging-next into staging
2020-04-05 08:34:03 +02:00
Jan Tojnar
ff3c6feea8
gnome-builder: Fix build
...
This was forgotten during GNOME 3.36 update so the upstreamed patches were not removed.
Also needed to add libportal and could remove some old cruft.
2020-04-05 01:35:33 +02:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome
2020-04-01 14:41:43 +02:00
Tor Hedin Brønner
3b1a1a5bf5
gnome-builder: 3.34.1 -> 3.36.0
...
* Vala support now requires unpackaged gvls
2020-03-24 07:11:01 +01:00
Jan Tojnar
f7f7b759ef
gnome-builder: fix build with Meson 0.52
2019-12-02 00:23:08 +01:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next
2019-10-12 00:50:21 +02:00
Tor Hedin Brønner
fedc3638da
gnome-builder: 3.34.0 → 3.34.1
2019-10-08 12:08:50 +02:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next
2019-10-03 01:47:08 +02:00
Tor Hedin Brønner
5a5f149e10
gnome-builder: 3.32.4 → 3.34.0
...
* add pcre2
* don't override stdenv
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-09-30 19:39:38 +02:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
...
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
R. RyanTM
fb801947d0
gnome-builder: 3.32.3 -> 3.32.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-builder/versions
2019-08-04 03:35:32 -07:00
R. RyanTM
450602320f
gnome-builder: 3.32.0 -> 3.32.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-builder/versions
2019-07-01 08:41:01 -07:00
Tor Hedin Brønner
d206f597b6
gnome-builder: 3.30.3 -> 3.32.0
...
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-04-05 12:13:31 +02:00
Jan Tojnar
97eb65324d
treewide: no gnome aliases
2019-03-24 14:46:50 -04:00
R. RyanTM
64139656ec
gnome-builder: 3.30.2 -> 3.30.3 ( #54205 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-builder/versions
2019-01-17 22:30:07 +01:00
worldofpeace
2c76519900
vte, vte_290, vte-ng: rename frome gnome3.vte*
2018-12-25 20:14:32 -05:00
Jan Tojnar
ef935fa101
Merge branch 'master' into staging
2018-12-24 15:02:29 +01:00
Jan Tojnar
ef165916b3
gnome-builder: 3.30.0 → 3.30.2
2018-12-20 00:28:49 +01:00
Jan Tojnar
4c40adceb9
libgit2-glib: move to top-level
2018-12-16 22:56:30 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Jan Tojnar
c0b58d9532
gnome-builder: 3.28.4 → 3.30.0
2018-11-30 21:35:10 +01:00
Jan Tojnar
5cc18c4781
gnome3: remove versionBranch attribute
...
Standard library now contains stdenv.lib.versions.majorMinor,
which does the same.
2018-10-05 02:17:19 +02:00
worldofpeace
73e468005b
gnome-builder: add ctags
2018-09-13 03:27:08 -04:00
Jan Tojnar
58a3726252
gnome-builder: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:41 +02:00
Jamey Sharp
f2434d1208
gnome-builder: fix whitespace
2018-08-01 13:12:54 -07:00
Jamey Sharp
e6bcb54539
gnome-builder: add a long description
...
Including a comment about the need for additional runtime dependencies.
2018-07-31 22:46:47 -07:00
Jamey Sharp
499ca65930
gnome-builder: document why tests and clang are disabled
2018-07-31 21:51:11 -07:00
Jamey Sharp
e0180052a7
gnome-builder: split devdoc to a separate output
2018-07-31 17:04:03 -07:00
Jamey Sharp
63445d0120
gnome-builder: use fetchpatch for upstream patches
...
These patches were merged to master so we can fetch them from the GNOME
GitLab instance now.
2018-07-31 17:03:08 -07:00