Commit Graph

14 Commits

Author SHA1 Message Date
Tee KOBAYASHI 15918b2152 mate-terminal: Depend on mate-desktop
Closes https://github.com/termux/termux-packages/issues/11160.
2022-09-16 07:02:35 +09:00
Henrik Grimler 96d21caa0a
updpkg(x11/mate-terminal): update to 1.26.0 2022-07-04 09:02:51 +02:00
Henrik Grimler 1a96ec0d88
fix(x11/mate-terminal): fix build with automake 1.16.4
We need to re-generate the configure script, or else we get an error:

  configure.ac:15: error: version mismatch.  This is Automake 1.16.4,
  configure.ac:15: but the definition used by this AM_INIT_AUTOMAKE
  configure.ac:15: comes from Automake 1.16.1.  You should recreate
  configure.ac:15: aclocal.m4 with aclocal and run automake again.

However, running autoreconf -vfi reveals that some of the autoconf
macros are *only* defined in aclocal.m4, and autoreconfiguring
replaces that file and causes the macros to be undefined, giving
errors like:

  /home/builder/.termux-build/mate-terminal/src/configure: line 2931: MATE_COMMON_INIT: command not found
  /home/builder/.termux-build/mate-terminal/src/configure: line 2932: syntax error near unexpected token `no'
  /home/builder/.termux-build/mate-terminal/src/configure: line 2932: `MATE_DEBUG_CHECK(no)'

Lets move all the custom macros from aclocal.m4 to the m4/ directory
to solve that issue.

Fixes termux/termux-packages#11145.
2022-07-04 09:02:16 +02:00
Yaksh Bariya a2e07ef1cc
chore: fix lint errors for packages in x11 and root repo 2022-04-20 15:33:18 +05:30
Tee KOBAYASHI b39c1fd8d7
libvte: Add patch to build with newer toolchain
and revbump revdeps.
2022-04-18 14:50:07 +05:30
Tee KOBAYASHI 23e3f282ec
libvte: Bump revision of dependents to rebuild 2022-04-18 14:49:04 +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
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
Leonid Pliushch ed13e6087f
mate-terminal: update to 1.26.0 2022-04-18 14:47:47 +05:30
Leonid Pliushch 3dd45c774d
mate-terminal: bump revision 2022-04-18 14:47:40 +05:30
Leonid Pliushch 12a5ea2da2
reset x11 packages repository
Rebuild all packages - ensure everything links correctly after termux-packages
updates. Packages will be built on my host.

%ci:no-build
2022-04-18 14:47:15 +05:30
Leonid Pliushch b59fdda1c7
bump things dependent on libvte 2022-04-18 14:47:15 +05:30
Leonid Pliushch 77ff0f3397
mate-terminal: remove gschemas.compiled 2022-04-18 14:47:10 +05:30
Suhan G Paradkar e3a4328f8e
add set of packages for mate desktop (#335) 2022-04-18 14:47:08 +05:30