]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- added icon
authormichuz <michuz@pld-linux.org>
Mon, 21 Jan 2002 17:48:17 +0000 (17:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword.desktop -> 1.3
    abiword.spec -> 1.7

abiword.desktop
abiword.spec

index 6f1247efdc773586f9566a2f26120ca37577b41c..726be05269a1f867a3bc8dcd626b408cf08f735e 100644 (file)
@@ -4,7 +4,7 @@ Name[pl]=AbiWord
 Comment=Advanced wordprocessor
 Comment[pl]=Zaawansowany procesor tekstu
 Exec=AbiWord
-Icon=
+Icon=abiword_48.png
 Terminal=0
 Type=Application
 # vi: encoding=utf-8
index 046f670a67c84e27e8e6cdd940d5cae9f48d94f4..8506307f2016c0314faf935a5d534ef617e41ca8 100644 (file)
@@ -39,23 +39,24 @@ gettextize --copy --force
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Office/Wordprocessors}
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Office/Wordprocessors
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Office/Wordprocessors,%{_pixmapsdir}}
+
 cd abi
 %{__make} -f GNUmakefile install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf CREDITS.TXT
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Office/Wordprocessors
+install $RPM_BUILD_ROOT%{_datadir}/AbiSuite/icons/abiword_48.png $RPM_BUILD_ROOT%{_pixmapsdir}
 
-#%find_lang %{name}
+gzip -9nf CREDITS.TXT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-#%files -f %{name}.lang
 %files
 %defattr(644,root,root,755)
 %doc abi/docs/*.abw abi/*.gz
 %attr(755,root,root) %{_bindir}/[At]*
 %{_datadir}/AbiSuite
 %{_applnkdir}/Office/Wordprocessors/*
+%{_pixmapsdir}/*.png
This page took 0.060811 seconds and 4 git commands to generate.