]> git.pld-linux.org Git - packages/clementine.git/blobdiff - clementine.spec
- install panel icons
[packages/clementine.git] / clementine.spec
index fe0250ea468ac8a620abfc5c53cacfc2a47720ec..988eaea30cb731b95db6a07aea79fef6fa3c2d7e 100644 (file)
 Summary:       A music player and library organiser
 Summary(hu.UTF-8):     Egy zenelejátszó és gyűjtemény-kezelő
 Name:          clementine
-Version:       0.6
-Release:       2
+Version:       0.7
+Release:       0.rc1.1
 License:       GPL v3 and GPL v2+
 Group:         Applications/Multimedia
 URL:           http://www.clementine-player.org/
-Source0:       http://clementine-player.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 7b7ee4c16f648a15eb2cff9ed2163e0e
+Source0:       http://clementine-player.googlecode.com/files/%{name}-%{version}rc1.tar.gz
+# Source0-md5: a13a226975e12b425606db99a74d8424
 Patch0:                desktop-install.patch
 Patch1:                unbundle-po.patch
 BuildRequires: QtCore-devel >= %{qtver}
@@ -69,8 +69,9 @@ BuildRequires:        taglib-devel >= 1.6
 BuildRequires: usbmuxd-devel
 %{?with_engine_vlc:BuildRequires:      vlc-devel}
 %{?with_engine_xine:BuildRequires:     xine-lib-devel}
-Requires:      hicolor-icon-theme
 Requires(post,postun): desktop-file-utils
+Requires(post,postun): gtk-update-icon-cache
+Requires(post,postun): hicolor-icon-theme
 Requires:      QtSingleApplication >= 2.6-4
 %{!?with_static_sqlite:Requires:       QtSql-sqlite3 >= %{qtver}}
 Requires:      gstreamer-audio-effects-base
@@ -92,7 +93,7 @@ az Amarok 1.4 port-ja, néhány funkciója újraírva, hogy kihasználhassa
 a Qt4 előnyeit.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}rc1
 %patch0 -p1
 %patch1 -p1
 
@@ -134,11 +135,8 @@ rm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps/application-x-clementi
 %find_lang %{name} --with-qm
 
 install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/24x24/apps
-cp -a $RPM_BUILD_ROOT{%{_datadir}/icons/ubuntu-mono-light/apps/24,%{_iconsdir}/hicolor/24x24/apps}/clementine-panel-grey.png
-cp -a $RPM_BUILD_ROOT{%{_datadir}/icons/ubuntu-mono-light/apps/24,%{_iconsdir}/hicolor/24x24/apps}/clementine-panel.png
-
-# don't want to depend on ubuntu themes
-rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/ubuntu-*
+cp -a dist/icons/ubuntu-mono-light/clementine-panel-grey.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/24x24/apps/clementine-panel-grey.png
+cp -a dist/icons/ubuntu-mono-light/clementine-panel.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/24x24/apps/clementine-panel.png
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.062784 seconds and 4 git commands to generate.