[packages/matchbox-tests] - initial

qboosh qboosh at pld-linux.org
Tue Jan 29 17:19:42 CET 2019


commit f0359f261e69055acd0c819ab353bef8e6de22c8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 29 17:24:47 2019 +0100

    - initial

 matchbox-tests.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
---
diff --git a/matchbox-tests.spec b/matchbox-tests.spec
new file mode 100644
index 0000000..a7a3cc8
--- /dev/null
+++ b/matchbox-tests.spec
@@ -0,0 +1,42 @@
+Summary:	Matchbox test theme
+Summary(pl.UTF-8):	Motyw testowy Matchboksa
+Name:		matchbox-tests
+Version:	0.4
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://downloads.yoctoproject.org/releases/matchbox/matchbox-tests/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5:	3081ab35216b75d044754732b0bcb7ac
+URL:		https://www.yoctoproject.org/software-item/matchbox/
+BuildRequires:	libmatchbox-devel >= 1.1
+BuildRequires:	pkgconfig
+BuildRequires:	xorg-lib-libXtst-devel
+Requires:	libmatchbox >= 1.1
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Matchbox test theme.
+
+%description -l pl.UTF-8
+Motyw testowy Matchboksa.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog
+%{_datadir}/themes/mbtest
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/matchbox-tests.git/commitdiff/f0359f261e69055acd0c819ab353bef8e6de22c8



More information about the pld-cvs-commit mailing list