[packages/mdm-themes] - initial

qboosh qboosh at pld-linux.org
Thu Jun 22 22:27:11 CEST 2023


commit 5dd2f1a6eae0159a846b09d95ba3d2604aa50c5d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jun 22 22:22:15 2023 +0200

    - initial

 mdm-themes.spec | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
---
diff --git a/mdm-themes.spec b/mdm-themes.spec
new file mode 100644
index 0000000..cffe667
--- /dev/null
+++ b/mdm-themes.spec
@@ -0,0 +1,38 @@
+Summary:	Default MDM themes
+Summary(pl.UTF-8):	Domyślne motywy MDM
+Name:		mdm-themes
+Version:	0
+%define	gitref	3417d5641aca697071bb35b5ec585dd9bdca9e07
+%define	snap	20141002
+Release:	0.%{snap}.1
+License:	GPL v3+
+Group:		X11/Applications
+Source0:	https://github.com/linuxmint/mdm-themes/archive/%{gitref}/%{name}-%{snap}.tar.gz
+# Source0-md5:	7fe85e7019a4e9bc8b8fb4c24d629df8
+URL:		https://github.com/linuxmint/mdm-themes
+Requires:	mdm >= 1.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Themes for the MDM display manager.
+
+%description -l pl.UTF-8
+Motywy dla zarządcy ekranów MDM.
+
+%prep
+%setup -q -n %{name}-%{gitref}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+cp -pr usr $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc debian/changelog
+%{_datadir}/mdm/html-themes/mdm
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mdm-themes.git/commitdiff/5dd2f1a6eae0159a846b09d95ba3d2604aa50c5d



More information about the pld-cvs-commit mailing list