Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 096103cfe9 | |||
| b0830b2b30 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fe38f30dddd0dd88b5f05f121e5c6632315915468cd6a49d65fc0b17aa3e6fe
|
||||
size 121592
|
||||
3
transset-1.0.4.tar.bz2
Normal file
3
transset-1.0.4.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a77250b8a71794a5e289d3f214875e37e46c7bcdb6d137ab7ed65dd1b9de85b9
|
||||
size 12879
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 10 13:59:44 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.0.4
|
||||
* Remove "All rights reserved" from Oracle copyright notices
|
||||
* Select correct client window in WM’s using virtual roots (#1)
|
||||
* Mark some pointers const as suggested by cppcheck
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 21:27:16 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package transset
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,18 +17,21 @@
|
||||
|
||||
|
||||
Name: transset
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(xcomposite)
|
||||
BuildRequires: pkgconfig(xdamage)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
URL: https://gitlab.freedesktop.org/xorg/app/transset
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
Summary: Simple program to make windows transparent
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
Source: transset-%{version}.tar.xz
|
||||
Source: transset-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -39,6 +42,7 @@ windows transparent.
|
||||
%setup -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
@@ -51,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc README.md ChangeLog
|
||||
%doc README.md
|
||||
%{_bindir}/transset
|
||||
%{_mandir}/man1/transset.1%{?ext_man}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user