Dan Printzell pushed to branch main at Arch Linux / Packaging / Packages / tilix
Commits:
d11c724f by Dan Printzell at 2024-09-24T18:52:12+02:00
upgpkg: 1.9.6-6: Fix tilix not building
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tilix
pkgdesc = A tiling terminal emulator for Linux using GTK+ 3
pkgver = 1.9.6
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/gnunn1/tilix
arch = x86_64
license = MPL-2.0
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=tilix
pkgver=1.9.6
-pkgrel=5
+pkgrel=6
pkgdesc="A tiling terminal emulator for Linux using GTK+ 3"
arch=('x86_64')
url="https://github.com/gnunn1/tilix"
@@ -14,6 +14,7 @@ depends=('libx11' 'gtkd' 'vte3' 'dconf'
'gsettings-desktop-schemas' 'liblphobos'
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"
)
@@ -26,7 +27,7 @@ build() {
# Build with LDC
export DC=ldc
export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto//')"
- export DFLAGS="--flto=full"
+ export DFLAGS="--flto=full --allinst"
arch-meson ../$pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tilix/-/commit/d11c724fa612d66e6b0ce9667cc71fb183941750
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tilix/-/commit/d11c724fa612d66e6b0ce9667cc71fb183941750
You're receiving this email because of your account on gitlab.archlinux.org.