Accepting request 554727 from X11:windowmanagers
OBS-URL: https://build.opensuse.org/request/show/554727 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/herbstluftwm?expand=0&rev=2
This commit is contained in:
commit
c88909f3d8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 5 21:35:10 UTC 2017 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Respect %optflags
|
||||||
|
- BuildRequire only the needed x libs, not xorg-x11-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 5 03:45:45 UTC 2017 - aavindraa@gmail.com
|
Tue Sep 5 03:45:45 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
@ -30,9 +30,9 @@ BuildRequires: gcc-c++ >= 4.9
|
|||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: ncurses-utils
|
BuildRequires: ncurses-utils
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: pkgconfig(x11)
|
||||||
Requires: xorg-x11-libX11
|
BuildRequires: pkgconfig(xext)
|
||||||
# BuildArch: noarch
|
BuildRequires: pkgconfig(xinerama)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib.
|
herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib.
|
||||||
@ -40,10 +40,10 @@ herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make COLOR=0 %{?_smp_mflags}
|
export CXXFLAGS="%optflags"
|
||||||
|
export CFLAGS="%optflags"
|
||||||
|
make VERBOSE= COLOR=0 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install \
|
make install \
|
||||||
@ -55,7 +55,6 @@ make install \
|
|||||||
|
|
||||||
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/%{name}.desktop
|
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/%{name}.desktop
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{_datadir}/zsh/functions
|
%dir %{_datadir}/zsh/functions
|
||||||
%dir %{_datadir}/zsh/functions/Completion
|
%dir %{_datadir}/zsh/functions/Completion
|
||||||
|
Loading…
Reference in New Issue
Block a user