1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Update Copr path directories

This commit is contained in:
purian23
2025-10-31 21:31:45 -04:00
parent 4f9b0d8925
commit 60ce662d49
2 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# Spec for DMS Greeter - Git builds using rpkg macros # Spec for DMS Greeter - Git builds using rpkg macros
%global debug_package %{nil} %global debug_package %{nil}
%global version {{{ git_dir_version }}} %global version {{{ git_repo_version }}}
%global pkg_summary DankMaterialShell greeter for greetd %global pkg_summary DankMaterialShell greeter for greetd
Name: dms-greeter Name: dms-greeter
@@ -11,8 +11,8 @@ Summary: %{pkg_summary}
License: GPL-3.0-only License: GPL-3.0-only
URL: https://github.com/AvengeMedia/DankMaterialShell URL: https://github.com/AvengeMedia/DankMaterialShell
VCS: {{{ git_dir_vcs }}} VCS: {{{ git_repo_vcs }}}
Source0: {{{ git_dir_pack }}} Source0: {{{ git_repo_pack }}}
BuildRequires: git-core BuildRequires: git-core
BuildRequires: rpkg BuildRequires: rpkg
@@ -41,7 +41,7 @@ compositor detection and configuration. Features session selection, user
authentication, and dynamic theming. authentication, and dynamic theming.
%prep %prep
{{{ git_dir_setup_macro }}} {{{ git_repo_setup_macro }}}
%build %build
# QML-based application # QML-based application
@@ -353,4 +353,4 @@ if [ "$1" -eq 0 ] && [ -x /usr/sbin/semanage ]; then
fi fi
%changelog %changelog
{{{ git_dir_changelog }}} {{{ git_repo_changelog }}}

View File

@@ -1,7 +1,7 @@
# Spec for DMS - uses rpkg macros for git builds # Spec for DMS - uses rpkg macros for git builds
%global debug_package %{nil} %global debug_package %{nil}
%global version {{{ git_dir_version }}} %global version {{{ git_repo_version }}}
%global pkg_summary DankMaterialShell - Material 3 inspired shell for Wayland compositors %global pkg_summary DankMaterialShell - Material 3 inspired shell for Wayland compositors
Name: dms Name: dms
@@ -12,8 +12,8 @@ Summary: %{pkg_summary}
License: GPL-3.0-only License: GPL-3.0-only
URL: https://github.com/AvengeMedia/DankMaterialShell URL: https://github.com/AvengeMedia/DankMaterialShell
VCS: {{{ git_dir_vcs }}} VCS: {{{ git_repo_vcs }}}
Source0: {{{ git_dir_pack }}} Source0: {{{ git_repo_pack }}}
# DMS CLI from danklinux latest commit # DMS CLI from danklinux latest commit
Source1: https://github.com/AvengeMedia/danklinux/archive/refs/heads/master.tar.gz Source1: https://github.com/AvengeMedia/danklinux/archive/refs/heads/master.tar.gz
@@ -76,7 +76,7 @@ network statistics. Designed for integration with DankMaterialShell but can be
used standalone. This package always includes the latest stable dgop release. used standalone. This package always includes the latest stable dgop release.
%prep %prep
{{{ git_dir_setup_macro }}} {{{ git_repo_setup_macro }}}
# Extract DankLinux source # Extract DankLinux source
tar -xzf %{SOURCE1} -C %{_builddir} tar -xzf %{SOURCE1} -C %{_builddir}
@@ -194,4 +194,4 @@ fi
%{_bindir}/dgop %{_bindir}/dgop
%changelog %changelog
{{{ git_dir_changelog }}} {{{ git_repo_changelog }}}