[arch-commits] Commit in tilix/repos/community-x86_64 (PKGBUILD PKGBUILD)
Dan Printzell
wild at archlinux.org
Mon Aug 27 15:30:29 UTC 2018
Date: Monday, August 27, 2018 @ 15:30:28
Author: wild
Revision: 374754
archrelease: copy trunk to community-x86_64
Added:
tilix/repos/community-x86_64/PKGBUILD
(from rev 374753, tilix/trunk/PKGBUILD)
Deleted:
tilix/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-27 15:30:20 UTC (rev 374753)
+++ PKGBUILD 2018-08-27 15:30:28 UTC (rev 374754)
@@ -1,40 +0,0 @@
-# $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.8.3
-pkgrel=1
-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=('38af35b1055b3765866637e3a2c66277a92ff61da31e7ce5caa2d0441a4129bd')
-
-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
-}
Copied: tilix/repos/community-x86_64/PKGBUILD (from rev 374753, tilix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-27 15:30:28 UTC (rev 374754)
@@ -0,0 +1,40 @@
+# $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.8.5
+pkgrel=1
+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=('b4fd4624a39b19c612199ffb56b5d617afbbab8995a4c0da66ef80ed193c616f')
+
+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