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

Balló György bgyorgy at archlinux.org
Wed Jul 18 16:29:29 UTC 2018


    Date: Wednesday, July 18, 2018 @ 16:29:29
  Author: bgyorgy
Revision: 362253

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 16:29:25 UTC (rev 362252)
+++ PKGBUILD	2018-07-18 16:29:29 UTC (rev 362253)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
-
-pkgname=tepl
-pkgver=4.0.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=(gtksourceview4 uchardet)
-makedepends=(autoconf-archive git gobject-introspection gtk-doc vala)
-_commit=168197c10ce9aa13942f58e32c613ecd63f14897  # tags/4.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
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: tepl/repos/community-x86_64/PKGBUILD (from rev 362252, tepl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-18 16:29:29 UTC (rev 362253)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
+
+pkgname=tepl
+pkgver=4.2.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=(autoconf-archive git gobject-introspection gtk-doc vala)
+_commit=f8eed120c95a78f2f3a722f4d9c61bc280aed849  # tags/4.2.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
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list