mirror of
				https://github.com/arcan1s/netctl-gui.git
				synced 2025-11-04 15:23:42 +00:00 
			
		
		
		
	update files
add _DEFAULT_SOURCE to avoid warnings fix cppcheck messages
This commit is contained in:
		@ -71,7 +71,7 @@ package_libnetctlgui() {
 | 
			
		||||
 | 
			
		||||
package_netctlgui-helper() {
 | 
			
		||||
  pkgdesc="Helper daemon for netctl-gui. A part of netctl-gui"
 | 
			
		||||
  depends=('libnetctlgui')
 | 
			
		||||
  depends=("libnetctlgui=${pkgver}")
 | 
			
		||||
  provides=('netctlgui-helper-qt4')
 | 
			
		||||
  conflicts=('netctlgui-helper-qt4')
 | 
			
		||||
  backup=('etc/netctl-gui.conf'
 | 
			
		||||
@ -85,7 +85,7 @@ package_netctlgui-helper() {
 | 
			
		||||
 | 
			
		||||
package_netctl-gui() {
 | 
			
		||||
  pkgdesc="Qt5 graphical front-end for netctl. A part of netctl-gui"
 | 
			
		||||
  depends=('libnetctlgui' 'xdg-utils')
 | 
			
		||||
  depends=("libnetctlgui=${pkgver}" 'xdg-utils')
 | 
			
		||||
  optdepends=('plasma-netctl-gui: KF5 widget'
 | 
			
		||||
              'netctlgui-helper: DBus helper daemon')
 | 
			
		||||
  provides=('netctl-gui-qt4')
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user