Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.12 KB

fingerterm.spec

File metadata and controls

44 lines (36 loc) · 1.12 KB
 
Mar 3, 2013
Mar 3, 2013
1
Name: fingerterm
Mar 19, 2015
Mar 19, 2015
2
Version: 1.1.14
Mar 3, 2013
Mar 3, 2013
3
4
5
6
7
8
Release: 1
Summary: A terminal emulator with a custom virtual keyboard
Group: System/Base
License: GPLv2
Source0: %{name}-%{version}.tar.gz
URL: https://github.com/nemomobile/fingerterm
Jun 16, 2013
Jun 16, 2013
9
10
11
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
Jul 22, 2013
Jul 22, 2013
12
13
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
Aug 23, 2013
Aug 23, 2013
14
BuildRequires: pkgconfig(Qt0Feedback)
Mar 19, 2015
Mar 19, 2015
15
BuildRequires: pkgconfig(nemonotifications-qt5) >= 1.0.4
Jul 22, 2013
Jul 22, 2013
16
Requires: qt5-qtdeclarative-import-xmllistmodel
Aug 7, 2013
Aug 7, 2013
17
Requires: qt5-qtdeclarative-import-window2
Apr 3, 2013
Apr 3, 2013
18
19
Obsoletes: meego-terminal <= 0.2.2
Provides: meego-terminal > 0.2.2
Mar 3, 2013
Mar 3, 2013
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
%description
%{summary}.
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/applications/*.desktop
%prep
%setup -q -n %{name}-%{version}
%build
sed -i 's,/opt/fingerterm/,/usr/,' fingerterm.pro
May 4, 2016
May 4, 2016
36
qmake -qt=5 MEEGO_EDITION=nemo CONFIG+=enable-feedback CONFIG+=enable-nemonotifications
Feb 14, 2015
Feb 14, 2015
37
38
# Inject version number from RPM into source
sed -i -e 's/PROGRAM_VERSION="[^"]*"/PROGRAM_VERSION="%{version}"/g' version.h
Mar 3, 2013
Mar 3, 2013
39
40
41
42
43
44
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make INSTALL_ROOT=%{buildroot} install