[arch-commits] Commit in (6 files)

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


    Date: Sunday, July 2, 2017 @ 14:35:37
  Author: bgyorgy
Revision: 242063

Move latexila from AUR with 104 votes

Added:
  latexila/
  latexila/trunk/
  latexila/trunk/PKGBUILD
  tepl/
  tepl/trunk/
  tepl/trunk/PKGBUILD

-------------------------+
 latexila/trunk/PKGBUILD |   28 ++++++++++++++++++++++++++++
 tepl/trunk/PKGBUILD     |   31 +++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

Added: latexila/trunk/PKGBUILD
===================================================================
--- latexila/trunk/PKGBUILD	                        (rev 0)
+++ latexila/trunk/PKGBUILD	2017-07-02 14:35:37 UTC (rev 242063)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
+# Contributor: Bernd Prünster (JesusMcCloud) <aur at berndpruenster.org>
+
+pkgname=latexila
+pkgver=3.24.2
+pkgrel=1
+pkgdesc="LaTeX editor for the GNOME desktop"
+arch=('x86_64' 'i686')
+url="https://wiki.gnome.org/Apps/LaTeXila"
+license=('GPL3')
+depends=('gsettings-desktop-schemas' 'gspell' 'libgee' 'tepl')
+makedepends=('intltool' 'itstool' 'python')
+optdepends=('texlive-core: build LaTeX documents')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('89042a9253b3e150d56bada649d47a9879fd702fc46f73be5649b0edad3f1183')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}


Property changes on: latexila/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: tepl/trunk/PKGBUILD
===================================================================
--- tepl/trunk/PKGBUILD	                        (rev 0)
+++ tepl/trunk/PKGBUILD	2017-07-02 14:35:37 UTC (rev 242063)
@@ -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
+}


Property changes on: tepl/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list