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


Commits:
8e9c2cae by Jan Alexander Steffens (heftig) at 2023-10-04T01:27:34+02:00
45.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,27 @@
+pkgbase = gnome-text-editor
+       pkgdesc = A simple text editor for the GNOME desktop
+       pkgver = 45.0
+       pkgrel = 1
+       url = https://gitlab.gnome.org/GNOME/gnome-text-editor
+       arch = x86_64
+       groups = gnome
+       license = GPL3
+       makedepends = appstream-glib
+       makedepends = git
+       makedepends = meson
+       makedepends = yelp-tools
+       depends = cairo
+       depends = dconf
+       depends = editorconfig-core-c
+       depends = enchant
+       depends = glib2
+       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=08b20c3c1ffef96f67f5414661d86686634c9a0a
+       b2sums = SKIP
+
+pkgname = gnome-text-editor


=====================================
PKGBUILD
=====================================
@@ -1,19 +1,25 @@
+# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
 # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
-# Contributor: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
 
 pkgname=gnome-text-editor
-pkgver=44.0
-pkgrel=2
+pkgver=45.0
+pkgrel=1
 pkgdesc="A simple text editor for the GNOME desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-text-editor";
 arch=(x86_64)
 license=(GPL3)
 depends=(
+  cairo
+  dconf
   editorconfig-core-c
   enchant
   glib2
+  gtk4
   gtksourceview5
+  hicolor-icon-theme
+  icu
   libadwaita
+  pango
 )
 makedepends=(
   appstream-glib
@@ -22,7 +28,7 @@ makedepends=(
   yelp-tools
 )
 groups=(gnome)
-_commit=2ed7d45ff481f5d0a2cda54e0ec75ce5a823f40e  # tags/44.0^0
+_commit=08b20c3c1ffef96f67f5414661d86686634c9a0a  # tags/45.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-text-editor.git#commit=$_commit";)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/8e9c2cae31e5d8d99ab5e7a635943e2214c2ba60

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-text-editor/-/commit/8e9c2cae31e5d8d99ab5e7a635943e2214c2ba60
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to