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
Merge requests
!5790
systemd/gnome-logs: new aport
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
systemd/gnome-logs: new aport
fossdd/pmaports:gnome-logs
into
master_staging_systemd
Overview
1
Commits
1
Pipelines
5
Changes
1
Merged
achill (fossdd)
requested to merge
fossdd/pmaports:gnome-logs
into
master_staging_systemd
4 months ago
Overview
1
Commits
1
Pipelines
5
Changes
1
Expand
https://apps.gnome.org/Logs
Log viewer for the systemd journal
0
0
Merge request reports
Compare
master_staging_systemd
version 4
7aac0d69
4 months ago
version 3
56a579a1
4 months ago
version 2
29d06e9f
4 months ago
version 1
d9f83000
4 months ago
master_staging_systemd (base)
and
latest version
latest version
930346e6
1 commit,
4 months ago
version 4
7aac0d69
1 commit,
4 months ago
version 3
56a579a1
1 commit,
4 months ago
version 2
29d06e9f
1 commit,
4 months ago
version 1
d9f83000
1 commit,
4 months ago
1 file
+
38
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
extra-repos/systemd/gnome-logs/APKBUILD
0 → 100644
+
38
−
0
Options
# Contributor: fossdd <fossdd@pwned.life>
# Maintainer: fossdd <fossdd@pwned.life>
pkgname
=
gnome-logs
pkgver
=
45.0
pkgrel
=
0
pkgdesc
=
"Log viewer for the systemd journal"
url
=
"https://apps.gnome.org/Logs"
arch
=
"all"
license
=
"GPL-3.0-or-later"
makedepends
=
"
desktop-file-utils
gtk4.0-dev
itstool
libadwaita-dev
meson
systemd-dev
"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"https://download.gnome.org/sources/gnome-logs/
${
pkgver
%.*
}
/gnome-logs-
$pkgver
.tar.xz"
build
()
{
abuild-meson
\
-Dman
=
true
\
output
.
meson compile
-C
output
}
check
()
{
meson
test
--no-rebuild
--print-errorlogs
-C
output
}
package
()
{
DESTDIR
=
"
$pkgdir
"
meson
install
--no-rebuild
-C
output
}
sha512sums
=
"
a4021b182da29fc027311b6bb18491287ba232310fe61c982af759da7b36613cab589d0ca4caadec5d03fcb3d3000591c92ae37c881a8fd95aa9273025d17fd4 gnome-logs-45.0.tar.xz
"
Loading