Olli Helenius
8609f3fd20
libwnck: make 3.36.0 default
2021-06-24 18:04:30 +03:00
Matthew Van Gundy
3d5c4053ca
Configure gnome2.gtksourceview to build with autoconf 2.69
...
`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.
2021-03-14 11:28:01 -07:00
Ben Siraphob
5fffcef915
pkgs/desktops: pkgconfig -> pkg-config
2021-01-16 23:49:59 -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
Christian Kampka
9e043f4944
gnome-2.gnome_mime_data: Move intltool to nativeBuildInputs
2020-12-29 10:31:14 +01:00
Jan Tojnar
4a4e642aba
gstreamer: drop legacy
...
It has been abandoned for ages, insecure, and now finally broken.
2020-09-02 04:01:07 +02:00
Kevin Cox
1990bcad07
libgnomeui: Update patch URL.
...
The GitHub repo has been removed but the commit is available on the GNOME GitLab.
2020-08-30 20:52:59 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
José Romildo Malaquias
737586bf4f
gnome2.gnome-icon-theme: move to pkgs/data/icons
2020-04-05 22:14:23 -03:00
José Romildo Malaquias
4d9a57bd76
treewide: rename gnome2.gnome_icon_theme package to use dashes
2020-04-03 23:24:53 -03:00
José Romildo Malaquias
a396bc1a9b
gnome2.gnome_icon_theme: do not drop icon theme cache
2020-04-03 23:12:23 -03:00
José Romildo Malaquias
2e7067f984
gnome2.gnome_icon_theme: minor layout change
2020-04-03 22:40:56 -03:00
José Romildo Malaquias
d4042b9ccb
gnome2.gnome_icon_theme: change platform to unix
2020-04-03 22:28:54 -03:00
José Romildo Malaquias
91bf69cb6b
gnome2.gnome_icon_theme: add meta attributes
2020-04-03 22:27:57 -03:00
José Romildo Malaquias
6e337f2f9e
gnome2.gnome_icon_theme: use pname and version
2020-04-03 22:12:12 -03:00
José Romildo Malaquias
a0aca4e0c3
gnome2.gnome_icon_theme: 2.91.93 -> 3.12.0
2020-04-03 22:09:52 -03:00
Luka Blaskovic
e2717ad9b7
libgnomeprint: build with bison3
2020-01-13 21:35:19 +00:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string
2019-12-31 00:13:29 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Jan Tojnar
ca39dd3a8a
Merge branch 'master' into staging-next
2019-12-25 05:15:06 +01:00
Graham Christensen
a52749e797
gnome2.GConf: python2 -> python3
...
Borrowing fedora's 2to3 trick:
https://src.fedoraproject.org/rpms/GConf2/blob/master/f/GConf2.spec#_90
(thank you, worldofpeace!)
2019-12-19 09:25:22 +01:00
Jan Tojnar
5ff0fd1519
gnome2.gtkglext: 1.2.0 → 2019-12-19
...
Switched to HEAD to not depend on broken pangox-compat.
2019-12-19 00:25:09 +01:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined
2019-11-18 20:10:43 +00:00
Juanjo Presa
8ea52dfbdf
gnome2.gnome_vfs: openssl-1.1 patch
...
Use fetchpatch and explain the issue
2019-11-11 21:38:15 +00:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
...
GTK was renamed.
2019-09-06 02:54:53 +02:00
Jan Tojnar
8605b470ba
gnome2.gvfs: drop
...
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.
2019-09-03 03:48:05 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
Maximilian Bosch
d15019d439
gnome2.libglade: make python2 build optional
...
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
2019-08-28 01:33:20 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
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
2019-08-24 08:55:37 +02: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
Robin Gloster
a22429bf05
pin some packages to openssl 1.0.2 for now
2019-07-29 21:25:10 +02: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
ba76fa91c7
treewide: handle enchant = enchant2
...
patch or provide backup to enchant1 where necessary
2019-06-03 12:47:28 -04:00
Jan Tojnar
57c745f530
gnome2: remove aliases
2019-03-05 15:37:45 +01:00
Jan Tojnar
bbe29c055d
gnome2: use makeScope
2019-03-05 15:27:24 +01:00
Vladimír Čunát
64edccb463
treewide: fix missing libs after libtool pruning #51767
2019-02-10 14:14:33 +01:00
Matthew Bauer
51d88f7d20
libglade: fix on darwin
...
Based on discussion in
https://github.com/Homebrew/legacy-homebrew/issues/11961
Closes #54448
Closes #54321
2019-01-22 11:33:30 -05:00
c0bw3b
a04a512f34
Treewide: use HTTPS on NonGNU domains
2018-12-02 15:21:04 +01:00
Frederik Rietdijk
89349fdae9
Merge staging-next into staging
2018-10-17 08:36:28 +02:00
Michael Raskin
878c6c090d
Merge pull request #39125 from mpickering/darwin-saga
...
SAGA, SAGA LTS release, dependencies and QGIS SAGA plugin
2018-10-14 19:14:48 +00:00
volth
c0fed1ba77
perlXMLParser -> perlPackages.XMLParser
2018-10-12 22:56:15 +00:00
Jan Tojnar
8a0f255cda
gnome2.gtkglextmm: drop
2018-09-14 01:52:22 +02:00
Jan Tojnar
2ff2b89fdf
gnome2.gconfmm: drop
2018-09-14 00:18:18 +02:00
Matthew Pickering
5caa3fcae9
Small fixes
2018-08-12 10:36:43 +01:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
...
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Jan Tojnar
aebb64f59f
gnome2.gnome-desktop: drop
2018-08-09 17:36:49 +02:00
Jan Tojnar
ba4835dea8
gnome2.libgnomekbd: drop
2018-08-09 17:36:49 +02:00
Jan Tojnar
f82f302743
gnome2.libgweather: drop
2018-08-09 17:36:49 +02:00
Jan Tojnar
0e68d11b86
gnome2.zenity: drop
2018-08-09 17:36:48 +02:00
Jan Tojnar
34aea495eb
gnome2.gnome_keyring: drop
2018-08-09 17:36:48 +02:00
Jan Tojnar
6b2a175c5e
gnome2.gnome_vfs_monikers: drop
2018-08-09 17:36:48 +02:00
Jan Tojnar
d76754fe80
gnome2.at_spi: drop
2018-08-09 17:36:47 +02:00
Jan Tojnar
5d23756c7b
gnome2.gnome_menus: drop
2018-08-09 17:36:47 +02:00
Jan Tojnar
27a938b414
gnome2.metacity: drop
2018-08-09 17:36:47 +02:00
Jan Tojnar
31559eb969
gnome2.gnome-panel: drop
2018-08-09 17:36:46 +02:00
Jan Tojnar
d293fca58a
gnome2.gnome-settings-daemon: drop
2018-08-09 17:36:44 +02:00
Jan Tojnar
f27f4be540
gnome2.gnome-control-center: drop
2018-08-09 17:36:44 +02:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
John Ericson
85a9913edd
treewide: Make more complicated configureFlags lists
2018-08-03 17:06:03 -04:00
Tuomas Tynkkynen
b619e0b016
gnome2.GConf: Add python2 dependency for gsettings-schema-convert
...
https://hydra.nixos.org/build/78312507
2018-07-25 11:23:55 +03:00
Jan Tojnar
452017032a
fix Merge 8213ff161c
...
cc @FRidh
2018-07-21 20:20:36 +02:00
Frederik Rietdijk
ad47d658d1
Merge master into staging-next
2018-07-21 19:43:53 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Frederik Rietdijk
8213ff161c
Merge master into staging-next
2018-07-19 18:24:24 +02:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Jan Tojnar
373bdced7f
gnome2.GConf: 2.32.4 → 3.2.6
...
Update and clean up the expression. For example, GTK was only used for
removed utility and examples.
2018-07-10 12:14:40 +02:00
Vincent Laporte
0b1823ff84
gnome2.gtksourceview: fix build on darwin ( #41353 )
2018-06-01 20:56:40 +02:00
Jan Tojnar
89c20aa46c
gnome2.vte: fix patch url
2018-05-29 10:57:50 +02:00
Jan Tojnar
86270fc19e
gnome2.gtksourceview: fix patch url
2018-05-29 10:34:17 +02:00
John Ericson
ddbe9191ef
Merge remote-tracking branch 'upstream/master' into staging
...
Keep the dontCheck because the test suite fails, get rid of the LDFLAGS
hack because we don't need it!
2018-05-16 15:16:08 -04:00
Matthew Bauer
c605d171bb
treewide: remove lintl references
...
libintl should be used directly, not through NIX_LDFLAGS.
2018-05-16 01:02:31 -05:00
Matthew Bauer
6748534d83
Merge remote-tracking branch 'upstream/master' into staging
2018-05-08 09:36:00 -05:00
Matthew Justin Bauer
4f1f7c4655
libgweather: fixup assertion error
2018-05-03 18:05:04 -05:00
John Ericson
cf06e42d1c
Merge remote-tracking branch 'upstream/master' into staging
2018-05-03 16:35:36 -04:00
Matthew Bauer
143978a477
treewide: remove platform assertions
...
linux: readd assertion
2018-05-03 13:09:20 -05:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions
2018-05-02 15:40:38 -05:00
Jan Tojnar
0dec4fa1db
rarian: merge gnome{2,3}.rarian
2018-04-25 15:53:26 +02:00
Jan Malakhovski
7438083a4d
tree-wide: disable doCheck
and doInstallCheck
where it fails (the trivial part)
2018-04-25 04:18:46 +00:00
Jan Tojnar
d4f97d5fed
gnome2.gtkglext: patch deprecated symbols
2018-04-15 17:21:23 +02:00
Jan Tojnar
3bea518b36
gnome2.gtkglext: fix build with glibc ≥ 2.27
2018-04-15 17:21:22 +02:00
Matthew Justin Bauer
75616ceb49
Merge pull request #37840 from matthewbauer/unixtools
...
Cross-platform "unixtools"
2018-03-27 18:43:03 -05:00
Michael Raskin
762e2388d7
Merge pull request #37775 from vbgl/gtksourceview-2-darwin
...
gnome2.gtksourceview: fix build on Darwin
2018-03-25 18:05:30 +00:00
Vincent Laporte
ef4a5e2fc0
gnome2.gtksourceview: fix build on Darwin
2018-03-25 16:50:59 +00:00
Matthew Bauer
ed2a9cf65f
treewide: remove libintl hacks
2018-03-22 16:50:11 -05:00
Corey O'Connor
4b625fd25a
gnome2.gnome-control-center: Add docbook_xml_dtd_412 to prevent build from attempting to reference DTD from network and failing.
2018-03-14 12:08:06 -07:00
Corey O'Connor
a31b2ca00f
gnome2.zenity: Add docbook_xml_dtd_412 to prevent build from attempting to reference DTD from network and failing.
2018-03-14 11:36:03 -07:00
Vladimír Čunát
565bd805e6
Merge branch 'master'
2018-03-05 14:53:27 +01:00
Robin Gloster
e43dd6f164
gnome2.gnome-session: remove
2018-03-02 11:56:45 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Alexander V. Nikolaev
0acec7e984
treewide: transition mesa to libGLU_combined
2018-02-24 17:06:49 +02:00
Jan Tojnar
224853d4dc
libcanberra: init without gtk
2017-12-17 02:54:24 +01:00
Andreas Rammhold
4c6f7ee729
gnome2.vte: fix CVE-2012-2738
2017-12-09 12:25:04 +01:00
Jan Tojnar
f15f06c901
gnome2.libglademm: split out devdoc output
2017-11-24 02:13:57 +01:00
Orivej Desh
fda26c8476
Merge branch 'master' into staging
...
* master: (271 commits)
pysmbc: clarify license
pysmbc: fix license
bazel: 0.5.4 -> 0.6.0 (#29990 )
googler: init at 3.3
go: declare support for aarch64
firefox-beta-bin: 56.0b5 -> 57.0b4
spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
gogs: 0.11.19 -> 0.11.29
grafana: 4.5.1 -> 4.5.2
mopidy-iris: 3.4.1 -> 3.4.9
nextcloud: 12.0.2 -> 12.0.3
haskell-json-autotype: jailbreak to fix build within LTS 9.x
kore: fix up
kore: init at 2.0.0
glusterfs service: fix issues with useRpcbind
tig: 2.2.2 -> 2.3.0
haskell-hspec-core: enable test suite again
hackage-packages.nix: automatic Haskell package set update
librsvg: fix thumbnailer path
awscli: 1.11.108 -> 1.11.162
...
2017-10-02 00:22:12 +00:00
John Ericson
f037625f87
Merge remote-tracking branch 'upstream/staging' into deps-reorg
2017-09-28 12:32:57 -04:00
Jan Tojnar
13649ee12f
libgnomeui: fix compatibility with GLib
...
Picked from #29392 , like the parent commit.
2017-09-28 12:17:27 +02:00
Vladimír Čunát
f1e6c43d45
gnome2.glibgnome: fixup build with updated glib
2017-09-28 12:00:22 +02:00
Eelco Dolstra
8ccce8de89
Add more dev outputs
2017-09-25 19:52:10 +02:00
John Ericson
7c73ff4e92
gnome-vfs: Recategorize dependencies
2017-09-21 15:49:55 -04:00