-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added Google Dot Black cursors * changed name * Fixed name (again) (cherry picked from commit 9d93a71) Co-authored-by: Matteo <[email protected]>
- Loading branch information
1 parent
b4dc43d
commit e5970bd
Showing
3 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
project pkg { | ||
arches = ["x86_64"] | ||
rpm { | ||
spec = "google-black-cursor-theme.spec" | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
anda/themes/google-black-cursor-theme/google-black-cursor-theme.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Name: google-black-cursor-theme | ||
Version: 2.0.0 | ||
Release: 1%{?dist} | ||
URL: https://github.com/ful1e5/Google_Cursor | ||
Source0: %{url}/releases/download/v%{version}/GoogleDot-Black.tar.gz | ||
Source1: https://raw.githubusercontent.com/ful1e5/Google_Cursor/v%{version}/README.md | ||
Source2: https://raw.githubusercontent.com/ful1e5/Google_Cursor/v%{version}/LICENSE | ||
License: GPL-3.0 | ||
Summary: An opensource cursor theme inspired by Google. | ||
BuildArch: noarch | ||
BuildRequires: rpm_macro(fdupes) | ||
|
||
%description | ||
An opensource cursor theme inspired by Google. | ||
|
||
%prep | ||
tar xf %{SOURCE0} | ||
|
||
%build | ||
|
||
%install | ||
mkdir -p %{buildroot}/%{_datadir}/icons/ | ||
mv Google* %{buildroot}/%{_datadir}/icons/ | ||
mkdir -p %{buildroot}/%{_datadir}/{doc,licenses}/%{name}/ | ||
cp %{SOURCE1} %{buildroot}/%{_datadir}/doc/%{name}/README.md | ||
cp %{SOURCE2} %{buildroot}/%{_datadir}/licenses/%{name}/LICENSE | ||
%fdupes %buildroot%_datadir/icons/ | ||
|
||
%files | ||
%doc README.md | ||
%license LICENSE | ||
%{_datadir}/icons/Google* | ||
|
||
%changelog | ||
* Tue May 21 2024 matteodev8 <[email protected]> - 2.0.0 | ||
- Initial package (mostly copied from bibata-cursor-theme) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rpm.version(gh("ful1e5/Google_Cursor")); |