[packages/pantheon-terminal] new, version 0.1

glen glen at pld-linux.org
Thu Feb 7 00:08:39 CET 2013


commit 1ea91d654d5cc939d6c94d680cf483ca88caa82d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Feb 7 01:08:22 2013 +0200

    new, version 0.1

 pantheon-terminal.spec | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
---
diff --git a/pantheon-terminal.spec b/pantheon-terminal.spec
new file mode 100644
index 0000000..308f1ba
--- /dev/null
+++ b/pantheon-terminal.spec
@@ -0,0 +1,60 @@
+Summary:	Pantheon Terminal Emulator
+Name:		pantheon-terminal
+Version:	0.1
+Release:	0.1
+License:	GPL v3
+Group:		X11/Applications
+Source0:	https://launchpad.net/pantheon-terminal/0.x/0.1/+download/%{name}-%{version}.tar.gz
+# Source0-md5:	868c63b826ab7e03236297e15e6c2aa8
+URL:		https://launchpad.net/pantheon-terminal
+BuildRequires:	cmake
+BuildRequires:	glib2-devel
+BuildRequires:	granite-devel
+BuildRequires:	gtk+3-devel
+BuildRequires:	libnotify-devel
+BuildRequires:	pkgconfig
+BuildRequires:	vala >= 0.10.0
+BuildRequires:	vte-devel
+Requires:	desktop-file-utils
+Requires:	glib2 >= 1:2.26.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Pantheon Terminal (referred to simply as "Terminal" when installed) is
+a super lightweight, beautiful, and simple terminal. It's designed to
+be setup with sane defaults and little to no configuration. It's just
+a terminal, nothing more, nothing less.
+
+%prep
+%setup -qc
+
+%build
+install -d build
+cd build
+%cmake ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install -C build \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_desktop_database
+%glib_compile_schemas
+
+%postun
+%update_desktop_database
+%glib_compile_schemas
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/pantheon-terminal
+%{_desktopdir}/pantheon-terminal.desktop
+%{_datadir}/glib-2.0/schemas/org.elementary.pantheon-terminal.gschema.xml
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pantheon-terminal.git/commitdiff/1ea91d654d5cc939d6c94d680cf483ca88caa82d



More information about the pld-cvs-commit mailing list