[arch-commits] Commit in gedit/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Mar 22 16:20:27 UTC 2020


    Date: Sunday, March 22, 2020 @ 16:20:27
  Author: heftig
Revision: 378339

archrelease: copy trunk to extra-x86_64

Added:
  gedit/repos/extra-x86_64/PKGBUILD
    (from rev 378338, gedit/trunk/PKGBUILD)
Deleted:
  gedit/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-22 16:20:13 UTC (rev 378338)
+++ PKGBUILD	2020-03-22 16:20:27 UTC (rev 378339)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gedit
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="GNOME Text Editor"
-url="https://wiki.gnome.org/Apps/Gedit"
-arch=(x86_64)
-license=(GPL)
-depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell python-gobject
-         dconf tepl)
-makedepends=(yelp-tools vala gobject-introspection git gtk-doc meson)
-optdepends=('gedit-plugins: Additional features')
-conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
-groups=(gnome)
-_commit=4769552bface52c82cf061ed75e631e7c9e640f2  # tags/3.36.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit"
-        "git+https://gitlab.gnome.org/GNOME/libgd.git")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git submodule set-url subprojects/libgd "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gedit/repos/extra-x86_64/PKGBUILD (from rev 378338, gedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-22 16:20:27 UTC (rev 378339)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gedit
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="GNOME Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit"
+arch=(x86_64)
+license=(GPL)
+depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell python-gobject
+         dconf tepl)
+makedepends=(yelp-tools vala gobject-introspection git gtk-doc meson)
+optdepends=('gedit-plugins: Additional features')
+conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
+groups=(gnome)
+_commit=828ed7952da7d966bf58d37779ef18d3f5d101ec  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/libgd.git")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list