forked from ports/contrib
qingy: 0.9.1 -> 1.0.0
This commit is contained in:
parent
2249ec2828
commit
c192e8e3df
@ -1,26 +1,28 @@
|
||||
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/etc/
|
||||
drwxr-xr-x root/root usr/etc/qingy/
|
||||
drwxr-xr-x root/root usr/etc/qingy/sessions/
|
||||
-rwxr-xr-x root/root usr/etc/qingy/sessions/emacs
|
||||
-rw-r--r-- root/root usr/etc/qingy/settings
|
||||
-rw-r--r-- root/root usr/etc/qingy/welcomes
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/qingy/
|
||||
drwxr-xr-x root/root usr/lib/qingy/screensavers/
|
||||
-rw-r--r-- root/root usr/lib/qingy/screensavers/matr.ttf
|
||||
-rwxr-xr-x root/root usr/lib/qingy/screensavers/matrix.qss
|
||||
-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
|
||||
|
@ -1 +1 @@
|
||||
87e7d3a7b06365b193d3486d3b14ab06 qingy-0.9.1.tar.bz2
|
||||
1e0912655e240adfd0ce5ced30bbc685 qingy-1.0.0.tar.bz2
|
||||
|
@ -5,8 +5,8 @@
|
||||
# Depends on: directfb, xorg-libxscrnsaver
|
||||
|
||||
name=qingy
|
||||
version=0.9.1
|
||||
release=2
|
||||
version=1.0.0
|
||||
release=1
|
||||
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
@ -17,7 +17,8 @@ build() {
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--enable-static-build \
|
||||
--disable-pam
|
||||
--disable-pam \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make && make DESTDIR=$PKG install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user