This commit is contained in:
parent
1b4f256c0f
commit
1110ea19ae
1
_service
1
_service
@ -6,6 +6,7 @@
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">0.1.0+git%cd.%h</param>
|
||||
<param name="package-meta">yes</param>
|
||||
<param name="filename">cosmic-ext-applet-external-monitor-brightness</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9aa894afe14990545af041482c803662d6e26443d925d93be07028ebc89a9f43
|
||||
size 163760
|
||||
oid sha256:2f62a754f7c9089026fd53cb22dfd6ff8e5c044c93e97f401411d021103cc503
|
||||
size 163916
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 00:59:09 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- standardize packaging with also fixes for miscellaneous hardcoding
|
||||
filenames, using @PARENT_TAG where applicable, and be more specific
|
||||
with files in the %files section (so no non-wanted files are getting
|
||||
added
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 08:32:08 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
@ -27,10 +27,10 @@ Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: just
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
|
||||
%description
|
||||
A small applet for adjusting external monitors. Utilising the DDC/CI protocol.
|
||||
@ -55,4 +55,3 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user