[packages/grub-customizer] new, version 4.0.6

glen glen at pld-linux.org
Wed Feb 25 11:13:34 CET 2015


commit da148424a042c9970cd0208daff585f32dde65a2
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Feb 25 12:13:01 2015 +0200

    new, version 4.0.6
    
    based on fedora package da2a5e2

 grub-customizer.spec | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 grub.cfg             |  7 +++++
 2 files changed, 82 insertions(+)
---
diff --git a/grub-customizer.spec b/grub-customizer.spec
new file mode 100644
index 0000000..4f4bc76
--- /dev/null
+++ b/grub-customizer.spec
@@ -0,0 +1,75 @@
+Summary:	Graphical GRUB2 settings manager
+Name:		grub-customizer
+Version:	4.0.6
+Release:	1
+License:	GPL v3
+Group:		X11/Applications
+Source0:	https://launchpad.net/grub-customizer/4.0/%{version}/+download/%{name}_%{version}.tar.gz
+# Source0-md5:	e4d76cd7cb6eb7ec03461e77db43bf34
+Source1:	grub.cfg
+URL:		https://launchpad.net/grub-customizer
+BuildRequires:	cmake
+BuildRequires:	desktop-file-utils
+BuildRequires:	gettext
+BuildRequires:	gtkmm3-devel
+BuildRequires:	libarchive-devel
+BuildRequires:	openssl-devel
+Requires:	grub2
+Requires:	gtk-update-icon-cache
+Requires:	hicolor-icon-theme
+ExcludeArch:	%{arm}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Grub Customizer is a graphical interface to configure the grub2/burg
+settings with focus on the individual list order - without losing the
+dynamical behavior of grub.
+
+The goal of this project is to create a complete and intuitive
+graphical grub2/burg configuration interface. The main feature is the
+boot entry list configuration - but not simply by modified the
+grub.cfg: to keep the dynamical configuration, this application will
+only edit the script order and generate proxies (script output
+filter), if required.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+desktop-file-validate $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
+
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/grub.cfg
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README changelog
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/grub.cfg
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+%attr(755,root,root) %{_prefix}/lib/grub-customizer/grubcfg-proxy
+%{_desktopdir}/%{name}.desktop
+%{_iconsdir}/hicolor/*/apps/%{name}.png
+%{_datadir}/polkit-1/actions/net.launchpad.danielrichter2007.pkexec.grub-customizer.policy
diff --git a/grub.cfg b/grub.cfg
new file mode 100644
index 0000000..4d78fdc
--- /dev/null
+++ b/grub.cfg
@@ -0,0 +1,7 @@
+MKCONFIG_CMD=grub2-mkconfig
+INSTALL_CMD=grub2-install
+MKFONT_CMD=grub2-mkfont
+CFG_DIR=/etc/grub.d
+OUTPUT_DIR=/boot/grub2
+OUTPUT_FILE=/boot/grub2/grub.cfg
+SETTINGS_FILE=/etc/default/grub
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grub-customizer.git/commitdiff/da148424a042c9970cd0208daff585f32dde65a2



More information about the pld-cvs-commit mailing list