[arch-commits] Commit in aegisub/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri May 17 09:02:37 UTC 2019
Date: Friday, May 17, 2019 @ 09:02:36
Author: alucryd
Revision: 467662
upgpkg: aegisub 3.2.2-35
Modified:
aegisub/trunk/PKGBUILD (contents, properties)
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-17 08:32:17 UTC (rev 467661)
+++ PKGBUILD 2019-05-17 09:02:36 UTC (rev 467662)
@@ -4,7 +4,7 @@
pkgname=aegisub
pkgver=3.2.2
-pkgrel=34
+pkgrel=35
pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
arch=(x86_64)
url=http://www.aegisub.org
@@ -49,6 +49,7 @@
patch -Np1 -i ../boost-1.68.patch
sed 's|gil/gil_all.hpp|gil.hpp|g' -i src/*.cpp # boost 1.69
sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i tools/Makefile # missing link flag
+ sed 's/^Exec=/Exec=env GDK_BACKEND=x11 /' -i packages/desktop/aegisub.desktop.template.in # fix running under wayland
patch -Np1 -i ../icu59.patch
./autogen.sh
Property changes on: aegisub/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
More information about the arch-commits
mailing list