mirror of
https://abf.rosa.ru/djam/knetworkmanager.git
synced 2025-02-23 13:32:53 +00:00
0.9.0.9
This commit is contained in:
parent
53b81d368a
commit
b13bca4552
3 changed files with 12 additions and 15 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,4 +1,2 @@
|
|||
removed_sources:
|
||||
networkmanagement-0.9.0.5.tar.bz2: 41d2f0464825a2855ae7c7afc670eaaf55bd0eb0
|
||||
sources:
|
||||
networkmanagement-0.9.0.7.tar.bz2: 2f453625c2a125da14cecd1b18e6c70f440ee696
|
||||
networkmanagement-0.9.0.9.tar.bz2: b4792de80cd72e6d427297eb76626a453048ec7e
|
||||
|
|
|
@ -10,12 +10,11 @@
|
|||
%define openvn 1
|
||||
%define vpnc 1
|
||||
%define openconnect 0
|
||||
%define nm_version 0.9.8.0
|
||||
|
||||
%define nm_version 0.9.8.2
|
||||
Name: knetworkmanager
|
||||
Summary: KDE NetworkManager
|
||||
Version: 0.9.0.7
|
||||
Release: 2.1
|
||||
Version: 0.9.0.9
|
||||
Release: 1
|
||||
Epoch: 2
|
||||
Group: Graphical desktop/KDE
|
||||
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and LGPLv2
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
Index: solidcontrolfuture/CMakeLists.txt
|
||||
===================================================================
|
||||
--- a/solidcontrolfuture/CMakeLists.txt
|
||||
+++ b/solidcontrolfuture/CMakeLists.txt 2011-06-14 19:01:51.089092551 -0300
|
||||
@@ -18,7 +18,10 @@
|
||||
kde4_add_library(solidcontrolfuture SHARED ${solidcontrolfuture_LIB_SRCS})
|
||||
+++ b/olidcontrolfuture/CMakeLists.txt 2013-06-20 14:09:01.344171606 -0300
|
||||
@@ -19,6 +19,11 @@
|
||||
|
||||
target_link_libraries(solidcontrolfuture ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTNETWORK_LIBRARY} solidcontrolnm09)
|
||||
|
||||
target_link_libraries(solidcontrolfuture ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTNETWORK_LIBRARY} solidcontrol solidcontrolnm09)
|
||||
-
|
||||
+set_target_properties(solidcontrolfuture PROPERTIES
|
||||
+ VERSION ${GENERIC_LIB_VERSION}
|
||||
+ SOVERSION ${GENERIC_LIB_SOVERSION}
|
||||
+ )
|
||||
+ VERSION ${GENERIC_LIB_VERSION}
|
||||
+ SOVERSION ${GENERIC_LIB_SOVERSION}
|
||||
+ )
|
||||
+
|
||||
install(TARGETS solidcontrolfuture EXPORT kdeworkspaceLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
||||
|
||||
#install( FILES wirelessnetwork.h
|
||||
|
|
Loading…
Add table
Reference in a new issue