Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
2e13381c
Commit
2e13381c
authored
6 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump pkgrel of qt5-qtbase and libphonenumber to resolve soname
parent
921fa520
No related branches found
No related tags found
No related merge requests found
Pipeline
#192326
canceled
6 years ago
Stage: first
Stage: second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/libphonenumber/APKBUILD
+5
-4
5 additions, 4 deletions
main/libphonenumber/APKBUILD
temp/qt5-qtbase/APKBUILD
+1
-1
1 addition, 1 deletion
temp/qt5-qtbase/APKBUILD
with
6 additions
and
5 deletions
main/libphonenumber/APKBUILD
+
5
−
4
View file @
2e13381c
...
...
@@ -2,7 +2,8 @@
# Maintainer: Bhushan Shah <bshah@kde.org>
pkgname
=
libphonenumber
pkgver
=
8.9.6
pkgrel
=
3
pkgrel
=
4
_gtestversion
=
1.8.1
pkgdesc
=
"Library for parsing, formatting, and validating international phone numbers."
url
=
"https://github.com/googlei18n/libphonenumber"
arch
=
"all"
...
...
@@ -11,7 +12,7 @@ depends_dev="boost-dev protobuf-dev icu-dev"
makedepends
=
"
$depends_dev
cmake gtest-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/googlei18n/
${
pkgname
}
/archive/v
${
pkgver
}
.tar.gz
googletest-
1.8.0
.tar.gz::https://github.com/google/googletest/archive/release-
1.8.0
.tar.gz"
googletest-
$_gtestversion
.tar.gz::https://github.com/google/googletest/archive/release-
$_gtestversion
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
...
...
@@ -25,11 +26,11 @@ build() {
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DGTEST_SOURCE_DIR
=
"
$srcdir
"
/googletest-release-1.8.0/googletest
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DGTEST_SOURCE_DIR
=
"
$srcdir
"
/googletest-release-
$_gtestversion
/googletest
\
${
CMAKE_CROSSOPTS
}
make
}
...
...
@@ -44,4 +45,4 @@ package() {
}
sha512sums
=
"7b6bc66b4d7c3137eb97bbae1a28f072612c27df80ba355e3b3db680e0315f1af0c186559a15a46306cb184619049c30da623f9448b3c64a28cfb94474903fdf libphonenumber-8.9.6.tar.gz
1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d
9d googletest-1.8.
0
.tar.gz"
e6283c667558e1fd6e49fa96e52af0e415a3c8037afe1d28b7ff1ec4c2ef8f49beb70a9327b7fc77eb4052a58c4ccad8b5260ec90e4bceeac7a46ff59c436
9d
7
googletest-1.8.
1
.tar.gz"
This diff is collapsed.
Click to expand it.
temp/qt5-qtbase/APKBUILD
+
1
−
1
View file @
2e13381c
...
...
@@ -8,7 +8,7 @@ _ver=${_ver/_/-}
_ver
=
${
_ver
/beta0/beta
}
_ver
=
${
_ver
/rc0/rc
}
_V
=
${
_ver
/rc/RC
}
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"Qt5 - QtBase components"
url
=
"http://qt-project.org/"
arch
=
"all"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment