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

Jan Steffens heftig at archlinux.org
Fri Nov 20 13:43:16 UTC 2020


    Date: Friday, November 20, 2020 @ 13:43:15
  Author: heftig
Revision: 401550

archrelease: copy trunk to extra-x86_64

Added:
  tepl/repos/extra-x86_64/PKGBUILD
    (from rev 401549, tepl/trunk/PKGBUILD)
Deleted:
  tepl/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-20 13:43:09 UTC (rev 401549)
+++ PKGBUILD	2020-11-20 13:43:15 UTC (rev 401550)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
-
-pkgname=tepl
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs"
-url="https://wiki.gnome.org/Projects/Tepl"
-arch=(x86_64)
-license=(LGPL3)
-depends=(amtk gtksourceview4 uchardet)
-makedepends=(gobject-introspection gtk-doc vala git meson)
-checkdepends=(xorg-server-xvfb)
-_commit=f4ae2490512ab7405f1363a90712b7023f5e9d45  # tags/5.0.0^0
-source=("git+https://gitlab.gnome.org/GNOME/tepl.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
-    meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so libg{d,t}k-3.so libamtk-5.so
-            libgtksourceview-4.so)
-  provides+=("libtepl-${pkgver%%.*}.so")
-
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: tepl/repos/extra-x86_64/PKGBUILD (from rev 401549, tepl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-20 13:43:15 UTC (rev 401550)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
+
+pkgname=tepl
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs"
+url="https://wiki.gnome.org/Projects/Tepl"
+arch=(x86_64)
+license=(LGPL3)
+depends=(amtk gtksourceview4 uchardet)
+makedepends=(gobject-introspection gtk-doc vala git meson)
+checkdepends=(xorg-server-xvfb)
+_commit=a31e1d866ac4f6a9e507350a075addd908bd6271  # tags/5.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/tepl.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
+    meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libg{d,t}k-3.so libamtk-5.so
+            libgtksourceview-4.so)
+  provides+=("libtepl-${pkgver%%.*}.so")
+
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list