diff options
author | Link Dupont <[email protected]> | 2016-11-26 21:18:56 -0800 |
---|---|---|
committer | Link Dupont <[email protected]> | 2016-11-26 21:18:56 -0800 |
commit | 92eeaea00bd4f3cc786e2c0f7bf8b4588726e7a8 (patch) | |
tree | f79c0b708ff6ad7379949b0934b2aa90abdfd898 | |
download | moka-icon-theme-92eeaea00bd4f3cc786e2c0f7bf8b4588726e7a8.tar.gz moka-icon-theme-92eeaea00bd4f3cc786e2c0f7bf8b4588726e7a8.tar.xz moka-icon-theme-92eeaea00bd4f3cc786e2c0f7bf8b4588726e7a8.zip |
Initial package
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | moka-icon-theme.spec | 44 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f6bf47 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +moka-icon-theme-5.3.5.tar.gz diff --git a/moka-icon-theme.spec b/moka-icon-theme.spec new file mode 100644 index 0000000..4f9c5b3 --- /dev/null +++ b/moka-icon-theme.spec @@ -0,0 +1,44 @@ +%global debug_package %{nil} + +Name: moka-icon-theme +Version: 5.3.5 +Release: 1%{?dist} +Summary: Simple and consistent icon set + +License: GPLv3+ or CC-BY-SA +URL: https://snwh.org/moka +Source0: https://github.com/snwh/moka-icon-theme/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz + +Requires: faba-icon-theme +BuildRequires: autoconf +BuildRequires: automake + +BuildArch: noarch + + +%description +%{summary}. + + +%prep +%autosetup + +%build +NOCONFIGURE=1 ./autogen.sh +%configure +%make_build + + +%install +%make_install + + +%files +%license COPYING +%doc README.md AUTHORS +%{_datadir}/icons/Moka + + +%changelog +* Sat Nov 26 2016 Link Dupont <[email protected]> - 5.3.5-1 +- Initial package @@ -0,0 +1 @@ +e52fb3c39bae53f547e61dd92bebf173 moka-icon-theme-5.3.5.tar.gz |