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

Jan Steffens heftig at archlinux.org
Sun Mar 8 07:06:30 UTC 2020


    Date: Sunday, March 8, 2020 @ 07:06:30
  Author: heftig
Revision: 591459

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 07:06:28 UTC (rev 591458)
+++ PKGBUILD	2020-03-08 07:06:30 UTC (rev 591459)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
-
-pkgname=tepl
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/Tepl"
-license=(LGPL2.1)
-depends=(amtk gtksourceview4 uchardet)
-makedepends=(gobject-introspection gtk-doc vala)
-source=("https://download.gnome.org/sources/tepl/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('f31ce335fa69061e5ab8653842c5d9c763641abbe323cc2374c273fc240d2b6e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: tepl/repos/community-x86_64/PKGBUILD (from rev 591458, tepl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-08 07:06:30 UTC (rev 591459)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
+
+pkgname=tepl
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Tepl"
+license=(LGPL2.1)
+depends=(amtk gtksourceview4 uchardet)
+makedepends=(gobject-introspection gtk-doc vala)
+provides=(libtepl-${pkgver%%.*}.so)
+source=("https://download.gnome.org/sources/tepl/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('e6f6673a8a27e8f280725db8fbacec79b20676ae0558755239d15a9808faa256')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list