aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* main/py-pylast: move to main and upgrade to 1.1.0Carlo Landmeter2015-04-101-40/+0
|
* testing/mednafen: fix x86 buildTimo Teräs2015-04-102-5/+46
| | | | don't use ebx in inline asm as it's unavailable in PIC build
* testing/v8: use paxmarkTimo Teräs2015-04-101-3/+3
|
* testing/uwsgi: use paxmarkTimo Teräs2015-04-101-3/+3
|
* testing/qt-creator: use paxmarkTimo Teräs2015-04-101-3/+3
|
* testing/py-tkinter: update python version and remove paxctlTimo Teräs2015-04-101-5/+5
| | | | it's not used in aport or the source package
* testing/nginx-naxsi: upgrade to nginx 1.6.3 and use paxmarkTimo Teräs2015-04-101-6/+6
|
* testing/kdepimlibs: rebuild against new icalTimo Teräs2015-04-101-1/+1
|
* testing/mednafen: upgrade to 0.9.38.3 and use paxmarkTimo Teräs2015-04-102-20/+21
|
* testing/kdelibs: use paxmarkTimo Teräs2015-04-101-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 paxctlTimo Teräs2015-04-101-2/+2
| | | | it's not used in aport nor the source package
* testing/iojs: upgrade to 1.6.4 and use paxmarkTimo Teräs2015-04-101-6/+6
|
* testing/geary: upgrade to 0.10.0 and use paxmarkTimo Teräs2015-04-101-7/+7
|
* testing/emacs-xorg: use paxmarkTimo Teräs2015-04-102-7/+7
|
* testing/emacs: use paxmarkTimo Teräs2015-04-102-7/+7
|
* testing/firefox: use paxmarkTimo Teräs2015-04-101-4/+4
|
* testing/xfce4-sensors-plugin: new aportCarlo Landmeter2015-04-091-0/+52
|
* testing/*: remove libiconv-dev from makedependsNatanael Copa2015-04-0914-27/+24
|
* testing/python3: add linux-headers to makedependsBartłomiej Piotrowski2015-04-091-2/+2
| | | | | As headers were unavailable, some modules (such as sockets) were not build.
* testing/stfl: upgrade to 0.24Natanael Copa2015-04-092-15/+24
|
* main/xmlindent: moved from testingTimo Teräs2015-04-091-40/+0
|
* testing/oniguruma: new aportCarlo Landmeter2015-04-091-0/+51
|
* testing/asoundconf: new aportCarlo Landmeter2015-04-081-0/+43
|
* testing/python3: upgrade to 3.4.3Bartłomiej Piotrowski2015-04-081-13/+16
|
* testing/tor: upgrade to 0.2.6.7Natanael Copa2015-04-081-4/+4
|
* testing/newsbeuter: build fix. needs perlNatanael Copa2015-04-081-1/+1
|
* testing/python3: bump pkgrelNatanael Copa2015-04-081-1/+1
| | | | so pbuilder pick up last python3 fix
* testing/newsbeuter: new aportNatanael Copa2015-04-081-0/+45
| | | | | | | Configurable text-based feed reader http://newsbeuter.org/ fixes #1774
* Move pyconfig.h from python3-dev to python3 packageVlad2015-04-081-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.2Natanael Copa2015-04-081-4/+4
|
* testing/vlc-htsp-plugin: new aportCarlo Landmeter2015-04-072-0/+57
|
* testing/firefox: upgrade to 37.0.1Natanael Copa2015-04-061-4/+4
|
* main/lua-mosquitto: move from testingNatanael Copa2015-04-062-177/+0
|
* testing/lua-mosquitto: add lua 5.3 supportNatanael Copa2015-04-062-6/+108
|
* testing/tvheadend-git: new snapshotCarlo Landmeter2015-04-041-20/+37
|
* testing/xiphos: update to 4.0.1, add biblesync dependencyIsaac Dunham2015-04-041-6/+7
| | | | A lot of gtk3 fixes, but also biblesync got split out.
* testing/biblesync: build fixNatanael Copa2015-04-041-2/+1
|
* testing/biblesync: new aportIsaac Dunham2015-04-041-0/+51
| | | | | biblesync was the navigation/IPC part of Xiphos, but has now been split off into a public library.
* testing/drupal7: new aportCarlo Landmeter2015-04-031-0/+50
|
* testing/lua-tar: new aportCarlo Landmeter2015-04-022-0/+58
|
* testing/libtar: new aportCarlo Landmeter2015-04-026-0/+546
|
* main/speedtest-cli: moved from mainFrancesco Colista2015-04-021-31/+0
|
* testing/speedtest-cli: upgrade to 0.3.2Francesco Colista2015-04-021-4/+4
|
* main/lua5.3: move to mainNatanael Copa2015-04-013-245/+0
|
* testing/lua-event: select lua version with install_ifNatanael Copa2015-04-011-2/+2
|
* testing/lua-lyaml: new aportNatanael Copa2015-04-011-0/+88
| | | | | LibYAML binding for Lua https://github.com/gvvaughan/lyaml
* testing/polygraph: needs zlibLeonardo Arena2015-04-011-2/+2
|
* testing/polygraph: new aportLeonardo Arena2015-04-012-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 testingNatanael Copa2015-04-011-45/+0
|
* testing/postgresql-bdr-extension: enable all archLeonardo Arena2015-04-011-1/+1
|