Date: Wednesday, January 4, 2023 @ 18:16:23
Author: heftig
Revision: 1375189
archrelease: copy trunk to community-x86_64
Added:
gedit/repos/community-x86_64/PKGBUILD
(from rev 1375188, gedit/trunk/PKGBUILD)
Deleted:
gedit/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 144 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 72 insertions(+), 72 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-04 18:14:17 UTC (rev 1375188)
+++ PKGBUILD 2023-01-04 18:16:23 UTC (rev 1375189)
@@ -1,72 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=gedit
-pkgver=44.0
-pkgrel=1
-pkgdesc="GNOME Text Editor"
-url="https://wiki.gnome.org/Apps/Gedit"
-arch=(x86_64)
-license=(GPL)
-depends=(
- amtk
- gsettings-desktop-schemas
- gspell
- libpeas
- python-gobject
- tepl
-)
-makedepends=(
- appstream-glib
- desktop-file-utils
- git
- gobject-introspection
- gtk-doc
- meson
- vala
- yelp-tools
-)
-optdepends=('gedit-plugins: Additional features')
-conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
-groups=(gnome-extra)
-options=(debug)
-_commit=d0169f37abd70f27551a50c2176ca4636bb50439 # tags/44.0^0
-source=(
- "git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit"
- "git+https://gitlab.gnome.org/GNOME/libgd.git"
-)
-b2sums=('SKIP'
- 'SKIP')
-
-pkgver() {
- cd gedit
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd gedit
-
- git submodule init
- git submodule set-url subprojects/libgd "$srcdir/libgd"
- git -c protocol.file.allow=always submodule update
-}
-
-build() {
- local meson_options=(
- -D gtk_doc=true
- -D require_all_tests=true
- )
-
- arch-meson gedit build "${meson_options[@]}"
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: gedit/repos/community-x86_64/PKGBUILD (from rev 1375188,
gedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-04 18:16:23 UTC (rev 1375189)
@@ -0,0 +1,72 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gedit
+pkgver=44.1
+pkgrel=1
+pkgdesc="GNOME Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit"
+arch=(x86_64)
+license=(GPL)
+depends=(
+ amtk
+ gsettings-desktop-schemas
+ gspell
+ libpeas
+ python-gobject
+ tepl
+)
+makedepends=(
+ appstream-glib
+ desktop-file-utils
+ git
+ gobject-introspection
+ gtk-doc
+ meson
+ vala
+ yelp-tools
+)
+optdepends=('gedit-plugins: Additional features')
+conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
+groups=(gnome-extra)
+options=(debug)
+_commit=4442eba6a19037ddb3bf36a8f3dd590feab2be1c # tags/44.1^0
+source=(
+ "git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit"
+ "git+https://gitlab.gnome.org/GNOME/libgd.git"
+)
+b2sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd gedit
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd gedit
+
+ git submodule init
+ git submodule set-url subprojects/libgd "$srcdir/libgd"
+ git -c protocol.file.allow=always submodule update
+}
+
+build() {
+ local meson_options=(
+ -D gtk_doc=true
+ -D require_all_tests=true
+ )
+
+ arch-meson gedit build "${meson_options[@]}"
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: