Skip to content

Commit 7bd04e6

Browse files
matteodev8raboneko
authored andcommitted
add: google-black-cursor-theme (#1274)
* Added Google Dot Black cursors * changed name * Fixed name (again) (cherry picked from commit 9d93a71)
1 parent 751bcc5 commit 7bd04e6

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
project pkg {
2+
arches = ["x86_64"]
3+
rpm {
4+
spec = "google-black-cursor-theme.spec"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Name: google-black-cursor-theme
2+
Version: 2.0.0
3+
Release: 1%{?dist}
4+
URL: https://github.com/ful1e5/Google_Cursor
5+
Source0: %{url}/releases/download/v%{version}/GoogleDot-Black.tar.gz
6+
Source1: https://raw.githubusercontent.com/ful1e5/Google_Cursor/v%{version}/README.md
7+
Source2: https://raw.githubusercontent.com/ful1e5/Google_Cursor/v%{version}/LICENSE
8+
License: GPL-3.0
9+
Summary: An opensource cursor theme inspired by Google.
10+
BuildArch: noarch
11+
BuildRequires: rpm_macro(fdupes)
12+
13+
%description
14+
An opensource cursor theme inspired by Google.
15+
16+
%prep
17+
tar xf %{SOURCE0}
18+
19+
%build
20+
21+
%install
22+
mkdir -p %{buildroot}/%{_datadir}/icons/
23+
mv Google* %{buildroot}/%{_datadir}/icons/
24+
mkdir -p %{buildroot}/%{_datadir}/{doc,licenses}/%{name}/
25+
cp %{SOURCE1} %{buildroot}/%{_datadir}/doc/%{name}/README.md
26+
cp %{SOURCE2} %{buildroot}/%{_datadir}/licenses/%{name}/LICENSE
27+
%fdupes %buildroot%_datadir/icons/
28+
29+
%files
30+
%doc README.md
31+
%license LICENSE
32+
%{_datadir}/icons/Google*
33+
34+
%changelog
35+
* Tue May 21 2024 matteodev8 <[email protected]> - 2.0.0
36+
- Initial package (mostly copied from bibata-cursor-theme)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rpm.version(gh("ful1e5/Google_Cursor"));

0 commit comments

Comments
 (0)