Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
gedit-plugins
Commits:
e28a3b2c by Fabian Bornschein at 2024-09-20T11:58:42+02:00
Update git links from /GNOME/ to /World/
- - - - -
2bd64428 by Fabian Bornschein at 2024-09-21T13:19:59+02:00
upgpkg: 48.0-2
* Remove unsupported opt-depend libgit2-glib (Fixes: #2)
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,14 @@
pkgbase = gedit-plugins
pkgdesc = Collection of plugins for the gedit Text Editor
pkgver = 48.0
- pkgrel = 1
- url = https://gitlab.gnome.org/GNOME/gedit-plugins
+ pkgrel = 2
+ url = https://gitlab.gnome.org/World/gedit/gedit-plugins
arch = x86_64
license = GPL-2.0-or-later
makedepends = appstream-glib
makedepends = git
makedepends = gobject-introspection
makedepends = gucharmap
- makedepends = libgit2-glib
makedepends = meson
makedepends = vte3
makedepends = yelp-tools
@@ -27,9 +26,8 @@ pkgbase = gedit-plugins
depends = python-dbus
depends = python-gobject
optdepends = gucharmap: for charmap plugin
- optdepends = libgit2-glib: for git plugin
optdepends = vte3: for embedded terminal
- source = git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#tag=48.0
+ source =
git+https://gitlab.gnome.org/World/gedit/gedit-plugins.git#tag=48.0
b2sums =
d311965f561d56f2c761a62039f24d46c95004fdacaf7e4554787f57f8f1f72ebc76904e2048633782b1115edd117b58b0b68e747af7d38092fd80a1838b33b4
pkgname = gedit-plugins
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,3 @@
[gedit-plugins]
source = "git"
-git = "https://gitlab.gnome.org/GNOME/gedit-plugins.git"
+git = "https://gitlab.gnome.org/World/gedit/gedit-plugins.git"
=====================================
PKGBUILD
=====================================
@@ -8,9 +8,9 @@
pkgname=gedit-plugins
pkgver=48.0
-pkgrel=1
+pkgrel=2
pkgdesc="Collection of plugins for the gedit Text Editor"
-url="https://gitlab.gnome.org/GNOME/gedit-plugins"
+url="https://gitlab.gnome.org/World/gedit/gedit-plugins"
arch=(x86_64)
license=(GPL-2.0-or-later)
depends=(
@@ -33,17 +33,15 @@ makedepends=(
git
gobject-introspection
gucharmap
- libgit2-glib
meson
vte3
yelp-tools
)
optdepends=(
'gucharmap: for charmap plugin'
- 'libgit2-glib: for git plugin'
'vte3: for embedded terminal'
)
-source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#tag=${pkgver/[a-z]/.&}")
+source=("git+https://gitlab.gnome.org/World/gedit/gedit-plugins.git#tag=${pkgver/[a-z]/.&}")
b2sums=('d311965f561d56f2c761a62039f24d46c95004fdacaf7e4554787f57f8f1f72ebc76904e2048633782b1115edd117b58b0b68e747af7d38092fd80a1838b33b4')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gedit-plugins/-/compare/9125531780d5378e398f15563796075f69555180...2bd64428e7f50d8e2e21b60dfb3af425fe5f5757
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gedit-plugins/-/compare/9125531780d5378e398f15563796075f69555180...2bd64428e7f50d8e2e21b60dfb3af425fe5f5757
You're receiving this email because of your account on gitlab.archlinux.org.