diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-18 13:40:28 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-18 13:40:28 +0100 |
commit | a817c0d40ee0aec16e63eec1631635d8a467da4f (patch) | |
tree | c648abb9f07d4041eaae0219ed92ccaddaafcc43 | |
parent | d9d7b02d2cabce6c67ca28d49308618c4b383a95 (diff) | |
parent | 6a0f949e7df8b8db584f3cfb893d695e4cc7312c (diff) | |
download | qmenumodel-a817c0d40ee0aec16e63eec1631635d8a467da4f.tar.gz qmenumodel-a817c0d40ee0aec16e63eec1631635d8a467da4f.tar.bz2 qmenumodel-a817c0d40ee0aec16e63eec1631635d8a467da4f.zip |
Merge branch 'tari01-pr/bump-soversion'
Attributes GH PR #9: https://github.com/AyatanaIndicators/qmenumodel/pull/9
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/libqmenumodel1.install (renamed from debian/libqmenumodel0.install) | 0 | ||||
-rw-r--r-- | libqmenumodel/src/CMakeLists.txt | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 5f62e6a..92a0f8c 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Homepage: https://github.com/AyatanaIndicators/qmenumodel Vcs-Git: https://github.com/AyatanaIndicators/qmenumodel.git Vcs-Browser: https://github.com/AyatanaIndicators/qmenumodel -Package: libqmenumodel0 +Package: libqmenumodel1 Section: libs Architecture: any Depends: ${shlibs:Depends}, @@ -42,7 +42,7 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libqmenumodel0 (= ${binary:Version}), + libqmenumodel1 (= ${binary:Version}), Description: Qt binding for GMenuModel - development files Qt binding for GMenuModel that allows connecting to a menu model exposed on D-Bus and presents it as a list model. It can be used to expose indicator or @@ -55,7 +55,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libqmenumodel0 (= ${binary:Version}), + libqmenumodel1 (= ${binary:Version}), Description: Qt binding for GMenuModel - QML module Qt binding for GMenuModel that allows connecting to a menu model exposed on D-Bus and presents it as a list model. It can be used to expose indicator or diff --git a/debian/libqmenumodel0.install b/debian/libqmenumodel1.install index bea61ce..bea61ce 100644 --- a/debian/libqmenumodel0.install +++ b/debian/libqmenumodel1.install diff --git a/libqmenumodel/src/CMakeLists.txt b/libqmenumodel/src/CMakeLists.txt index 02c4b4c..a3a87cc 100644 --- a/libqmenumodel/src/CMakeLists.txt +++ b/libqmenumodel/src/CMakeLists.txt @@ -36,8 +36,8 @@ add_library(${SHAREDLIBNAME} SHARED set_target_properties(${SHAREDLIBNAME} PROPERTIES COMPILE_FLAGS -fPIC - SOVERSION 0 - VERSION 0.1.1 + SOVERSION 1 + VERSION 1.0.0 ) include_directories( |