Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
gedit


Commits:
bc5f8adb by Fabian Bornschein at 2024-04-28T14:51:00+02:00
upgpkg: 47.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = gedit
        pkgdesc = GNOME Text Editor
-       pkgver = 46.2
-       pkgrel = 4
+       pkgver = 47.0
+       pkgrel = 1
        url = https://gedit-technology.github.io/apps/gedit/
        arch = x86_64
        groups = gnome-extra
@@ -27,18 +27,19 @@ pkgbase = gedit
        depends = gtk3
        depends = hicolor-icon-theme
        depends = libgedit-amtk
+       depends = libgedit-gfls
        depends = libgedit-gtksourceview
+       depends = libgedit-tepl
        depends = libgirepository
        depends = libpeas
        depends = pango
        depends = python
        depends = python-gobject
-       depends = tepl
        optdepends = gedit-plugins: Additional features
        conflicts = gedit-code-assistance<=3.16.0+4+gd19b879-1
-       source = 
git+https://gitlab.gnome.org/GNOME/gedit.git#commit=da63f4c642c8ffabb0773f1ef2c2a0edadfdc3e9
+       source = git+https://gitlab.gnome.org/GNOME/gedit.git#tag=47.0
        source = git+https://gitlab.gnome.org/GNOME/libgd.git
-       b2sums = SKIP
+       b2sums = 
8a38d15cac226063dcd0e80b78a3f861ec94f16eb5a68ec7c81894656c6e859c036b4528ecc021cdf13b7bcea5c4aa1c79d25231aceea55f1a1e9cedf9dab387
        b2sums = SKIP
 
 pkgname = gedit


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot <j...@archlinux.org>
 
 pkgname=gedit
-pkgver=46.2
-pkgrel=4
+pkgver=47.0
+pkgrel=1
 pkgdesc="GNOME Text Editor"
 url="https://gedit-technology.github.io/apps/gedit/";
 arch=(x86_64)
@@ -23,13 +23,14 @@ depends=(
   gtk3
   hicolor-icon-theme
   libgedit-amtk
+  libgedit-gfls
   libgedit-gtksourceview
+  libgedit-tepl
   libgirepository
   libpeas
   pango
   python
   python-gobject
-  tepl
 )
 makedepends=(
   appstream-glib
@@ -44,25 +45,16 @@ makedepends=(
 optdepends=('gedit-plugins: Additional features')
 conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
 groups=(gnome-extra)
-_commit=da63f4c642c8ffabb0773f1ef2c2a0edadfdc3e9  # tags/46.2^0
 source=(
-  "git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit";
+  "git+https://gitlab.gnome.org/GNOME/gedit.git#tag=${pkgver/[a-z]/.&}";
   "git+https://gitlab.gnome.org/GNOME/libgd.git";
 )
-b2sums=('SKIP'
+b2sums=('8a38d15cac226063dcd0e80b78a3f861ec94f16eb5a68ec7c81894656c6e859c036b4528ecc021cdf13b7bcea5c4aa1c79d25231aceea55f1a1e9cedf9dab387'
         'SKIP')
 
-pkgver() {
-  cd gedit
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
 prepare() {
   cd gedit
 
-  # quickhighlight plugin: adapt code for GtkSourceStyle API break
-  git cherry-pick -n 6fa2371e5d9f5e9ef5403e78271cdfd9c4055e9a
-
   git submodule init
   git submodule set-url subprojects/libgd "$srcdir/libgd"
   git -c protocol.file.allow=always submodule update



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gedit/-/commit/bc5f8adb90aff68a75d8ff688c023e97a7608f6a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gedit/-/commit/bc5f8adb90aff68a75d8ff688c023e97a7608f6a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to