Commit Graph

1579 Commits

Author SHA1 Message Date
Leonid Pliushch
4eff6c53b9
xfce4-calculator-plugin: remove intltool build-time dependency
It is not necessary to specify host build tools (installed by setup-ubuntu.sh) as build depends.
2022-04-18 14:46:57 +05:30
Leonid Pliushch
d97cbd4b17
xfce4-appfinder: remove intltool build time dependency
It is not necessary to specify host build tools (installed by setup-ubuntu.sh) as build depends.
2022-04-18 14:46:57 +05:30
Leonid Pliushch
6cfca8364d
xfce4-datetime-plugin: remove intltool from build depends because a host build tool
It is not necessary to specify host build tools (installed by setup-ubuntu.sh) as build depends.
2022-04-18 14:46:56 +05:30
suhan-paradkar
c76711d763
Add package:xfce4-panel-profiles 2022-04-18 14:46:56 +05:30
suhan-paradkar
ba9ca1b7a0
Add package:xfce4-mailwatch-plugin 2022-04-18 14:46:56 +05:30
suhan-paradkar
899d7e0a63
Add package:xfce4-datetime-plugin 2022-04-18 14:46:56 +05:30
suhan-paradkar
396262d6e7
Add package:xfce4-calculator-plugin 2022-04-18 14:46:56 +05:30
suhan-paradkar
ae3f6532b4
Update build.sh 2022-04-18 14:46:55 +05:30
suhan-paradkar
32f42483f5
Add package:xfce4-appfinder 2022-04-18 14:46:55 +05:30
Simeon Huang
56076a49ba
new package: qt-creator (#342) 2022-04-18 14:46:55 +05:30
Symeon Huang
ccc0ac2515
add featherpad package, a lightweight text editor 2022-04-18 14:46:55 +05:30
Simeon Huang
c896e77f42
fix otter-browser 3rd party paths 2022-04-18 14:46:55 +05:30
Simeon Huang
a5023da38f
Build Qt with glib and build GTK+ platform theme plugin (#331)
To use GTK+3 platform theme, install the new subpackage,

export QT_QPA_PLATFORMTHEME=gtk3
2022-04-18 14:46:54 +05:30
Suhan G Paradkar
e1b065b04a
new package: libmatekbd (#322) 2022-04-18 14:46:54 +05:30
Leonid Pliushch
6e17c96972
qtermwidget: never reference external variables in build.sh data fields 2022-04-18 14:46:54 +05:30
Leonid Pliushch
8524a7db20
qterminal: never reference external variables in build.sh data fields 2022-04-18 14:46:54 +05:30
Leonid Pliushch
488d0a0180
libqtxdg: never reference external variables in build.sh data fields 2022-04-18 14:46:54 +05:30
Leonid Pliushch
ef77e9f343
lxqt-build-tools: never reference external variables in build.sh data fields. 2022-04-18 14:46:53 +05:30
Leonid Pliushch
2e88c499c0
lxqt-build-tools: specify license file 2022-04-18 14:46:53 +05:30
Leonid Pliushch
a4b4fea7b3
qtermwidget: fix license 2022-04-18 14:46:53 +05:30
Leonid Pliushch
730166a519
lxqt-build-tools: fix license 2022-04-18 14:46:53 +05:30
Leonid Pliushch
d7b81bb6b5
qterminal: fix license 2022-04-18 14:46:53 +05:30
Leonid Pliushch
50cae036f3
lxqt-build-tools: build-depends --> depends 2022-04-18 14:46:53 +05:30
Leonid Pliushch
d88bbde94b
libqtxdg: fix hardcoded prefix in xdgdirs_termux_prefix.patch 2022-04-18 14:46:52 +05:30
Simeon Huang
be71daf83e
fix the fallback directories paths 2022-04-18 14:46:52 +05:30
Simeon Huang
c01d024769
add qtermwidget 2022-04-18 14:46:52 +05:30
Simeon Huang
3ce70490fa
package QTerminal 2022-04-18 14:46:52 +05:30
Simeon Huang
9fdf25373e
update lxqt build tools 2022-04-18 14:46:52 +05:30
Simeon Huang
e64b320abf
remove redundant cmake args 2022-04-18 14:46:51 +05:30
Simeon Huang
cd136ad3ed
add lxqt-build-tools and libqtxdg packages 2022-04-18 14:46:51 +05:30
Leonid Pliushch
003c4f036d
qt5-qtbase: fix hardcoded prefix in ssl_certificate_path.patch 2022-04-18 14:46:51 +05:30
Simeon Huang
78c7abfd51
fix ca certificate path issue on QtNetwork SSL 2022-04-18 14:46:51 +05:30
Simeon Huang
6d98000db1
Use postinst to fix the path references to Qt tools 2022-04-18 14:46:51 +05:30
Simeon Huang
ddc32d6e36
fix the references in cmake for qtdeclarative 2022-04-18 14:46:51 +05:30
Simeon Huang
28f852baaf
use system double conversion. fix cmake configs binary paths 2022-04-18 14:46:50 +05:30
Simeon Huang
aef2a1de3f
Enable gstreamer plugin for Qt multimedia module
The dirty patch is needed because pkg-config has been disabled by the
qtbase build currently.

Tested using example's video player playing webm and ogg video and audio
files. Working in XServer SDL
2022-04-18 14:46:50 +05:30
Simeon Huang
5783b43bc2
Use QtMultiMedia instead of GStreamer
Fewer features but it seems having better compatibility (e.g. HTML5Test.com)
Turn off gold linker so the linker uses the new DT_RUNPATH tags
2022-04-18 14:46:50 +05:30
Simeon Huang
ba4897e3f8
add otter-browser package using QtWebKit 2022-04-18 14:46:50 +05:30
Simeon Huang
b006a34682
Add QtWebKit package
Sampling profiler and WebKit 2 have to be disabled

Current issues (tested with the QtTestBrowser):
 - Video playback not working
 - No OpenGL, no WebGL (expected)

What's working: seemingly everything else
2022-04-18 14:46:50 +05:30
Simeon Huang
b7589659fc
add qtwebchannel module package 2022-04-18 14:46:49 +05:30
Simeon Huang
baed876c7e
add qtwebsockets module package 2022-04-18 14:46:49 +05:30
Simeon Huang
50c608041c
add qt5 qtsensors module 2022-04-18 14:46:49 +05:30
Simeon Huang
77b6db9696
add qt5 location module 2022-04-18 14:46:49 +05:30
Simeon Huang
c469cb2152
add Qt Quick Controls 2 package 2022-04-18 14:46:49 +05:30
Simeon Huang
6f87a9d706
add Qt Quick Controls (1) module 2022-04-18 14:46:49 +05:30
Leonid Pliushch
e95066fbc2
xorg-xmessage: bump revision 2022-04-18 14:46:48 +05:30
Leonid Pliushch
7838b3a003
plotutils: bump revision 2022-04-18 14:46:48 +05:30
Leonid Pliushch
5435a33954
xorg-xclock: bump revision 2022-04-18 14:46:48 +05:30
Leonid Pliushch
6f33e51d31
xorg-xcalc: bump revision 2022-04-18 14:46:48 +05:30
Suhan G Paradkar
16ad208c19
new packages: marco + libcanberra (#321) 2022-04-18 14:46:48 +05:30
Simeon Huang
eb05385906
use kde frameworks 5.71.0
this is the latest version that is compatible with Qt 5.12
2022-04-18 14:46:48 +05:30
Simeon Huang
4eab407a03
add kwindowsystem package 2022-04-18 14:46:47 +05:30
Simeon Huang
d23154f41c
add kguiaddons package 2022-04-18 14:46:47 +05:30
Simeon Huang
60939204f9
add kde's ECM package 2022-04-18 14:46:47 +05:30
Suhan G Paradkar
ec3365e240
new package: zenity (#316) 2022-04-18 14:46:47 +05:30
Leonid Pliushch
fdd543f299
specify qt cross tools as platform-dependent 2022-04-18 14:46:47 +05:30
Simeon Huang
5c2b0e5a62
fix the linguist host tools installation
this should now work with -I build pipeline.
qdoc build is now disabled due to configuration issues with libclang
host tools are also now fixed to be compiled and linked correctly
2022-04-18 14:46:46 +05:30
Simeon Huang
595d186f14
updates qtbase and qtdeclarative for host building (#313) 2022-04-18 14:46:46 +05:30
Simeon Huang
3faa0063f6
add qt xmlpatterns submodule packaging (#311) 2022-04-18 14:46:46 +05:30
Simeon Huang
9c8cde9f16
new package: qscintilla (#309) 2022-04-18 14:46:46 +05:30
Leonid Pliushch
6363fc065e
qt5-qtbase: bump revision 2022-04-18 14:46:46 +05:30
Leonid Pliushch
4776878582
qt5-qttools: bump revision 2022-04-18 14:46:46 +05:30
Leonid Pliushch
fda5cee898
chocolate-doom: bump revision 2022-04-18 14:46:45 +05:30
Leonid Pliushch
a969a8387b
qt5-qtbase: bump revision 2022-04-18 14:46:45 +05:30
Leonid Pliushch
86d78345db
qt5-qttools: bump revision 2022-04-18 14:46:45 +05:30
Leonid Pliushch
e9c62d0de6
chocolate-doom: bump revision 2022-04-18 14:46:45 +05:30
Simeon Huang
6fc9d963d5
disable unnamed temporary file to fix QTemporaryFile issue (#308) 2022-04-18 14:46:45 +05:30
marcusz
75aa831271
chocolate-doom: fix tmpdir path (#307) 2022-04-18 14:46:44 +05:30
Simeon Huang
4ed42043b7
add qt5-qttools package (assistant, linguist, designer, etc.) (#306) 2022-04-18 14:46:44 +05:30
Simeon Huang
803dedb8a3
add qt5-qtsvg qt dubmodule (#305) 2022-04-18 14:46:44 +05:30
Simeon Huang
a995fe6a42
use qt5-qtbase for qgit and remove qt5-base packages (#303) 2022-04-18 14:46:41 +05:30
Leonid Pliushch
cc67e0e0aa
qt5-qtmultimedia: bump revision 2022-04-18 14:46:25 +05:30
Leonid Pliushch
14e7f373b1
qt5-qtx11extras: bump revision 2022-04-18 14:46:24 +05:30
Leonid Pliushch
8361b2275f
qt5-qtdeclarative: bump revision 2022-04-18 14:46:24 +05:30
Leonid Pliushch
26a4b31d6e
chocolate-doom: bump revision 2022-04-18 14:46:24 +05:30
Simeon Huang
b5f581524a
add qtmultimedia submodule (version 5.12.10) (#304) 2022-04-18 14:46:24 +05:30
Simeon Huang
7446ec0afb
add qt5-qtx11extras submodule (version 5.12.10) (#299) 2022-04-18 14:46:24 +05:30
Simeon Huang
c73e1cea95
add qt5-qtdeclarative submodule (version 5.12.10) (#298) 2022-04-18 14:46:24 +05:30
marcusz
7de9cbfa3c
new package: chocolate-doom (#301) 2022-04-18 14:46:23 +05:30
Symeon Huang
1ff4022202
qmake-arm-linux-androideabi for 32-bit arm 2022-04-18 14:46:23 +05:30
Simeon Huang
49706cbec9
add a new package for qt-5.12.10 base submodule
Fix the weird crashing issues when using xcb platform
The cause was xinput (though root issue unknown yet).
configuring with `-no-xcb-xinput` fixes the issue
2022-04-18 14:46:23 +05:30
LeapofAzzam-backup
27ea21e763
new package: sdl2-net (#294) 2022-04-18 14:46:23 +05:30
Leonid Pliushch
826ea0a25c
libvte: bump epoch due downgrading 2022-04-18 14:46:22 +05:30
Leonid Pliushch
3b839d3cae
Revert "libvte: update to 0.64.0"
This reverts commit 4fc7eb7b71.
2022-04-18 14:45:58 +05:30
Leonid Pliushch
8e9e3793a3
polybar: update to 3.5.5 2022-04-18 14:45:57 +05:30
Leonid Pliushch
9eaddc714b
xrdp: update to 0.9.16 2022-04-18 14:45:57 +05:30
Leonid Pliushch
32e5a1ee6d
xorg-xkbcomp: update to 1.4.5 2022-04-18 14:45:57 +05:30
Leonid Pliushch
63621879ec
xorg-server-xvfb: update to 1.20.11 2022-04-18 14:45:57 +05:30
Leonid Pliushch
ee5da5be2c
xkeyboard-config: update to 2.32 2022-04-18 14:45:56 +05:30
Leonid Pliushch
4702d9cbaa
xfce4-settings: update to 4.16.1 2022-04-18 14:45:56 +05:30
Leonid Pliushch
ac1642e22d
xfce4-clipman-plugin: update to 1.6.2 2022-04-18 14:45:56 +05:30
Leonid Pliushch
592be5694a
vim-gtk: update to 8.2.2800 2022-04-18 14:45:56 +05:30
Leonid Pliushch
39deb0c5b1
thunar: update to 4.16.6 2022-04-18 14:45:56 +05:30
Leonid Pliushch
42787d264b
pidgin: update to 2.14.4 2022-04-18 14:45:55 +05:30
Leonid Pliushch
4fc7eb7b71
libvte: update to 0.64.0 2022-04-18 14:45:55 +05:30
Leonid Pliushch
e3bd28e3bd
mtpaint: update to 3.50.09 2022-04-18 14:45:55 +05:30
Leonid Pliushch
775a533117
libxkbcommon: update to 1.3.0 2022-04-18 14:45:55 +05:30
Leonid Pliushch
e7d5b16ff0
libxaw: update to 1.0.14 2022-04-18 14:45:55 +05:30
Leonid Pliushch
b138efbb2f
libepoxy: update to 1.5.7 2022-04-18 14:45:55 +05:30
Leonid Pliushch
89ed1696f9
garcon: update to 4.16.1 2022-04-18 14:45:54 +05:30