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
f1f61466
Unverified
Commit
f1f61466
authored
4 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
kde/alligator: drop, upstreamed to Alpine
parent
7acf6895
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kde/alligator/APKBUILD
+0
-49
0 additions, 49 deletions
kde/alligator/APKBUILD
with
0 additions
and
49 deletions
kde/alligator/APKBUILD
deleted
100644 → 0
+
0
−
49
View file @
7acf6895
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
alligator
pkgver
=
0_git20201101
pkgrel
=
0
_commit
=
"7d75c6cf9b0f5d337f0bac4a700ec94c2adacc49"
pkgdesc
=
"A convergent RSS/Atom feed reader"
url
=
"https://invent.kde.org/tfella/alligator/"
arch
=
"all !armhf"
license
=
"LicenseRef-KDE-Accepted-GPL"
depends
=
"
kirigami2
qt5-qtbase-sqlite
"
makedepends
=
"
extra-cmake-modules
kconfig-dev
kcoreaddons-dev
ki18n-dev
qt5-qtbase-dev
qt5-qtquickcontrols2-dev
syndication-dev
"
source
=
"https://invent.kde.org/plasma-mobile/alligator/-/archive/
$_commit
/alligator-
$_commit
.tar.gz"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
prepare
()
{
default_prepare
# qmlplugindump fails for armv7+qemu (pmb#1970). This is purely for
# packager knowledge and doesn't affect runtime, so we can disable it.
if
[
"
$CARCH
"
=
"armv7"
]
;
then
sed
-i
"s/ecm_find_qmlmodule/# ecm_find_qmlmodule/g"
CMakeLists.txt
fi
}
build
()
{
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
cmake
--build
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
sha512sums
=
"ef5a7b9d749c796ad91f887bd9f7ce5da40b3f02cb434d7e91260c49d26bc3876335b071e0f7a022b957deb3241531743f46f46a3fa4e1160f37e22a28a71964 alligator-7d75c6cf9b0f5d337f0bac4a700ec94c2adacc49.tar.gz"
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