~julienxx/castor

castor: GTK minimum version v1 APPLIED

Slackware 14.2 installations with the latest patches don't have GTK
3.22. However, I was able to successfully build and run Castor after
downgrading the minimum GTK version to 3.18. If you'd prefer, I can put
this change in a separate slackware branch similar to the existing
openbsd branch.

Matthew Graybosch (1):
  Downgrading GTK minimum version to 3.18 to build on Slackware 14.2

 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.24.3
Thanks for the patch, really happy to see Castor on Slackware!
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~julienxx/castor/patches/10890/mbox | git am -3
Learn more about email & git

[PATCH castor 1/1] Downgrading GTK minimum version to 3.18 to build on Slackware 14.2 Export this patch

From: Matthew Graybosch <contact@matthewgraybosch.com>

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 17a3a6f..d5dfcb4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,4 +31,4 @@ serde_derive="*"

[dependencies.gtk]
version = "0.8.0"
features = ["v3_22"]
\ No newline at end of file
features = ["v3_18"]
\ No newline at end of file
-- 
2.24.3
Thanks for the patch, really happy to see Castor on Slackware!