Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
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
Model registry
Monitor
Service Desk
Analyze
Model experiments
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
alpine
aports
Commits
6eece59d
Commit
6eece59d
authored
3 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/gedit: upgrade to 41.0
parent
e343b8d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!31013
gedit 41
Pipeline
#112790
canceled
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/gedit/APKBUILD
+14
-3
14 additions, 3 deletions
community/gedit/APKBUILD
with
14 additions
and
3 deletions
community/gedit/APKBUILD
+
14
−
3
View file @
6eece59d
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname
=
gedit
pkgver
=
4
0.1
pkgrel
=
2
pkgver
=
4
1.0
pkgrel
=
0
pkgdesc
=
"gedit is the GNOME text editor"
url
=
"https://wiki.gnome.org/Apps/Gedit"
arch
=
"all"
...
...
@@ -16,6 +16,15 @@ depends="gsettings-desktop-schemas"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang"
source
=
"https://download.gnome.org/sources/gedit/
${
pkgver
%.*
}
/gedit-
$pkgver
.tar.xz"
prepare
()
{
default_prepare
case
$CARCH
in
# sigsegv
s390x
)
sed
-i
'/test-open-links/d'
plugins/openlinks/unit-tests/meson.build
;;
esac
}
build
()
{
abuild-meson
.
output
meson compile
${
JOBS
:+-j
${
JOBS
}}
-C
output
...
...
@@ -29,4 +38,6 @@ package() {
DESTDIR
=
"
$pkgdir
"
meson
install
--no-rebuild
-C
output
}
sha512sums
=
"ac4cd2864af63625dbdb5c55fcc5e7ea403d84d7cc25d9f1c121f544ef1cf686ab9b7c0d50ef73b4bf24e573cdf528622a49d82f675b0c1673c46f691b79ac09 gedit-40.1.tar.xz"
sha512sums
=
"
97c51ef24e53d6bd4b29350a8749eacbfcfb90b7c66c9f6d462101c53966282452f6a02043628e157e8179cf6260f103b41c61d7ba2a31da08b0687f8031974e gedit-41.0.tar.xz
"
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