Commit Graph

20829 Commits

Author SHA1 Message Date
Yaksh Bariya
3092819427
Merge branch 'monorepo'
Keep termux-root-packages and x11-packages build recipes in
termux-packages as well.  There's not really any reason to keep the
"official" repositories separated, since the same maintainers tend to
work on all of them. Note that only git repositories are merged, the
packages eill continue to stay in separate apt repos.

Changed packages from each repo/folder are parsed one after the other.

A new 'repo.json' file is added which contains packages recipe directory
and it's respective apt repo it bwlongs to in a key value format. jq is
also being installed now on the docker image in order to bw able to
parse the json file.
2022-04-19 13:34:02 +05:30
Termux Github Actions
fe3e454769 neovim-nightly: update to 0.8.0-dev+12-g147cc60d2
This commit has been automatically submitted by Github Actions.
2022-04-19 06:16:50 +00:00
Yaksh Bariya
2a8b799ab6
qt5-base remove from x11 repo
Somehow git am did not removee this file. It also told me to fix things on the commit, but I did not do it properly. Thanks to @agnostic-apollo for noticing this
2022-04-19 08:27:36 +05:30
Yaksh Bariya
d41ad97af5
ci: fix uploads 2022-04-19 07:19:39 +05:30
Yaksh Bariya
b54abb6732
also install jq inside docker container 2022-04-19 07:19:39 +05:30
Yaksh Bariya
66af228cfe
scripts/lint-packages.sh: adapt to new repository structure 2022-04-19 07:19:39 +05:30
Yaksh Bariya
98fff5b520
Fix generation of built_$repo_packages.txt 2022-04-19 07:19:28 +05:30
Termux Github Actions
4670ce7a03 radare2: update to 5.6.8
This commit has been automatically submitted by Github Actions.
2022-04-19 00:30:58 +00:00
Termux Github Actions
bed5e32e2d hugo: update to 0.97.3
This commit has been automatically submitted by Github Actions.
2022-04-19 00:26:32 +00:00
Yaksh Bariya
7669ea0e3b
ci: fix variables 2022-04-18 15:29:38 +05:30
Yaksh Bariya
1b8ab728e0
ci: fix generate build artifact step 2022-04-18 15:08:31 +05:30
Yaksh Bariya
681d108453
ci: do not use local keyword for declaring variables 2022-04-18 14:57:35 +05:30
T o x i c
88324ad4fe
kermit: update to 3.7 2022-04-18 14:51:13 +05:30
Henrik Grimler
1b24b43e44
qt5-qtwebkit: bump after libicu update 2022-04-18 14:51:12 +05:30
Henrik Grimler
04d9d0adf0
Bump all packages depending on libicu after libicu update (#759)
* Update termux-packages submodule

* libvte: bump after libicu update

* openttd: bump after libicu update

* qt5-qtbase: bump after libicu update

* webkit2gtk: bump after libicu update

* otter-browser: bump after libicu update

And explicitly add libicu to list of dependencies.
2022-04-18 14:51:12 +05:30
Yaksh Bariya
9313049bf2
rebuild mesa: missing from repo 2022-04-18 14:51:12 +05:30
Yaksh Bariya
cef9e6be6c
rebuild all packages dependent on libicu 2022-04-18 14:51:12 +05:30
marcusz
758b53748f
xfce4-session: fix issue that prevents startxfce4 from starting
This commit should fix issue when startxfce4 doesn't detect a DISPLAY
variable and exits non-zero code, fixes #734
2022-04-18 14:51:12 +05:30
Tee KOBAYASHI
475ded7195
mesa: Revert hack for libandroid-shmem
which is no longer necessary after `libandroid-shmem` update.

Effectively reverts commit 671b39bc2c.

%ci:no-build
2022-04-18 14:50:31 +05:30
Tee KOBAYASHI
40a3dfa14d
emacs-x: Update to 28.1 2022-04-18 14:50:31 +05:30
Tee KOBAYASHI
c26d36eb33
vim-gtk: Update to 8.2.4650 2022-04-18 14:50:31 +05:30
Yisus7u7
10a2e564a7
new package: synaptic (#732) 2022-04-18 14:50:30 +05:30
Tee KOBAYASHI
a30a6e73c5
webkit2gtk: Re-enable and update to 2.32.4 2022-04-18 14:50:30 +05:30
Tee KOBAYASHI
f830a48ccd
tigervnc: Link against compiler-rt builtins 2022-04-18 14:50:30 +05:30
Yonle
7d2ce5f0d9
Packages: Fix hardcoded Termux prefix (#733)
%ci:no-build
2022-04-18 14:50:30 +05:30
T o x i c
269ac767d9
new package: oshu (#728) 2022-04-18 14:50:30 +05:30
Yisus7u7
dc18d6cd77
add package: lxqt-composer-settings (#702) 2022-04-18 14:50:29 +05:30
Yonle
d3eaf49f84
- New Package: tinyemu - tinyemu patchfile: Fix & disable 128bit - fixup: improve patch file organisation Move time_nsec definition fixes and Makefile changes to separate patch files 2022-04-18 14:50:29 +05:30
Henrik Grimler
c306f6574a
libqtxdg: fix build with latest cmake and/or glib
Previously failed to find gio or gio-unix:

-- Checking for module 'glib-2.0'
--   Found glib-2.0, version 2.72.0
-- Checking for module 'gio-unix-2.0'
--   Found gio-unix-2.0, version 2.72.0
CMake Error at /home/builder/.termux-build/_cache/cmake-3.23.0/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find GLIB (missing: GLIB_GIO_UNIX_INCLUDE_DIR) (found suitable
  version "2.72.0", minimum required is "2.41.0")
Call Stack (most recent call first):
  /home/builder/.termux-build/_cache/cmake-3.23.0/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /data/data/com.termux/files/usr/share/cmake/lxqt-build-tools/find-modules/FindGLIB.cmake:113 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:26 (find_package)
2022-04-18 14:50:29 +05:30
NoNameMan1231
5fe300628f
Polybar:Updated to v3.6.1
Signed-off-by: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com>
2022-04-18 14:50:29 +05:30
Yisus7u7
c8f78f1472
add packages: adwaita-qt and gnome-themes-extra 2022-04-18 14:50:29 +05:30
Tee KOBAYASHI
b142164b75
gtk3: Update to 3.24.33 2022-04-18 14:50:29 +05:30
Tee KOBAYASHI
88d72220ee
libepoxy: Update to 1.5.10 2022-04-18 14:50:28 +05:30
Yisus7u7
0df45eec04
lxtask: use gtk3 2022-04-18 14:50:28 +05:30
Tee KOBAYASHI
ad825f1205
atk: Update to 2.38.0 2022-04-18 14:50:28 +05:30
Tee KOBAYASHI
889e308534
qt5-qtbase: Enable SysV IPC support 2022-04-18 14:50:28 +05:30
Tee KOBAYASHI
5f2644d38a
xorg-server: Rebuild after fix in libandroid-shmem 2022-04-18 14:50:28 +05:30
Tee KOBAYASHI
68c9db6cf6
wmaker: Rebuild after fix in libandroid-shmem 2022-04-18 14:50:27 +05:30
Tee KOBAYASHI
b9790f357f
xrdp: Rebuild after fix in libandroid-shmem 2022-04-18 14:50:27 +05:30
Yisus7u7
2a492b690e
add package: xclip 2022-04-18 14:50:27 +05:30
Tee KOBAYASHI
e08e0dd254
kcoreaddons: Fix build with Qt 5.15
%ci:no-build
2022-04-18 14:50:27 +05:30
Tee KOBAYASHI
4262583060
trojita: Disable building tests 2022-04-18 14:50:27 +05:30
Tee KOBAYASHI
01ed26e5b9
qt5-qtwebkit: Revbump to rebuild with Qt 5.15 2022-04-18 14:50:26 +05:30
Tee KOBAYASHI
fce423154e
trojita: Fix build with Qt 5.15
%ci:no-build
2022-04-18 14:50:26 +05:30
Tee KOBAYASHI
2306d61d4a
wireshark-gtk: Get rid of references to leaked builtins 2022-04-18 14:50:26 +05:30
Tee KOBAYASHI
0bd63a450c
keepassxc: Get rid of references to leaked builtins 2022-04-18 14:50:26 +05:30
Tee KOBAYASHI
0bce25f852
xfwm4: Get rid of references to leaked builtins 2022-04-18 14:50:26 +05:30
Tee KOBAYASHI
b98805fd16
xfce4-taskmanager: Get rid of references to leaked builtins 2022-04-18 14:50:25 +05:30
Tee KOBAYASHI
ba406790de
xfce4-datetime-plugin: Get rid of references to leaked builtins 2022-04-18 14:50:25 +05:30
Tee KOBAYASHI
1a27e4f9ce
rofi: Get rid of references to leaked builtins 2022-04-18 14:50:25 +05:30