Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
libgedit-tepl
Commits:
ae16163c by Fabian Bornschein at 2024-09-16T11:01:12+02:00
upgpkg: 6.11.0-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = libgedit-tepl
pkgdesc = Library that eases the development of GtkSourceView-based
text editors and IDEs
- pkgver = 6.10.0
- pkgrel = 3
- url = https://github.com/gedit-technology/libgedit-tepl
+ pkgver = 6.11.0
+ pkgrel = 1
+ url = https://gitlab.gnome.org/World/gedit/libgedit-tepl
arch = x86_64
license = LGPL-3.0-or-later
checkdepends = xorg-server-xvfb
makedepends = git
+ makedepends = glib2-devel
makedepends = gtk-doc
makedepends = gobject-introspection
makedepends = meson
@@ -24,7 +25,7 @@ pkgbase = libgedit-tepl
provides = libgedit-tepl-6.so
conflicts = tepl
replaces = tepl
- source =
git+https://github.com/gedit-technology/libgedit-tepl#tag=6.10.0
- b2sums =
54a0e1e4927a90e295e7c681f1d3c3da0ed6da0ca1d864887cf59c6bf6f23baacf555f34cbece81a57efc114d64248c1a2a7d48820dd1e114376bfa5aebc6a1b
+ source =
git+https://gitlab.gnome.org/World/gedit/libgedit-tepl.git#tag=6.11.0
+ b2sums =
609043e41292fe2e5b036af39819cad849f05b0752cf5f7873804e7f0846c4824fa90113415fb0346d5c7667f1334d821b5152b10c0922213da6b542e553a351
pkgname = libgedit-tepl
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,4 @@
[libgedit-tepl]
source = "git"
-git = "https://github.com/gedit-technology/libgedit-tepl.git"
+git = "https://gitlab.gnome.org/World/gedit/libgedit-tepl.git"
+include_regex = '\d+(\.\d+)*'
=====================================
PKGBUILD
=====================================
@@ -1,11 +1,11 @@
# Maintainer: Fabian Bornschein <[email protected]>
pkgname=libgedit-tepl
-pkgver=6.10.0
-pkgrel=3
+pkgver=6.11.0
+pkgrel=1
pkgdesc='Library that eases the development of GtkSourceView-based text
editors and IDEs'
arch=('x86_64')
-url='https://github.com/gedit-technology/libgedit-tepl'
+url='https://gitlab.gnome.org/World/gedit/libgedit-tepl'
license=('LGPL-3.0-or-later')
depends=(
cairo
@@ -22,6 +22,7 @@ depends=(
)
makedepends=(
git
+ glib2-devel
gtk-doc
gobject-introspection
meson
@@ -30,8 +31,8 @@ checkdepends=(xorg-server-xvfb)
conflicts=(tepl)
replaces=(tepl)
provides=(libgedit-tepl-6.so)
-source=("git+https://github.com/gedit-technology/libgedit-tepl#tag=${pkgver}")
-b2sums=('54a0e1e4927a90e295e7c681f1d3c3da0ed6da0ca1d864887cf59c6bf6f23baacf555f34cbece81a57efc114d64248c1a2a7d48820dd1e114376bfa5aebc6a1b')
+source=("git+https://gitlab.gnome.org/World/gedit/libgedit-tepl.git#tag=${pkgver/[a-z]/.&}")
+b2sums=('609043e41292fe2e5b036af39819cad849f05b0752cf5f7873804e7f0846c4824fa90113415fb0346d5c7667f1334d821b5152b10c0922213da6b542e553a351')
build() {
arch-meson $pkgname build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgedit-tepl/-/commit/ae16163c000c259d9a8f0fa8a53a0a140bfbc36e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgedit-tepl/-/commit/ae16163c000c259d9a8f0fa8a53a0a140bfbc36e
You're receiving this email because of your account on gitlab.archlinux.org.