Date: Wednesday, November 16, 2022 @ 17:40:02 Author: heftig Revision: 1349224
43.1-1 Modified: gedit-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-16 17:39:42 UTC (rev 1349223) +++ PKGBUILD 2022-11-16 17:40:02 UTC (rev 1349224) @@ -6,22 +6,36 @@ # Contributor: zhuqin <[email protected]> pkgname=gedit-plugins -pkgver=42.1 +pkgver=43.1 pkgrel=1 pkgdesc="Collection of plugins for the gedit Text Editor" url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins" arch=(x86_64) license=(GPL) -depends=(gedit python-dbus python-cairo) -makedepends=(vte3 libgit2-glib gucharmap gobject-introspection vala yelp-tools - appstream-glib git meson) -optdepends=('gucharmap: for charmap plugin' - 'vte3: for embedded terminal' - 'libgit2-glib: for git plugin') +depends=( + gedit + python-cairo + python-dbus +) +makedepends=( + appstream-glib + git + gobject-introspection + gucharmap + libgit2-glib + meson + vte3 + yelp-tools +) +optdepends=( + 'gucharmap: for charmap plugin' + 'libgit2-glib: for git plugin' + 'vte3: for embedded terminal' +) options=(debug) -_commit=2afe0869918ee6a61a82969cd67d5c51acc15a6c # tags/42.1^0 +_commit=a6bf921fecaa52241e6e5dd20bc49bc9e8ee8c2a # tags/43.1^0 source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit") -sha512sums=('SKIP') +b2sums=('SKIP') pkgver() { cd $pkgname @@ -43,8 +57,9 @@ package() { meson install -C build --destdir "$pkgdir" + python -m compileall -d /usr "$pkgdir/usr" python -O -m compileall -d /usr "$pkgdir/usr" } -# vim:set sw=2 et: +# vim:set sw=2 sts=-1 et:
