Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ac63c2df33 | |||
|
|
a848fab8f3 |
21
_service
21
_service
@@ -1,23 +1,16 @@
|
||||
<services>
|
||||
<service mode="manual" name="obs_scm">
|
||||
<service mode="manual" name="roast_scm">
|
||||
<param name="url">https://github.com/elkowar/eww</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">8661abf2bf07f5a809fc995233d93810cc1ac871</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionrewriteregex">^v?(.*)</param>
|
||||
<param name="versionrewritepattern">$1</param>
|
||||
<param name="changesgenerate">true</param>
|
||||
<param name="changesauthor">Soc Virnyl Estela</param>
|
||||
<param name="changesemail">uncomfyhalomacro@opensuse.org</param>
|
||||
</service>
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="src">eww*.tar*</param>
|
||||
<param name="update">false</param>
|
||||
<param name="filter">false</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual" />
|
||||
</services>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61dc0ffd7f4d896c6072ab43c6a6edf914638702ba56990b5fe1a8e320f041c9
|
||||
size 340807
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3dc0ef0ae8923adac416e1fd135676d890b635806355f47edb5b537c94785ef
|
||||
size 209033
|
||||
92
eww.changes
92
eww.changes
@@ -1,3 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 09 02:24:18 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 0.6.0+git86.g98c220126d912b935987766f56650b55f3e226eb:
|
||||
* Fix crash on invalid formattime (#1317)
|
||||
* Add wordchar wrap mode (#1306)
|
||||
* Fix crash on NaN or infinite graph value (#1318)
|
||||
* fix documentation of ceil and floor (fixes #1319)
|
||||
* Add floor() and ceil() (#1315)
|
||||
* Add warning for invalid exclusive and anchor combination (#1316)
|
||||
* Add wikipedia link to widget essay
|
||||
* Revert hot-reloading regressions (#1296)
|
||||
* Add value-pos to scale widget (#1285)
|
||||
* Force recreating windows on config change (#1284)
|
||||
* Avoid recreating windows when only duration changes (#1236)
|
||||
* fix: Load systray items that are registered without a path (#1230)
|
||||
* feat: add subcommand to force-poll variable (#1227)
|
||||
* add lines and wrap-mode properties to label widget (#1278)
|
||||
* add `log` to expressions (#1271)
|
||||
* fix: get_locale follows posix standard (#1264)
|
||||
* feat: add `raw-output` for `jq` (#1199)
|
||||
* fix: improve scope handling (#1189)
|
||||
* feat: Add support for on-demand window focus on wayland (#1215)
|
||||
* Fixing examples.md (#1257)
|
||||
* `powi`/`powf` simplexpr functions (#1255)
|
||||
* Reference yolk in Readme
|
||||
* Add "Activate Linux" to README.md (#1242)
|
||||
* Update expression_language.md (#1231)
|
||||
* feat: support empty string for safe access operator (#1176)
|
||||
* fix bug_report issue template even more
|
||||
* Fix bug_report issue template
|
||||
* Add platform section to bug-report issue template
|
||||
* feat: button improvements (#1187)
|
||||
* Some docs updates (#1179)
|
||||
* feat: update toolchain to 1.81.0 (#1195)
|
||||
* nix: update flake-compat (#1197)
|
||||
* revert: zbus 4 -> 3 (#1203)
|
||||
* Implement explicitly setting a center of rotation (#783)
|
||||
* Clean up example SCSS file (#644)
|
||||
* fix: demote two logging statements to debug (#1183)
|
||||
* fix: fix system tray not displaying anything (#1181)
|
||||
* Fixing missing commas in example (#1174)
|
||||
* docs(readme): improve spacing (#886)
|
||||
* fix: make formattime follow system locale (#1177)
|
||||
* fix: remove unused import (#1168)
|
||||
* Fix Typo ("procent" -> "percent") (#1169)
|
||||
* add `EWW_BATTERY` support in (free|open|net)bsd (#645)
|
||||
* docs: Add example for data structures (#595)
|
||||
* feat: Add option for graph drawing direction (#1113)
|
||||
* Add scss support for style property (#1121)
|
||||
* Use gdk_screen_get_monitor_plug_name to provide more consistent monitor names on wayland (#1129)
|
||||
* fix: fix changelog, warnings and lints (#1155)
|
||||
* Fix: EWW_NET wrong values for TX/RX stats (#1108)
|
||||
* docs: changed kB to bytes in `EWW_RAM` description (#1075)
|
||||
* feat: add fill-svg and preserve-aspect-ratio attributes to image widget (#1148)
|
||||
* Fix: the gtk `expander` widget bugfix (#1132)
|
||||
* Fix: the gtk `stack` widget bugfix (#1119)
|
||||
* chore: automatically update a few dependencies
|
||||
* chore: update toolchain to 1.80.1
|
||||
* chore: automatically update a few dependencies
|
||||
* chore: automatically update a few dependencies
|
||||
* chore: automatically update a few dependencies
|
||||
* chore: automatically update a few dependencies
|
||||
* chore: update derive_more to 1.0
|
||||
* chore: automatically update a few dependencies
|
||||
* fix: update grass; re-enable default features for grass
|
||||
* chore: automatically update a few dependencies
|
||||
* docs: update changelog
|
||||
* chore: automatically update a few dependencies
|
||||
* docs: update zbus-xmlgen generation commands; add zbus-xmlgen to development shell
|
||||
* chore: update zbus
|
||||
* fix: fix lints
|
||||
* chore(cargo): move gtk, zbus to workspace
|
||||
* chore: update itertools; update zbus
|
||||
* chore: update a few dependencies
|
||||
* nix: switch to nixfmt-rfc-style
|
||||
* chore: use cargo to update almost all dependencies
|
||||
* chore: update gtk and related dependencies to 0.18
|
||||
* chore: update toolchain to 1.80.0
|
||||
* chore: update flake.lock
|
||||
* Typo in configuration.md
|
||||
* Set GDK_BACKEND env var on wayland
|
||||
* Add `min` and `max` simplexpr functions (#1123)
|
||||
* systray: fix remove items (#1098)
|
||||
* remove sysinfo/linux-netdevs feature (#1096)
|
||||
* systray: add `:hover` attribute to tray items (#1091)
|
||||
* Fix string truncation (#1084)
|
||||
* fix: refactor and fix flake (#1038)
|
||||
* fix: bump cargo version (#1080)
|
||||
* Update ahash to fix yanked version (#1079)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 14:27:51 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||
|
||||
@@ -38,3 +129,4 @@ Sun Mar 3 09:34:30 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Initial package
|
||||
|
||||
|
||||
|
||||
7
eww.spec
7
eww.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package eww
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 mantarimay
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,14 +19,14 @@
|
||||
|
||||
%bcond_without test
|
||||
Name: eww
|
||||
Version: 0.6.0+git53
|
||||
Version: 0.6.0+git86.g98c220126d912b935987766f56650b55f3e226eb
|
||||
Release: 0
|
||||
Summary: ElKowars wacky widgets
|
||||
License: MIT
|
||||
URL: https://github.com/elkowar/eww
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo >= 1.70.0
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: gtk-layer-shell-devel
|
||||
BuildRequires: gtk3-devel
|
||||
@@ -39,7 +39,6 @@ allows you to implement your own, custom widgets in any window manager.
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1
|
||||
rm docs/.gitignore
|
||||
sed -i '1s|#!/bin/sh|#!/usr/bin/sh|' examples/eww-bar/scripts/getvol
|
||||
|
||||
%build
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7eb424ee38a92e3a3fcd778fd7b6bac0fe53e09c39e05e1c8cc1ec88af381cd2
|
||||
size 34981114
|
||||
oid sha256:4915b98d6e6e64e321395d02cd947dab0a3f6d6a6f8d10e6201b3deb28446007
|
||||
size 35480006
|
||||
|
||||
Reference in New Issue
Block a user