qingy: removed, unmaintained and doesn't built

This commit is contained in:
Tim Biermann 2020-06-17 21:40:22 +00:00
parent f8f0a2b487
commit 82a33a9a6b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 119 deletions

View File

@ -1,39 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/qingy/
drwxr-xr-x root/root etc/qingy/sessions/
-rw-r--r-- root/root etc/qingy/settings
-rw-r--r-- root/root etc/qingy/welcomes
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qingy/
drwxr-xr-x root/root usr/lib/qingy/screensavers/
-rwxr-xr-x root/root usr/lib/qingy/screensavers/photos.qss
-rwxr-xr-x root/root usr/lib/qingy/screensavers/pixel.qss
-rwxr-xr-x root/root usr/lib/qingy/screensavers/running_time.qss
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/qingy
-rwxr-xr-x root/root usr/sbin/qingy-DirectFB
-rwxr-xr-x root/root usr/sbin/qingy-reset-console
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/qingy.info (EMPTY)
drwxr-xr-x root/root usr/share/qingy/
drwxr-xr-x root/root usr/share/qingy/themes/
drwxr-xr-x root/root usr/share/qingy/themes/default/
-rw-r--r-- root/root usr/share/qingy/themes/default/Arrow.png
-rw-r--r-- root/root usr/share/qingy/themes/default/Hand.png
-rw-r--r-- root/root usr/share/qingy/themes/default/IBeam.png
-rw-r--r-- root/root usr/share/qingy/themes/default/background.jpg
-rw-r--r-- root/root usr/share/qingy/themes/default/decker.ttf
-rw-r--r-- root/root usr/share/qingy/themes/default/power_mouseover.png
-rw-r--r-- root/root usr/share/qingy/themes/default/power_normal.png
-rw-r--r-- root/root usr/share/qingy/themes/default/reset_mouseover.png
-rw-r--r-- root/root usr/share/qingy/themes/default/reset_normal.png
-rw-r--r-- root/root usr/share/qingy/themes/default/screensaver_mouseover.png
-rw-r--r-- root/root usr/share/qingy/themes/default/screensaver_normal.png
-rw-r--r-- root/root usr/share/qingy/themes/default/sleep_mouseover.png
-rw-r--r-- root/root usr/share/qingy/themes/default/sleep_normal.png
-rw-r--r-- root/root usr/share/qingy/themes/default/theme
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/misc/

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xrdrXAN4SJMCRBtpmQSFLNaPT8tGhoNV3to6RIsDl6C8EA2ZfVVNlYyqsFZ5OyrHOaZXrJJdZf2TjeB3C9PRwk=
SHA256 (Pkgfile) = 8d089e094bdceb9bdfbfd22d98a7d60060faade40a20c40fc7ca02167fb002e8
SHA256 (.footprint) = 86f80057395fcad43dd188a8a9f39fa67bcc8da44aa143638d92b27fc02018cf
SHA256 (qingy-1.0.0.tar.bz2) = de4b4b398d5ba81ab2544729864676a04ddc6ae818b357ee09a8770293740cd3

View File

@ -1,30 +0,0 @@
# Description: A graphical login manager for the vesa framebuffer.
# URL: http://qingy.sourceforge.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Johannes Winkelmann, jw@tks6.net
# Depends on: directfb, xorg-libxscrnsaver
name=qingy
version=1.0.0
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
install -d $PKG/var/lib/misc
./configure \
--prefix=/usr \
--disable-nls \
--enable-static-build \
--disable-pam \
--sysconfdir=/etc
make && make DESTDIR=$PKG install
#mkdir -p $PKG/usr/share/qingy/themes
#cp -r media/default $PKG/usr/share/qingy/themes
#rm -rf $PKG/{usr/share/info,etc/pam.d,usr/share/emacs,usr/info,etc}
rm -fr $PKG/{etc/pam.d,usr/info}
}

View File

@ -1,45 +0,0 @@
# $Id:
REMARKS:
Starting with version 0.5.0, qingy should work on NTPL enabled systems
again, given that you use a kernel newer than 2.6.7 (2.6.7 will _not_
work).
POST-INSTALL:
(quoting http://qingy.sourceforge.net/manual.php):
You also have to modify your /etc/inittab file. You should find in it a
section that goes like this:
# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:12345:respawn:/sbin/agetty 38400 tty2 linux
c3:12345:respawn:/sbin/agetty 38400 tty3 linux
c4:12345:respawn:/sbin/agetty 38400 tty4 linux
c5:12345:respawn:/sbin/agetty 38400 tty5 linux
c6:12345:respawn:/sbin/agetty 38400 tty6 linux
and modify it as follows:
# TERMINALS
c1:12345:respawn:/usr/sbin/qingy tty1
c2:12345:respawn:/usr/sbin/qingy tty2
c3:12345:respawn:/usr/sbin/qingy tty3
c4:12345:respawn:/usr/sbin/qingy tty4
c5:12345:respawn:/usr/sbin/qingy tty5
c6:12345:respawn:/sbin/agetty 38400 tty6 linux
After that you can either reboot your system or use the following
commands (as root):
init Q
killall agetty
where agetty is the name of your previous *getty. After this, either
logout or change terminal to see qingy in all it's glory!
I suggest you leave at least one terminal with your old *getty, so that
in case of problems or misconfiguration (remember that qingy is beta
software, so there may well be some bugs) you have at least one surely
working terminal.