forked from pool/xeyes
- Update to version 1.2.0
* This release of xeyes adds support for using the Present and Xinput2 extensions so that your X server is even smoother when making eyes at you. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xeyes?expand=0&rev=7
This commit is contained in:
parent
0899a3d33a
commit
e6ffc9d045
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:57bcec0d2d167af9e5d44d0dbd74c6d7c0f0591cd0608952b23c749fdd910553
|
|
||||||
size 133160
|
|
BIN
xeyes-1.2.0.tar.bz2
(Stored with Git LFS)
Normal file
BIN
xeyes-1.2.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 2 10:52:05 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.0
|
||||||
|
* This release of xeyes adds support for using the Present and
|
||||||
|
Xinput2 extensions so that your X server is even smoother when
|
||||||
|
making eyes at you.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 4 15:57:12 UTC 2018 - sndirsch@suse.com
|
Wed Apr 4 15:57:12 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
11
xeyes.spec
11
xeyes.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xeyes
|
# spec file for package xeyes
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,21 +12,22 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: xeyes
|
Name: xeyes
|
||||||
Version: 1.1.2
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A follow the mouse X demo
|
Summary: A follow the mouse X demo
|
||||||
License: X11
|
License: X11
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
Url: http://xorg.freedesktop.org/
|
URL: http://xorg.freedesktop.org/
|
||||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
|
BuildRequires: pkgconfig(xi)
|
||||||
BuildRequires: pkgconfig(xmu)
|
BuildRequires: pkgconfig(xmu)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
BuildRequires: pkgconfig(xrender) >= 0.4
|
BuildRequires: pkgconfig(xrender) >= 0.4
|
||||||
@ -50,7 +51,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog COPYING README
|
%doc ChangeLog COPYING README.md
|
||||||
%{_bindir}/xeyes
|
%{_bindir}/xeyes
|
||||||
%{_mandir}/man1/xeyes.1%{?ext_man}
|
%{_mandir}/man1/xeyes.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user