Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2cf19b6870 | ||
|
|
a49c1dcdbd | ||
|
|
bd33852218 | ||
|
|
69ece232fb | ||
|
|
ae8c1dd3c5 | ||
|
|
9fe2bf9f58 | ||
|
|
d5144f360d |
6 changed files with 1 additions and 168 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
|
@ -1,19 +0,0 @@
|
|||
x-tile-1.5.2.tar.gz
|
||||
/x-tile-1.8.2.tar.gz
|
||||
/x-tile-1.8.3.tar.gz
|
||||
/x-tile-1.8.4.tar.gz
|
||||
/x-tile-1.8.5.tar.gz
|
||||
/x-tile-1.8.6.tar.gz
|
||||
/x-tile-1.9.tar.gz
|
||||
/x-tile-2.0.tar.gz
|
||||
/x-tile-2.1.tar.gz
|
||||
/x-tile-2.2.tar.gz
|
||||
/x-tile-2.2.1.tar.gz
|
||||
/x-tile-2.3.1.tar.bz2
|
||||
/x-tile-2.4.tar.bz2
|
||||
/x-tile-2.5.tar.xz
|
||||
/x-tile-2.5.1.tar.xz
|
||||
/x-tile-2.6.tar.xz
|
||||
/x-tile-3.1.tar.gz
|
||||
/x-tile-3.2.tar.gz
|
||||
/x-tile-3.3.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
No longer maintained by upstream
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (x-tile-3.3.tar.gz) = 2ebc9dc07903fe55f8b27b15aa64a81b8afdf1b975878f4746cce3e0f5c526928fb126f277c628b4a636038098456247e49957175fdf0c5d5775438ce4965ca7
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
diff -up ./setup.py.orig ./setup.py
|
||||
--- ./setup.py.orig 2020-11-14 23:19:24.000000000 +0100
|
||||
+++ ./setup.py 2022-06-27 16:42:07.250301977 +0200
|
||||
@@ -161,5 +161,6 @@ setup(
|
||||
'install': Install,
|
||||
'uninstall': Uninstall
|
||||
},
|
||||
- distclass=XTileDist
|
||||
+ distclass=XTileDist,
|
||||
+ py_modules = []
|
||||
)
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>x-tile.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0+</project_license>
|
||||
<name>X-tile</name>
|
||||
<summary>A GTK application to tile windows in different ways</summary>
|
||||
<description>
|
||||
<p>
|
||||
X-tile is a GTK application that allows you to select a number of windows
|
||||
and tile them in different ways. This is especially useful for comparing
|
||||
products in separate web pages, or for programmers referring to
|
||||
documentation as they are programming.
|
||||
</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://www.giuspen.com/images/x-tile_main_window.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://www.giuspen.com/images/x-tile_custom_window.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://www.giuspen.com/images/x-tile_config_window.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://www.giuspen.com/x-tile/</url>
|
||||
<update_contact>melmorabity_at_fedoraproject.org</update_contact>
|
||||
</component>
|
||||
108
x-tile.spec
108
x-tile.spec
|
|
@ -1,108 +0,0 @@
|
|||
Name: x-tile
|
||||
Version: 3.3
|
||||
Release: 11%{?dist}
|
||||
Summary: A GTK application to tile windows in different ways
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://www.giuspen.com/x-tile/
|
||||
Source0: https://github.com/giuspen/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}.appdata.xml
|
||||
# Fix build with setuptools >= 61.0
|
||||
Patch0: %{name}-3.3-setuptools.patch
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: %{py3_dist setuptools}
|
||||
Requires: %{py3_dist pygobject}
|
||||
Requires: %{py3_dist pycairo}
|
||||
Requires: gtk3
|
||||
Requires: hicolor-icon-theme
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
X-tile is an application that allows you to select a number of windows and tile
|
||||
them in different ways. X-tile works on any X desktop (GNOME, KDE, XFCE,
|
||||
LXDE...).
|
||||
The main features are: many tiling geometries, undo tiling, invert tiling order,
|
||||
optional system tray docking and menu, filter to avoid listing some windows,
|
||||
filter to check some windows by default, command line interface.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
# Remove bundled egg-info
|
||||
rm -rf *.egg-info
|
||||
|
||||
|
||||
%build
|
||||
mkdir -p build/scripts-%{python3_version}/
|
||||
%py3_build
|
||||
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
install -Dpm 0755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
|
||||
install -Dpm 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_metainfodir}/%{name}.appdata.xml
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%check
|
||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
||||
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.appdata.xml
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license license
|
||||
%{_bindir}/%{name}
|
||||
%{python3_sitelib}/X_Tile-*.egg-info
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%{_metainfodir}/%{name}.appdata.xml
|
||||
%{_mandir}/man1/%{name}.1.*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.3-10
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Mon Jun 27 2022 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3-7
|
||||
- Fix build with setuptools >= 61.0
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.3-6
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.3-3
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Dec 25 2020 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3-1
|
||||
- Update to 3.3
|
||||
|
||||
* Mon Sep 07 2020 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2-1
|
||||
- Update to 3.2
|
||||
|
||||
* Mon Aug 31 2020 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1-1
|
||||
- Initial RPM release, from previously retired package (with contribution of
|
||||
Vlastimil Holer)
|
||||
Loading…
Add table
Add a link
Reference in a new issue