summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-21 10:54:21 -0600
committerMark Wagie2023-03-21 10:54:21 -0600
commitcf9a8143677a43f68a583b86e90b9ebc21a29599 (patch)
tree9fe00f8079254d8fc6de19a976b435ad02279f04
parenteb248f59fd682a37f60e21e36a3751e1a358aa3d (diff)
downloadaur-cf9a8143677a43f68a583b86e90b9ebc21a29599.tar.gz
Make Web Full Theme the Default
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c95bcb7efdb0..3c5ac5ce37a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adwsteamgtk
pkgdesc = A simple Gtk wrapper for Adwaita-for-Steam
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Foldex/AdwSteamGtk
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index c80a1a2f0cb0..1f48ebf0d88e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=adwsteamgtk
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A simple Gtk wrapper for Adwaita-for-Steam"
arch=('any')
url="https://github.com/Foldex/AdwSteamGtk"
@@ -13,6 +13,14 @@ conflicts=('adwaita-for-steam')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('7b7d50cbf339741715262a76675dbaa17adc5341555129510e9c1e0f393b21ce')
+prepare() {
+ cd "AdwSteamGtk-$pkgver"
+
+ # Make Web Full Theme the Default
+ # https://github.com/tkashkin/Adwaita-for-Steam/commit/9e4e6de1cf147a8500e1227b2f210853cd36b73f
+ sed -i 's/("Base"), _("Full")/("Full"), _("Base")/g' src/window.blp
+}
+
build() {
arch-meson "AdwSteamGtk-$pkgver" build
meson compile -C build