Skip to content

Commit 766e54e

Browse files
authored
chore: update skippy-xd (#25)
* chore: update skippy-xd * fix tag * epoch 2->1 * bump release
1 parent b365116 commit 766e54e

File tree

2 files changed

+8
-47
lines changed

2 files changed

+8
-47
lines changed

packages/skippy-xd/buffer-overrun.patch

Lines changed: 0 additions & 41 deletions
This file was deleted.

packages/skippy-xd/skippy-xd.spec

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
%global release_version 0.10.5
2+
%global release_tag 2025.11.30
3+
14
Name: skippy-xd
2-
Version: 2025.2.0
3-
Release: 1%{?dist}
5+
Version: %{release_version}
6+
Release: 2%{?dist}
7+
Epoch: 1
48
Summary: A window selector for X11 with Exposé and live preview Alt-Tab effects and more
59

610
URL: https://github.com/felixfung/skippy-xd
7-
Source: https://github.com/felixfung/skippy-xd/archive/c167f2af9d25164b5fc7e67b5ecf174b56e07d01.zip
11+
Source: https://github.com/felixfung/skippy-xd/archive/refs/tags/v%{release_tag}.zip
812
License: GPL-2.0
913

10-
#Patch0: buffer-overrun.patch
11-
1214
BuildRequires: make
1315
BuildRequires: gcc
1416
BuildRequires: libXft-devel
@@ -26,7 +28,7 @@ BuildRequires: giflib-devel
2628
Skippy-xd is a lightweight, window-manager-agnostic window selector on X server. With skippy, you get live-preview on your alt-tab motions; you get the much coveted expose feature from Mac; you get a handy overview of all your virtual desktops in one glance with paging mode.
2729

2830
%prep
29-
%autosetup -n %{name}-c167f2af9d25164b5fc7e67b5ecf174b56e07d01 -p1
31+
%autosetup -n %{name}-%{release_tag} -p1
3032

3133
%build
3234
make

0 commit comments

Comments
 (0)