Commit Graph

60 Commits

Author SHA1 Message Date
Lucy Phipps 848ed193e3
perl 5.38.2, revbump revdeps; subversion 1.14.3 2024-02-11 14:24:41 +00:00
Twaik Yont 7304803cfd bump(main/utf8proc): 2.9.0 + revdepends revbump 2023-10-22 14:14:27 +03:00
Lucy Phipps edf4cefa0d
irssi: update to 1.4.5 2023-10-04 06:03:22 +01:00
Leonid Pliushch 1ed8d93eb3
bump(main/irssi): bump revision after patch 2023-08-16 10:22:11 +03:00
Lucy Phipps eb97ba8c13
irssi: revbump 2023-08-15 22:25:55 +01:00
Ailin Nemui f756e8f76e fix(main/irssi): apply patch for perl 5.38
from https://github.com/irssi/irssi/releases/download/1.4.4/perl-ntype.patch
2023-08-15 23:28:56 +03:00
Tee KOBAYASHI 9634d3c22e perl: Bump to 5.38.0 2023-07-05 09:35:23 +09:00
Tee KOBAYASHI 657df17c36 perl: Bump to 5.36.1 2023-04-27 19:31:37 +09:00
Tee KOBAYASHI b6e7449933 some packages: Re-enable clang16-porting
%ci:no-build
2023-04-07 10:14:33 +09:00
Termux Github Actions fac32c09d1 bump(main/irssi): 1.4.4
This commit has been automatically submitted by Github Actions.
2023-03-31 00:30:08 +00:00
Tee KOBAYASHI 10ada7e4d3 *: Disable clang16-porting for auto-updating packages
%ci:no-build
2023-03-28 16:27:35 +09:00
Termux Github Actions 27e15c0f2c upgpkg(main/irssi): 1.4.3
This commit has been automatically submitted by Github Actions.
2022-10-31 13:05:35 +00:00
Ailin Nemui ed4c60262a irssi: update to 1.4.2
drop meson patch; upstreamed
2022-07-17 14:04:11 +08:00
Ailin Nemui 3c59e0d170
irssi: update to 1.4.1
force meson build system
2022-06-19 11:57:30 +02:00
Arun 4010e1324e
chore(main/irssi): bump revision after updating perl 2022-06-07 20:25:42 +02:00
Tee KOBAYASHI 78bb95eff0 perl: Revbump revdeps
just in case.
2022-04-04 15:40:52 +09:00
Tee KOBAYASHI eb34f28813 perl: Update to 5.34.1 2022-03-16 12:51:57 +05:30
Yaksh Bariya 4577a0cf69 revbump all packages dependent on openssl
%ci:no-build All packages will be triggered for rebuild manually
2022-03-01 12:36:05 +00:00
Yaksh Bariya 1bfc5f9865 revbump all remaining packages that depend on openssl
%ci:no-build

Manual rebuilds will be triggered for all the packages
2022-02-26 04:25:43 +00:00
Henrik Grimler 10ac0586ee
irssi: use .diff for manually applied patch
So that all manually applied patches have the same suffix.

%ci:no-build
2022-02-22 21:13:29 +01:00
Yaksh Bariya 72dfe5266b revbump packages dependent on glib 2021-12-12 10:07:41 +05:30
Lucy Phipps 0fa474f866
irssi, libapt-pkg-perl, subversion, weechat: bump
perl dependent shared libraries needed bumping after threads enabled
2021-11-21 13:13:55 +00:00
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00
Lucy Phipps ed3a13eb01
irssi, psutils: bump after perl update 2021-07-06 16:42:29 +01:00
Leonid Pliushch ec1622e01f
irssi: update to 1.2.3 2021-05-04 16:55:51 +00:00
Leonid Pliushch ce3edbb6d5
bump perl-using packages 2021-02-08 17:48:26 +02:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Henrik Grimler 576d91375d irssi: bump after perl update 2020-07-04 10:37:39 +02:00
Leonid Pliushch 4d3a0a1631 irssi: restart build 2020-06-13 13:59:15 +03:00
Leonid Pliushch 557d58e1ce rebuild exiftool & irssi 2020-06-13 12:05:07 +03:00
Leonid Pliushch 6eed6b981e irssi: bump revision 2020-01-03 19:52:32 +02:00
Leonid Pliushch ef997fbf1a irssi: add support for perl and otr
Related issues:
 - https://github.com/termux/termux-packages/issues/4036
 - https://github.com/termux/termux-packages/issues/2989
2020-01-03 17:41:41 +02:00
Leonid Pliushch 399dad1a8e irssi: update to 1.2.2 2019-09-08 02:45:02 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch e61a9c1547 irssi: update to 1.2.1 2019-06-29 21:03:49 +03:00
Leonid Pliushch b98ffcf631 add libiconv to dependencies where needed 2019-05-05 21:29:36 +02:00
Henrik Grimler ad3d9c0071 irssi: depend on utf8proc
Fixes https://github.com/termux/termux-packages/issues/3732
2019-04-29 16:35:25 +02:00
Leonid Pliushch 0127fbce97 irssi: fix hardcoded paths 2019-03-02 14:52:34 +02:00
Fredrik Fornwall 2f884acc43 irssi: Update from 1.1.2 to 1.2.0 2019-02-16 00:04:59 +01:00
Wetitpig 5f07ac4eb9 Change permissions 2019-02-09 21:06:31 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 46ef269061 irssi: Update from 1.1.1 to 1.1.2 2019-01-11 01:08:31 +01:00
Fredrik Fornwall fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall 722d4b02fa irssi: Update from 1.1.0 to 1.1.1 2018-02-17 01:03:19 +01:00
Fredrik Fornwall e3cf09db7e irssi: Update from 1.0.5 to 1.1.0 2018-01-16 11:33:50 +01:00
Fredrik Fornwall c2bc4d2675 irssi: Update from 1.0.4 to 1.0.5 2017-10-28 16:01:05 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall ef8fff2a95 irssi: Update from 1.0.3 to 1.0.4 2017-07-23 00:53:32 +02:00