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

2020-03-07 Thread Jan Steffens via arch-commits
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
===
--- PKGBUILD2020-03-08 07:06:28 UTC (rev 591458)
+++ PKGBUILD2020-03-08 07:06:30 UTC (rev 591459)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Tobias Bohrmann (PlainTextField) 
-
-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)
+++ PKGBUILD2020-03-08 07:06:30 UTC (rev 591459)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+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
+}


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

2020-01-03 Thread Antonio Rojas via arch-commits
Date: Friday, January 3, 2020 @ 20:52:38
  Author: arojas
Revision: 547750

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-03 20:52:22 UTC (rev 547749)
+++ PKGBUILD2020-01-03 20:52:38 UTC (rev 547750)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Tobias Bohrmann (PlainTextField) 
-
-pkgname=tepl
-pkgver=4.2.0
-pkgrel=2
-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=('8839d4428ecdd87fd5abc657ebbe5a9601a57262e9946845e47dec264e669ccd')
-
-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 547749, 
tepl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-03 20:52:38 UTC (rev 547750)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+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
+}


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

2019-03-31 Thread Balló György via arch-commits
Date: Sunday, March 31, 2019 @ 08:25:50
  Author: bgyorgy
Revision: 446553

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 08:25:45 UTC (rev 446552)
+++ PKGBUILD2019-03-31 08:25:50 UTC (rev 446553)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Tobias Bohrmann (PlainTextField) 
-
-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
-}

Copied: tepl/repos/community-x86_64/PKGBUILD (from rev 446552, 
tepl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 08:25:50 UTC (rev 446553)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+pkgname=tepl
+pkgver=4.2.0
+pkgrel=2
+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=('8839d4428ecdd87fd5abc657ebbe5a9601a57262e9946845e47dec264e669ccd')
+
+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
+}


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

2018-07-18 Thread Balló György via arch-commits
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
===
--- PKGBUILD2018-07-18 16:29:25 UTC (rev 362252)
+++ PKGBUILD2018-07-18 16:29:29 UTC (rev 362253)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Tobias Bohrmann (PlainTextField) 
-
-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)
+++ PKGBUILD2018-07-18 16:29:29 UTC (rev 362253)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+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
+}


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 13:31:34
  Author: bgyorgy
Revision: 316508

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 13:31:29 UTC (rev 316507)
+++ PKGBUILD2018-04-16 13:31:34 UTC (rev 316508)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Tobias Bohrmann (PlainTextField) 
-
-pkgname=tepl
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
-arch=('x86_64' 'i686')
-url="https://wiki.gnome.org/Projects/Tepl";
-license=('LGPL2.1')
-depends=('gtksourceview3' 'uchardet')
-makedepends=('gobject-introspection' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('9eb6fceb0b521de7bf684508138a5b8428d9f575c395ba54f9e31597980fd0ef')
-
-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 316507, 
tepl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 13:31:34 UTC (rev 316508)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+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
+}