Skip to content

Commit

Permalink
replace(x11/libportal-qt5 -> libportal-qt6)
Browse files Browse the repository at this point in the history
Part of #21946
  • Loading branch information
fornwall committed Oct 23, 2024
1 parent 844aa16 commit ad5649b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion x11-packages/libportal/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Flatpak portal library"
TERMUX_PKG_LICENSE="LGPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.8.1"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/flatpak/libportal/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=279cd848c41655964ea5109fd50ddf01ba414601d5265d1d16b8409ff54217f8
TERMUX_PKG_AUTO_UPDATE=true
Expand All @@ -14,7 +15,7 @@ TERMUX_PKG_DISABLE_GIR=false
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dbackend-gtk3=enabled
-Dbackend-gtk4=enabled
-Dbackend-qt5=enabled
-Dbackend-qt6=enabled
-Dintrospection=true
-Dvapi=true
-Ddocs=false
Expand Down
7 changes: 0 additions & 7 deletions x11-packages/libportal/libportal-qt5.subpackage.sh

This file was deleted.

7 changes: 7 additions & 0 deletions x11-packages/libportal/libportal-qt6.subpackage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
TERMUX_SUBPKG_INCLUDE="
include/libportal-qt6
lib/libportal-qt6.so
lib/pkgconfig/libportal-qt6.pc
"
TERMUX_SUBPKG_DESCRIPTION="libportal Qt6 backend"
TERMUX_SUBPKG_DEPENDS="libc++, qt6-qtbase"

0 comments on commit ad5649b

Please sign in to comment.