kde-gtk-config: set libexecdir

This commit is contained in:
Matt Housh 2024-03-19 23:58:30 -05:00
parent 40f9b8e2f6
commit 6c70554625
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
3 changed files with 6 additions and 6 deletions

View File

@ -4,11 +4,10 @@ drwxr-xr-x root/root usr/lib/gtk-3.0/
drwxr-xr-x root/root usr/lib/gtk-3.0/modules/
-rwxr-xr-x root/root usr/lib/gtk-3.0/modules/libcolorreload-gtk-module.so
-rwxr-xr-x root/root usr/lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so
-rwxr-xr-x root/root usr/lib/gtk3_preview
drwxr-xr-x root/root usr/lib/kconf_update_bin/
-rwxr-xr-x root/root usr/lib/kconf_update_bin/gtk_theme
-rwxr-xr-x root/root usr/lib/kconf_update_bin/remove_deprecated_gtk4_option
drwxr-xr-x root/root usr/lib/libexec/
-rwxr-xr-x root/root usr/lib/libexec/gtk3_preview
drwxr-xr-x root/root usr/lib/qt6/
drwxr-xr-x root/root usr/lib/qt6/plugins/
drwxr-xr-x root/root usr/lib/qt6/plugins/kf6/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3h6eMmhdGZF8Yhy9SwdcomplmNBQNGurpX9SkZqjFWJpGKtLPbMmnndsEYsPiKqDSwVwA0ROv3FikZR6owRMNQ4=
SHA256 (Pkgfile) = c24b0c41ab49aeb5c3892c8368547e6cda7efe45767f492a9c4745652d94999b
SHA256 (.footprint) = 2a98dcdfda566489e605aa4789463cb72492975295ea898d9f9fdf2d1d842f66
RWTGxEYrvi0p3oPexfEZ1ZO0012P2Gq2EYkuRdjHJE33hDsRMQri8zjmbBF6PiPQm8gN8/nayCEcqwWj1cK223cnTG0uTXoHaQM=
SHA256 (Pkgfile) = 33215d24bceb7b8fd3efc4c3ef3bf08a5272efd5ebbce5171eccd1c08abc149d
SHA256 (.footprint) = 24fa9d634a8725e2b8756c6574fce90afc00510901fc2205ce23522a6c0ae411
SHA256 (kde-gtk-config-6.0.2.tar.xz) = 884570500ced842f1e1c545edf6fdd5036673f83a7188644f8b9f761e2682f7e

View File

@ -5,13 +5,14 @@
name=kde-gtk-config
version=6.0.2
release=1
release=2
source=(https://download.kde.org/stable/plasma/$version/$name-$version.tar.xz)
build() {
cmake -S $name-$version -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_INSTALL_LIBEXECDIR=lib \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \