Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
libgedit-gfls
Commits:
83171d70 by Fabian Bornschein at 2024-09-16T23:04:15+02:00
upgpkg: 0.2.0-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = libgedit-gfls
pkgdesc = A module dedicated to file loading and saving.
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
- url = https://github.com/gedit-technology/libgedit-gfls
+ url = https://gitlab.gnome.org/World/gedit/libgedit-gfls
arch = x86_64
license = LGPL-3.0-or-later
checkdepends = xorg-server-xvfb
makedepends = git
+ makedepends = glib2-devel
makedepends = gobject-introspection
makedepends = gtk3
makedepends = gtk-doc
@@ -14,7 +15,7 @@ pkgbase = libgedit-gfls
depends = glib2
depends = glibc
provides = libgedit-gfls-1.so
- source = git+https://github.com/gedit-technology/libgedit-gfls#tag=0.1.0
- b2sums =
9a4675ab7b8e2323358bcc3942975ca3a61b2444d29fa102893c7514bf67529e7474825ffd4c4db9ef346e4e40c9fede400ab353f8088021795e46bbb5f11e7d
+ source =
git+https://gitlab.gnome.org/World/gedit/libgedit-gfls.git#tag=0.2.0
+ b2sums =
d08605a532c116184982ca40117ce7b9a736ff909c9b159812a2b56ad0622267f0cb9a8d735cea280ad983bc2e069f1d2b6c53328f3b1dfe875d5c31e38641a1
pkgname = libgedit-gfls
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,4 @@
[libgedit-gfls]
source = "git"
-git = "https://github.com/gedit-technology/libgedit-gfls.git"
+git = "https://gitlab.gnome.org/World/gedit/libgedit-gfls.git"
+include_regex = '\d+(\.\d+)*'
=====================================
PKGBUILD
=====================================
@@ -1,11 +1,11 @@
# Maintainer: Fabian Bornschein <[email protected]>
pkgname=libgedit-gfls
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc='A module dedicated to file loading and saving.'
arch=('x86_64')
-url='https://github.com/gedit-technology/libgedit-gfls'
+url='https://gitlab.gnome.org/World/gedit/libgedit-gfls'
license=('LGPL-3.0-or-later')
depends=(
glib2
@@ -13,6 +13,7 @@ depends=(
)
makedepends=(
git
+ glib2-devel
gobject-introspection
gtk3
gtk-doc
@@ -20,8 +21,8 @@ makedepends=(
)
checkdepends=(xorg-server-xvfb)
provides=(libgedit-gfls-1.so)
-source=("git+https://github.com/gedit-technology/libgedit-gfls#tag=${pkgver}")
-b2sums=('9a4675ab7b8e2323358bcc3942975ca3a61b2444d29fa102893c7514bf67529e7474825ffd4c4db9ef346e4e40c9fede400ab353f8088021795e46bbb5f11e7d')
+source=("git+https://gitlab.gnome.org/World/gedit/libgedit-gfls.git#tag=${pkgver}")
+b2sums=('d08605a532c116184982ca40117ce7b9a736ff909c9b159812a2b56ad0622267f0cb9a8d735cea280ad983bc2e069f1d2b6c53328f3b1dfe875d5c31e38641a1')
build() {
arch-meson $pkgname build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgedit-gfls/-/commit/83171d70b7983281a12b159241e97efc5d0d655f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgedit-gfls/-/commit/83171d70b7983281a12b159241e97efc5d0d655f
You're receiving this email because of your account on gitlab.archlinux.org.