xdg-desktop-portal-kde: set libexecdir

This commit is contained in:
Matt Housh 2024-03-20 00:10:35 -05:00
parent 655c65644e
commit 279f83e573
Signed by: jaeger
GPG Key ID: F9DE89ED1BFADFD7
3 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,9 @@
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/libexec/
-rwxr-xr-x root/root usr/lib/libexec/xdg-desktop-portal-kde
drwxr-xr-x root/root usr/lib/systemd/ drwxr-xr-x root/root usr/lib/systemd/
drwxr-xr-x root/root usr/lib/systemd/user/ drwxr-xr-x root/root usr/lib/systemd/user/
-rw-r--r-- root/root usr/lib/systemd/user/plasma-xdg-desktop-portal-kde.service -rw-r--r-- root/root usr/lib/systemd/user/plasma-xdg-desktop-portal-kde.service
-rwxr-xr-x root/root usr/lib/xdg-desktop-portal-kde
drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/ drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/org.freedesktop.impl.portal.desktop.kde.desktop -rw-r--r-- root/root usr/share/applications/org.freedesktop.impl.portal.desktop.kde.desktop

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3uVNhBJqBtIBRbj/5BLX05cHpwmJ2oIdA/WYiZJjjBIW/65XeC/2/z57BSeg5eWAShh+wXWckC47c0diA1J8oQQ= RWTGxEYrvi0p3qQEjPKYBuVyj1Q97x+t4JhmUArSoExM6lobhv9f83Tv05eLDHLVcAoENutX0lgR0IjxN0cRikWjEYRwtIpqsQ4=
SHA256 (Pkgfile) = 0059be75f9aa760267e06ad0d5e6f421f5e6bc02e0fb2d8f6aa699c1254effd8 SHA256 (Pkgfile) = b3260490b81f22273263f87f7556889c4de5460cebd74bd8212c568c88516382
SHA256 (.footprint) = 91c55a0b3841c4eeddf650a3668197fe110e0c1d87dd419a4706d052b79935e9 SHA256 (.footprint) = 976506751f3f7a3f2bce5e95498b469010f7f8903e75709b3cb0525b63d948e8
SHA256 (xdg-desktop-portal-kde-6.0.2.tar.xz) = 2d7e63fcb02bfa357f325d900387456aee0193ea414b2ede98b1a159b520e765 SHA256 (xdg-desktop-portal-kde-6.0.2.tar.xz) = 2d7e63fcb02bfa357f325d900387456aee0193ea414b2ede98b1a159b520e765

View File

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