From 6e1d411f9218645851f0dde54688739390b62736 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 3 Apr 2020 21:23:35 +0300 Subject: Remove QMdiArea in MainWindow Kconfig: Change About Dialog shortcut default to F1 (was Ctrl+H) Change close current tab shortcut to Ctrl+W (was Ctrl+X) MainWindow: automatically close window when last subwindow is closed MenuBar: remove Tile/Cascade subwindows actions add show/hide/close subwindow actions SubWindow: remove Subwindow menu shortcut (was F1 by default) add close shortcut (default Ctrl+Shift+W) Minor fixes: Fix PKGBUILD sources --- linux/makepkg/PKGBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'linux') diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 18f9ebe..3f10589 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -1,17 +1,13 @@ # Maintainer: Aqua-sama - ## not-use flags # Enable plugin signing: _signPlugins=0 # Enable breakpad integraton: _enableBreakpad=0 -# test -_test=1 # install prefix _prefix='/usr/local' - pkgname=smolbote-git pkgdesc='Yet another no-frills browser' pkgver=0 @@ -37,7 +33,7 @@ options=(!buildflags) # use git+file:///path/to/your/repo to build from a local repo source=("git+https://library.iserlohn-fortress.net/aqua/smolbote.git" - "git+https://github.com/itay-grudev/SingleApplication.git" + "git+https://library.iserlohn-fortress.net/aqua/SingleApplication.git" "git+https://github.com/Taywee/args") sha512sums=('SKIP' -- cgit v1.2.1