Commit Graph

1844 Commits

Author SHA1 Message Date
Leonid Pliushch 711c8e821b
mesa: add patch to fix linking errors on 32bit
ld: error: undefined symbol: __aeabi_uidivmod
>>> referenced by fakeglx.c
>>>               .libs/fakeglx.o:(Fake_glXWaitVideoSyncSGI)
>>> referenced by bufferobj.c
>>>               bufferobj.o:(buffer_page_commitment) in archive ../../../../src/mesa/.libs/libmesa.a
>>> referenced by bufferobj.c
>>>               bufferobj.o:(buffer_page_commitment) in archive ../../../../src/mesa/.libs/libmesa.a
>>> referenced 80 more times
2022-04-18 14:48:07 +05:30
Leonid Pliushch 6fe2a020bc
mesa: bump revision 2022-04-18 14:48:07 +05:30
Leonid Pliushch f060953a2c
qemu-system-x86-64: add patch for fixing MMU bug 2022-04-18 14:48:07 +05:30
Leonid Pliushch b5c84608b4
qt-creator: fix linking issues
Not a correct fix though...
2022-04-18 14:48:07 +05:30
Leonid Pliushch 1ddac61893
enable package: qt-creator 2022-04-18 14:48:06 +05:30
Leonid Pliushch 4a620712c6
enable package: otter-browser 2022-04-18 14:48:06 +05:30
Leonid Pliushch 5c7c3b5aa2
qt5-qtwebkit: disable i686 builds
ld: error: undefined symbol: __x86.get_pc_thunk.bx

Patches to fix this error and enable i686 builds are welcome.
2022-04-18 14:48:06 +05:30
Leonid Pliushch 6cbcf00a2c
enable package: qt5-qtwebkit 2022-04-18 14:48:06 +05:30
Leonid Pliushch dd0670a457
glew: update Makefile.patch
Do not run 'strip -x' on static libraries, use option '--strip-unneeded'
for shared instead of '-x' (--discard-all).
2022-04-18 14:48:06 +05:30
Leonid Pliushch 24c4c557fd
enable package: glew 2022-04-18 14:48:05 +05:30
Leonid Pliushch 6e87a680ad
milkytracker: don't hardcode version in source url
%ci:no-build
2022-04-18 14:48:05 +05:30
Yisus7u7 880111bfef
new package: mate-applet-brisk-menu (#488) 2022-04-18 14:48:05 +05:30
Yonle 8ebe8761c6
new package: milkytracker (#484) 2022-04-18 14:48:05 +05:30
Yaksh Bariya b8619bd618
Revbump packages dependent on libicu 2022-04-18 14:48:05 +05:30
Leonid Pliushch 6b005dc609
enable more qt5-dependent packages
%ci:no-build
2022-04-18 14:48:05 +05:30
Leonid Pliushch 387090d190
extra-cmake-modules: update to 5.87.0
%ci:no-build
2022-04-18 14:48:04 +05:30
Leonid Pliushch 1455972447
enable some qt5-dependent packages
%ci:no-build
2022-04-18 14:48:04 +05:30
Leonid Pliushch f6e69c60be
fix & enable package: qt5-qtbase
%ci:no-build
2022-04-18 14:48:04 +05:30
Leonid Pliushch 7b6e094fc9
polybar: bump revision 2022-04-18 14:48:04 +05:30
Leonid Pliushch 4fce9d5715
disable package: webkit2gtk
Can't find pthreads?

-- Looking for pthread.h
-- Looking for pthread.h - not found
CMake Error at /home/xeffyr/.termux-build/_cache/cmake-3.21.2/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
  /home/xeffyr/.termux-build/_cache/cmake-3.21.2/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /home/xeffyr/.termux-build/_cache/cmake-3.21.2/share/cmake-3.21/Modules/FindThreads.cmake:238 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  Source/cmake/WebKitFindPackage.cmake:105 (_find_package)
  Source/cmake/OptionsGTK.cmake:21 (find_package)
  Source/cmake/WebKitCommon.cmake:212 (include)
  CMakeLists.txt:16 (include)
2022-04-18 14:48:03 +05:30
Leonid Pliushch 6cff1c04fa
uget: build with -fcommon
%ci:no-build
2022-04-18 14:48:03 +05:30
Leonid Pliushch 86b47ee746
disable whole qt5 set due to issues with qt5-qtbase
Will check later what can be done with these packages...
2022-04-18 14:48:03 +05:30
Leonid Pliushch 4df90ddabc
galculator: build with -fcommon
%ci:no-build
2022-04-18 14:48:03 +05:30
Leonid Pliushch 5bde4d3490
chocolate-doom: build with -fcommon
%ci:no-build
2022-04-18 14:48:03 +05:30
Leonid Pliushch 3836894469
gtk3: explicitly set backend
%ci:no-build
2022-04-18 14:48:02 +05:30
Leonid Pliushch 5cf31a509a
menu-cache: build with -fcommon
%ci:no-build
2022-04-18 14:48:02 +05:30
Leonid Pliushch 9ddf91f717
x11vnc: build with -fcommon
%ci:no-build
2022-04-18 14:48:02 +05:30
Leonid Pliushch 02c7fde71b
xwayland: build with -fcommon -fPIC
%ci:no-build
2022-04-18 14:48:02 +05:30
Leonid Pliushch 1b018250e8
glew: disable package
Compilation failure on at least arm.

llvm-ar rv lib/libGLEW.a tmp/linux/default/static/glew.o
llvm-ar: warning: creating lib/libGLEW.a
llvm-strip -x lib/libGLEW.a
llvm-strip: error: 'lib/libGLEW.a': not stripping symbol '_glewExtensionLookup' because it is named in a relocation
make: *** [Makefile:115: lib/libGLEW.a] Error 1
make: *** Waiting for unfinished jobs....
2 warnings generated.

mesa-demos has been disabled as well because dependent on glew.

Someone need to look into this.

%ci:no-build
2022-04-18 14:48:02 +05:30
Leonid Pliushch e6ce53e703
freeglut: build with -fcommon
%ci:no-build
2022-04-18 14:48:02 +05:30
Leonid Pliushch a589488f47
xorg-server: build with -fcommon -fPIC
%ci:no-build
2022-04-18 14:48:01 +05:30
Leonid Pliushch e51e6ac3dc
mesa: don't rebuild package
Compilation failre and I don't know how to fix it.

%ci:no-build
2022-04-18 14:48:01 +05:30
Leonid Pliushch 134c26f8a0
xorg-server & xvfb: fix undefined variable error
%ci:no-build
2022-04-18 14:48:01 +05:30
Leonid Pliushch c106b88dec
papirus-icon-theme: speed up packaging 2022-04-18 14:48:01 +05:30
Leonid Pliushch 475061d354
mate-menus: depend on glib
%ci:no-build
2022-04-18 14:48:01 +05:30
Leonid Pliushch 7d58192c90
select all packages for rebuilding
Packages are going to be built and submitted manually.

%ci:no-build
2022-04-18 14:48:00 +05:30
gavrilovegor519 51f9b295bb
bochs: disable builds for arm (32bit) (#473) 2022-04-18 14:48:00 +05:30
Leonid Pliushch 4abbaedfbc
Revert "bochs: build with -DANDROID (#468)"
Reverting bochs to previous attempt to fix "bus error", this one seem to
not work.
2022-04-18 14:48:00 +05:30
gavrilovegor519 f2262d7e35
bochs: build with -DANDROID (#468) 2022-04-18 14:48:00 +05:30
Jia Yuan Lo fb652242ea
gl4es: add preliminary X11 support (#466) 2022-04-18 14:48:00 +05:30
Lucinda May Phipps 80cd1db16d
vim-gtk: update to 8.2.3500 2022-04-18 14:47:59 +05:30
Rafael Kitover 0288ef2dc2
Add package: picom 8.2.
This is currently the most actively maintained compositor for X11.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2022-04-18 14:47:59 +05:30
Henrik Grimler 95a6737e95
ki18n: fix build
Seems we need to depend on qt5-qtdeclarative and disable python
bindings (though the latter could probably be fixed somehow). Error
from python bindings was:

CMake Error at /data/data/com.termux/files/usr/share/ECM/find-modules/FindPythonModuleGeneration.cmake:170 (message):
  The max python version in PythonModuleGeneration must be updated.
Call Stack (most recent call first):
  src/CMakeLists.txt:63 (find_package)
2022-04-18 14:47:59 +05:30
Henrik Grimler f766e7ffd3
ki18n: bump package
Version 5.71.0-4 is missing from repo.
2022-04-18 14:47:59 +05:30
Leonid Pliushch 144d6e2c1a
fluent-icon-theme: fix typo in build.sh 2022-04-18 14:47:59 +05:30
Yisus7u7 ada54631a7
new packages: fluent-icon-theme and fluent-gtk-theme (#458) 2022-04-18 14:47:58 +05:30
xtkoba cf1b7c9c2b
bochs: avoid unaligned memory accesses for arm (#456) 2022-04-18 14:47:58 +05:30
Leonid Pliushch fc73b59354
vim-gtk: configure for python 3.10 2022-04-18 14:47:58 +05:30
Leonid Pliushch 2ce944d3be
vim-gtk: bump revision 2022-04-18 14:47:58 +05:30
Leonid Pliushch 553ef052d8
hexchat: bump revision 2022-04-18 14:47:57 +05:30
Leonid Pliushch 54dce85213
xfce4-panel-profiles: bump revision 2022-04-18 14:47:57 +05:30
Leonid Pliushch e481a429b9
restart builds 2022-04-18 14:47:57 +05:30
Lucy Phipps 9c7fe4d919
hexchat, ki18n, xfce4-panel-profiles: bump 2022-04-18 14:47:57 +05:30
Lucinda May Phipps 75429f1a50
vim-gtk: update checksum (oops) 2022-04-18 14:47:57 +05:30
Lucy Phipps 8cd0e91a05
vim-gtk: update to 8.2.3450 2022-04-18 14:47:57 +05:30
Leap of Azzam 936fe0f580
qemu: fix "audio: Unknown audio driver `pa'" error (#453) 2022-04-18 14:47:56 +05:30
marcusz c3514b2283
qemu: enable gtk display mode (#452) 2022-04-18 14:47:56 +05:30
Leonid Pliushch 4ab89e009c
wmaker: bump revision 2022-04-18 14:47:56 +05:30
Leonid Pliushch 8153156238
wmaker: bump revision
Shouldn't be necessary but check the GitHub Actions workflow for failure
in upload step.
2022-04-18 14:47:56 +05:30
Henrik Grimler 797a175924
wmaker: bump again to restart build 2022-04-18 14:47:56 +05:30
Henrik Grimler 2f9cb9839d
wmaker: bump again
To rebuild against updated imagemagick in the laster termux-packages
submodule. Truly fixes https://github.com/termux/x11-packages/issues/445.
2022-04-18 14:47:55 +05:30
Henrik Grimler 2cada2a14a
wmaker: bump to rebuild against updated imagemagick
Fixes https://github.com/termux/x11-packages/issues/445
2022-04-18 14:47:55 +05:30
ELWAER M d5ddd40bda
new package: tilda (#441) 2022-04-18 14:47:55 +05:30
marcusz 23f72eb2bd
new package: scrot (#440) 2022-04-18 14:47:55 +05:30
Wetitpig a1f4ba5038
xpdf: specify qt5-qtsvg as dependency (#435) 2022-04-18 14:47:55 +05:30
Leonid Pliushch c79b3e518f
debpac: fix build.sh 2022-04-18 14:47:55 +05:30
Yisus7u7 5ed69b0339
new package: debpac (#432) 2022-04-18 14:47:54 +05:30
Simeon Huang b0b825ee80
force linking libc++_shared for ClangTools, fixing #391 2022-04-18 14:47:54 +05:30
Simeon Huang b5570184b8
package qt5ct, closing #401 2022-04-18 14:47:54 +05:30
Leonid Pliushch f008404b31
enable package and bump: termux-x11 2022-04-18 14:47:54 +05:30
Leonid Pliushch 066e8c0dc8
xwayland, libwayland, libwayland-protocols: bump revision 2022-04-18 14:47:54 +05:30
Leonid Pliushch 9ae739fe9e
enable packages: xwayland, libwayland, libwayland-protocols 2022-04-18 14:47:53 +05:30
Leonid Pliushch fe9ff3eebe
qemu: update to 6.1.0 2022-04-18 14:47:53 +05:30
Leonid Pliushch 04bd8f6c65
emacs-x: specify that package conflicts with command-line-only version of emacs 2022-04-18 14:47:53 +05:30
Leonid Pliushch d5a1c06f10
enable package: emacs-x
Fixes https://github.com/termux/x11-packages/issues/251
2022-04-18 14:47:53 +05:30
Leonid Pliushch adf80396dd
lxappearace: switch upstream & fix packaging
Fixes https://github.com/termux/x11-packages/issues/424
2022-04-18 14:47:53 +05:30
Leonid Pliushch fafc3fa1ff
lxappearance: bump revision
Someone reported it is "not working". I can't tell whether this is true,
I haven't used it. Rebuilding it now with newer termux-packages
submodule, maybe dependency was an issue.

Someone will need to test it.
2022-04-18 14:47:52 +05:30
Leonid Pliushch 38307a4a7e
assign generic maintainer to packages where possible
Let @termux be assigned as package maintainer instead of me, just like
the most of Termux packages. I really don't use X11 package set so far.

%ci:no-build
2022-04-18 14:47:52 +05:30
Leonid Pliushch 0ad3f6ebac
some packages were moved to main repo 2022-04-18 14:47:52 +05:30
Leonid Pliushch 2e405a7c57
qemu-system-x86-64: bump revision 2022-04-18 14:47:52 +05:30
Leonid Pliushch 00ea1595e9
qemu: prevent possible crash when using security_model=mapped-file
When security_model=mapped-file is being used for VirtFS when accessing
shared storage or other file system that doesn't support chmod, an
assertion error may occur.
2022-04-18 14:47:51 +05:30
Leonid Pliushch 7b52b1d11c
qemu-system-x86-64: bump revision 2022-04-18 14:47:51 +05:30
Leonid Pliushch 748c37b343
st: disable tagged pointer checking
Doesn't fix issue completely.

Abort message: 'Scudo ERROR: misaligned pointer when deallocating address 0x006245ce8c98

https://github.com/termux/x11-packages/issues/407
2022-04-18 14:47:51 +05:30
Leonid Pliushch 5ae2ebcea7
sdl-ttf: fix undefined reference to ceilf 2022-04-18 14:47:51 +05:30
Leonid Pliushch a99c5ebbd7
sdl-ttf: depend on freetype 2022-04-18 14:47:51 +05:30
Leonid Pliushch f85f6e94a8
nxengine: omit settings.dat 2022-04-18 14:47:51 +05:30
Leonid Pliushch ac55494095
nxengine: install resources 2022-04-18 14:47:50 +05:30
Leonid Pliushch b40cf08ee9
nxengine: load resources from prefix/share/nxengine 2022-04-18 14:47:50 +05:30
Leonid Pliushch a828031c5d
new package: nxengine 2022-04-18 14:47:50 +05:30
Yonle ad59e9cf8f
x11vnc: depends on libcairo and libxcursor (#417) 2022-04-18 14:47:50 +05:30
LayaAchmad 7c27b50e65
new package: tint2 (#415) 2022-04-18 14:47:50 +05:30
Leonid Pliushch 62b7195d4b
glade: don't hardcode version in source url 2022-04-18 14:47:49 +05:30
Leonid Pliushch 6b5f6cb622
new package: glade 2022-04-18 14:47:49 +05:30
Yisus7u7 46c619a5d5
Rebuild lxappearance 2022-04-18 14:47:49 +05:30
Leonid Pliushch 2a0b65e7fa
rename package: libquazip --> quazip
Please do not prepend "lib" to package names if not necessary, i.e. it has
been splitted from tooling package. We prefer original package names. If
package has been named "quazip", it should have same name in our repository.
2022-04-18 14:47:49 +05:30
Yisus7u7 21a62fccd4
new package: libquazip (#413) 2022-04-18 14:47:49 +05:30
Rafael Kitover 1ff01373bd
Add package: xorg-xprop
Utility to print properties of X11 windows, most usefully WM_CLASS.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2022-04-18 14:47:49 +05:30
Rafael Kitover 6707905b61
Add package: xorg-xwininfo
This is a tiny utility from xorg to print X11 window information such as
geometry.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2022-04-18 14:47:48 +05:30
Rafael Kitover 14caba03d4
new package: devilspie
This is a user daemon utility that reads configuration files in lisp for
matching X11 windows and performing actions on them.

For example, I have this file:

~/.devilspie/undecorate.ds

With this contents:

(if (or (is (window_class) "qterminal") (is (window_class)
"Xfce4-terminal"))
	(undecorate)
)

With the daemon launched from my xstartup, when a window matching the
class "qterminal" or "Xfce4-terminal" is opened, it will remove window
manager decorations from it giving me a borderless window without a
title bar.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2022-04-18 14:47:48 +05:30
Leonid Pliushch d794384dc9
revert mate packages update
Need automake v1.16.2 but we have v1.16.1 in Docker image.
2022-04-18 14:47:48 +05:30