forked from hasufell/hasufell-repository
		
	voip/blink: use desktop-utils.exlib
This commit is contained in:
		
							parent
							
								
									e830438527
								
							
						
					
					
						commit
						d6aca9d426
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
 | 
					# Copyright 2016 Julian Ospald <hasufell@posteo.de>
 | 
				
			||||||
# Distributed under the terms of the GNU General Public License v2
 | 
					# Distributed under the terms of the GNU General Public License v2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
require gtk-icon-cache
 | 
					require desktop-utils gtk-icon-cache
 | 
				
			||||||
require setup-py [ import=distutils blacklist="3" multibuild=false ]
 | 
					require setup-py [ import=distutils blacklist="3" multibuild=false ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SUMMARY="A state of the art, easy to use SIP client"
 | 
					SUMMARY="A state of the art, easy to use SIP client"
 | 
				
			||||||
@ -44,16 +44,6 @@ src_install() {
 | 
				
			|||||||
    insinto /usr/share/icons/hicolor/512x512/apps
 | 
					    insinto /usr/share/icons/hicolor/512x512/apps
 | 
				
			||||||
    doins resources/icons/blink.png
 | 
					    doins resources/icons/blink.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    insinto /usr/share/applications
 | 
					    install_desktop_entry "Name=Blink"
 | 
				
			||||||
    hereins ${PN}.desktop << EOF
 | 
					 | 
				
			||||||
[Desktop Entry]
 | 
					 | 
				
			||||||
Name=Blink
 | 
					 | 
				
			||||||
Type=Application
 | 
					 | 
				
			||||||
Comment=${SUMMARY}
 | 
					 | 
				
			||||||
Exec=${PN}
 | 
					 | 
				
			||||||
TryExec=${PN}
 | 
					 | 
				
			||||||
Icon=${PN}
 | 
					 | 
				
			||||||
Categories=Network;Telephony;
 | 
					 | 
				
			||||||
EOF
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user