diff --git a/qt-engines-bluecurve/.footprint b/qt-engines-bluecurve/.footprint deleted file mode 100644 index 8387c6ddb..000000000 --- a/qt-engines-bluecurve/.footprint +++ /dev/null @@ -1,13 +0,0 @@ -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 diff --git a/qt-engines-bluecurve/.md5sum b/qt-engines-bluecurve/.md5sum deleted file mode 100644 index e4ff5f706..000000000 --- a/qt-engines-bluecurve/.md5sum +++ /dev/null @@ -1 +0,0 @@ -cb579598c9ed988b87594f9aa68b7c3c qt-bluecurve-engine-0.122.tar.gz diff --git a/qt-engines-bluecurve/Pkgfile b/qt-engines-bluecurve/Pkgfile deleted file mode 100644 index 9fc7ed949..000000000 --- a/qt-engines-bluecurve/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: Bluecurve engine for qt -# URL: http://fedora.redhat.com -# Maintainer: Simone Rota, sip at crux dot nu -# Packager: Simone Rota, sip at crux dot nu -# 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 -} diff --git a/qt-engines-bluecurve/README b/qt-engines-bluecurve/README deleted file mode 100644 index 2e3b4b196..000000000 --- a/qt-engines-bluecurve/README +++ /dev/null @@ -1,13 +0,0 @@ -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.