pidgin: add .desktop file, thanks diverse

This commit is contained in:
Bartlomiej Palmowski 2013-01-13 20:13:20 +01:00 committed by Danny Rawlins
parent 442793f34e
commit d760885c63
2 changed files with 5 additions and 1 deletions

View File

@ -253,6 +253,8 @@ drwxr-xr-x root/root usr/man/man1/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/purple.m4
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/pidgin.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/

View File

@ -6,7 +6,7 @@
name=pidgin
version=2.10.6
release=1
release=2
source=(http://downloads.sourceforge.net/project/$name/Pidgin/$version/$name-$version.tar.bz2)
build () {
@ -30,7 +30,9 @@ build () {
make
make DESTDIR=$PKG install
install -D -m 0644 $name.desktop.in $PKG/usr/share/applications/$name.desktop
find $PKG/usr/lib/ -name '*.la' -delete
#rm -rf $PKG/usr/share/locale
rm -rf $PKG/usr/etc/gconf || :
}