beauty-line-icon-theme: 0.0.4 -> 2.4 (#444643)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user