Accepting request 157928 from home:toganm:branches:X11:windowmanagers
- Add xcb-keysyms xcb-image to BuildRequires - cleanup spec OBS-URL: https://build.opensuse.org/request/show/157928 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/i3lock?expand=0&rev=2
This commit is contained in:
parent
7bc58a4554
commit
1dcd38fc14
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 15:26:31 UTC 2013 - toganm@opensuse.org
|
||||
|
||||
- Add xcb-keysyms xcb-image to BuildRequires
|
||||
- cleanup spec
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 10:16:02 CET 2012 - pascal.bleser@opensuse.org
|
||||
|
||||
|
50
i3lock.spec
50
i3lock.spec
@ -1,5 +1,8 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
|
||||
#
|
||||
# spec file for package i3lock
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -12,25 +15,34 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: i3lock
|
||||
Version: 2.4.1
|
||||
Release: 0
|
||||
Summary: Screen Locker for the i3 Window Manager
|
||||
Source: http://i3wm.org/i3lock/i3lock-%{version}.tar.bz2
|
||||
Source1: i3lock.pam
|
||||
URL: http://i3wm.org/i3lock/
|
||||
Group: System/GUI/Other
|
||||
License: BSD-3-Clause
|
||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||
BuildRequires: libev-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: gcc make glibc-devel pkgconfig
|
||||
Requires: pam-modules
|
||||
BuildRequires: pam-modules
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
|
||||
Name: i3lock
|
||||
Version: 2.4.1
|
||||
Release: 0
|
||||
Summary: Screen Locker for the i3 Window Manager
|
||||
License: BSD-3-Clause
|
||||
Group: System/GUI/Other
|
||||
Source: http://i3wm.org/i3lock/i3lock-%{version}.tar.bz2
|
||||
Source1: i3lock.pam
|
||||
Url: http://i3wm.org/i3lock/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libev-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xorg-x11-devel
|
||||
Requires: pam-modules
|
||||
BuildRequires: pam-modules
|
||||
BuildRequires: pkgconfig(xcb-image)
|
||||
BuildRequires: pkgconfig(xcb-keysyms)
|
||||
|
||||
%description
|
||||
i3lock is a simple screen locker like slock. After starting it, you will see a
|
||||
|
Loading…
x
Reference in New Issue
Block a user