[arch-commits] Commit in tepl/repos (4 files)

Balló György bgyorgy at archlinux.org
Sun Oct 15 19:00:58 UTC 2017


    Date: Sunday, October 15, 2017 @ 19:00:57
  Author: bgyorgy
Revision: 262983

archrelease: copy trunk to community-x86_64, community-i686

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

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 -------------------------
 community-x86_64/PKGBUILD |   31 -------------------------
 3 files changed, 54 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-15 19:00:46 UTC (rev 262982)
+++ community-i686/PKGBUILD	2017-10-15 19:00:57 UTC (rev 262983)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
-
-pkgname=tepl
-_oldname=gtef
-pkgver=2.0.1
-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')
-provides=("$_oldname=$pkgver")
-conflicts=("$_oldname")
-replaces=("$_oldname")
-source=("https://download.gnome.org/sources/$_oldname/${pkgver%.*}/$_oldname-$pkgver.tar.xz")
-sha256sums=('8432f0f404b93e5a2702978b5f121b8f9ae2167c906e9f2ed7b5165142e27a4f')
-
-build() {
-	cd $_oldname-$pkgver
-	./configure --prefix=/usr
-	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-	make
-}
-
-package() {
-	cd $_oldname-$pkgver
-	make DESTDIR="$pkgdir" install
-}

Copied: tepl/repos/community-i686/PKGBUILD (from rev 262982, tepl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-15 19:00:57 UTC (rev 262983)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-15 19:00:46 UTC (rev 262982)
+++ community-x86_64/PKGBUILD	2017-10-15 19:00:57 UTC (rev 262983)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
-
-pkgname=tepl
-_oldname=gtef
-pkgver=2.0.1
-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')
-provides=("$_oldname=$pkgver")
-conflicts=("$_oldname")
-replaces=("$_oldname")
-source=("https://download.gnome.org/sources/$_oldname/${pkgver%.*}/$_oldname-$pkgver.tar.xz")
-sha256sums=('8432f0f404b93e5a2702978b5f121b8f9ae2167c906e9f2ed7b5165142e27a4f')
-
-build() {
-	cd $_oldname-$pkgver
-	./configure --prefix=/usr
-	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-	make
-}
-
-package() {
-	cd $_oldname-$pkgver
-	make DESTDIR="$pkgdir" install
-}

Copied: tepl/repos/community-x86_64/PKGBUILD (from rev 262982, tepl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-15 19:00:57 UTC (rev 262983)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
+
+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
+}



More information about the arch-commits mailing list