[arch-commits] Commit in tilix/repos/community-x86_64 (PKGBUILD PKGBUILD)
Dan Printzell
wild at archlinux.org
Mon May 3 21:21:18 UTC 2021
Date: Monday, May 3, 2021 @ 21:21:18
Author: wild
Revision: 927303
archrelease: copy trunk to community-x86_64
Added:
tilix/repos/community-x86_64/PKGBUILD
(from rev 927302, tilix/trunk/PKGBUILD)
Deleted:
tilix/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-03 21:21:13 UTC (rev 927302)
+++ PKGBUILD 2021-05-03 21:21:18 UTC (rev 927303)
@@ -1,39 +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.9.4
-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' 'meson' 'appstream')
-optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
- 'libsecret: for the password manager')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('2a9482770391d11d5edc8351d426c700c2cc6c194a30391ef2ae25bb7095b59b')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
-
- # Build with LDC
- export DC=ldc
-
- arch-meson ../$pkgname-$pkgver
-
- ninja
-}
-
-package() {
- cd build
-
- DESTDIR="$pkgdir" ninja install
-}
Copied: tilix/repos/community-x86_64/PKGBUILD (from rev 927302, tilix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-03 21:21:18 UTC (rev 927303)
@@ -0,0 +1,39 @@
+# 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.4
+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' 'meson' 'appstream')
+optdepends=('python-nautilus: for "Open Tilix Here" support in nautilus'
+ 'libsecret: for the password manager')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('2a9482770391d11d5edc8351d426c700c2cc6c194a30391ef2ae25bb7095b59b')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ # Build with LDC
+ export DC=ldc
+
+ arch-meson ../$pkgname-$pkgver
+
+ ninja
+}
+
+package() {
+ cd build
+
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list