Date: Monday, January 2, 2023 @ 01:20:13
Author: heftig
Revision: 1372848
archrelease: copy trunk to community-x86_64
Added:
gedit-plugins/repos/community-x86_64/PKGBUILD
(from rev 1372847, gedit-plugins/trunk/PKGBUILD)
Deleted:
gedit-plugins/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 130 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 65 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-02 01:19:44 UTC (rev 1372847)
+++ PKGBUILD 2023-01-02 01:20:13 UTC (rev 1372848)
@@ -1,65 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: Alexander Rødseth <[email protected]>
-# Contributor: Hugo Doria <[email protected]>
-# Contributor: Sergej Chodarev <[email protected]>
-# Contributor: zhuqin <[email protected]>
-
-pkgname=gedit-plugins
-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-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=a6bf921fecaa52241e6e5dd20bc49bc9e8ee8c2a # tags/43.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-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 sts=-1 et:
Copied: gedit-plugins/repos/community-x86_64/PKGBUILD (from rev 1372847,
gedit-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-02 01:20:13 UTC (rev 1372848)
@@ -0,0 +1,65 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: Alexander Rødseth <[email protected]>
+# Contributor: Hugo Doria <[email protected]>
+# Contributor: Sergej Chodarev <[email protected]>
+# Contributor: zhuqin <[email protected]>
+
+pkgname=gedit-plugins
+pkgver=44.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)
+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=fde28e821604be75e2cd05d0499796ea97bae599 # tags/44.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+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 sts=-1 et: