Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37606856
en ru br
Репозитории ALT
S:44-alt1
5.1: 0.0.5-alt1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: gitg

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: gitg
Version: 0.0.5
Release: alt1
Summary: is a git repository viewer targeting gtk+/GNOME

Group: Development/Other
License: GPL
URL: http://trac.novowork.com/gitg/

Source: %name-%version.tar
Patch0: gitg-desktop.patch
Packager: Vladimir Lettiev <crux at altlinux.ru>

BuildPreReq: rpm-build-gnome
BuildRequires: libgtk+2-devel libgio-devel libGConf-devel gnome-common intltool libgtksourceview-devel

%description
gitg is a git repository viewer targeting gtk+/GNOME. One of its main objectives is to provide a more unified user experience for git frontends across multiple desktops. It does this not be writing a cross-platform application, but by close collaboration with similar clients for other operating systems (like GitX for OS X).

gitg targets cases where it is useful to provide a graphical representation of git data or actions. The history view is a good example where graphical representation helps to get an overview of the repository. gitg does not aim to be an advanced tool which allows access to every feature of git through a graphical interface, it will however try to incorporate common actions which might require multiple actions on the command line (like staging, unstaging, reverting and committing).

%prep
%setup
%patch0 -p2

%build
./autogen.sh
%configure
%make_build

%install
make install DESTDIR=%buildroot
mkdir -p %buildroot%_liconsdir
mv %buildroot%_datadir/pixmaps/* %buildroot%_liconsdir
%find_lang %name

%files -f %name.lang
%gconf_schemasdir/%name.schemas
%_desktopdir/%name.desktop
%_datadir/%name
%_bindir/%name
%_man1dir/%{name}*
%_liconsdir/*
%doc AUTHORS COPYING MAINTAINERS NEWS README

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin