Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
gedit
Commits:
e4f0be87 by Fabian Bornschein at 2024-09-16T23:26:24+02:00
upgpkg: 48.0-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = gedit
- pkgdesc = GNOME Text Editor
- pkgver = 47.0
- pkgrel = 2
+ pkgdesc = Easy-to-use general-purpose text editor
+ pkgver = 48.0
+ pkgrel = 1
url = https://gedit-technology.github.io/apps/gedit/
arch = x86_64
- groups = gnome-extra
license = GPL-2.0-or-later
+ makedepends = appstream
makedepends = appstream-glib
makedepends = desktop-file-utils
makedepends = git
@@ -38,9 +38,9 @@ pkgbase = gedit
depends = python-gobject
optdepends = gedit-plugins: Additional features
conflicts = gedit-code-assistance<=3.16.0+4+gd19b879-1
- source = git+https://gitlab.gnome.org/GNOME/gedit.git#tag=47.0
+ source = git+https://gitlab.gnome.org/GNOME/gedit.git#tag=48.0
source = git+https://gitlab.gnome.org/GNOME/libgd.git
- b2sums =
8a38d15cac226063dcd0e80b78a3f861ec94f16eb5a68ec7c81894656c6e859c036b4528ecc021cdf13b7bcea5c4aa1c79d25231aceea55f1a1e9cedf9dab387
+ b2sums =
67a57a85088496c614f3c0c8d8a1074ba005328e2a38efe3aa530ede65bd51f28c11dabb25854c2e04a58a11aeb33743d057f25d37aa796334701d5d459e557d
b2sums = SKIP
pkgname = gedit
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[gedit]
+source = "git"
+git = "https://gitlab.gnome.org/World/gedit/gedit.git"
+include_regex = '\d+(\.\d+)*'
=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
# Contributor: Jan de Groot <[email protected]>
pkgname=gedit
-pkgver=47.0
-pkgrel=2
-pkgdesc="GNOME Text Editor"
+pkgver=48.0
+pkgrel=1
+pkgdesc="Easy-to-use general-purpose text editor"
url="https://gedit-technology.github.io/apps/gedit/"
arch=(x86_64)
license=(GPL-2.0-or-later)
@@ -33,6 +33,7 @@ depends=(
python-gobject
)
makedepends=(
+ appstream
appstream-glib
desktop-file-utils
git
@@ -45,12 +46,11 @@ makedepends=(
)
optdepends=('gedit-plugins: Additional features')
conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
-groups=(gnome-extra)
source=(
"git+https://gitlab.gnome.org/GNOME/gedit.git#tag=${pkgver/[a-z]/.&}"
"git+https://gitlab.gnome.org/GNOME/libgd.git"
)
-b2sums=('8a38d15cac226063dcd0e80b78a3f861ec94f16eb5a68ec7c81894656c6e859c036b4528ecc021cdf13b7bcea5c4aa1c79d25231aceea55f1a1e9cedf9dab387'
+b2sums=('67a57a85088496c614f3c0c8d8a1074ba005328e2a38efe3aa530ede65bd51f28c11dabb25854c2e04a58a11aeb33743d057f25d37aa796334701d5d459e557d'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gedit/-/commit/e4f0be87ac4309103b586949558f04634c40740f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gedit/-/commit/e4f0be87ac4309103b586949558f04634c40740f
You're receiving this email because of your account on gitlab.archlinux.org.