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


Commits:
ea18803b by Fabian Bornschein at 2024-04-28T15:49:38+02:00
upgpkg: 47.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = gedit-plugins
        pkgdesc = Collection of plugins for the gedit Text Editor
-       pkgver = 46.0
-       pkgrel = 2
+       pkgver = 47.0
+       pkgrel = 1
        url = https://wiki.gnome.org/Apps/Gedit/ShippedPlugins
        arch = x86_64
-       license = GPL
+       license = GPL-2.0-or-later
        makedepends = appstream-glib
        makedepends = git
        makedepends = gobject-introspection
@@ -13,13 +13,23 @@ pkgbase = gedit-plugins
        makedepends = meson
        makedepends = vte3
        makedepends = yelp-tools
+       depends = dconf
        depends = gedit
+       depends = glib2
+       depends = glibc
+       depends = gtk3
+       depends = libgedit-gtksourceview
+       depends = libgedit-tepl
+       depends = libpeas
+       depends = pango
+       depends = python
        depends = python-cairo
        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#commit=e4f3ca3eaac33f802db23c3ad4227481fdd18015
-       b2sums = SKIP
+       source = git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#tag=47.0
+       b2sums = 
7394eb59977d471b8b2ac44f09c02d8f76976fe60351305c707d866aa89037d5e1ea9d11951d8f34bbf4533673eead58bffabef43820bf20a800b6f33c2d23ca
 
 pkgname = gedit-plugins


=====================================
PKGBUILD
=====================================
@@ -7,16 +7,26 @@
 # Contributor: zhuqin <zhuqi...@gmail.com>
 
 pkgname=gedit-plugins
-pkgver=46.0
-pkgrel=2
+pkgver=47.0
+pkgrel=1
 pkgdesc="Collection of plugins for the gedit Text Editor"
 url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins";
 arch=(x86_64)
-license=(GPL)
+license=(GPL-2.0-or-later)
 depends=(
+  dconf
   gedit
+  glib2
+  glibc
+  gtk3
+  libgedit-gtksourceview
+  libgedit-tepl
+  libpeas
+  pango
+  python
   python-cairo
   python-dbus
+  python-gobject
 )
 makedepends=(
   appstream-glib
@@ -33,18 +43,12 @@ optdepends=(
   'libgit2-glib: for git plugin'
   'vte3: for embedded terminal'
 )
-_commit=e4f3ca3eaac33f802db23c3ad4227481fdd18015  # tags/46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit";)
-b2sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#tag=${pkgver/[a-z]/.&}";)
+b2sums=('7394eb59977d471b8b2ac44f09c02d8f76976fe60351305c707d866aa89037d5e1ea9d11951d8f34bbf4533673eead58bffabef43820bf20a800b6f33c2d23ca')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
 
 prepare() {
   cd $pkgname
-  git cherry-pick -n 4e5744ccbec430b82f8b16c469d8b1bd5c7edf78 # Fix build
 }
 
 build() {



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

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


Reply via email to