forked from pool/purpose
Accepting request 537241 from KDE:Frameworks5
OBS-URL: https://build.opensuse.org/request/show/537241 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/purpose?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a6030212104582ccf19ad2fb765d441fb1eea7ae08368e04ce9603ea6ea1040
|
||||
size 84980
|
3
purpose-1.2.1.tar.xz
Normal file
3
purpose-1.2.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62c4120074d5663abe133134cd2854b39642846621b69690a2f8390e1a5ca31b
|
||||
size 114408
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 13:21:28 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.2.1
|
||||
* Add back the translations that were missing completely in 1.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 14:16:56 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- Update to 1.2
|
||||
* New plugins: nextcloud, email, phabricator
|
||||
* Possibility to disable plugins via config file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 08:09:57 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
16
purpose.spec
16
purpose.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package purpose
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,17 +18,15 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: purpose
|
||||
Version: 1.1
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
%define kf5_version 5.7.0
|
||||
%define rversion 1.1
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.7.0
|
||||
BuildRequires: intltool
|
||||
BuildRequires: kaccounts-integration-devel
|
||||
BuildRequires: kconfig-devel >= %{kf5_version}
|
||||
BuildRequires: kcoreaddons-devel >= %{kf5_version}
|
||||
BuildRequires: kdeclarative-devel >= %{kf5_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel >= %{kf5_version}
|
||||
BuildRequires: kio-devel >= %{kf5_version}
|
||||
@@ -37,8 +35,10 @@ BuildRequires: libaccounts-qt5-devel
|
||||
BuildRequires: libsignon-qt5-devel
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
@@ -46,7 +46,7 @@ Summary: Provides abstractions to get the developer's purposes fulfilled
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/%{name}/%{name}-%{rversion}.tar.xz
|
||||
Source: http://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -66,7 +66,7 @@ Development files.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n %{name}-%{rversion}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
@@ -78,8 +78,10 @@ Development files.
|
||||
%if %{with lang}
|
||||
%find_lang libpurpose_quick %{name}.lang
|
||||
%find_lang libpurpose_widgets %{name}.lang
|
||||
%find_lang purpose_email %{name}.lang
|
||||
%find_lang purpose_imgur %{name}.lang
|
||||
%find_lang purpose_ktp-sendfile %{name}.lang
|
||||
%find_lang purpose_nextcloud %{name}.lang
|
||||
%find_lang purpose_pastebin %{name}.lang
|
||||
%find_lang purpose_reviewboard %{name}.lang
|
||||
%find_lang purpose_saveas %{name}.lang
|
||||
@@ -102,6 +104,7 @@ Development files.
|
||||
%doc COPYING*
|
||||
%{_kf5_libdir}/libKF5Purpose.so.*
|
||||
%{_kf5_libdir}/libKF5PurposeWidgets.so.*
|
||||
%{_kf5_libdir}/libPhabricatorHelpers.so
|
||||
%{_kf5_libdir}/libReviewboardHelpers.so
|
||||
%{_kf5_libexecdir}/
|
||||
%{_kf5_sharedir}/purpose/
|
||||
@@ -109,6 +112,7 @@ Development files.
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_qmldir}/
|
||||
%{_kf5_iconsdir}/hicolor/*/actions/kipiplugin_youtube.*
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/phabricator-purpose.*
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/reviewboard-purpose.*
|
||||
%{_kf5_sharedir}/accounts/
|
||||
|
||||
|
Reference in New Issue
Block a user