Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages / 
tepl


Commits:
f2c88530 by Fabian Bornschein at 2023-09-28T09:56:19+02:00
upgpkg: 1:6.8.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,26 @@
+pkgbase = tepl
+       pkgdesc = Library that eases the development of GtkSourceView-based 
text editors and IDEs
+       pkgver = 6.8.0
+       pkgrel = 1
+       epoch = 1
+       url = https://gitlab.gnome.org/swilmet/tepl
+       arch = x86_64
+       license = LGPL3
+       checkdepends = xorg-server-xvfb
+       makedepends = gobject-introspection
+       makedepends = gtk-doc
+       makedepends = meson
+       depends = libgedit-amtk
+       depends = cairo
+       depends = glib2
+       depends = glibc
+       depends = gsettings-desktop-schemas
+       depends = gtk3
+       depends = libgedit-gtksourceview
+       depends = icu
+       depends = pango
+       provides = libtepl-6.so
+       source = https://download.gnome.org/sources/tepl/6.8/tepl-6.8.0.tar.xz
+       sha256sums = 
46e6e5f1bfdbc52e5956f06add575e9c7697c673d53d3803dfe768f490b560f0
+
+pkgname = tepl


=====================================
PKGBUILD
=====================================
@@ -1,22 +1,24 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Fabian Bornschein <fabisc...@archlinux.org>
 # Contributor: Caleb Maclennan <ca...@alerque.com>
 # Contributor: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
 # Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carb...@aechelon.de>
 
 pkgname=tepl
-pkgver=6.4.0
-pkgrel=4
+pkgver=6.8.0
+pkgrel=1
 epoch=1
 pkgdesc='Library that eases the development of GtkSourceView-based text 
editors and IDEs'
 arch=('x86_64')
 url='https://gitlab.gnome.org/swilmet/tepl'
 license=('LGPL3')
-depends=('amtk' 'cairo' 'glib2' 'glibc' 'gsettings-desktop-schemas' 'gtk3' 
'gtksourceview4' 'icu'
-         'pango')
+depends=('libgedit-amtk' 'cairo' 'glib2' 'glibc' 'gsettings-desktop-schemas' 
+         'gtk3' 'libgedit-gtksourceview' 'icu' 'pango')
 makedepends=('gobject-introspection' 'gtk-doc' 'meson')
 checkdepends=('xorg-server-xvfb')
+provides=('libtepl-6.so')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('5e56b20669d0cf05fa1d64b58c8c342c59158122dc518100d093d59df9b87321')
+sha256sums=('46e6e5f1bfdbc52e5956f06add575e9c7697c673d53d3803dfe768f490b560f0')
 
 build() {
   arch-meson $pkgname-$pkgver build -D gtk_doc=true
@@ -31,3 +33,4 @@ check() {
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tepl/-/commit/f2c885307b331c0708eb5538f90313c06185dc7d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tepl/-/commit/f2c885307b331c0708eb5538f90313c06185dc7d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to