Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37571429
en ru br
ALT Linux repos
S:2.4-alt0.1
5.0: 2.4-alt0.1
4.1: 2.4-alt0.1
4.0: 2.4-alt0.1

Group :: Graphics
RPM: clipart-wp-png

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#TODO: disable all verifies for speed

Name: clipart-wp-png
Version: 2.4
Release: alt0.1

Summary: WP Clip Art Library
Summary(ru_RU.KOI8-R): Свободная коллекция изображений (WP Clip Art)

License: Public domain
Group: Graphics
Url: http://www.pcbypaul.com/wpclipart/

Packager: Vitaly Lipatov <lav at altlinux.ru>

%define oname wpclipart
%define clip_dir %_datadir/design/cliparts/wp

Source: http://www.ibiblio.org/abiclipart/downloads/%{oname}-%version.tar.bz2

BuildArch: noarch

%description
WP Clipart is an attempt to make a useful clipart package of public
domain images for use in word processors. Packages also include a
cross-platform viewer/editor written with Python/wxWidgets. It contains
about 6,300 pieces of non-transparent PNG clip art, which is exactly
what AbiWord prints and scales well. It has been optimized for use in
all word processors (scaled down, midtones expanded for inkjet print
quality, etc.) It is suitable for documents as well as Web graphics,
but also has business application (credit cards, promo graphics) and
educational uses (pictures of all US presidents, all country flags,
all US states, historical figures, and a sign language alphabet).

You can found demo preview at %url/browse.html page

%prep
%setup -q -n %{oname}-%version

%install
mkdir -p doc
find -name "*.txt" -print0 | xargs -0 -i'{}' cp {} ./doc
find -name "*.png" -print0 | xargs -0 -i'{}' install -D -m0644 "{}" "%buildroot%clip_dir/{}"

%files
%doc doc/*.txt
%clip_dir/

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin