]> git.pld-linux.org Git - packages/gallery-theme-carbon.git/commitdiff
- carbon theme
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 26 Jul 2006 11:49:21 +0000 (11:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gallery-theme-carbon.spec -> 1.1

gallery-theme-carbon.spec [new file with mode: 0644]

diff --git a/gallery-theme-carbon.spec b/gallery-theme-carbon.spec
new file mode 100644 (file)
index 0000000..0bc69ec
--- /dev/null
@@ -0,0 +1,41 @@
+%define                _theme          carbon
+Summary:       Carbon Theme for Gallery2
+Name:          gallery-theme-%{_theme}
+Version:       1.1.1
+Release:       0.1
+License:       GPL
+Group:         Applications/Publishing
+Source0:       http://www.mincel.com/carbon/g2-theme-%{_theme}-%{version}-blackjack.zip
+# Source0-md5: d59db6cb6daecda88617c1bf54ce5898
+URL:           http://www.mincel.com/carbon/
+BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: unzip
+Requires:      gallery >= 2.1.0
+# Will be needed when modules will be separated to packages
+#Requires:     gallery-module-imageframe
+Requires:      webapps
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _appdir         %{_datadir}/gallery/themes/%{_theme}
+
+%description
+I've developed Carbon theme for personal needs for Gallery 2. It is based on Matrix theme. The theme works well in Firefox and IE6.
+
+%prep
+%setup -q -n themes
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+cd %{_theme}
+cp -R * $RPM_BUILD_ROOT%{_appdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_appdir}
+%{_appdir}
This page took 0.091618 seconds and 4 git commands to generate.