]> git.pld-linux.org Git - packages/audacious.git/commitdiff
- icon added auto/ac/audacious-0_1_1-1
authorfreetz <freetz@pld-linux.org>
Mon, 28 Nov 2005 20:51:07 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacious.spec -> 1.7

audacious.spec

index 9f7e2199d89bfa0041ae5afdcd62d1f6982f1cac..50938ac63a6278eee0a551dda4dd102013553c7e 100644 (file)
@@ -13,6 +13,7 @@ Group:                Applications/Sound
 Source0:       http://audacious.nenolod.net/release/%{name}-%{version}.tgz
 # Source0-md5: 12ead38a7052ed48ae67e32c5c391f9d
 Source1:       mp3license
+Source2:       %{name}.png
 Patch0:                %{name}-xmms-skins-dir.patch
 Patch1:                %{name}-desktop.patch
 Patch2:                %{name}-home_etc.patch
@@ -346,12 +347,14 @@ Wtyczka graficzna libvisual-proxy.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/audacious/General
+install -d $RPM_BUILD_ROOT{%{_libdir}/audacious/General,%{_pixmapsdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
 
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+
 rm -f $RPM_BUILD_ROOT%{_libdir}/audacious/*/*.{a,la}
 
 %find_lang %{name}
@@ -395,7 +398,8 @@ fi
 %{_datadir}/audacious/glade/*
 %{_datadir}/audacious/images/*
 %{_datadir}/audacious/Skins/Default
-%{_desktopdir}/*
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
 
 %files libs
 %defattr(644,root,root,755)
This page took 0.125284 seconds and 4 git commands to generate.