Commit graph

61145 commits

Author SHA1 Message Date
Jürgen Buchmüller
a49b4ea596 lxqt-policykit: build style cmake handles -isystem 2017-01-15 12:24:32 +01:00
Jürgen Buchmüller
9c95cc5c0f lxqt-runner: build style cmake handles -isystem 2017-01-15 12:24:04 +01:00
Jürgen Buchmüller
bf9ad20587 kidletime: build style cmake handles -isystem 2017-01-15 12:23:25 +01:00
Jürgen Buchmüller
de4e225922 lxqt-openssh-askpass: build style cmake handles -isystem 2017-01-15 12:22:48 +01:00
Jürgen Buchmüller
c3ebedfe79 lxqt-sudo: build style cmake handles -isystem 2017-01-15 12:22:16 +01:00
Jürgen Buchmüller
065e314409 lxqt-powermanagement: build style cmake handles -isystem 2017-01-15 12:20:48 +01:00
Jürgen Buchmüller
cf6f7dd60b lxqt-panel: build style cmake handles -isystem 2017-01-15 12:20:16 +01:00
Jürgen Buchmüller
ba8c9d4660 liblxqt: build style cmake handles -isystem 2017-01-15 12:19:35 +01:00
Jürgen Buchmüller
141750ebc8 lxqt-session: build style cmake handles -isystem 2017-01-15 12:18:44 +01:00
Jürgen Buchmüller
5b70dbffda kwindowsystem: build style cmake handles -isystem 2017-01-15 12:17:32 +01:00
Jürgen Buchmüller
3291670bed gwenhywfar: fix cross for qt4 and qt5
Enable Qt4 and Qt5 bindings for all target architectures.
2017-01-15 12:09:30 +01:00
Alessio Sergi
2a4a269899 mpv: remove dependency on youtube-dl
Let the users decide which flavor of youtube-dl they want (youtube-dl or
python3-youtube-dl).
2017-01-15 11:53:42 +01:00
Alessio Sergi
f2dd908127 lollypop: youtube-dl -> python3-youtube-dl 2017-01-15 11:53:42 +01:00
Jürgen Buchmüller
cdf695d437 suil: fix cross 2017-01-15 11:27:14 +01:00
Andrea Brancaleoni
e693d46d4f python-CherryPy: update to 8.9.0. 2017-01-15 11:16:49 +01:00
Andrea Brancaleoni
becb7f6f81 git-cola: update to 2.10. 2017-01-15 11:16:49 +01:00
Jürgen Buchmüller
60f5a8597c lollypop: update to 0.9.226 2017-01-15 04:16:44 +01:00
Jürgen Buchmüller
245a63188b musl-fts: revbump for pkgconfigdir change 2017-01-15 04:10:25 +01:00
Jürgen Buchmüller
085638cd07 musl-obstack: set pkgconfigdir 2017-01-15 04:08:29 +01:00
Jürgen Buchmüller
59e5d428db musl-fts: update to 1.2.7 2017-01-15 04:06:30 +01:00
Jürgen Buchmüller
4313adf4a5 qmmp: update to 1.1.6 2017-01-15 03:26:26 +01:00
Jürgen Buchmüller
aa586706a0 qca: fix cross 2017-01-15 03:22:50 +01:00
Jürgen Buchmüller
4fcc043d55 libechonest: fix cross 2017-01-15 03:15:05 +01:00
Jürgen Buchmüller
a9f1767ef8 qjson: fix cross 2017-01-15 02:53:39 +01:00
Jürgen Buchmüller
8679124272 build-style cmake: replace -isystem with -I
Many packages depending on Qt5 or Qt4 and built with cmake
generate "flags.make" files with -isystem for include paths.
With gcc6 this results in e.g. "#include_next <stdlib.h>" giving
an error, because a -isystem /usr/include is in the wrong place.
The simple fix is to replace "-isystem" with just "-I".
2017-01-15 02:50:14 +01:00
Jürgen Buchmüller
a02fbf87b6 liblastfm: fix cross 2017-01-15 02:45:21 +01:00
Jürgen Buchmüller
35f8a03b47 hydrogen: fix cross 2017-01-15 02:29:39 +01:00
Jürgen Buchmüller
ead9141f43 Merge pull request #5544 from bra1nwave/youtube-dl
youtube-dl: update to 2017.01.14.
2017-01-15 02:21:10 +01:00
Jürgen Buchmüller
916f57520b Merge pull request #5549 from diogoleal/font-iosevka-1.10.4
font-iosevka: update to 1.10.4
2017-01-15 02:18:49 +01:00
Diogo Leal
87844fd4f7 font-iosevka: update to 1.10.4 2017-01-14 22:28:35 -02:00
Diogo Leal
feb762530b buku: update to 2.8 2017-01-14 19:03:33 -02:00
Jürgen Buchmüller
c598d26096 qt-webkit: enable cross
Closes #5537
2017-01-14 21:57:26 +01:00
Jürgen Buchmüller
467f39094c qt: cross build for desktop, not embedded 2017-01-14 21:53:52 +01:00
Alessio Sergi
362a899e11 python-PyOpenGL-accelerate: add python3 flavor, depend on numpy
Remove pycompile_module since there's nothing to byte-compile.
2017-01-14 21:24:53 +01:00
Alessio Sergi
3b1d035342 python-PyOpenGL: add python3 flavor
Note: some recommended dependencies may be needed, see
http://pyopengl.sourceforge.net/documentation/installation.html.
2017-01-14 21:24:53 +01:00
Jürgen Buchmüller
61c0cbb524 python3: fix python3-tkinter for mipsel-musl
The so filename is _tkinter.cpython-35m.so for mipsel-musl
2017-01-14 19:57:55 +01:00
Leah Neukirchen
cdfeeb9b48 linux4.9: add a few small patches for rpi3. 2017-01-14 19:44:55 +01:00
Leah Neukirchen
111a23b4c4 go: unbreak i686. 2017-01-14 19:41:22 +01:00
bra1nwave
d910750423 youtube-dl: update to 2017.01.14. 2017-01-14 19:40:51 +01:00
Leah Neukirchen
5b983302f4 New package: rpi3-firmware-20170113 2017-01-14 18:39:50 +01:00
Leah Neukirchen
db0fe6eb1c New package: rpi3-base-0.1 2017-01-14 18:39:50 +01:00
Leah Neukirchen
1c7f6a8120 sabnzbd: update to 1.2.0. 2017-01-14 18:39:50 +01:00
Leah Neukirchen
12be729195 linux: activate on aarch64. 2017-01-14 18:39:50 +01:00
Alessio Sergi
414979cb28 pcmanfm-qt: update to 0.11.3 2017-01-14 18:13:30 +01:00
Alessio Sergi
fc023563b0 lxqt-common: update to 0.11.2 2017-01-14 18:13:30 +01:00
Alessio Sergi
b602b212dd lxqt-build-tools: update to 0.3.2
This package is arch-independent now.
2017-01-14 18:13:30 +01:00
Andrea Brancaleoni
bde147e89a xpra: made it work under headless servers 2017-01-14 18:08:06 +01:00
Alessio Sergi
64ffd4d72c mate-themes: update to 3.20.15 2017-01-14 18:02:36 +01:00
Alessio Sergi
06a9be7f8a pelican: update to 3.7.1 2017-01-14 18:02:36 +01:00
Andrea Brancaleoni
f5276f32d9 python-PyOpenGL-accelerate: remove noarch=y, it creates .so binaries 2017-01-14 17:24:56 +01:00