From 38dd3ab735fcab9b8e3a60ee086b0e76b0ca8253 Mon Sep 17 00:00:00 2001 From: Link Dupont Date: Sat, 26 Nov 2016 21:30:01 -0800 Subject: Initial package --- .gitignore | 1 + arc-icon-theme.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 48 insertions(+) create mode 100644 .gitignore create mode 100644 arc-icon-theme.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ca8796 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +arc-icon-theme-20161122.tar.gz diff --git a/arc-icon-theme.spec b/arc-icon-theme.spec new file mode 100644 index 0000000..7612df8 --- /dev/null +++ b/arc-icon-theme.spec @@ -0,0 +1,46 @@ +%global debug_package %{nil} +%global gittag 20161122 + +Name: arc-icon-theme +Version: 1.0 +Release: %{gittag}.1%{?dist} +Summary: A flat theme with transparent elements + +License: GPLv3 +URL: https://github.com/horst3180/arc-icon-theme +Source0: https://github.com/horst3180/arc-icon-theme/archive/%{gittag}.tar.gz#/%{name}-%{gittag}.tar.gz + +Requires: moka-icon-theme +Requires: adwaita-icon-theme +BuildRequires: autoconf +BuildRequires: automake + +BuildArch: noarch + + +%description +%{summary}. + + +%prep +%autosetup -n arc-icon-theme-%{gittag} + +%build +NOCONFIGURE=1 ./autogen.sh +%configure +%make_build + + +%install +%make_install + + +%files +%license COPYING +%doc README.md CREDITS +%{_datadir}/icons/Arc + + +%changelog +* Sat Nov 26 2016 Link Dupont - 1.0-20161122.1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..db8f3ac --- /dev/null +++ b/sources @@ -0,0 +1 @@ +8703547bf253e40bc98b4853dc2bfacd arc-icon-theme-20161122.tar.gz -- cgit