6a5ca8db94
* Bump version to 0.7.0 (#262) * Update README.md * Collapse splitter hierarchies containing a single terminal (#254) * Make qterminal.appdata.xml valid (#257) * Add config option for changing window's title/icon * Add support for automatic title & icon modification * Delete Properties instance on exit (#239) * Fix compilation warning related to QXmlStreamReader (#247) * Set the desktopFileName property * Fix typo in the conditional expression * Add location for custom color schemes (#234) * CMake Support changes (#237) * Add keyboard cursor shape setting (#228) * made the .pro file work on openSUSE; #229 (#232) * Fix renaming a tab from the menu * Make the rename current session shortcut work and configurable * build: Use external translations * ts-files removal (#222) * Add pt_BR (Brazilian Portuguese) translation (#215) * Merge pull request #214 from f2404/212_collapse_segfault_fix * Remove noisy qDebug() * Fix jumbled prompt * Add Greek (el) translation * Missing equal symbol for xml template * Delete MainWindow on exit * Link to the current github projects and trackers * Apply context menu to the tab that it was opened over * Close tabs in reverse order * Eliminate memory leaks by closing tabs on exit OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qterminal?expand=0&rev=6
80 lines
2.2 KiB
RPMSpec
80 lines
2.2 KiB
RPMSpec
#
|
|
# spec file for package qterminal
|
|
#
|
|
# Copyright (c) 2016 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: qterminal
|
|
Version: 0.7.0
|
|
Release: 0
|
|
Summary: A Qt-based terminal emulator
|
|
License: GPL-2.0
|
|
Group: System/X11/Terminals
|
|
Url: http://lxqt.org
|
|
Source0: https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
|
|
Source1: https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
|
|
Source2: %{name}.keyring
|
|
BuildRequires: cmake
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: libQt5Gui-private-headers-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: qtermwidget-qt5-devel >= %{version}
|
|
BuildRequires: cmake(KF5WindowSystem)
|
|
BuildRequires: cmake(Qt5LinguistTools)
|
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
|
BuildRequires: pkgconfig(lxqt)
|
|
Requires(post): desktop-file-utils
|
|
Requires(pre): desktop-file-utils
|
|
Recommends: %{name}-lang
|
|
|
|
%description
|
|
The lightweight Qt terminal emulator.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake \
|
|
-DUSE_QT5=ON \
|
|
-DUSE_SYSTEM_QXT=OFF \
|
|
-DPULL_TRANSLATIONS=No
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
%post
|
|
%desktop_database_post
|
|
|
|
%postun
|
|
%desktop_database_postun
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS LICENSE README.md CONTRIBUTING*
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/applications/%{name}_drop.desktop
|
|
%dir %{_datadir}/appdata
|
|
%{_datadir}/appdata/qterminal.appdata.xml
|
|
%{_datadir}/icons/hicolor/64x64/apps/qterminal.png
|
|
|
|
%changelog
|