- Add desktopfile.diff to solve rpmlint errors
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=37
This commit is contained in:
parent
bcfba1e5a9
commit
812afadd3d
12
desktopfile.diff
Normal file
12
desktopfile.diff
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -ur a/src/program/org.kde.kbibtex.desktop b/src/program/org.kde.kbibtex.desktop
|
||||||
|
--- a/src/program/org.kde.kbibtex.desktop 2018-06-21 22:00:30.000000000 +0200
|
||||||
|
+++ b/src/program/org.kde.kbibtex.desktop 2018-06-29 13:07:52.851674788 +0200
|
||||||
|
@@ -85,7 +85,7 @@
|
||||||
|
X-KDE-StartupNotify=true
|
||||||
|
# TODO X-DBUS-StartupType=Multi
|
||||||
|
# TODO X-DBUS-ServiceName=org.kde.kbibtex
|
||||||
|
-Categories=Qt;KDE;Office;Database;Science;Literature;Education;
|
||||||
|
+Categories=Qt;KDE;Office;Database;Science;Education;
|
||||||
|
MimeType=text/x-bibtex;application/x-research-info-systems;
|
||||||
|
Keywords=BibTeX;bibliography;editor;LaTeX;
|
||||||
|
Keywords[ca]=BibTeX;bibliografia;editor;LaTeX;
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 29 11:28:07 UTC 2018 - cornelis@solcon.nl
|
||||||
|
|
||||||
|
- Add desktopfile.diff to solve rpmlint errors
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 29 10:34:01 UTC 2018 - cornelis@solcon.nl
|
Fri Jun 29 10:34:01 UTC 2018 - cornelis@solcon.nl
|
||||||
|
|
||||||
|
@ -23,6 +23,8 @@ Summary: The BibTeX (Latex) bibliography manager by KDE
|
|||||||
Url: https://userbase.kde.org/KBibTeX/
|
Url: https://userbase.kde.org/KBibTeX/
|
||||||
Group: Productivity/Publishing/TeX/Utilities
|
Group: Productivity/Publishing/TeX/Utilities
|
||||||
Source: http://download.kde.org/stable/KBibTeX/%{version}/%{name}-%{version}.tar.xz
|
Source: http://download.kde.org/stable/KBibTeX/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
# PATCH-FIX-OPENSUSE: revert upstream desktop file change to solve rpmlint error
|
||||||
|
Patch0: desktopfile.diff
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||||
@ -79,6 +81,7 @@ This package contains the devel files for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user