Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-text-editor


Commits:
21229c80 by Fabian Bornschein at 2024-02-16T21:51:03+01:00
upgpkg: 46beta-1: gnome-unstable

- - - - -
70da850e by Fabian Bornschein at 2024-03-06T17:33:08+01:00
upgpkg: 46rc-1: gnome-unstable

- - - - -
e9798edc by Jan Alexander Steffens (heftig) at 2024-03-16T17:09:31+01:00
46.0-1

- - - - -
6a8a9969 by Jan Alexander Steffens (heftig) at 2024-03-20T23:01:45+01:00
Merge remote-tracking branch 'origin/gnome-unstable'

* origin/gnome-unstable:
  46.0-1
  upgpkg: 46rc-1: gnome-unstable
  upgpkg: 46beta-1: gnome-unstable

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = gnome-text-editor
        pkgdesc = A simple text editor for the GNOME desktop
-       pkgver = 45.3
+       pkgver = 46.0
        pkgrel = 1
        url = https://gitlab.gnome.org/GNOME/gnome-text-editor
        arch = x86_64
@@ -14,14 +14,16 @@ pkgbase = gnome-text-editor
        depends = dconf
        depends = editorconfig-core-c
        depends = enchant
+       depends = gcc-libs
        depends = glib2
+       depends = glibc
        depends = gtk4
        depends = gtksourceview5
        depends = hicolor-icon-theme
        depends = icu
        depends = libadwaita
        depends = pango
-       source = 
git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#commit=d6e4afaba00d85a362faa1ba660d45c521890b95
+       source = 
git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#commit=5890bf13b3a4dd810b96b086301e856aba523215
        b2sums = SKIP
 
 pkgname = gnome-text-editor


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
-# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
+# Maintainer: Fabian Bornschein <fabisc...@archlinux.org>
 # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
 
 pkgname=gnome-text-editor
-pkgver=45.3
+pkgver=46.0
 pkgrel=1
 pkgdesc="A simple text editor for the GNOME desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-text-editor";
@@ -13,7 +13,9 @@ depends=(
   dconf
   editorconfig-core-c
   enchant
+  gcc-libs
   glib2
+  glibc
   gtk4
   gtksourceview5
   hicolor-icon-theme
@@ -28,13 +30,13 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome)
-_commit=d6e4afaba00d85a362faa1ba660d45c521890b95  # tags/45.3^0
+_commit=5890bf13b3a4dd810b96b086301e856aba523215  # tags/46.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#commit=$_commit";)
 b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/compare/e0b2a515060cb8c0860a1fef07a32d190dc97d15...6a8a9969932994605755d8d40f9a1a30b4d08e69

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/compare/e0b2a515060cb8c0860a1fef07a32d190dc97d15...6a8a9969932994605755d8d40f9a1a30b4d08e69
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to