mirror of
https://github.com/mac-a-r0ni/lxqt.git
synced 2025-01-15 11:12:20 +01:00
libfm-qt5, libqt5xdg, lxqt-build-tools-qt5, lxqt-qt5plugin: remove
These don't need to exist as all modules are now qt6-based.
This commit is contained in:
parent
f8279b8a2f
commit
bffbf57dcd
@ -1,27 +0,0 @@
|
||||
# Description: Core library of PCManFM-Qt (Qt binding for libfm
|
||||
# URL: https://github.com/lxqt/libfm-qt
|
||||
# Maintainer: Jay Lanagan, j at lngn dot net
|
||||
# Depends on: lxqt-build-tools-qt5 libexif lxqt-menu-data menu-cache qt5
|
||||
# Optional: gnome-keyring keepassxc kwallet
|
||||
|
||||
name=libfm-qt5
|
||||
version=1.4.0
|
||||
release=1
|
||||
|
||||
source=(https://github.com/lxqt/libfm-qt/releases/download/$version/libfm-qt-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
cmake "$SRC/libfm-qt-$version" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-Wno-dev
|
||||
make
|
||||
|
||||
make DESTDIR="$PKG" install
|
||||
|
||||
rm -rf $PKG/usr/share/libfm-qt/translations
|
||||
}
|
@ -1,27 +0,0 @@
|
||||
# Description: Library providing freedesktop.org XDG specs implementations for Qt5
|
||||
# URL: https://github.com/lxqt/libqtxdg
|
||||
# Maintainer: Jay Lanagan, j at lngn dot net
|
||||
# Depends on: xorg-libsm xorg-libxkb
|
||||
|
||||
name=libqt5xdg
|
||||
version=3.12.0
|
||||
release=1
|
||||
|
||||
source=(https://github.com/lxqt/libqtxdg/archive/$version/libqtxdg-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake "$SRC/libqtxdg-$version" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-Wno-dev
|
||||
|
||||
make
|
||||
|
||||
make DESTDIR="$PKG" install
|
||||
|
||||
# we only want the files from the main libqtxdg package
|
||||
rm -rf $PKG/etc
|
||||
}
|
@ -1,41 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/lxqt-transupdate
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/cmake/
|
||||
drwxr-xr-x root/root usr/share/cmake/lxqt-build-tools/
|
||||
drwxr-xr-x root/root usr/share/cmake/lxqt-build-tools/find-modules/
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindClazy.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindExif.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindFontconfig.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindGLIB.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindMenuCache.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindUDev.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXCB.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXKBCommon.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXTerm.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgEmail.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgMime.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgOpen.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgScreensaver.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgSettings.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/find-modules/FindXdgUserDirs.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/lxqt-build-tools-config-version.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake
|
||||
drwxr-xr-x root/root usr/share/cmake/lxqt-build-tools/modules/
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/ECMFindModuleHelpers.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtAppTranslationLoader.cpp.in
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtCompilerSettings.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtConfigVars.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtCreatePkgConfigFile.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtCreatePortableHeaders.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtLibTranslationLoader.cpp.in
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtPluginTranslationLoader.cpp.in
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtPreventInSourceBuilds.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtTranslate.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtTranslateDesktop.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtTranslateDesktopYaml.pl
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtTranslateTs.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/LXQtTranslationLoader.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/Qt5TranslationLoader.cmake
|
||||
-rw-r--r-- root/root usr/share/cmake/lxqt-build-tools/modules/Qt5TranslationLoader.cpp.in
|
@ -1,23 +0,0 @@
|
||||
# Description: Various packaging tools and scripts for LXQt applications
|
||||
# URL: https://github.com/lxqt/lxqt-build-tools
|
||||
# Maintainer: Jay Lanagan, j at lngn dot net
|
||||
# Depends on: qt5-tools git
|
||||
|
||||
name=lxqt-build-tools-qt5
|
||||
version=0.13.0
|
||||
release=1
|
||||
|
||||
source=(https://github.com/lxqt/lxqt-build-tools/releases/download/$version/lxqt-build-tools-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake "$SRC/lxqt-build-tools-$version" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-Wno-dev
|
||||
|
||||
make
|
||||
|
||||
make DESTDIR="$PKG" install
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
# Description: LXQt platform integration for Qt.
|
||||
# URL: https://github.com/lxqt/lxqt-qtplugin
|
||||
# Maintainer: Jay Lanagan, j at lngn dot net
|
||||
# Depends on: libdbusmenu-lxqt libqt5xdg lxqt-build-tools-qt5 libfm-qt5 qt5
|
||||
|
||||
name=lxqt-qt5plugin
|
||||
version=1.4.1
|
||||
release=1
|
||||
|
||||
source=(https://github.com/lxqt/lxqt-qtplugin/releases/download/$version/lxqt-qtplugin-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake "$SRC/lxqt-qtplugin-$version" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-Wno-dev
|
||||
make
|
||||
|
||||
make DESTDIR="$PKG" install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user