Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libgedit-gtksourceview
Commits:
f0511885 by Jan Alexander Steffens (heftig) at 2023-10-03T23:35:06+02:00
299.0.4-2: FS#79842 move gobject-introspection to makedepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
pkgbase = libgedit-gtksourceview
pkgdesc = A source code editing widget
pkgver = 299.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://gedit-technology.net/
arch = x86_64
license = LGPL2.1
checkdepends = xorg-server-xvfb
makedepends = git
+ makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = meson
depends = cairo
depends = gdk-pixbuf2
- depends = gobject-introspection
depends = gtk3
depends = libxml2
depends = pango
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=libgedit-gtksourceview
pkgver=299.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A source code editing widget"
arch=(x86_64)
url="https://gedit-technology.net/"
@@ -14,13 +14,13 @@ license=('LGPL2.1')
depends=(
cairo
gdk-pixbuf2
- gobject-introspection
gtk3
libxml2
pango
)
makedepends=(
git
+ gobject-introspection
gtk-doc
meson
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgedit-gtksourceview/-/commit/f0511885a2cfe76c50f8cfbb2705bcfb496a1556
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgedit-gtksourceview/-/commit/f0511885a2cfe76c50f8cfbb2705bcfb496a1556
You're receiving this email because of your account on gitlab.archlinux.org.