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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jun 12 07:10:35 UTC 2022


    Date: Sunday, June 12, 2022 @ 07:10:34
  Author: arojas
Revision: 1236127

archrelease: copy trunk to community-x86_64

Added:
  tepl/repos/community-x86_64/PKGBUILD
    (from rev 1236126, tepl/trunk/PKGBUILD)
Deleted:
  tepl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-12 07:10:24 UTC (rev 1236126)
+++ PKGBUILD	2022-06-12 07:10:34 UTC (rev 1236127)
@@ -1,54 +0,0 @@
-# Maintainer:
-# Contributor: Caleb Maclennan <caleb at alerque.com>
-# Contributor: 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=6.0.2
-pkgrel=1
-_commit=52b2715293a8cb8c2be853686be0bc711cef6759  # tags/6.0.2^0
-pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs"
-url="https://gitlab.gnome.org/swilmet/tepl"
-arch=(x86_64)
-license=(LGPL3)
-depends=(amtk
-         gtksourceview4
-         uchardet)
-makedepends=(gobject-introspection
-             git
-             gtk-doc
-             meson
-             vala)
-checkdepends=(xorg-server-xvfb)
-options=(debug)
-source=("git+https://gitlab.gnome.org/swilmet/tepl.git#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
-	cd $pkgname
-}
-
-pkgver() {
-	cd $pkgname
-	git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-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+=(libamtk-5.so
-	          libgtksourceview-4.so
-	          libg{d,t}k-3.so
-	          libg{lib,object,io}-2.0.so)
-	provides+=("libtepl-${pkgver%%.*}.so")
-	meson install -C build --destdir "$pkgdir"
-}

Copied: tepl/repos/community-x86_64/PKGBUILD (from rev 1236126, tepl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-12 07:10:34 UTC (rev 1236127)
@@ -0,0 +1,54 @@
+# Maintainer:
+# Contributor: Caleb Maclennan <caleb at alerque.com>
+# Contributor: 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=6.1.1
+pkgrel=1
+_commit=a3538fdee2f3518541bfc4041286143e6c8e16de
+pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs"
+url="https://gitlab.gnome.org/swilmet/tepl"
+arch=(x86_64)
+license=(LGPL3)
+depends=(amtk
+         gtksourceview4
+         uchardet)
+makedepends=(gobject-introspection
+             git
+             gtk-doc
+             meson
+             vala)
+checkdepends=(xorg-server-xvfb)
+options=(debug)
+source=("git+https://gitlab.gnome.org/swilmet/tepl.git#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+	cd $pkgname
+}
+
+pkgver() {
+	cd $pkgname
+	git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+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+=(libamtk-5.so
+	          libgtksourceview-4.so
+	          libg{d,t}k-3.so
+	          libg{lib,object,io}-2.0.so)
+	provides+=("libtepl-${pkgver%%.*}.so")
+	meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list