Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37531883
en ru br
Репозитории ALT
S:2023.04.02-alt1
5.1: 2009.06.28-alt1
4.1: 2008.03.01-alt1
4.0: 2006.10.21-alt0
www.altlinux.org/Changes

Группа :: Графика
Пакет: tuxpaint-stamps

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

Name: tuxpaint-stamps
Version: 2022.06.04
Release: alt1

Summary: This is a collection of 'rubber stamp' images for Tux Paint
Summary(ru_RU.UTF8): п п╬п╩п╣п╨я├п╦я▐ п╦п╥п╬п╠я─п╟п╤п╣п╫п╦п╧ 'я┬я┌п╟п╪п©п╬п╡' п╢п╩я▐ п©я─п╬пЁя─п╟п╪п╪я▀ Tux Paint
License: GPL-2.0
Group: Graphics

Url: http://www.tuxpaint.org
Source: %name-%version.tar.gz

BuildRequires: gettext-tools
Requires: tuxpaint

BuildArch: noarch

%description
This is a collection of 'rubber stamp' images for Tux Paint.
Tux Paint - A simple drawing program for children.

%description -l ru_RU.UTF8
п п╬п╩п╩п╣п╨я├п╦я▐ п╦п╥п╬п╠я─п╟п╤п╣п╫п╦п╧ 'я┬я┌п╟п╪п©п╬п╡' п╢п╩я▐ п©я─п╬пЁя─п╟п╪п╪я▀ "Tux Paint"
"Tux Paint" я▐п╡п╩я▐п╣я┌я│я▐ п╢п╣я┌я│п╨п╬п╧ п©я─п╬пЁя─п╟п╪п╪п╬п╧ п╢п╩я▐ я─п╦я│п╬п╡п╟п╫п╦я▐.

%prep
%setup

%build
# Compile locales by hand.
pushd po
   for f in *.po; do
       t=${f#%name-}
       msgfmt -v -o "${t%%.po}.mo" "$f"
   done
popd

%install
install -d %buildroot%_datadir/tuxpaint/stamps
make install-all PREFIX=%buildroot%_prefix

# Install locales by hand.

pushd po
   for f in *.mo; do
       install -pD -m644 "$f" "%buildroot%_datadir/locale/${f%%.mo}/LC_MESSAGES/%name.mo"
   done
popd

# License is bad on this file, Creative Commons Sampling Plus 1.0 is non-free.

rm -rf %buildroot%_datadir/tuxpaint/stamps/vehicles/emergency/firetruck.ogg

%find_lang %name

%files -f %name.lang
%doc docs/*.txt
%_datadir/tuxpaint/stamps/*

%changelog

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

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