SHA256
7
0
forked from pool/lxrandr
2020-07-06 14:33:23 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d98338485a90d9e47f6d08184df77ca0d9715517f8a45a914e861750589184e
size 132468

3
lxrandr-0.3.2.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b5edfc9718061bc161fe51d388697cbaa819d6f8013ed24ba22f438e0dbc312
size 134072

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jul 4 08:58:33 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- lxrandr 0.3.2:
* Fix crash with some monitor names
-------------------------------------------------------------------
Sun Dec 25 13:14:45 UTC 2016 - trcs@gmx.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package lxrandr
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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: lxrandr
Version: 0.3.1
Version: 0.3.2
Release: 0
Summary: Lightweight Monitor Config Tool
License: GPL-2.0
License: GPL-2.0-only
Group: System/GUI/LXDE
Url: http://www.lxde.org/
Source0: %{name}-%{version}.tar.xz
URL: http://www.lxde.org/
Source0: https://sourceforge.net/projects/lxde/files/LXRandR%20%28monitor%20config%20tool%29/LXRandR%200.3.x/%{name}-%{version}.tar.xz
BuildRequires: docbook-utils
BuildRequires: fdupes
BuildRequires: gtk2-devel
BuildRequires: intltool
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%lang_package
%description
@@ -42,10 +41,10 @@ LXRandR is a lightweight Monitor Config Tool
%build
%configure
make %{?_smp_mflags} V=1
%make_build
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%make_install
%suse_update_desktop_file %{name}
%find_lang %{name}
%fdupes -s %{buildroot}
@@ -57,13 +56,12 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
%desktop_database_postun
%files
%defattr(-,root,root,0755)
%doc COPYING
%license COPYING
%{_bindir}/%{name}
%{_datadir}/applications/lxrandr.desktop
%{_mandir}/man1/lxrandr.1.gz
%{_mandir}/man1/lxrandr.1%{?ext_man}
%files lang -f %{name}.lang
%defattr(-,root,root,-)
%license COPYING
%changelog