qt5ct: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:39 +00:00
parent 001eaefad8
commit 2a4a2260ae
4 changed files with 0 additions and 60 deletions

View File

@ -1,28 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/qt5ct
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/plugins/
drwxr-xr-x root/root usr/lib/qt5/plugins/platformthemes/
-rwxr-xr-x root/root usr/lib/qt5/plugins/platformthemes/libqt5ct.so
drwxr-xr-x root/root usr/lib/qt5/plugins/styles/
-rwxr-xr-x root/root usr/lib/qt5/plugins/styles/libqt5ct-style.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/qt5ct.desktop
drwxr-xr-x root/root usr/share/qt5ct/
drwxr-xr-x root/root usr/share/qt5ct/colors/
-rw-r--r-- root/root usr/share/qt5ct/colors/airy.conf
-rw-r--r-- root/root usr/share/qt5ct/colors/darker.conf
-rw-r--r-- root/root usr/share/qt5ct/colors/dusk.conf
-rw-r--r-- root/root usr/share/qt5ct/colors/ia_ora.conf
-rw-r--r-- root/root usr/share/qt5ct/colors/sand.conf
-rw-r--r-- root/root usr/share/qt5ct/colors/simple.conf
-rw-r--r-- root/root usr/share/qt5ct/colors/waves.conf
drwxr-xr-x root/root usr/share/qt5ct/qss/
-rw-r--r-- root/root usr/share/qt5ct/qss/fusion-fixes.qss
-rw-r--r-- root/root usr/share/qt5ct/qss/scrollbar-simple.qss
-rw-r--r-- root/root usr/share/qt5ct/qss/sliders-simple.qss
-rw-r--r-- root/root usr/share/qt5ct/qss/tooltip-simple.qss
-rw-r--r-- root/root usr/share/qt5ct/qss/traynotification-simple.qss

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35RYvqfEP50wvFfgSKQ1avNW6bPBSOZGSBIGChEns1wdOdnu2K9ojrTwKrVlB5ZQy0gyJLOp8IibryqZmdzqmA4=
SHA256 (Pkgfile) = b31bdb11d21a266c2621b42630489e3f9a0fe39c2f277f33b52464414723a13f
SHA256 (.footprint) = 25927ee37ccaa70d566fe8af7a5432277b7ec26151d6c6bcb842f3c8aaf912be
SHA256 (qt5ct-1.1.tar.bz2) = af77c4dbf7f9ba97fe0218648167395bca7bcb2b9c1886a9c98b1e343127ddd2

View File

@ -1,22 +0,0 @@
# Description: Qt5 Configuration Utility
# URL: https://sourceforge.net/projects/qt5ct/
# Maintainer: UNMAINTAINED
# Depends on: libpcre2 qt5 zstd
name=qt5ct
version=1.1
release=1
source=(https://downloads.sourceforge.net/project/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
qmake-qt5
make qmake_all
# remove default -pipe flag
sed -i 's/ -pipe / /' src/*/Makefile
make
make INSTALL_ROOT=$PKG install
}

View File

@ -1,5 +0,0 @@
README for qt5ct
NOTES
Add the following line to your profile if you don't use any DE:
export QT_QPA_PLATFORMTHEME="qt5ct"