]> git.pld-linux.org Git - packages/tango-icon-theme-extras.git/commitdiff
- initial PLD release
authorPatryk Zawadzki <patrys@room-303.com>
Thu, 10 Aug 2006 23:13:08 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tango-icon-theme-extras.spec -> 1.1

tango-icon-theme-extras.spec [new file with mode: 0644]

diff --git a/tango-icon-theme-extras.spec b/tango-icon-theme-extras.spec
new file mode 100644 (file)
index 0000000..1a2cfcb
--- /dev/null
@@ -0,0 +1,50 @@
+#
+# TODO:
+# - better summary and descriptions
+# - check why 24x24 and scalable icon sets don't build correctly
+# - add license
+#
+Summary:       Additional freedesktop.org standard compliant icons
+Summary(pl):   Dodatkowe ikony implementuj±ce standard freedesktop.org
+Name:          tango-icon-theme-extras
+Version:       0.1.0
+Release:       0.1
+License:       Creative Commons License (see COPYING)
+Group:         Themes
+Source0:       http://tango-project.org/releases/%{name}-%{version}.tar.gz
+# Source0-md5: caaceaec7b61f1cbda0db9842f9db281
+URL:           http://tango-project.org/Tango_Desktop_Project
+BuildRequires: ImageMagick-coder-png
+BuildRequires: ImageMagick-devel
+BuildRequires: icon-naming-utils >= 0.7.2
+BuildRequires: pkgconfig
+Requires:      tango-icon-theme
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Additional freedesktop.org standard compliant icons.
+
+%description -l pl
+Dodatkowe ikony implementuj±ce standard freedesktop.org.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README
+%{_iconsdir}/Tango
This page took 0.077952 seconds and 4 git commands to generate.