[arch-commits] Commit in tilix/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Fri Nov 23 19:47:03 UTC 2018
Date: Friday, November 23, 2018 @ 19:47:02
Author: ffy00
Revision: 409580
archrelease: copy trunk to community-x86_64
Added:
tilix/repos/community-x86_64/PKGBUILD
(from rev 409579, tilix/trunk/PKGBUILD)
Deleted:
tilix/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 41 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-23 19:46:56 UTC (rev 409579)
+++ PKGBUILD 2018-11-23 19:47:02 UTC (rev 409580)
@@ -1,39 +0,0 @@
-# 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=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=('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
-}
Copied: tilix/repos/community-x86_64/PKGBUILD (from rev 409579, tilix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-23 19:47:02 UTC (rev 409580)
@@ -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.8.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=('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