From 60a1eaae74a3d904b7c887e503d10a4c53a375c8 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 27 May 2021 08:54:34 -0400 Subject: gtk3-s add readme --- gtk3-stackrpms/README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 gtk3-stackrpms/README.md (limited to 'gtk3-stackrpms') diff --git a/gtk3-stackrpms/README.md b/gtk3-stackrpms/README.md new file mode 100644 index 0000000..87db0b6 --- /dev/null +++ b/gtk3-stackrpms/README.md @@ -0,0 +1,46 @@ +# Readme for gtk3-stackrpms +Gtk3-stackrpms is a custom set of things that together represent all of my requested fixes to gtk3. + +* gtk3-nocsd +* gtk3-nooverlayscrollbar +* gtk3-automnemonics + +## gtk3-stackrpms upstreams +Because gtk3-stackrpms is a collection, there are multiple upstreams. + +### gtk3-nocsd +Devuan GNU+Linux already packages gtk3-nocsd natively. + +* [https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=gtk3-nocsd=3-1](https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=gtk3-nocsd=3-1) +* From Debian: [https://packages.debian.org/sid/gtk3-nocsd](https://packages.debian.org/sid/gtk3-nocsd) + +Fedora rpm spec: +* [https://github.com/PhantomX/chinforpms/blob/main/gtk3-nocsd/gtk3-nocsd.spec](https://github.com/PhantomX/chinforpms/blob/main/gtk3-nocsd/gtk3-nocsd.spec) + +Raw code: +* [https://github.com/PCMan/gtk3-nocsd/](https://github.com/PCMan/gtk3-nocsd/) + +### gtk3-nooverlayscrollbar +Devuan GNU+Linux already packages gtk3-nooverlayscrollbar natively. The package is really just one file in /etc/X11/Xsession.d that sets a few key environment variables to 0. + +* [https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=gtk3-nooverlayscrollbar=7.0.1-3](https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=gtk3-nooverlayscrollbar=7.0.1-3) +* [https://git.devuan.org/devuan/clearlooks-phenix-cinnabar-theme/src/branch/suites/unstable/52gtk3-nooverlayscrollbar](https://git.devuan.org/devuan/clearlooks-phenix-cinnabar-theme/src/branch/suites/unstable/52gtk3-nooverlayscrollbar) + +### gtk3-automnemonics +This is a module provided by Gord Squash: [sgm](https://github.com/thesquash/sgm) and packaged in Devuan natively by me. + +* [https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=gtk3-automnemonics=0.90.0-2](https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=gtk3-automnemonics=0.90.0-2) +* [https://git.devuan.org/devuan/sgm](https://git.devuan.org/devuan/sgm) + +## Reason for being in stackrpms +All the packages are native to Devuan but not Fedora, so this gtk3-stackrpms collection is designed to make it easy to install all of these on Fedora. + +## Alternatives + +## Dependencies + +## Additional info + +## References + +## Differences from upstreams -- cgit