Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Themix GUI theme designer (a.k.a. Oomox) packages #87054

Closed
wants to merge 19 commits into from

Conversation

mnacamura
Copy link
Contributor

@mnacamura mnacamura commented May 6, 2020

Motivation for this change

Themix GUI theme desiner (Oomox) is a great tool for customizing desktop themes and console color palettes. It's packaged in a number of distros: Arch, Debian, Ubuntu, CentOS, Fedora, etc. Why not in Nixpkgs?AUR and COPR have it. deb package is provided by the Themix project.

Themix has a number of plugins but I would like to keep this PL minimal: It ships only import-image, theme-oomox, and icons-papirus plugins.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@mnacamura
Copy link
Contributor Author

Upstream version bump. I’ll update this PL later.

@mnacamura mnacamura marked this pull request as draft June 18, 2020 04:50
@jacobdillon
Copy link
Contributor

Any update on this?

@mnacamura
Copy link
Contributor Author

I'm preparing an experimental overlay for the Themix project here. I'd like to update this PL after ensuring the stability of packages in the overlay. Anyone interested in testing are welcome.

pkgs/top-level/all-packages.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/themix/theme-oomox/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/themix/theme-oomox/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/themix/theme-oomox/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/themix/theme-oomox/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/themix/icons-papirus/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/themix/gui/unwrapped.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/themix/gui/unwrapped.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/themix/gui/unwrapped.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/themix/gui/unwrapped.nix Outdated Show resolved Hide resolved
Copy link
Member

@SuperSandro2000 SuperSandro2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the python packages:

  • Missing pythonImportsCheck and checkPhase
  • platforms should be set if it is unix because that is the default set by buildPythonPackage.

pkgs/applications/misc/themix/theme-oomox/default.nix Outdated Show resolved Hide resolved
src = fetchFromGitHub {
owner = "themix-project";
repo = "oomox-gtk-theme";
rev = "e0d729510791b4797e80610b73b5beea07673b10";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's because version 1.12.r2 has some bug fixes for gtk3.20+.

Comment on lines 2 to 4
, enableColorthief ? true
, enableColorz ? true
, enableHaishoku ? true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would anyone want to disable these?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Removed these options.

@mnacamura
Copy link
Contributor Author

* platforms should be set if it is unix because that is the default set by buildPythonPackage.

Do you mean "if it is not unix"?

@stale
Copy link

stale bot commented Oct 30, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Oct 30, 2021
@quantenzitrone
Copy link
Contributor

why is this pr dead? i would really like to have themix on nixos

@SuperSandro2000
Copy link
Member

I don't know but it is for at least a year, so closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants