Date: Thursday, March 15, 2018 @ 07:56:12
  Author: bpiotrowski
Revision: 308392

archrelease: copy trunk to community-staging-x86_64

Added:
  latexila/repos/community-staging-x86_64/
  latexila/repos/community-staging-x86_64/PKGBUILD
    (from rev 308390, latexila/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: latexila/repos/community-staging-x86_64/PKGBUILD (from rev 308390, 
latexila/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-15 07:56:12 UTC (rev 308392)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carb...@aechelon.de>
+# Contributor: Bernd Prünster (JesusMcCloud) <a...@berndpruenster.org>
+
+pkgname=latexila
+pkgver=3.26.1
+pkgrel=2
+pkgdesc="LaTeX editor for the GNOME desktop"
+arch=('x86_64')
+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=('658eba0db71864eb6d4873516d97e05be3e63085ff55513c8f10145ffb657151')
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="$pkgdir" install
+}

Reply via email to