summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLink Dupont <link@sub-pop.net>2016-11-26 20:31:11 -0800
committerLink Dupont <link@sub-pop.net>2016-11-26 20:31:11 -0800
commit9efb61c1e5813cad48b882ccfc8cc1f4e1d8bd8a (patch)
tree8079dc604eb099520b82c12fccea5e2d612327f0
downloadarc-gtk-theme-9efb61c1e5813cad48b882ccfc8cc1f4e1d8bd8a.tar.gz
arc-gtk-theme-9efb61c1e5813cad48b882ccfc8cc1f4e1d8bd8a.tar.xz
arc-gtk-theme-9efb61c1e5813cad48b882ccfc8cc1f4e1d8bd8a.zip
Initial package
-rw-r--r--.gitignore1
-rw-r--r--arc-gtk-theme.spec47
-rw-r--r--sources1
3 files changed, 49 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d460426
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+arc-gtk-theme-20161119.tar.gz
diff --git a/arc-gtk-theme.spec b/arc-gtk-theme.spec
new file mode 100644
index 0000000..1541715
--- /dev/null
+++ b/arc-gtk-theme.spec
@@ -0,0 +1,47 @@
+%global debug_package %{nil}
+%global gittag 20161119
+
+Name: arc-gtk-theme
+Version: 1.0
+Release: 20161119.1%{?dist}
+Summary: A flat theme with transparent elements
+
+License: GPLv3
+URL: https://github.com/horst3180/arc-theme
+Source0: https://github.com/horst3180/arc-theme/archive/%{gittag}.tar.gz#/%{name}-%{gittag}.tar.gz
+
+Requires: gnome-themes-standard
+Requires: gtk-murrine-engine
+BuildRequires: gtk3-devel
+BuildRequires: autoconf
+BuildRequires: automake
+
+BuildArch: noarch
+
+
+%description
+%{summary}.
+
+
+%prep
+%autosetup -n arc-theme-%{gittag}
+
+%build
+NOCONFIGURE=1 ./autogen.sh
+%configure
+%make_build
+
+
+%install
+%make_install
+
+
+%files
+%license COPYING
+%doc README.md HACKING.md AUTHORS
+%{_datadir}/themes
+
+
+%changelog
+* Sat Nov 26 2016 Link Dupont <linkdupont@fedoraproject.org> - 1.0-20161119.1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..ff4a4bf
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+e68e6fa4cf21011e83027d0e8ca528e8 arc-gtk-theme-20161119.tar.gz