[arch-commits] Commit in tepl (5 files)

Balló György bgyorgy at archlinux.org
Sun Jul 2 14:38:53 UTC 2017


    Date: Sunday, July 2, 2017 @ 14:38:53
  Author: bgyorgy
Revision: 242064

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

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

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

Copied: tepl/repos/community-i686/PKGBUILD (from rev 242063, tepl/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-07-02 14:38:53 UTC (rev 242064)
@@ -0,0 +1,31 @@
+# $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 242063, tepl/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-07-02 14:38:53 UTC (rev 242064)
@@ -0,0 +1,31 @@
+# $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
+}



More information about the arch-commits mailing list