4 Commits

4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f661fd6734580473f5a942476431a37d51752c9a4ea8d7397bc4c210b881a66c
size 24970060

3
eyedropper-2.1.0.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fe708cbe10e2482845805dd18442829b4f0bb7de2f98a223cbb7d37d1725ac8
size 27796632

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed May 21 22:11:55 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Disable test: validate-appdata fail on test
-------------------------------------------------------------------
Mon Mar 31 19:19:41 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 2.1.0
* RGB decimal notation
* support for global shortcuts
* a new way to directly enter colors, without picking them first
-------------------------------------------------------------------
Wed Sep 18 22:07:54 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@@ -1,7 +1,7 @@
#
# spec file for package eyedropper
#
# Copyright (c) 2024 mantarimay
# Copyright (c) 2025 mantarimay
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
@@ -19,10 +19,11 @@
%define lname com.github.finefindus.eyedropper
%bcond_with warp
%bcond_with test
%define sname blueprint-compiler
%define sver 0.8.1
Name: eyedropper
Version: 2.0.1
Version: 2.1.0
Release: 0
Summary: Pick and format colors
License: GPL-3.0-or-later
@@ -39,7 +40,7 @@ BuildRequires: appstream-glib
BuildRequires: cargo-packaging
BuildRequires: meson
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.0
BuildRequires: pkgconfig(libadwaita-1) >= 1.7.0
BuildRequires: desktop-file-utils
%description
@@ -70,8 +71,10 @@ tar -xf %{SOURCE1} --strip-components 1 -C subprojects/%{sname}
%meson_install
%find_lang %{name} %{?no_lang_C}
%if %{with test}
%check
%meson_test
%endif
%files
%license LICENSE