mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/kdelibs: use paxmark
diff --git a/testing/kdelibs/APKBUILD b/testing/kdelibs/APKBUILD index 41a0035..9035220 100644 --- a/testing/kdelibs/APKBUILD +++ b/testing/kdelibs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=kdelibs pkgver=4.13.3 -pkgrel=3 +pkgrel=4 pkgdesc="KDE base libraries" url="http://www.kde.org/" arch="all" @@ -16,7 +16,7 @@ depends_dev="phonon-dev polkit-qt-dev acl-dev attica-dev libxslt-dev openssl-dev bison flex-dev openexr-dev krb5-dev avahi-dev libxss-dev scrnsaverproto" -makedepends="$depends_dev cmake automoc4 paxctl" +makedepends="$depends_dev cmake automoc4 paxmark" install="" options="suid" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" @@ -68,7 +68,7 @@ build() { package() { cd "$_builddir"/build make DESTDIR="$pkgdir" install || return 1 - paxctl -c -mpes "$pkgdir"/usr/bin/kdeinit4 || return 1 + paxmark -mpes "$pkgdir"/usr/bin/kdeinit4 || return 1 } dev() {
This commit is contained in:
parent
d7864f9262
commit
6611062f49
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=kdelibs
|
||||
pkgver=4.13.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="KDE base libraries"
|
||||
url="http://www.kde.org/"
|
||||
arch="all"
|
||||
@ -16,7 +16,7 @@ depends_dev="phonon-dev polkit-qt-dev acl-dev attica-dev
|
||||
libxslt-dev openssl-dev bison flex-dev
|
||||
openexr-dev krb5-dev avahi-dev libxss-dev
|
||||
scrnsaverproto"
|
||||
makedepends="$depends_dev cmake automoc4 paxctl"
|
||||
makedepends="$depends_dev cmake automoc4 paxmark"
|
||||
install=""
|
||||
options="suid"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
@ -68,7 +68,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"/build
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
paxctl -c -mpes "$pkgdir"/usr/bin/kdeinit4 || return 1
|
||||
paxmark -mpes "$pkgdir"/usr/bin/kdeinit4 || return 1
|
||||
}
|
||||
|
||||
dev() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user