[arch-commits] Commit in gedit/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 13:22:04 UTC 2020
Date: Thursday, November 12, 2020 @ 13:22:03
Author: felixonmars
Revision: 400549
archrelease: copy trunk to staging-x86_64
Added:
gedit/repos/staging-x86_64/PKGBUILD
(from rev 400548, gedit/trunk/PKGBUILD)
Deleted:
gedit/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 13:21:52 UTC (rev 400548)
+++ PKGBUILD 2020-11-12 13:22:03 UTC (rev 400549)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gedit
-pkgver=3.38.0
-pkgrel=2
-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
- appstream-glib desktop-file-utils libxml2)
-optdepends=('gedit-plugins: Additional features')
-conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
-groups=(gnome)
-_commit=21fac3f0c87db0db104d7af7eaeb6f63d8216a14 # tags/3.38.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 \
- -D require_all_tests=true
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: gedit/repos/staging-x86_64/PKGBUILD (from rev 400548, gedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 13:22:03 UTC (rev 400549)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gedit
+pkgver=3.38.0
+pkgrel=3
+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
+ appstream-glib desktop-file-utils libxml2)
+optdepends=('gedit-plugins: Additional features')
+conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
+groups=(gnome)
+_commit=21fac3f0c87db0db104d7af7eaeb6f63d8216a14 # tags/3.38.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 \
+ -D require_all_tests=true
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list