Unverified Commit 6626bbdc authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

beauty-line-icon-theme: 0.0.4 -> 2.4 (#444643)

parents ab51b0a2 58161f2f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -15295,6 +15295,12 @@
    githubId = 208297;
    name = "Luz";
  };
  lwb-2021 = {
    email = "lwb-2021@qq.com";
    github = "lwb-2021";
    githubId = 91705377;
    name = "lwb-2021";
  };
  lx = {
    email = "alex@adnab.me";
    github = "Alexis211";
+8 −13
Original line number Diff line number Diff line
{
  lib,
  stdenvNoCC,
  fetchFromGitHub,
  fetchFromGitLab,
  breeze-icons,
  gtk3,
  gnome-icon-theme,
@@ -13,20 +13,15 @@

stdenvNoCC.mkDerivation rec {
  pname = "BeautyLine";
  version = "0.0.4";
  version = "2.4";

  src = fetchFromGitHub {
    owner = "gvolpe";
    repo = pname;
    rev = version;
    sparseCheckout = [
      "BeautyLine-V3"
    ];
    hash = "sha256-IkkypAj250+OXbf19TampCnqYsSbJVIjeYlxJoyhpzk=";
  src = fetchFromGitLab {
    owner = "garuda-linux";
    repo = "themes-and-settings/artwork/beautyline";
    rev = "0df6f5df71c19496f9a873f8a52fbb5e84e95b12";
    hash = "sha256-SsYW4H1qam7kQJ3E4/vHJJOv2E4Pdk3itGncWa6YTqw=";
  };

  sourceRoot = "${src.name}/BeautyLine-V3";

  nativeBuildInputs = [
    jdupes
    gtk3
@@ -63,6 +58,6 @@ stdenvNoCC.mkDerivation rec {
    homepage = "https://www.gnome-look.org/p/1425426/";
    platforms = platforms.linux;
    license = [ licenses.publicDomain ];
    maintainers = with maintainers; [ gvolpe ];
    maintainers = with maintainers; [ lwb-2021 ];
  };
}