From ade54f53eac3af39a6ae98e984c766185419c9a7 Mon Sep 17 00:00:00 2001 From: Ken Gilmer Date: Thu, 19 May 2022 19:01:10 -0700 Subject: [PATCH] Remove unneded upstream files, and build automation --- .github/AUTHORS | 6 - .github/CODE_OF_CONDUCT.md | 128 --------------------- .github/CONTRIBUTING.md | 85 -------------- .github/ISSUE_TEMPLATE/glitch.md | 14 --- .github/ISSUE_TEMPLATE/idea.md | 14 --- .github/ISSUE_TEMPLATE/installation.md | 14 --- .github/SECURITY.md | 14 --- .github/pull_request_template.md | 8 -- .github/workflows/pkg-change-broadcast.yml | 15 +++ 9 files changed, 15 insertions(+), 283 deletions(-) delete mode 100644 .github/AUTHORS delete mode 100644 .github/CODE_OF_CONDUCT.md delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .github/ISSUE_TEMPLATE/glitch.md delete mode 100644 .github/ISSUE_TEMPLATE/idea.md delete mode 100644 .github/ISSUE_TEMPLATE/installation.md delete mode 100644 .github/SECURITY.md delete mode 100644 .github/pull_request_template.md create mode 100644 .github/workflows/pkg-change-broadcast.yml diff --git a/.github/AUTHORS b/.github/AUTHORS deleted file mode 100644 index 0ca11db2d..000000000 --- a/.github/AUTHORS +++ /dev/null @@ -1,6 +0,0 @@ ------------------------- WhiteSur GTK THEME ------------------------ - -CUSTOMIZER: -Vince Liuice - WhiteSur Gtk Theme (https://github.com/vinceliuice/WhiteSur-gtk-theme) - ------------------------- WhiteSur GTK THEME ------------------------ diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index 3778ea63e..000000000 --- a/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,128 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -We as members, contributors, and leaders pledge to make participation in our -community a harassment-free experience for everyone, regardless of age, body -size, visible or invisible disability, ethnicity, sex characteristics, gender -identity and expression, level of experience, education, socio-economic status, -nationality, personal appearance, race, religion, or sexual identity -and orientation. - -We pledge to act and interact in ways that contribute to an open, welcoming, -diverse, inclusive, and healthy community. - -## Our Standards - -Examples of behavior that contributes to a positive environment for our -community include: - -* Demonstrating empathy and kindness toward other people -* Being respectful of differing opinions, viewpoints, and experiences -* Giving and gracefully accepting constructive feedback -* Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -* Focusing on what is best not just for us as individuals, but for the - overall community - -Examples of unacceptable behavior include: - -* The use of sexualized language or imagery, and sexual attention or - advances of any kind -* Trolling, insulting or derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or email - address, without their explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Enforcement Responsibilities - -Community leaders are responsible for clarifying and enforcing our standards of -acceptable behavior and will take appropriate and fair corrective action in -response to any behavior that they deem inappropriate, threatening, offensive, -or harmful. - -Community leaders have the right and responsibility to remove, edit, or reject -comments, commits, code, wiki edits, issues, and other contributions that are -not aligned to this Code of Conduct, and will communicate reasons for moderation -decisions when appropriate. - -## Scope - -This Code of Conduct applies within all community spaces, and also applies when -an individual is officially representing the community in public spaces. -Examples of representing our community include using an official e-mail address, -posting via an official social media account, or acting as an appointed -representative at an online or offline event. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the community leaders responsible for enforcement at -https://github.com/vinceliuice/WhiteSur-gtk-theme/issues. -All complaints will be reviewed and investigated promptly and fairly. - -All community leaders are obligated to respect the privacy and security of the -reporter of any incident. - -## Enforcement Guidelines - -Community leaders will follow these Community Impact Guidelines in determining -the consequences for any action they deem in violation of this Code of Conduct: - -### 1. Correction - -**Community Impact**: Use of inappropriate language or other behavior deemed -unprofessional or unwelcome in the community. - -**Consequence**: A private, written warning from community leaders, providing -clarity around the nature of the violation and an explanation of why the -behavior was inappropriate. A public apology may be requested. - -### 2. Warning - -**Community Impact**: A violation through a single incident or series -of actions. - -**Consequence**: A warning with consequences for continued behavior. No -interaction with the people involved, including unsolicited interaction with -those enforcing the Code of Conduct, for a specified period of time. This -includes avoiding interactions in community spaces as well as external channels -like social media. Violating these terms may lead to a temporary or -permanent ban. - -### 3. Temporary Ban - -**Community Impact**: A serious violation of community standards, including -sustained inappropriate behavior. - -**Consequence**: A temporary ban from any sort of interaction or public -communication with the community for a specified period of time. No public or -private interaction with the people involved, including unsolicited interaction -with those enforcing the Code of Conduct, is allowed during this period. -Violating these terms may lead to a permanent ban. - -### 4. Permanent Ban - -**Community Impact**: Demonstrating a pattern of violation of community -standards, including sustained inappropriate behavior, harassment of an -individual, or aggression toward or disparagement of classes of individuals. - -**Consequence**: A permanent ban from any sort of public interaction within -the community. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], -version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. - -Community Impact Guidelines were inspired by [Mozilla's code of conduct -enforcement ladder](https://github.com/mozilla/diversity). - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see the FAQ at -https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index ef54c61cc..000000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,85 +0,0 @@ -# WhiteSur GTK theme - -## Summary - -To be able to use the latest/adequate version of sass, install sassc. - -## How to tweak the theme - -WhiteSur (highly infuenced by Adwaita) is a complex theme, so to keep it maintainable, it's written -and processed in SASS. The generated CSS is then transformed into a gresource file during gtk build -and used at runtime in a non-legible or editable form. - -It is very likely your change will happen in the _common.scss file. That's where all the widget -selectors are defined. Here's a rundown of the "supporting" stylesheets, that are unlikely to be the -right place for a drive by stylesheet fix: - -_colors.scss - global color definitions. We keep the number of defined colors to a necessary minimum, - most colors are derived from a handful of basics. It covers both the light variant and - the dark variant. - -_colors-public.scss - SCSS colors exported through gtk to allow for 3rd party apps color mixing. - -_drawing.scss - drawing helper mixings/functions to allow easier definition of widget drawing under - specific context. This is why Adwaita isn't 15000 LOC. - -_common.scss - actual definitions of style for each widget. This is where you are likely to add/remove - your changes. - -You can read about SASS at http://sass-lang.com/documentation/. Once you make your changes to the -_common.scss file, you can either run the ./parse-sass.sh script or keep SASS watching for changes as you -edit. - -## Known bugs - -### Theme glitches on NVIDIA driver -See upstream [bug](https://web.archive.org/web/20210609140801/https://forums.developer.nvidia.com/t/issues-with-icons-gtk-theme-and-other-graphical-components-prior-to-installation-of-nvidia-drivers/38618). - -# WhiteSur Firefox theme -A MacOS Big Sur theme for Firefox 70+ - -## Known bugs - -### CSD have sharp corners -See upstream [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1408360). - -### Icons color broken -Icons might appear black where they should be white on some systems. I have no -idea why, but you can adjust them in the `theme/colors/light.css` or -`theme/colors/dark.css` files, look for `--gnome-icons-hack-filter` var and -play with css filters. - -## Development - -If you wanna mess around the styles and change something, you might find these -things useful. - -To use the Inspector to debug the UI, open the developer tools (F12) on any -page, go to options, check both of those: - -- Enable browser chrome and add-on debugging toolboxes -- Enable remote debugging - -Now you can close those tools and press Ctrl+Alt+Shift+I to Inspect the browser -UI. - -Also you can inspect any GTK3 application, for example type this into a terminal -and it will run Epiphany with the GTK Inspector, so you can check the CSS styles -of its elements too. - -```sh -GTK_DEBUG=interactive epiphany -``` - -Feel free to use any parts of my code to develop your own themes, I don't force -any specific license on your code. - -## Credits -Developed by **Rafael Mardojai** and [contributors](https://github.com/rafaelmardojai/firefox-gnome-theme/graphs/contributors). Based on **[Sai Kurogetsu](https://github.com/kurogetsusai/firefox-gnome-theme)** original work. - -# WhiteSur GDM and GNOME Shell theme - -## Known bugs - -### Can't change GDM background on OpenSUSE Tumbleweed -See upstream [bug](https://github.com/juhaku/loginized#known-limitations-and-issues). diff --git a/.github/ISSUE_TEMPLATE/glitch.md b/.github/ISSUE_TEMPLATE/glitch.md deleted file mode 100644 index 039baa661..000000000 --- a/.github/ISSUE_TEMPLATE/glitch.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Glitch -about: Report unexpected behavior or something doesn't work -title: '' -labels: 'bug' -assignees: 'vinceliuice' - ---- - - - - diff --git a/.github/ISSUE_TEMPLATE/idea.md b/.github/ISSUE_TEMPLATE/idea.md deleted file mode 100644 index fd3484d2d..000000000 --- a/.github/ISSUE_TEMPLATE/idea.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Idea -about: Share your idea, request, and question -title: '' -labels: 'question' -assignees: 'vinceliuice' - ---- - - - - diff --git a/.github/ISSUE_TEMPLATE/installation.md b/.github/ISSUE_TEMPLATE/installation.md deleted file mode 100644 index 61e4be90d..000000000 --- a/.github/ISSUE_TEMPLATE/installation.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Installation -about: Report installation error info -title: '' -labels: 'bug' -assignees: 'rivanfebrian123' - ---- - - - - diff --git a/.github/SECURITY.md b/.github/SECURITY.md deleted file mode 100644 index 56decafc2..000000000 --- a/.github/SECURITY.md +++ /dev/null @@ -1,14 +0,0 @@ -# Security Policy - -## Supported Versions - -| Version | Supported | -| ------------ | ------------------ | -| 2021-06-23 | :white_check_mark: | -| 2021-05-05 | :white_check_mark: | -| < 2021-04-20 | :x: | - -## Reporting a Vulnerability - -Report a security vulnerability to https://github.com/vinceliuice/WhiteSur-gtk-theme/issues -with a blank template or contact one of the authors. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 98e75c03e..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,8 +0,0 @@ - - -- -- -- - diff --git a/.github/workflows/pkg-change-broadcast.yml b/.github/workflows/pkg-change-broadcast.yml new file mode 100644 index 000000000..af524b592 --- /dev/null +++ b/.github/workflows/pkg-change-broadcast.yml @@ -0,0 +1,15 @@ +name: pkg-change-broadcast + +on: + push: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Broadcast Event + run: | + TARGET_REPO_NAME=voulage + curl -XPOST -u "${{ secrets.ORG_BROADCAST_USER}}:${{secrets.ORG_BROADCAST_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/regolith-linux/$TARGET_REPO_NAME/dispatches --data '{ "event_type": "package_update"}'