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

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

diff --git a/gallery-frame-carbon.spec b/gallery-frame-carbon.spec
new file mode 100644 (file)
index 0000000..c22b836
--- /dev/null
@@ -0,0 +1,41 @@
+%define                _frame          carbon
+Summary:       Carbon Frame for Gallery2
+Name:          gallery-frame-%{_frame}
+Version:       1.0.0
+Release:       0.1
+License:       GPL
+Group:         Applications/Publishing
+Source0:       http://www.mincel.com/carbon/g2-frame-%{_frame}-%{version}.zip
+# Source0-md5: 9e6223f4b1e156a1145b2dee44e5bdd4
+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/modules/imageframe/frames/%{_frame}
+
+%description
+I created this image frame for Carbon theme and it is based on Shadow image frame. If the colors are suitable it can be used for other themes as well.
+
+%prep
+%setup -q -n modules
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+cd imageframe/frames/%{_frame}
+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.10307 seconds and 4 git commands to generate.