]> git.pld-linux.org Git - packages/gallery-theme-carbon.git/blobdiff - gallery-theme-carbon.spec
- use agfolder.png as default gallery file when there is no thumbnail
[packages/gallery-theme-carbon.git] / gallery-theme-carbon.spec
index 5027a6d291da4741d4630b573d56931795524389..0e34ffa2e6fb883fa2bff07625f716bca90c4a91 100644 (file)
@@ -3,12 +3,14 @@ Summary:      Carbon Theme for Gallery2
 Summary(pl):   Motyw Carbon dla Gallery2
 Name:          gallery-theme-%{_theme}
 Version:       1.1.1
-Release:       0.2
+Release:       0.5
 License:       GPL
 Group:         Applications/Publishing
 Source0:       http://www.mincel.com/carbon/g2-theme-%{_theme}-%{version}-blackjack.zip
 # Source0-md5: d59db6cb6daecda88617c1bf54ce5898
+Source1:       %{name}-agfolder.png
 Patch0:                %{name}-hoverbox.patch
+Patch1:                %{name}-agfolder.patch
 URL:           http://www.mincel.com/carbon/
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: unzip
@@ -30,6 +32,7 @@ oparty na motywie Matrix. Dzia
 %prep
 %setup -q -n themes
 %patch0 -p1
+%patch1 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -38,6 +41,8 @@ install -d $RPM_BUILD_ROOT%{_appdir}
 cd %{_theme}
 cp -R * $RPM_BUILD_ROOT%{_appdir}
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_appdir}/images/agfolder.png
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.052935 seconds and 4 git commands to generate.