Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/py-pylast: move to main and upgrade to 1.1.0 | Carlo Landmeter | 2015-04-10 | 1 | -40/+0 |
| | |||||
* | testing/mednafen: fix x86 build | Timo Teräs | 2015-04-10 | 2 | -5/+46 |
| | | | | don't use ebx in inline asm as it's unavailable in PIC build | ||||
* | testing/v8: use paxmark | Timo Teräs | 2015-04-10 | 1 | -3/+3 |
| | |||||
* | testing/uwsgi: use paxmark | Timo Teräs | 2015-04-10 | 1 | -3/+3 |
| | |||||
* | testing/qt-creator: use paxmark | Timo Teräs | 2015-04-10 | 1 | -3/+3 |
| | |||||
* | testing/py-tkinter: update python version and remove paxctl | Timo Teräs | 2015-04-10 | 1 | -5/+5 |
| | | | | it's not used in aport or the source package | ||||
* | testing/nginx-naxsi: upgrade to nginx 1.6.3 and use paxmark | Timo Teräs | 2015-04-10 | 1 | -6/+6 |
| | |||||
* | testing/kdepimlibs: rebuild against new ical | Timo Teräs | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | testing/mednafen: upgrade to 0.9.38.3 and use paxmark | Timo Teräs | 2015-04-10 | 2 | -20/+21 |
| | |||||
* | testing/kdelibs: use paxmark | Timo Teräs | 2015-04-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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() { | ||||
* | testing/kde-workspace: remove paxctl | Timo Teräs | 2015-04-10 | 1 | -2/+2 |
| | | | | it's not used in aport nor the source package | ||||
* | testing/iojs: upgrade to 1.6.4 and use paxmark | Timo Teräs | 2015-04-10 | 1 | -6/+6 |
| | |||||
* | testing/geary: upgrade to 0.10.0 and use paxmark | Timo Teräs | 2015-04-10 | 1 | -7/+7 |
| | |||||
* | testing/emacs-xorg: use paxmark | Timo Teräs | 2015-04-10 | 2 | -7/+7 |
| | |||||
* | testing/emacs: use paxmark | Timo Teräs | 2015-04-10 | 2 | -7/+7 |
| | |||||
* | testing/firefox: use paxmark | Timo Teräs | 2015-04-10 | 1 | -4/+4 |
| | |||||
* | testing/xfce4-sensors-plugin: new aport | Carlo Landmeter | 2015-04-09 | 1 | -0/+52 |
| | |||||
* | testing/*: remove libiconv-dev from makedepends | Natanael Copa | 2015-04-09 | 14 | -27/+24 |
| | |||||
* | testing/python3: add linux-headers to makedepends | Bartłomiej Piotrowski | 2015-04-09 | 1 | -2/+2 |
| | | | | | As headers were unavailable, some modules (such as sockets) were not build. | ||||
* | testing/stfl: upgrade to 0.24 | Natanael Copa | 2015-04-09 | 2 | -15/+24 |
| | |||||
* | main/xmlindent: moved from testing | Timo Teräs | 2015-04-09 | 1 | -40/+0 |
| | |||||
* | testing/oniguruma: new aport | Carlo Landmeter | 2015-04-09 | 1 | -0/+51 |
| | |||||
* | testing/asoundconf: new aport | Carlo Landmeter | 2015-04-08 | 1 | -0/+43 |
| | |||||
* | testing/python3: upgrade to 3.4.3 | Bartłomiej Piotrowski | 2015-04-08 | 1 | -13/+16 |
| | |||||
* | testing/tor: upgrade to 0.2.6.7 | Natanael Copa | 2015-04-08 | 1 | -4/+4 |
| | |||||
* | testing/newsbeuter: build fix. needs perl | Natanael Copa | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | testing/python3: bump pkgrel | Natanael Copa | 2015-04-08 | 1 | -1/+1 |
| | | | | so pbuilder pick up last python3 fix | ||||
* | testing/newsbeuter: new aport | Natanael Copa | 2015-04-08 | 1 | -0/+45 |
| | | | | | | | Configurable text-based feed reader http://newsbeuter.org/ fixes #1774 | ||||
* | Move pyconfig.h from python3-dev to python3 package | Vlad | 2015-04-08 | 1 | -0/+8 |
| | | | | | | | | | | | Here is the related commit in python (python2) package: https://github.com/alpinelinux/aports/commit/01a80be974d3c4034414bdfde057ca2ecd96601d The lack of `pyconfig.h` breaks distutils (`/usr/lib/python3.4/distutils/sysconfig.py`): ```bash $ pip3 install -U pip ``` Please, note that I have added suffix 'm' as since Python 3.2 it is configured with enabled `--with-pymalloc` option by default, which adds suffix 'm' (/usr/include/python3.4m/). | ||||
* | testing/libreoffice: upgrade to 4.4.2.2 | Natanael Copa | 2015-04-08 | 1 | -4/+4 |
| | |||||
* | testing/vlc-htsp-plugin: new aport | Carlo Landmeter | 2015-04-07 | 2 | -0/+57 |
| | |||||
* | testing/firefox: upgrade to 37.0.1 | Natanael Copa | 2015-04-06 | 1 | -4/+4 |
| | |||||
* | main/lua-mosquitto: move from testing | Natanael Copa | 2015-04-06 | 2 | -177/+0 |
| | |||||
* | testing/lua-mosquitto: add lua 5.3 support | Natanael Copa | 2015-04-06 | 2 | -6/+108 |
| | |||||
* | testing/tvheadend-git: new snapshot | Carlo Landmeter | 2015-04-04 | 1 | -20/+37 |
| | |||||
* | testing/xiphos: update to 4.0.1, add biblesync dependency | Isaac Dunham | 2015-04-04 | 1 | -6/+7 |
| | | | | A lot of gtk3 fixes, but also biblesync got split out. | ||||
* | testing/biblesync: build fix | Natanael Copa | 2015-04-04 | 1 | -2/+1 |
| | |||||
* | testing/biblesync: new aport | Isaac Dunham | 2015-04-04 | 1 | -0/+51 |
| | | | | | biblesync was the navigation/IPC part of Xiphos, but has now been split off into a public library. | ||||
* | testing/drupal7: new aport | Carlo Landmeter | 2015-04-03 | 1 | -0/+50 |
| | |||||
* | testing/lua-tar: new aport | Carlo Landmeter | 2015-04-02 | 2 | -0/+58 |
| | |||||
* | testing/libtar: new aport | Carlo Landmeter | 2015-04-02 | 6 | -0/+546 |
| | |||||
* | main/speedtest-cli: moved from main | Francesco Colista | 2015-04-02 | 1 | -31/+0 |
| | |||||
* | testing/speedtest-cli: upgrade to 0.3.2 | Francesco Colista | 2015-04-02 | 1 | -4/+4 |
| | |||||
* | main/lua5.3: move to main | Natanael Copa | 2015-04-01 | 3 | -245/+0 |
| | |||||
* | testing/lua-event: select lua version with install_if | Natanael Copa | 2015-04-01 | 1 | -2/+2 |
| | |||||
* | testing/lua-lyaml: new aport | Natanael Copa | 2015-04-01 | 1 | -0/+88 |
| | | | | | LibYAML binding for Lua https://github.com/gvvaughan/lyaml | ||||
* | testing/polygraph: needs zlib | Leonardo Arena | 2015-04-01 | 1 | -2/+2 |
| | |||||
* | testing/polygraph: new aport | Leonardo Arena | 2015-04-01 | 2 | -0/+130 |
| | | | | | | | | | | | | | | | | | Web Polygraph is a freely available performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries. Polygraph's features include: high-performance HTTP clients and servers realistic HTTP, FTP and SSL traffic generation HTTP and SOCKS5 proxy support, with chaining HTTP Basic, NTLM, Negotiate, and Kerberos proxy authentication LDAP-friendly generation of user credentials flexible content simulation ready-to-use standard workloads for benchmarking powerful domain-specific configuration language portable open-source implementation friendly commercial support | ||||
* | main/jbig2dec: moved from testing | Natanael Copa | 2015-04-01 | 1 | -45/+0 |
| | |||||
* | testing/postgresql-bdr-extension: enable all arch | Leonardo Arena | 2015-04-01 | 1 | -1/+1 |
| |