[arch-commits] Commit in tilix/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Thu Mar 21 22:44:44 UTC 2019
Date: Thursday, March 21, 2019 @ 22:44:44
Author: ffy00
Revision: 443112
archrelease: copy trunk to community-x86_64
Added:
tilix/repos/community-x86_64/PKGBUILD
(from rev 443111, tilix/trunk/PKGBUILD)
Deleted:
tilix/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-21 22:44:38 UTC (rev 443111)
+++ PKGBUILD 2019-03-21 22:44:44 UTC (rev 443112)
@@ -1,41 +0,0 @@
-# Maintainer: Dan Printzell <arch at vild.io>
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Contributor: dsboger <https://github.com/dsboger>
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgname=tilix
-pkgver=1.8.9
-pkgrel=2
-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=('0cee8a42a0537bb235005a63030af0839eb8351e8a2ca287de153d1dcc561332')
-
-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 -L='"\"$LDFLAGS\""
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
Copied: tilix/repos/community-x86_64/PKGBUILD (from rev 443111, tilix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-21 22:44:44 UTC (rev 443112)
@@ -0,0 +1,41 @@
+# Maintainer: Dan Printzell <arch at vild.io>
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: dsboger <https://github.com/dsboger>
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgname=tilix
+pkgver=1.9.0
+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=('192b86776b0e8e89fe3963a4c6b54884dc1909f762758390a407c4de744ab3f0')
+
+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 -L='"\"$LDFLAGS\""
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list