Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fingerterm
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mer-core
fingerterm
Commits
f192f4c1
Commit
f192f4c1
authored
Jun 16, 2013
by
Aard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[qt5] Update packaging to build qt5 fingerterm
parent
fae7c36c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
fingerterm.pro
fingerterm.pro
+5
-5
rpm/fingerterm.spec
rpm/fingerterm.spec
+6
-3
No files found.
fingerterm.pro
View file @
f192f4c1
...
...
@@ -49,17 +49,17 @@ RESOURCES += \
resources
.
qrc
unix
:
!
symbian
:
!
maemo5
{
target
.
path
=
/
opt
/
fingerterm
/
bin
target
.
path
=
/
usr
/
bin
INSTALLS
+=
target
}
maemo5
{
target
.
path
=
/
opt
/
fingerterm
/
bin
target
.
path
=
/
usr
/
bin
INSTALLS
+=
target
}
contains
(
MEEGO_EDITION
,
harmattan
)
{
desktopfile
.
files
=
$$
{
TARGET
}
fingerterm
.
desktop
desktopfile
.
files
=
$$
{
TARGET
}.
desktop
desktopfile
.
path
=
/
usr
/
share
/
applications
INSTALLS
+=
desktopfile
}
...
...
@@ -71,8 +71,8 @@ contains(MEEGO_EDITION,harmattan) {
}
contains
(
MEEGO_EDITION
,
nemo
)
{
desktopfile
.
extra
=
cp
$$
{
TARGET
}
fingerterm
.
desktop
.
nemo
fingerterm
.
desktop
desktopfile
.
extra
=
cp
$$
{
TARGET
}
.
desktop
.
nemo
$$
{
TARGET
}
.
desktop
desktopfile
.
path
=
/
usr
/
share
/
applications
desktopfile
.
files
=
fingerterm
.
desktop
desktopfile
.
files
=
$$
{
TARGET
}
.
desktop
INSTALLS
+=
desktopfile
}
rpm/fingerterm.spec
View file @
f192f4c1
...
...
@@ -6,8 +6,11 @@ Group: System/Base
License: GPLv2
Source0: %{name}-%{version}.tar.gz
URL: https://github.com/nemomobile/fingerterm
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(QtOpenGL)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5OpenGL)
BuildRequires: pkgconfig(Qt5Declarative)
Obsoletes: meego-terminal <= 0.2.2
Provides: meego-terminal > 0.2.2
...
...
@@ -26,7 +29,7 @@ Provides: meego-terminal > 0.2.2
%build
sed -i 's,/opt/fingerterm/,/usr/,' fingerterm.pro
qmake MEEGO_EDITION=nemo
qmake
-qt=5
MEEGO_EDITION=nemo
make %{?_smp_mflags}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment