qt-engines-bluecurve: initial import
This commit is contained in:
parent
7739715278
commit
f9093ec45e
13
qt-engines-bluecurve/.footprint
Normal file
13
qt-engines-bluecurve/.footprint
Normal file
@ -0,0 +1,13 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/qt/
|
||||
drwxr-xr-x root/root usr/lib/qt/plugins/
|
||||
drwxr-xr-x root/root usr/lib/qt/plugins/styles/
|
||||
-rw-r--r-- root/root usr/lib/qt/plugins/styles/bluecurve.a
|
||||
-rwxr-xr-x root/root usr/lib/qt/plugins/styles/bluecurve.la
|
||||
-rwxr-xr-x root/root usr/lib/qt/plugins/styles/bluecurve.so
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/qt/
|
||||
drwxr-xr-x root/root usr/share/qt/etc/
|
||||
drwxr-xr-x root/root usr/share/qt/etc/settings/
|
||||
-rw-r--r-- root/root usr/share/qt/etc/settings/qtrc
|
1
qt-engines-bluecurve/.md5sum
Normal file
1
qt-engines-bluecurve/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
cb579598c9ed988b87594f9aa68b7c3c qt-bluecurve-engine-0.122.tar.gz
|
17
qt-engines-bluecurve/Pkgfile
Normal file
17
qt-engines-bluecurve/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Bluecurve engine for qt
|
||||
# URL: http://fedora.redhat.com
|
||||
# Maintainer: Simone Rota, sip at varlock dot com
|
||||
# Packager: Simone Rota, sip at varlock dot com
|
||||
# Depends on: qt3
|
||||
|
||||
name=qt-engines-bluecurve
|
||||
version=0.122
|
||||
release=1
|
||||
source=(http://www.varlock.com/files/qt-bluecurve-engine-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd qt-bluecurve-engine-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
13
qt-engines-bluecurve/README
Normal file
13
qt-engines-bluecurve/README
Normal file
@ -0,0 +1,13 @@
|
||||
README file for qt-bluecurve-engine
|
||||
|
||||
This port is primary intended as a simple way to install
|
||||
the QT bluecurve style for systems without kde.
|
||||
|
||||
post-install:
|
||||
execute qtconfig as a user and add '/usr/lib/qt/plugins'
|
||||
to the library path. Save and Exit, re-run qtconfig
|
||||
and the bluecurve style should be available.
|
||||
|
||||
You may want to delete your previous ~/.qt/ dir BEFORE
|
||||
this operation to let the default bluecurve colors take
|
||||
effect.
|
Loading…
x
Reference in New Issue
Block a user