[arch-commits] Commit in tilix/repos (community-x86_64 community-x86_64/PKGBUILD)
Dan Printzell
wild at archlinux.org
Tue Mar 6 21:46:05 UTC 2018
Date: Tuesday, March 6, 2018 @ 21:46:04
Author: wild
Revision: 303326
archrelease: copy trunk to community-x86_64
Added:
tilix/repos/community-x86_64/
tilix/repos/community-x86_64/PKGBUILD
(from rev 303325, tilix/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: tilix/repos/community-x86_64/PKGBUILD (from rev 303325, tilix/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2018-03-06 21:46:04 UTC (rev 303326)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dan Printzell <arch at vild.io>
+# Contributor: dsboger <https://github.com/dsboger>
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname="tilix"
+pkgver=1.7.5
+pkgrel=3
+pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
+arch=('x86_64')
+url="https://github.com/gnunn1/tilix"
+license=('MPL')
+depends=('libx11' 'gtkd' 'vte3' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('ldc' 'po4a')
+optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
+ 'libsecret: for the password manager')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('324c565e71ae5f975d5488241915c1e12eb27695a1d4b896443fb7ef02dd39c0')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ ./autogen.sh
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ PO4A_TRANS=/usr/bin/vendor_perl/po4a-translate \
+ DC='ldmd' \
+ DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace'
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list