Skip to content

Commit 4366a91

Browse files
committed
v2.0.19
1 parent 1623d4f commit 4366a91

15 files changed

+502
-930
lines changed

pkg/aur/wtq-bin/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Marco van den Oever <arch@flyingpie.nl>
22
_pkgname=wtq
33
pkgname=$_pkgname-bin
4-
pkgver=2.0.18
4+
pkgver=2.0.19
55
pkgrel=1
66
pkgdesc="Enable Quake-style dropdown for (almost) any application."
77
arch=('x86_64')
@@ -18,7 +18,7 @@ source=(
1818
)
1919
noextract=()
2020
sha256sums=(
21-
"ccfd7a9e62d38ed2e7d47f70fb1a52af4c2646434c0f916e4831dd63b7dffc97"
21+
"22a29fc1926bcfaf750785082c8148168d29987410bc4dad318855a70a4b03eb"
2222
)
2323
validpgpkeys=()
2424

pkg/aur/wtq/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Marco van den Oever <arch@flyingpie.nl>
22
pkgname=wtq
3-
pkgver=2.0.18
3+
pkgver=2.0.19
44
pkgrel=1
55
pkgdesc="Enable Quake-style dropdown for (almost) any application."
66
arch=("x86_64")
@@ -14,7 +14,7 @@ makedepends=("dotnet-sdk>=9")
1414
provides=()
1515
conflicts=()
1616
source=(
17-
"git+https://github.com/flyingpie/windows-terminal-quake.git#tag=v2.0.18"
17+
"git+https://github.com/flyingpie/windows-terminal-quake.git#tag=v2.0.19"
1818
)
1919
noextract=()
2020
sha256sums=(

pkg/flatpak/latest/nl.flyingpie.wtq.metainfo.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,30 @@
4343

4444
<screenshots>
4545
<screenshot type="default">
46-
<image>https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/5bc646507977275574dd4f485c22b81f7ef66905/assets/screenshots/welcome-1.png</image>
46+
<image>https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/1623d4fbf15171900870972ac4e6a1427a6b1469/assets/screenshots/welcome-1.png</image>
4747
<caption>Welcome page.</caption>
4848
</screenshot>
4949
<screenshot>
50-
<image>https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/5bc646507977275574dd4f485c22b81f7ef66905/assets/screenshots/examples-1.png</image>
50+
<image>https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/1623d4fbf15171900870972ac4e6a1427a6b1469/assets/screenshots/examples-1.png</image>
5151
<caption>Some examples of applications that can be used with WTQ.</caption>
5252
</screenshot>
5353
<screenshot>
54-
<image>https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/5bc646507977275574dd4f485c22b81f7ef66905/assets/screenshots/app-settings-1.png</image>
54+
<image>https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/1623d4fbf15171900870972ac4e6a1427a6b1469/assets/screenshots/app-settings-1.png</image>
5555
<caption>Some of the settings that can be applied to a toggled app.</caption>
5656
</screenshot>
5757
<screenshot>
58-
<image>https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/5bc646507977275574dd4f485c22b81f7ef66905/assets/screenshots/app-settings-2.png</image>
58+
<image>https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/1623d4fbf15171900870972ac4e6a1427a6b1469/assets/screenshots/app-settings-2.png</image>
5959
<caption>Some of the settings that can be applied to a toggled app.</caption>
6060
</screenshot>
6161
<screenshot>
62-
<image>https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/5bc646507977275574dd4f485c22b81f7ef66905/assets/screenshots/app-settings-3.png</image>
62+
<image>https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/1623d4fbf15171900870972ac4e6a1427a6b1469/assets/screenshots/app-settings-3.png</image>
6363
<caption>Some of the settings that can be applied to a toggled app.</caption>
6464
</screenshot>
6565
</screenshots>
6666

6767
<releases>
68-
<release version="2.0.18" date="2025-11-05">
69-
<url>https://github.com/flyingpie/windows-terminal-quake/releases/tag/v2.0.18</url>
68+
<release version="2.0.19" date="2025-12-31">
69+
<url>https://github.com/flyingpie/windows-terminal-quake/releases/tag/v2.0.19</url>
7070
</release>
7171
</releases>
7272
</component>

pkg/flatpak/latest/nl.flyingpie.wtq.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ runtime: org.gnome.Platform
33
runtime-version: "48"
44
sdk: org.gnome.Sdk
55
sdk-extensions:
6-
- org.freedesktop.Sdk.Extension.dotnet9
6+
- org.freedesktop.Sdk.Extension.dotnet10
77
build-options:
8-
prepend-path: "/usr/lib/sdk/dotnet9/bin"
9-
append-ld-library-path: "/usr/lib/sdk/dotnet9/lib"
10-
prepend-pkg-config-path: "/usr/lib/sdk/dotnet9/lib/pkgconfig"
8+
prepend-path: "/usr/lib/sdk/dotnet10/bin"
9+
append-ld-library-path: "/usr/lib/sdk/dotnet10/lib"
10+
prepend-pkg-config-path: "/usr/lib/sdk/dotnet10/lib/pkgconfig"
1111

1212
command: wtq
1313

@@ -27,7 +27,7 @@ modules:
2727
- name: dotnet
2828
buildsystem: simple
2929
build-commands:
30-
- /usr/lib/sdk/dotnet9/bin/install.sh
30+
- /usr/lib/sdk/dotnet10/bin/install.sh
3131

3232
# WTQ
3333
- name: wtq
@@ -38,7 +38,7 @@ modules:
3838
# Source repo
3939
- type: git
4040
url: https://github.com/flyingpie/windows-terminal-quake.git
41-
commit: 5bc646507977275574dd4f485c22b81f7ef66905
41+
commit: 1623d4fbf15171900870972ac4e6a1427a6b1469
4242

4343
# NuGet sources
4444
- ./nuget-sources.json

0 commit comments

Comments
 (0)