|
@@ -1,6 +1,6 @@
|
|
Name: lxappearance-obconf
|
|
Name: lxappearance-obconf
|
|
Version: 0.2.0
|
|
Version: 0.2.0
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
Summary: Plugin to configure Openbox inside LXAppearance
|
|
Summary: Plugin to configure Openbox inside LXAppearance
|
|
Summary(ja): LXAppearance 内で OpenBox を設定するためのプラグイン
|
|
Summary(ja): LXAppearance 内で OpenBox を設定するためのプラグイン
|
|
|
|
|
|
@@ -8,6 +8,9 @@ Group: User Interface/Desktops
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
URL: http://lxde.org/
|
|
URL: http://lxde.org/
|
|
Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
|
|
Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
|
|
|
|
+
|
|
|
|
+Patch0: obconf-rrbutton.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
@@ -28,9 +31,8 @@ It is only visible when the plugin is installed and Openbox is in use.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-# dirty hack for outdated/changing LINGUAS file
|
|
|
|
-#cd po
|
|
|
|
-#ls *.po | sed 's/.po//g' | sort > LINGUAS
|
|
|
|
|
|
+
|
|
|
|
+%patch0 -p1 -b .rrbutton
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-static
|
|
%configure --disable-static
|
|
@@ -57,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.2.0-3
|
|
|
|
+- rebuild with openbox-3.5
|
|
|
|
+- add patch0 to build with openbox-3.5
|
|
|
|
+
|
|
* Sat Apr 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-2
|
|
* Sat Apr 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-2
|
|
- rebuilt with new toolchain
|
|
- rebuilt with new toolchain
|
|
|
|
|