Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[nemo-qml-plugin-systemsettings] Properly link package and .pc versio…
…n. Contributes to JB#38551
  • Loading branch information
rainemak committed Sep 7, 2017
1 parent e5adcf2 commit eb60fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/nemo-qml-plugin-systemsettings.spec
@@ -1,6 +1,6 @@
Name: nemo-qml-plugin-systemsettings
Summary: System settings plugin for Nemo Mobile
Version: 0.2.30
Version: 0.2.32
Release: 1
Group: System/Libraries
License: BSD
Expand Down Expand Up @@ -47,7 +47,7 @@ Group: System/Libraries
%setup -q -n %{name}-%{version}

%build
%qmake5
%qmake5 "VERSION=%{version}"
make %{?jobs:-j%jobs}

%install
Expand Down
1 change: 1 addition & 0 deletions src/src.pro
Expand Up @@ -83,6 +83,7 @@ servicefiles.path = /usr/lib/systemd/user/
servicefiles.files = vpn-updown.service

QMAKE_PKGCONFIG_NAME = lib$$TARGET
QMAKE_PKGCONFIG_VERSION = $$VERSION
QMAKE_PKGCONFIG_DESCRIPTION = System settings application development files
QMAKE_PKGCONFIG_LIBDIR = $$target.path
QMAKE_PKGCONFIG_INCDIR = $$develheaders.path
Expand Down

0 comments on commit eb60fee

Please sign in to comment.