Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Deprecated the project. Please use gtk4-layer-shell instead
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Dec 9, 2024
1 parent 4d2af94 commit 094c356
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 34 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/check_md_links.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ permissions:
contents: write
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"

env:
CARGO_TERM_COLOR: always
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![maintenance-status: passively-maintained (as of 2023-08-03)](https://img.shields.io/badge/maintenance--status-passively--maintained_%28as_of_2023--08--03%29-forestgreen)](https://gist.github.com/rusty-snake/574a91f1df9f97ec77ca308d6d731e29)
[![maintenance-status: obsolete](https://img.shields.io/badge/maintenance--status-obsolete-red)](https://gist.github.com/rusty-snake/574a91f1df9f97ec77ca308d6d731e29)
![dependabot status](https://img.shields.io/badge/dependabot-enabled-025e8c?logo=Dependabot)

[![Build](https://img.shields.io/github/actions/workflow/status/pentamassiv/gtk-layer-shell-gir/build_x86.yaml?branch=main)](https://github.com/pentamassiv/gtk-layer-shell-gir/actions/workflows/build_x86.yaml)
Expand All @@ -13,6 +13,7 @@ gtk-layer-shell-sys:
[![docs.rs](https://docs.rs/gtk-layer-shell-sys/badge.svg)](https://docs.rs/gtk-layer-shell-sys)
[![dependency status](https://deps.rs/crate/gtk-layer-shell-sys/0.7.1/status.svg)](https://deps.rs/crate/gtk-layer-shell-sys/0.7.1)

# This project is UNMAINTAINED. Please use GTK4 and take a look at [gtk4-layer-shell](https://crates.io/crates/gtk4-layer-shell) instead!

# gtk-layer-shell
This is the safe wrapper for [gtk-layer-shell](https://github.com/wmww/gtk-layer-shell), automatically generated from its [.gir file](GtkLayerShell-0.1.gir). For details on how to use it or how to generate the code yourself, have a look at the crate's [README](https://github.com/pentamassiv/gtk-layer-shell-gir/tree/main/gtk-layer-shell/README.md). The unsafe bindings can be found in this [folder](https://github.com/pentamassiv/gtk-layer-shell-gir/tree/main/gtk-layer-shell-sys). These crates are GTK3 only. Use [gtk4-layer-shell-sys](https://crates.io/crates/gtk4-layer-shell-sys) or [gtk4-layer-shell](https://crates.io/crates/gtk4-layer-shell) if you need to use it with GTK4.
Expand Down
2 changes: 1 addition & 1 deletion gtk-layer-shell-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gtk-layer-shell-sys"
version = "0.7.1"
description = "Unsave gir-generated FFI bindings for gtk-layer-shell"
description = "UNMAINTAINED Unsave gir-generated FFI bindings for gtk-layer-shell"
repository = "https://github.com/pentamassiv/gtk-layer-shell-gir/tree/main/gtk-layer-shell-sys"
documentation = "https://docs.rs/gtk-layer-shell-sys/"
keywords = ["gtk", "gtk-layer-shell", "wayland", "FFI", "unsafe"]
Expand Down
4 changes: 3 additions & 1 deletion gtk-layer-shell-sys/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![maintenance-status: passively-maintained (as of 2023-08-03)](https://img.shields.io/badge/maintenance--status-passively--maintained_%28as_of_2023--08--03%29-forestgreen)](https://gist.github.com/rusty-snake/574a91f1df9f97ec77ca308d6d731e29)
[![maintenance-status: obsolete](https://img.shields.io/badge/maintenance--status-obsolete-red)](https://gist.github.com/rusty-snake/574a91f1df9f97ec77ca308d6d731e29)
![dependabot status](https://img.shields.io/badge/dependabot-enabled-025e8c?logo=Dependabot)

[![Build](https://img.shields.io/github/actions/workflow/status/pentamassiv/gtk-layer-shell-gir/build_x86.yaml?branch=main)](https://github.com/pentamassiv/gtk-layer-shell-gir/actions/workflows/build_x86.yaml)
Expand All @@ -8,6 +8,8 @@ gtk-layer-shell-sys:
[![docs.rs](https://docs.rs/gtk-layer-shell-sys/badge.svg)](https://docs.rs/gtk-layer-shell-sys)
[![dependency status](https://deps.rs/crate/gtk-layer-shell-sys/0.7.1/status.svg)](https://deps.rs/crate/gtk-layer-shell-sys/0.7.1)

# This project is UNMAINTAINED. Please use GTK4 and take a look at [gtk4-layer-shell](https://crates.io/crates/gtk4-layer-shell) instead!

# gtk-layer-shell-sys
These are the unsafe FFI bindings for [gtk-layer-shell](https://github.com/wmww/gtk-layer-shell). They were automatically generated from its [.gir file](../GtkLayerShell-0.1.gir). This crate is GTK3 only. Use [gtk4-layer-shell](https://crates.io/crates/gtk4-layer-shell) if you need to use it with GTK4.

Expand Down
2 changes: 1 addition & 1 deletion gtk-layer-shell/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gtk-layer-shell"
version = "0.8.1"
description = "Save gir-generated wrapper for gtk-layer-shell"
description = "UNMAINTAINED Save gir-generated wrapper for gtk-layer-shell"
repository = "https://github.com/pentamassiv/gtk-layer-shell-gir/tree/main/gtk-layer-shell"
documentation = "https://docs.rs/gtk-layer-shell/"
keywords = ["gtk", "gtk-layer-shell", "wayland", "gir", "wrapper"]
Expand Down
4 changes: 3 additions & 1 deletion gtk-layer-shell/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![maintenance-status: passively-maintained (as of 2023-08-03)](https://img.shields.io/badge/maintenance--status-passively--maintained_%28as_of_2023--08--03%29-forestgreen)](https://gist.github.com/rusty-snake/574a91f1df9f97ec77ca308d6d731e29)
[![maintenance-status: obsolete](https://img.shields.io/badge/maintenance--status-obsolete-red)](https://gist.github.com/rusty-snake/574a91f1df9f97ec77ca308d6d731e29)
![dependabot status](https://img.shields.io/badge/dependabot-enabled-025e8c?logo=Dependabot)

[![Build](https://img.shields.io/github/actions/workflow/status/pentamassiv/gtk-layer-shell-gir/build_x86.yaml?branch=main)](https://github.com/pentamassiv/gtk-layer-shell-gir/actions/workflows/build_x86.yaml)
Expand All @@ -8,6 +8,8 @@ gtk-layer-shell:
[![docs.rs](https://docs.rs/gtk-layer-shell/badge.svg)](https://docs.rs/gtk-layer-shell)
[![dependency status](https://deps.rs/crate/gtk-layer-shell/0.8.1/status.svg)](https://deps.rs/crate/gtk-layer-shell/0.8.1)

# This project is UNMAINTAINED. Please use GTK4 and take a look at [gtk4-layer-shell](https://crates.io/crates/gtk4-layer-shell) instead!

# gtk-layer-shell
This is the safe wrapper for [gtk-layer-shell](https://github.com/wmww/gtk-layer-shell), automatically generated from its [.gir file](../GtkLayerShell-0.1.gir). The unsafe bindings can be found [here](https://github.com/pentamassiv/gtk-layer-shell-gir/tree/main/gtk-layer-shell-sys). This crate is GTK3 only. Use [gtk4-layer-shell](https://crates.io/crates/gtk4-layer-shell) if you need to use it with GTK4.

Expand Down

0 comments on commit 094c356

Please sign in to comment.