roxterm 3.12.1-1 (znver1;aarch64;x86_64) 2023-17438
9999
Status | published | ||||||||||||
Submitter | rugyada [@T] gmail.com | ||||||||||||
Platform | rolling | ||||||||||||
Repository | unsupported | ||||||||||||
URL | https://abf.openmandriva.org/build_lists/330339 | ||||||||||||
Packages |
|
||||||||||||
Build Date | 2023-04-10 23:36:15 +0000 UTC | ||||||||||||
Last Updated | 2023-04-16 00:07:39.732762891 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary daaeaf12b652f4713b5fff9e79d06f3e3a6edc02 commit daaeaf12b652f4713b5fff9e79d06f3e3a6edc02 Author: mandian <mandian@users.noreply.github.com> AuthorDate: Sat Apr 8 21:36:02 2023 +0100 Commit: mandian <mandian@users.noreply.github.com> CommitDate: Sat Apr 8 21:36:02 2023 +0100 Initial release --- .abf.yml | 2 ++ roxterm.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .abf.yml create mode 100644 roxterm.spec diff --git a/.abf.yml b/.abf.yml new file mode 100644 index 0000000..91212c6 --- /dev/null +++ b/.abf.yml @@ -0,0 +1,2 @@ +sources: + roxterm-3.12.1.tar.gz: 34a4fc255108b279f788d07f552edce5715da273 diff --git a/roxterm.spec b/roxterm.spec new file mode 100644 index 0000000..b53d736 --- /dev/null +++ b/roxterm.spec @@ -0,0 +1,56 @@ +Summary: A highly configurable terminal emulator +Name: roxterm +Version: 3.12.1 +Release: 1 +License: GPLv2+ +Group: Terminals +URL: https://github.com/realh/roxterm +Source0: https://github.com/realh/roxterm/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: cmake ninja +BuildRequires: docbook-style-xsl +BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(vte-2.91) +BuildRequires: xsltproc + +%description +ROXTerm is a terminal emulator intended to provide similar features to +gnome-terminal, based on the same VTE library. It was originally designed +to have a smaller footprint and quicker start-up time by not using the +Gnome libraries and by using a separate applet to provide the configuration +GUI, but thanks to all the features it's acquired over the years ROXTerm +can probably now be accused of bloat. However, it is more configurable +than gnome-terminal and aimed more at "power" users who make heavy use +of terminals. + +It still supports the ROX desktop application layout it was named after, +but can also be installed in a more conventional manner for use in other +desktop environments. + +%files +%license COPYING +%doc AUTHORS README* docs +%{_bindir}/roxterm +%{_bindir}/roxterm-config +%{_datadir}/metainfo/roxterm.metainfo.xml +%{_datadir}/applications/roxterm.desktop +%{_datadir}/roxterm/ +%{_datadir}/icons/hicolor/scalable/apps/roxterm.svg +%{_mandir}/man1/roxterm*.1* + +#--------------------------------------------------------------------------- + +%prep +%autosetup + +%build +%cmake \ + -G Ninja +%ninja_build + +%install +%ninja_install -C build + +# fix docs +rm -fr %{buildroot}%{_docdir}/%{name}/{index.html,index.php,en,lib} +
Not Available
benbullard79 [@T] cox.net | No Comment. | 587d 22hrs |
benbullard79 [@T] cox.net | No Comment. | 587d 22hrs |