- Spec file cleanup.
- Remove upstreamed patches: - hsetroot-1.0.2_01_fix-no-display-crash.patch - hsetroot-1.0.2_02_extend-mode.patch - hsetroot-1.0.2_03_cover-mode.patch - hsetroot-1.0.2_04_link-to-X11.patch - Updated man page OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/hsetroot?expand=0&rev=3
This commit is contained in:
parent
c33feab117
commit
3e073195a9
@ -7,8 +7,8 @@ diff --color -ruN hsetroot-1.0.5.ori/Makefile hsetroot-1.0.5/Makefile
|
|||||||
install: hsetroot hsr-outputs
|
install: hsetroot hsr-outputs
|
||||||
- install -st $(PREFIX)/bin/ hsetroot
|
- install -st $(PREFIX)/bin/ hsetroot
|
||||||
- install -st $(PREFIX)/bin/ hsr-outputs
|
- install -st $(PREFIX)/bin/ hsr-outputs
|
||||||
+ install -st $(DESTDIR) hsetroot
|
+ install -Dt $(DESTDIR) hsetroot
|
||||||
+ install -st $(DESTDIR) hsr-outputs
|
+ install -Dt $(DESTDIR) hsr-outputs
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o hsetroot hsr-outputs
|
rm -f *.o hsetroot hsr-outputs
|
||||||
|
Binary file not shown.
@ -1,9 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 5 16:37:05 UTC 2021 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
- Spec file cleanup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 5 10:01:33 UTC 2021 - Paolo Perego <paolo.perego@suse.com>
|
Tue Oct 5 10:01:33 UTC 2021 - Paolo Perego <paolo.perego@suse.com>
|
||||||
|
|
||||||
- Package updated to 1.0.5
|
- Package updated to 1.0.5
|
||||||
- All patches were removed since included in upstream
|
- Remove upstreamed patches:
|
||||||
- Updated man page distributed via separate patch
|
- hsetroot-1.0.2_01_fix-no-display-crash.patch
|
||||||
|
- hsetroot-1.0.2_02_extend-mode.patch
|
||||||
|
- hsetroot-1.0.2_03_cover-mode.patch
|
||||||
|
- hsetroot-1.0.2_04_link-to-X11.patch
|
||||||
|
- Updated man page
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 8 11:46:45 UTC 2016 - msuchanek@suse.de
|
Thu Sep 8 11:46:45 UTC 2016 - msuchanek@suse.de
|
||||||
|
@ -19,12 +19,9 @@
|
|||||||
Name: hsetroot
|
Name: hsetroot
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
|
||||||
Summary: Advanced wallpaper tool for X
|
Summary: Advanced wallpaper tool for X
|
||||||
#
|
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
#
|
|
||||||
Url: http://thegraveyard.org/hsetroot.php
|
Url: http://thegraveyard.org/hsetroot.php
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source1: hsetroot.1
|
Source1: hsetroot.1
|
||||||
@ -37,8 +34,6 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
Requires: imlib2-filters
|
Requires: imlib2-filters
|
||||||
Requires: imlib2-loaders
|
Requires: imlib2-loaders
|
||||||
#
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
hsetroot is a tool which allows you to compose wallpapers ("root pixmaps") for
|
hsetroot is a tool which allows you to compose wallpapers ("root pixmaps") for
|
||||||
@ -63,16 +58,11 @@ hsetroot also supports alpha-channels when rendering things.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
mkdir -p %{buildroot}%{_bindir}/
|
|
||||||
mkdir -p %{buildroot}%{_mandir}/man1/
|
|
||||||
|
|
||||||
make DESTDIR=%{buildroot}%{_bindir} install
|
make DESTDIR=%{buildroot}%{_bindir} install
|
||||||
cp %{SOURCE1} %{buildroot}%{_mandir}/man1/
|
install -p -D -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/hsetroot.1
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/hsr-outputs
|
%{_bindir}/hsr-outputs
|
||||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
%{_mandir}/man1/%{name}.1%{ext_man}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user