diff options
| author | kar <git@13f0.net> | 2025-05-25 20:59:36 -0400 |
|---|---|---|
| committer | kar <git@13f0.net> | 2025-05-25 20:59:50 -0400 |
| commit | b2470355be8626830ee82decaca490c37c05c62f (patch) | |
| tree | 77d766d5df5be70dbade4c41d6830d9055787ac1 | |
| parent | 61838bba61219fd3f1fa98d01fef16dac376515e (diff) | |
net-im/profanity: add gtk and gdk USE flag
| -rw-r--r-- | metadata/md5-cache/net-im/profanity-0.14.0-r3 | 16 | ||||
| -rw-r--r-- | net-im/profanity/Manifest | 5 | ||||
| -rw-r--r-- | net-im/profanity/profanity-0.14.0-r3.ebuild (renamed from net-im/profanity/profanity-0.14.0-r2.ebuild) | 10 |
3 files changed, 26 insertions, 5 deletions
diff --git a/metadata/md5-cache/net-im/profanity-0.14.0-r3 b/metadata/md5-cache/net-im/profanity-0.14.0-r3 new file mode 100644 index 0000000..478e754 --- /dev/null +++ b/metadata/md5-cache/net-im/profanity-0.14.0-r3 | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DEFINED_PHASES=compile configure install setup | ||
| 2 | DEPEND=dev-db/sqlite:3 dev-libs/glib:2 >=dev-libs/libstrophe-0.12.3:= media-libs/harfbuzz:= net-misc/curl sys-libs/ncurses:=[unicode(+)] sys-libs/readline:= x11-libs/cairo gdk? ( x11-libs/gdk-pixbuf:2 ) gtk? ( x11-libs/gtk+:3 ) x11-libs/pango x11-misc/shared-mime-info gpg? ( app-crypt/gpgme:= ) libnotify? ( x11-libs/libnotify ) omemo? ( dev-libs/libgcrypt:= net-libs/libsignal-protocol-c ) omemo-qrcode? ( media-gfx/qrencode:= ) otr? ( net-libs/libotr ) python? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) ) xscreensaver? ( x11-libs/libXScrnSaver x11-libs/libX11 ) test? ( dev-util/cmocka ) python? ( python_single_target_python3_11? ( dev-python/cython[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/cython[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/cython[python_targets_python3_13(-)] ) ) | ||
| 3 | DESCRIPTION=A console based XMPP client inspired by Irssi | ||
| 4 | EAPI=8 | ||
| 5 | HOMEPAGE=https://profanity-im.github.io | ||
| 6 | INHERIT=flag-o-matic python-single-r1 | ||
| 7 | IUSE=libnotify omemo omemo-qrcode otr gpg test xscreensaver python gtk gdk python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 | ||
| 8 | KEYWORDS=amd64 ~arm64 | ||
| 9 | LICENSE=GPL-3 | ||
| 10 | RDEPEND=dev-db/sqlite:3 dev-libs/glib:2 >=dev-libs/libstrophe-0.12.3:= media-libs/harfbuzz:= net-misc/curl sys-libs/ncurses:=[unicode(+)] sys-libs/readline:= x11-libs/cairo gdk? ( x11-libs/gdk-pixbuf:2 ) gtk? ( x11-libs/gtk+:3 ) x11-libs/pango x11-misc/shared-mime-info gpg? ( app-crypt/gpgme:= ) libnotify? ( x11-libs/libnotify ) omemo? ( dev-libs/libgcrypt:= net-libs/libsignal-protocol-c ) omemo-qrcode? ( media-gfx/qrencode:= ) otr? ( net-libs/libotr ) python? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) ) xscreensaver? ( x11-libs/libXScrnSaver x11-libs/libX11 ) | ||
| 11 | REQUIRED_USE=omemo-qrcode? ( omemo ) python? ( ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) ) | ||
| 12 | RESTRICT=!test? ( test ) | ||
| 13 | SLOT=0 | ||
| 14 | SRC_URI=https://github.com/profanity-im/profanity/releases/download/0.14.0/profanity-0.14.0.tar.gz https://github.com/profanity-im/profanity/commit/122434a.patch -> profanity-0.14.0-ox-carbons.patch https://github.com/profanity-im/profanity/commit/2ed6211c.patch -> profanity-0.14.0-xscreensaver.patch https://github.com/profanity-im/profanity/commit/b8817470.patch -> profanity-0.14.0-plugins-install.patch https://github.com/profanity-im/profanity/commit/6b9d0e86.patch -> profanity-0.14.0-fix-test-lto.patch | ||
| 15 | _eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 e6fe2c451b7e577e827165580e5bdd64 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 | ||
| 16 | _md5_=bdbdd85db0b969cc62a2b35ae25a240b | ||
diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest new file mode 100644 index 0000000..944d1fa --- /dev/null +++ b/net-im/profanity/Manifest | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | DIST profanity-0.14.0-fix-test-lto.patch 751 BLAKE2B b73a35c643845979dab9079dc38adfbb4b62d6c07c31533cb79d0e10aba6476c6570000dc5f8b71e9507c0fe713fb27a00dcb9b3e869c84a3d81f28b7a702c24 SHA512 ad82ddd06282ec56bfab88a4094216378f56c08b517a03beefd8fbc7b5c5d0a328ac75103cd99fb0c18b2418c65cee6517d600a100d0bc6d42a448687e253f9c | ||
| 2 | DIST profanity-0.14.0-ox-carbons.patch 1525 BLAKE2B 85fe9a76a8c735047365d56555c8e1df7906b5a676740a165fc5d9eab3933124b58abf6bdd0b448b5030a51cd1fad3ce8627cc03a2fbdacdd20c5dcc71d194e1 SHA512 36cfbb12ef7889ae5f318e35da2b0edf39dca067cefb9ac921f27cba0f52746eaae9d65b7631be392dd6e9a15d1fc8f8a3de36efe8707c756e9b008291e7f55e | ||
| 3 | DIST profanity-0.14.0-plugins-install.patch 2295 BLAKE2B 8b67718abdb620875b9040f550685189acf5a2776aa5f45422e3471c13ae05bd773c05652048940d5b8d10d88c9a013c3262742db7c84b0ff0c108f5f78ead45 SHA512 a8912d5a33d4d6eebf85733f616ed729a05688b4acf70c927aa733755527fd4e523c3a485bbb0390b2006225e8420e1d76db7e91d2122af41496c0081e3b0cea | ||
| 4 | DIST profanity-0.14.0-xscreensaver.patch 1678 BLAKE2B fe350b2249e45224b6510bb5730f38eafeb47e60a44035eaf88771940c9f0e556cc72ca737cb68c0b148b9faff442b9c9b6cdf9169a3db7ff6c7a60c2bdfc025 SHA512 2875df728b9957fc3bc8734a87c0e1a48913170b9718d6664ea65187327e26da1a7b2f5b80fe243a5ce5ab74983e4f3d22113747f44f8b8e8c13c871d31cf651 | ||
| 5 | DIST profanity-0.14.0.tar.gz 936272 BLAKE2B ec2ae625950a838ee50d6d3a87910bec76f28777bd662e909f394f18c277662694611a59d3be6c7f66821c2800a94b08f94b27a68d82e4de33b7d2f7b14ddf18 SHA512 25afd2f3146e6ed9f573f0e073cad0f06f7f8a21441c3c2c61641442d1aa5b9a7a817cdccc17354b32045ab9a965a95495a30c49088577a5060e8969725ea86e | ||
diff --git a/net-im/profanity/profanity-0.14.0-r2.ebuild b/net-im/profanity/profanity-0.14.0-r3.ebuild index 6a91a53..5f618e8 100644 --- a/net-im/profanity/profanity-0.14.0-r2.ebuild +++ b/net-im/profanity/profanity-0.14.0-r3.ebuild | |||
| @@ -23,12 +23,11 @@ SRC_URI=" | |||
| 23 | LICENSE="GPL-3" | 23 | LICENSE="GPL-3" |
| 24 | SLOT="0" | 24 | SLOT="0" |
| 25 | KEYWORDS="amd64 ~arm64" | 25 | KEYWORDS="amd64 ~arm64" |
| 26 | IUSE="libnotify omemo omemo-qrcode otr gpg test xscreensaver python" | 26 | IUSE="libnotify omemo omemo-qrcode otr gpg test xscreensaver python gtk gdk" |
| 27 | RESTRICT="!test? ( test )" | 27 | RESTRICT="!test? ( test )" |
| 28 | REQUIRED_USE="omemo-qrcode? ( omemo ) python? ( ${PYTHON_REQUIRED_USE} )" | 28 | REQUIRED_USE="omemo-qrcode? ( omemo ) python? ( ${PYTHON_REQUIRED_USE} )" |
| 29 | 29 | ||
| 30 | RDEPEND=" | 30 | RDEPEND=" |
| 31 | >=app-accessibility/at-spi2-core-2.46.0 | ||
| 32 | dev-db/sqlite:3 | 31 | dev-db/sqlite:3 |
| 33 | dev-libs/glib:2 | 32 | dev-libs/glib:2 |
| 34 | >=dev-libs/libstrophe-0.12.3:= | 33 | >=dev-libs/libstrophe-0.12.3:= |
| @@ -37,8 +36,8 @@ RDEPEND=" | |||
| 37 | sys-libs/ncurses:=[unicode(+)] | 36 | sys-libs/ncurses:=[unicode(+)] |
| 38 | sys-libs/readline:= | 37 | sys-libs/readline:= |
| 39 | x11-libs/cairo | 38 | x11-libs/cairo |
| 40 | x11-libs/gdk-pixbuf:2 | 39 | gdk? ( x11-libs/gdk-pixbuf:2 ) |
| 41 | x11-libs/gtk+:3 | 40 | gtk? ( x11-libs/gtk+:3 ) |
| 42 | x11-libs/pango | 41 | x11-libs/pango |
| 43 | x11-misc/shared-mime-info | 42 | x11-misc/shared-mime-info |
| 44 | gpg? ( app-crypt/gpgme:= ) | 43 | gpg? ( app-crypt/gpgme:= ) |
| @@ -83,7 +82,8 @@ src_configure() { | |||
| 83 | filter-lto | 82 | filter-lto |
| 84 | 83 | ||
| 85 | local myeconfargs=( | 84 | local myeconfargs=( |
| 86 | --enable-gdk-pixbuf | 85 | $(use_enable gtk icons-and-clipboard) |
| 86 | $(use_enable gdk gdk-pixbuf) | ||
| 87 | $(use_enable libnotify notifications) | 87 | $(use_enable libnotify notifications) |
| 88 | $(use_enable omemo) | 88 | $(use_enable omemo) |
| 89 | $(use_enable omemo-qrcode) | 89 | $(use_enable omemo-qrcode) |
