[packages/lxlauncher] - updated to 0.2.5

qboosh qboosh at pld-linux.org
Fri May 5 21:57:43 CEST 2023


commit 68de2c7eba2f8ca56ba794b069601cad17a715e3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri May 5 22:00:06 2023 +0200

    - updated to 0.2.5

 lxlauncher.spec | 48 ++++++++++++++++++++++++++++--------------------
 1 file changed, 28 insertions(+), 20 deletions(-)
---
diff --git a/lxlauncher.spec b/lxlauncher.spec
index 46c8c63..8964c94 100644
--- a/lxlauncher.spec
+++ b/lxlauncher.spec
@@ -1,41 +1,45 @@
 #
 # Conditional build:
-%bcond_with		gtk3		# build GTK+3 disables GTK+2
-%bcond_without		gtk2	# build with GTK+2
+%bcond_with	gtk3	# use GTK+3 instead of GTK+2
 
-%if %{with gtk3}
-%undefine	with_gtk2
-%endif
-
-Summary:	lxauncher
+Summary:	Open source clone of Asus launcher for EeePC
+Summary(pl.UTF-8):	Mający otwarte źródła klon Asus launchera dla EeePC
 Name:		lxlauncher
-Version:	0.2.2
-Release:	3
-License:	GPL v3
+Version:	0.2.5
+Release:	1
+License:	GPL v2+
 Group:		X11/Applications
-Source0:	http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
-# Source0-md5:	16df627447838b170a72cc3a9ee21497
-URL:		http://wiki.lxde.org/en/LXLauncher
+Source0:	https://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.xz
+# Source0-md5:	94a7a36af92f8409365b6a25b6904eeb
+URL:		http://www.lxde.org/
 BuildRequires:	gettext-tools
-%{?with_gtk2:BuildRequires:	gtk+2-devel >= 2:2.12.0}
-%{?with_gtk3:BuildRequires:	gtk+3-devel}
+%{!?with_gtk3:BuildRequires:	gtk+2-devel >= 2:2.12.0}
+%{?with_gtk3:BuildRequires:	gtk+3-devel >= 3.0.0}
 BuildRequires:	intltool >= 0.40.0
 BuildRequires:	menu-cache-devel
 BuildRequires:	pkgconfig
 BuildRequires:	startup-notification-devel
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xorg-lib-libX11-devel
+BuildRequires:	xz
+%{!?with_gtk3:Requires:	gtk+2 >= 2:2.12.0}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 LXLauncher is an open source clone of Asus launcher for EeePC. It
 outperformes the original launcher developed by Xandros.
 
+%description -l pl.UTF-8
+LXLauncher to mający otwarte źródła klon Asus launchera dla EeePC.
+Działa lepiej niż oryginał stworzony przez firmę Xandros.
+
 %prep
 %setup -q
 
 %build
 %configure \
 	%{?with_gtk3:--enable-gtk3}
-touch po/stamp-it
+
 %{__make}
 
 %install
@@ -44,9 +48,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-# there is no frp locale so drop frp
-%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/{frp,ur_PK}
-mv $RPM_BUILD_ROOT%{_datadir}/locale/tt{_RU,}
+# unify name
+%{__mv} $RPM_BUILD_ROOT%{_localedir}/{tt_RU,tt}
+# not supported by glibc
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/frp
+# just a copy of ur
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur_PK
 
 %find_lang %{name}
 
@@ -55,8 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS README NEWS
+%doc AUTHORS NEWS README TODO
 %{_sysconfdir}/xdg/lxlauncher
 %{_sysconfdir}/xdg/menus/lxlauncher-applications.menu
 %attr(755,root,root) %{_bindir}/lxlauncher
 %{_datadir}/desktop-directories/*directory
+%{_mandir}/man1/lxlauncher.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxlauncher.git/commitdiff/68de2c7eba2f8ca56ba794b069601cad17a715e3



More information about the pld-cvs-commit mailing list