]> git.pld-linux.org Git - packages/WindowMaker-themes1.git/commitdiff
- initial version
authoryogib <yogib@pld-linux.org>
Sun, 21 Dec 2003 20:22:26 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker-themes1.spec -> 1.1

WindowMaker-themes1.spec [new file with mode: 0644]

diff --git a/WindowMaker-themes1.spec b/WindowMaker-themes1.spec
new file mode 100644 (file)
index 0000000..32601d2
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Pack of themes for WindowMaker
+Summary(pl):   Zestaw motywów dla WindowMaker-a
+Name:          WindowMaker-themes-pack1
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Themes
+Source0:       %{name}.tar.gz
+# Source0-md5: c4f0587d9bd6a38c497f5c91bdd08796
+Requires:      WindowMaker
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _themesdir      %{_datadir}/WindowMaker/Themes
+
+%description
+This is a set of 20 themes for WindowMaker made by jensen
+<jensen@optushome.com.au>: Abstract Blues, Abyss of Red, A Feeling of
+Rain - Sunset, A Feeling of Rain, Aqua Flower, Aqua Strawberry, Autumn
+Leaves, Below The Waterline, Binary, Bionic Instinct, Blue Day, Blue
+Flower Dark, Blue Mist, City By Night, Construction, Deoba, Diesel,
+Digital Flight, Fire Flower, Foggy Dawn.
+
+%description -l pl
+Zestaw 20 motywów dla WindowMaker-a wykonanych przez jensena
+<jensen@optushome.com.au>: Abstract Blues, Abyss of Red, A Feeling of
+Rain - Sunset, A Feeling of Rain, Aqua Flower, Aqua Strawberry, Autumn
+Leaves, Below The Waterline, Binary, Bionic Instinct, Blue Day, Blue
+Flower Dark, Blue Mist, City By Night, Construction, Deoba, Diesel,
+Digital Flight, Fire Flower, Foggy Dawn.
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_themesdir}
+
+cp -R * $RPM_BUILD_ROOT%{_themesdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_themesdir}/*
This page took 0.075462 seconds and 4 git commands to generate.