mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 23:47:21 +00:00
Release 1.0.5
This commit is contained in:
parent
4c1685164c
commit
d59345c0e4
@ -1,3 +1,8 @@
|
||||
Ver.1.0.5:
|
||||
+ [plasmoid] added "Start WiFi menu" function
|
||||
* [plasmoid] refactoring
|
||||
* [plasmoid] edited icon
|
||||
|
||||
Ver.1.0.4:
|
||||
+ [gui] added Qt5 gui (by default)
|
||||
+ [plasmoid] added notifications
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=netctl-gui-qt4
|
||||
_pkgname=netctl-gui
|
||||
pkgver=1.0.4
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="Qt4 graphical front-end for netctl. A part of netctl-gui"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -18,7 +18,7 @@ provides=('netctl-gui')
|
||||
conflicts=('netctl-gui')
|
||||
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz")
|
||||
install="${_pkgname}.install"
|
||||
md5sums=('04ec09228a54fa4fe9e13a7a8e325bcb')
|
||||
md5sums=('1ed6e64f06865f129710101ca83624f7')
|
||||
|
||||
_cmakekeys="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_QT5:BOOL=0 -DBUILD_DATAENGINE:BOOL=0 -DBUILD_PLASMOID:BOOL=0"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Evgeniy "arcanis" Alexeev <arcanis.arch at gmail dot com>
|
||||
|
||||
pkgname=netctl-gui
|
||||
pkgver=1.0.4
|
||||
pkgver=1.0.5
|
||||
pkgrel=4
|
||||
pkgdesc="Qt5 graphical front-end for netctl. A part of netctl-gui"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -15,7 +15,7 @@ optdepends=('kdebase-runtime: sudo support'
|
||||
'wpa_supplicant: wifi support')
|
||||
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz")
|
||||
install="${pkgname}.install"
|
||||
md5sums=('04ec09228a54fa4fe9e13a7a8e325bcb')
|
||||
md5sums=('1ed6e64f06865f129710101ca83624f7')
|
||||
|
||||
_cmakekeys="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_DATAENGINE:BOOL=0 -DBUILD_PLASMOID:BOOL=0"
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
pkgname=kdeplasma-applets-netctl-gui
|
||||
_pkgname=netctl-gui
|
||||
pkgver=1.0.4
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="A plasmoid for KDE4 whih interacts with netctl. A part of netctl-gui"
|
||||
pkgdesc="A plasmoid, which interacts with netctl. A part of netctl-gui"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://arcanis.name/projects/netctl-gui"
|
||||
license=('GPLv3')
|
||||
@ -16,7 +16,7 @@ optdepends=('kdebase-runtime: sudo support'
|
||||
'sudo: sudo support')
|
||||
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${_pkgname}-${pkgver}-src.tar.xz")
|
||||
install="${_pkgname}.install"
|
||||
md5sums=('04ec09228a54fa4fe9e13a7a8e325bcb')
|
||||
md5sums=('1ed6e64f06865f129710101ca83624f7')
|
||||
|
||||
_cmakekeys="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_GUI:BOOL=0"
|
||||
|
||||
|
@ -7,8 +7,8 @@ cmake_policy (SET CMP0015 NEW)
|
||||
|
||||
project (netctl-gui)
|
||||
set (PROJECT_VERSION_MAJOR 1)
|
||||
set (PROJECT_VERSION_MINOR 1)
|
||||
set (PROJECT_VERSION_PATCH 0)
|
||||
set (PROJECT_VERSION_MINOR 0)
|
||||
set (PROJECT_VERSION_PATCH 5)
|
||||
set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
|
||||
configure_file (${CMAKE_SOURCE_DIR}/version.h.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
|
||||
|
||||
|
@ -3,10 +3,10 @@ set (SUBPROJECT netctl-gui-icons)
|
||||
message (STATUS "Subproject ${SUBPROJECT}")
|
||||
|
||||
if (BUILD_GUI)
|
||||
install (FILES network-idle-128-128.png DESTINATION share/pixmaps RENAME netctl-gui.png)
|
||||
install (FILES icon.png DESTINATION share/pixmaps RENAME netctl-gui.png)
|
||||
endif ()
|
||||
if (BUILD_DATAENGINE OR BUILD_PLASMOID)
|
||||
install (FILES network-idle-128-128.png DESTINATION share/pixmaps RENAME netctl-gui-widget.png)
|
||||
install (FILES icon-plasmoid.png DESTINATION share/pixmaps RENAME netctl-gui-widget.png)
|
||||
install (FILES network-idle-64x64.png DESTINATION share/icons/hicolor/64x64/apps RENAME netctl-idle.png)
|
||||
install (FILES network-offline-64x64.png DESTINATION share/icons/hicolor/64x64/apps RENAME netctl-offline.png)
|
||||
endif ()
|
||||
|
BIN
sources/icons/icon-plasmoid.png
Normal file
BIN
sources/icons/icon-plasmoid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user