forked from pool/xpenguins
This commit is contained in:
commit
52dd050bb6
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
13
README.SuSE
Normal file
13
README.SuSE
Normal file
@ -0,0 +1,13 @@
|
||||
Drawing to the correct X window
|
||||
|
||||
A number of window managers and desktop environments place a big window
|
||||
over the root window, which programs such as XPenguins must draw to to be seen.
|
||||
Of the WMs and DEs that do this, XPenguins works with KDE 2.0 and 2.1,
|
||||
Nautilus, Enlightenment and a number of simple virtual window managers.
|
||||
On KDE 2.2.1+ you must enable the Support Programs in Desktop Window option
|
||||
under Control Center -> Look & Feel -> Desktop. Similarly in CDE you
|
||||
should set the backdrop of your workspace with the Style Manager to no-backdrop.
|
||||
|
||||
You can also use kroot wrapper for calling xpenguins.
|
||||
|
||||
Your SuSE team
|
31
xpenguins-2.2-typo.diff
Normal file
31
xpenguins-2.2-typo.diff
Normal file
@ -0,0 +1,31 @@
|
||||
--- src/main.c
|
||||
+++ src/main.c
|
||||
@@ -340,7 +340,7 @@
|
||||
break;
|
||||
}
|
||||
else if (xpenguins_verbose) {
|
||||
- fprintf(stderr, _("Interupt received: Exiting."));
|
||||
+ fprintf(stderr, _("Interrupt received: Exiting."));
|
||||
}
|
||||
ToonConfigure(TOON_EXITGRACEFULLY);
|
||||
xpenguins_set_number(0);
|
||||
--- xpenguins.1
|
||||
+++ xpenguins.1
|
||||
@@ -11,7 +11,7 @@
|
||||
screen, walk along the tops of your windows, up the side of your
|
||||
windows, levitate, skateboard, and do other similarly exciting
|
||||
things. Be careful when you move windows as the little guys squash
|
||||
-easily. If you send the program an interupt signal (such as by
|
||||
+easily. If you send the program an interrupt signal (such as by
|
||||
hitting Ctrl-C) they will burst.
|
||||
.I XPenguins
|
||||
is now themeable, so it is easy to select something else to animate
|
||||
@@ -86,7 +86,7 @@
|
||||
simultaneously.
|
||||
.TP 8
|
||||
.B "\-q, --quiet"
|
||||
-Suppress the exit message when an interupt is received.
|
||||
+Suppress the exit message when an interrupt is received.
|
||||
.TP 8
|
||||
.B "\-v, \-\-version"
|
||||
Print out the current version number and quit.
|
3
xpenguins-2.2.tar.bz2
Normal file
3
xpenguins-2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de4defd2302f248117cca5943abd541c4ad556c8b47cababc98f676a18f59936
|
||||
size 257086
|
12
xpenguins-stop.desktop
Normal file
12
xpenguins-stop.desktop
Normal file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Exec=killall xpenguins
|
||||
Type=Application
|
||||
Icon=xpenguins-stop
|
||||
Name=xpenguins-stop
|
||||
Name[cs]=xpenguins-stop
|
||||
Name[de]=xpenguins-stop
|
||||
Name[en]=xpenguins-stop
|
||||
Comment=stop small pinguins on the desktop
|
||||
Comment[cs]=Zastavit malé tučňáky na pracovní ploše
|
||||
Comment[en]=stop small pinguins on the desktop
|
3
xpenguins-stop.png
Normal file
3
xpenguins-stop.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42048dd911c2d6d40d396f27186d73244e6410130c87415e749660330105fd09
|
||||
size 1819
|
56
xpenguins.changes
Normal file
56
xpenguins.changes
Normal file
@ -0,0 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:43:22 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 11:29:20 CEST 2004 - sbrabec@suse.cz
|
||||
|
||||
- Fixed desktop files and added icons (#37252).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 23 15:11:16 CET 2004 - sbrabec@suse.cz
|
||||
|
||||
- Added desktop files (#33276).
|
||||
- Note about kroot in README.SuSE (#33276).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 19 15:30:30 CET 2004 - sbrabec@suse.cz
|
||||
|
||||
- Build with -fno-strict-aliasing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 10 18:37:25 CET 2004 - adrian@suse.de
|
||||
|
||||
- build as user
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 15:03:14 CET 2002 - postadal@suse.cz
|
||||
|
||||
- fixed typo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 26 12:55:50 CET 2001 - cihlar@suse.cz
|
||||
|
||||
- update to version 2.2:
|
||||
* The squish option: kill toons with your mouse
|
||||
* The themes Bill (images from XBill) and Big Penguins
|
||||
* The ability to run several themes simultaneously
|
||||
* Redraws erased desktop icons
|
||||
- added README.SuSE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 7 09:34:44 CEST 2001 - ro@suse.de
|
||||
|
||||
- added "-a" to automake
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 12:01:46 CEST 2001 - cihlar@suse.cz
|
||||
|
||||
- update to version 2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 11:17:06 CET 2001 - cihlar@suse.cz
|
||||
|
||||
- package created
|
||||
|
15
xpenguins.desktop
Normal file
15
xpenguins.desktop
Normal file
@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Exec=kroot xpenguins
|
||||
Type=Application
|
||||
Name=xpenguins
|
||||
Icon=xpenguins
|
||||
Name[cs]=xpenguins
|
||||
Name[de]=xpenguins
|
||||
Name[en]=xpenguins
|
||||
Name[hu]=xpenguins
|
||||
Comment=small pinguins on the desktop
|
||||
Comment[cs]=Malí tučňáci na pracovní ploše
|
||||
Comment[de]=Kleine Pinguine auf der Arbeitsfläche
|
||||
Comment[en]=small pinguins on the desktop
|
||||
Comment[hu]=kis pingvin a munkaasztalon
|
3
xpenguins.png
Normal file
3
xpenguins.png
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39648e46cde61c7ab31231ac9827fabf4f71a5066c4c94cad344738a6ff7f7bd
|
||||
size 941
|
104
xpenguins.spec
Normal file
104
xpenguins.spec
Normal file
@ -0,0 +1,104 @@
|
||||
#
|
||||
# spec file for package xpenguins (Version 2.2)
|
||||
#
|
||||
# Copyright (c) 2004 SuSE Linux AG, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: xpenguins
|
||||
BuildRequires: update-desktop-files xorg-x11-devel
|
||||
Version: 2.2
|
||||
Release: 623
|
||||
License: GPL
|
||||
Group: Amusements/Toys/Background
|
||||
Summary: cute little penguins that walk along the tops of your windows
|
||||
URL: http://xpenguins.seul.org/
|
||||
Source: xpenguins-%{version}.tar.bz2
|
||||
Source1: README.SuSE
|
||||
Source2: %name.desktop
|
||||
Source3: %name-stop.desktop
|
||||
Source4: %name.png
|
||||
Source5: %name-stop.png
|
||||
Patch: xpenguins-%{version}-typo.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This program animates a friendly family of penguins on your root
|
||||
window. They drop in from the top of the screen, walk along the tops of
|
||||
your windows, up the sides of your windows, up the side of the screen,
|
||||
and sometimes even levitate with their genetically-modified
|
||||
go-go-gadget 'copter ability.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Robin Hogan <R.J.Hogan@reading.ac.uk>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch
|
||||
cp %{S:1} %{S:4} %{S:5} .
|
||||
|
||||
%build
|
||||
%{suse_update_config -f}
|
||||
aclocal
|
||||
automake -a
|
||||
autoconf
|
||||
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
./configure --prefix=%{_prefix} \
|
||||
--mandir=%{_mandir}
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
|
||||
cp %name.png %name-stop.png $RPM_BUILD_ROOT/usr/share/pixmaps
|
||||
%suse_update_desktop_file -i %name Amusement
|
||||
%suse_update_desktop_file -i %name-stop Amusement
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README* AUTHORS COPYING ChangeLog
|
||||
%attr(755,root,root) %{_bindir}/xpenguins
|
||||
%doc %{_mandir}/man1/xpenguins.1*
|
||||
/usr/share/xpenguins
|
||||
/usr/share/pixmaps/*.png
|
||||
/usr/share/applications/*.desktop
|
||||
|
||||
%changelog -n xpenguins
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Tue Mar 30 2004 - sbrabec@suse.cz
|
||||
- Fixed desktop files and added icons (#37252).
|
||||
* Tue Mar 23 2004 - sbrabec@suse.cz
|
||||
- Added desktop files (#33276).
|
||||
- Note about kroot in README.SuSE (#33276).
|
||||
* Thu Feb 19 2004 - sbrabec@suse.cz
|
||||
- Build with -fno-strict-aliasing.
|
||||
* Sat Jan 10 2004 - adrian@suse.de
|
||||
- build as user
|
||||
* Tue Mar 12 2002 - postadal@suse.cz
|
||||
- fixed typo
|
||||
* Mon Nov 26 2001 - cihlar@suse.cz
|
||||
- update to version 2.2:
|
||||
* The squish option: kill toons with your mouse
|
||||
* The themes Bill (images from XBill) and Big Penguins
|
||||
* The ability to run several themes simultaneously
|
||||
* Redraws erased desktop icons
|
||||
- added README.SuSE
|
||||
* Fri Sep 07 2001 - ro@suse.de
|
||||
- added "-a" to automake
|
||||
* Fri Jun 15 2001 - cihlar@suse.cz
|
||||
- update to version 2.1
|
||||
* Fri Jan 26 2001 - cihlar@suse.cz
|
||||
- package created
|
Loading…
Reference in New Issue
Block a user