Projects
Extra
gentoo
gentoo.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gentoo.spec of Package gentoo
# # spec file for package gentoo # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: gentoo Version: 0.20.4 Release: 0 Summary: A light-weight, two-window file manager based on GTK+ License: GPL-2.0 Url: http://www.obsession.se/gentoo # ftp://ftp.obsession.se/gentoo/ Source: %{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png Source100: %{name}.changes BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes BuildRequires: update-desktop-files BuildRequires: pkgconfig(atk) BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.2.0 BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(pango) %description Gentoo is a modern, powerful, flexible, and utterly configurable file manager for UNIX systems, written using the GTK+ toolkit. It aims to be 100% graphically configurable; there's no need to edit config files by hand and then restart the application. gentoo is somewhat inspired in its look & feel by the classic Amiga program DirectoryOpus. Features: Some of gentoo's main features include: - Reasonably small and fast (written in C). - Direct graphical configuration of most main features. - A powerful file recognition system that allows you to configure how files of different types are listed (what colors and icons), and what happens when you doubleclick them (start image viewers, music players, etc). - Includes more than 120 original pixmap icons. - Native support for most file operations (copy, move, rename, makedir etc). - Free Software, licensed under the GNU General Public License. Author: ----------------- Emil Brink <emil@obsession.se> %prep %setup -q %build sed -i '/GTK_DISABLE_DEPRECATED/d' configure.ac #Fix installs translations in the basic directory structure pushd po mv ja{_JP.UTF-8,}.po mv ja{_JP.UTF-8,}.gmo mv ru{_RU.UTF-8,}.po mv ru{_RU.UTF-8,}.gmo rm -f ru_RU.*.{po,gmo} sed -i 's/ru_RU.*/ru/g;s/_JP.UTF-8//' LINGUAS popd autoreconf -fiv CFLAGS='%optflags -Wno-deprecated-declarations -std=gnu11' %configure export AM_CFLAGS='%optflags -Wno-deprecated-declarations -std=gnu11' %make_build %install %make_install install -D -m 0644 docs/gentoo.1x %{buildroot}%{_mandir}/man1/gentoo.1 install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png rm -rfv docs/gentoo.1x docs/scratch %suse_update_desktop_file %{name} %find_lang %{name} %fdupes %{buildroot} %files -f %{name}.lang %license COPYING %doc docs/* BUGS CONFIG-CHANGES README NEWS %config(noreplace) %{_sysconfdir}/gentoogtkrc %config(noreplace) %{_sysconfdir}/gentoorc %{_bindir}/%{name} %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/icons %{_datadir}/%{name}/icons/* %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_mandir}/man1/gentoo.1* %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.