[arch-commits] Commit in tilix/repos/community-x86_64 (PKGBUILD PKGBUILD)

Dan Printzell wild at archlinux.org
Sat May 26 18:49:49 UTC 2018


    Date: Saturday, May 26, 2018 @ 18:49:46
  Author: wild
Revision: 330330

archrelease: copy trunk to community-x86_64

Added:
  tilix/repos/community-x86_64/PKGBUILD
    (from rev 330328, tilix/trunk/PKGBUILD)
Deleted:
  tilix/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-26 18:49:45 UTC (rev 330329)
+++ PKGBUILD	2018-05-26 18:49:46 UTC (rev 330330)
@@ -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.7.9
-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=('2a9a183daf1edd5a04925647d2624b61cad72ef04aaf152b0c71c94360ccfb24')
-
-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 330328, tilix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-26 18:49:46 UTC (rev 330330)
@@ -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.1
+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=('9ead61aee6112797751f21eddea57e5f817aa39d44ee72a6a377f5f5c1d0ea78')
+
+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