summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libunique
AgeCommit message (Collapse)Author
2026-03-21libunique3: use https for sourcesLisanna Dettwyler
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
2025-07-24treewide: run nixfmt 1.0.0Wolfgang Walther
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH
2024-11-30various: remove AndersonTorres from maintainersAnderson Torres
As a short note, I am relinquishing the maintenance of many packages, because it is too much to me to handle right now.
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-01treewide: Move away from wiki.gnome.orgBobby Rong
The wiki.gnome.org site is planned for retirement.
2023-06-28treewide: gobject-introspection from buildInputs to nativeBuildInputsArtturin
gobject-introspection should be in nativeBuildInputs for cross to work properly (so propagations and hook work properly)
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-01-26treewide: remove global with lib; statements in pkgs/developmentShawn8901
2021-05-13libunique: fix darwinRobert T. McGibbon
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-04-01libunique: add darwinConstantine Glen Evans
libunique builds, and dependencies appear to build and run correctly, in OS X.
2019-12-31treewide: NIX_*_COMPILE -> stringRobin Gloster
2019-09-30libunique: fix build with glib-2.62Tor Hedin Brønner
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-13treewide: Update meta of packages hosted on gnomeDaniel Schaefer
- Update homepage URLs - Add missing meta entries
2019-05-12treewide: Add passthru.updateScript to gnome pkgsDaniel Schaefer
`updateScript` lets us update packages automatically. For packages that are hosted on the gnome mirror it's very easy to add that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
2019-03-09gnome2.gtkdoc -> gtk-docvolth
fix evaluation when `config.allowAliases` == false (regression after https://github.com/NixOS/nixpkgs/pull/56791)
2018-12-02gobject-introspection: rename packageJan Tojnar
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-30libunique: Don't fail on deprecated-declarationsTor Hedin Brønner
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar
2018-02-18libunique: fix build with gcc-7 by fixing a bugVladimír Čunát
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2015-02-01Libunique3 (version 3.0.2): New packageAndersonTorres
Libunique is a library to write single instance applications. I am creating a new package instead of upgrading the old one because Mate uses libunique 3.x and other projects not (as far as I know).
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk
2013-11-17libunique: fix build, make the package uniqueVladimír Čunát
The one in gnome2 was failing to build, but all there is likely in a desolate state anyway. In gmpc it also seemed without any reason to have a duplicate.
2013-02-09Major Xfce refactoring, also adding versions 4.10.*Vladimír Čunát
Please, comment on #296.