summaryrefslogtreecommitdiff
path: root/dev-util/geany
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-17 00:13:57 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-17 00:13:57 +0000
commit27b3683509c5229cce540418778a8b64afbc0009 (patch)
treeb7164898142b8b093b91c8254c4387b6eec679ee /dev-util/geany
parentf2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (diff)
gentoo auto-resync : 17:02:2025 - 00:13:57
Diffstat (limited to 'dev-util/geany')
-rw-r--r--dev-util/geany/Manifest4
-rw-r--r--dev-util/geany/files/geany-2.0-gcc15.patch86
-rw-r--r--dev-util/geany/geany-2.0-r1.ebuild (renamed from dev-util/geany/geany-1.38.ebuild)14
3 files changed, 97 insertions, 7 deletions
diff --git a/dev-util/geany/Manifest b/dev-util/geany/Manifest
index e21636d9a246..965c3523b3f5 100644
--- a/dev-util/geany/Manifest
+++ b/dev-util/geany/Manifest
@@ -1,5 +1,5 @@
-DIST geany-1.38.tar.bz2 4860717 BLAKE2B 3dda3a7454f96be18de95f8dfeb7a6ee2627ffe370879fa3ee7aee851e21fa46076de6b9741b6e83af94b66afa245a0f69237db4582858bc40f819d8a3c78e6e SHA512 5aff0643d0d9e667d0fb526e9c8426cb80c89decf92110683086c2a7a18e0d3d55ab514fdd68aa0c4431c98ae0c4685607b49c620525184c89e21b26fca06699
+AUX geany-2.0-gcc15.patch 2014 BLAKE2B 986d9f1e8e66e5182b5daf1647655eb515ac938bb50970375334e03c816424717adc19ad4cf4d17ac875a4d3f7a537736498a4d722dbf9d4b87c4c98c56be78e SHA512 3987007ed186ebb4423e5d38ee2e0c4ffafb79bb698c17ebea7a3b0d933ad8b8f21d5f35699ecb7d33aff88a909dd088f8a95b12a60eea80d0bcdb7a6be108e7
DIST geany-2.0.tar.bz2 6836300 BLAKE2B 9a810827c3c8e5156329ec2e693d7181183d341ea74b5cbca940904912004e09b1ac0307710d2a6bec76c3c4b3e08c0a5231ffe5e65ba1234b33900192703d1a SHA512 443b64fc09501a95241340a6ee582810a3fddb033ef06c1a42d530625921a871a5183b575d73a858fa98b040651c4308a273272cb735753e969fd1270170b87d
-EBUILD geany-1.38.ebuild 1606 BLAKE2B c8d96e008952ab1734c81070ac9573953332883d8f8864c665e7fed2d1e4361891a4223bfada790cc8453635db3fef38a3a3df7413361670b4214eccf9e6b092 SHA512 840227a680da2fd62955054c8b07bd588dc671b3377cfc8edb302b1f15d9ad915ec2402e21e1ec27ba2d283d150698eddf4abee9e5668820dc9e156e06a447ec
+EBUILD geany-2.0-r1.ebuild 1744 BLAKE2B 4153c575c4c93b7f87b52c7ce63547cbc100f318dd374d2b0a16b3b73886ab5309ac7ef6c21dce43922b240a3bf564052923e2ee63e2d09019e107d57d7f113e SHA512 d6578b9feaa18900593e221e0daf81822d6230241342755241a0401cf2353345a2b9f01d260e2e638c04992dab3e4f4845089d8d6f92e1989463c7f4b3029935
EBUILD geany-2.0.ebuild 1695 BLAKE2B 6a12cf9d49e60e502c00604cb0f9bcc76122e776979f8655bc4adc80c3b0e55b12a239a6a277c38cd0134cdd4d8dbdf079860cf4a54a6a160917a55d2ffe62ad SHA512 d074084f261befd1e15c96cefcb3a2dfada75174f63b9d10d4b4ff318ed921d75b429feb0277587efc68bf30fba5c4036635639500be5bcb60b77bfb0ed352fb
MISC metadata.xml 2079 BLAKE2B 231aa8e22749349026a3b3008a8fd75014ed5f26a139d5cd93a70735527ccbc056355a9020afb304a5d95c75913a4cf04dc5d9b26e5bef8062f49da450379b74 SHA512 e454183d6cd55228276bbb28ddf672a826152bc2fa1293f31c386a4f4343aa4c36b27caef3295a8c4b9d45aed13334e2e0566e58b01b4bff14f52aff30913b9e
diff --git a/dev-util/geany/files/geany-2.0-gcc15.patch b/dev-util/geany/files/geany-2.0-gcc15.patch
new file mode 100644
index 000000000000..259bea2e0007
--- /dev/null
+++ b/dev-util/geany/files/geany-2.0-gcc15.patch
@@ -0,0 +1,86 @@
+# https://sourceforge.net/p/scintilla/code/ci/c7ffad21b23dfad4e8e9f36bb587acc2f6e84fee/
+--- a/scintilla/gtk/PlatGTK.cxx
++++ b/scintilla/gtk/PlatGTK.cxx
+@@ -7,2 +7,3 @@
+ #include <cstdlib>
++#include <cstdint>
+ #include <cstring>
+--- a/scintilla/src/AutoComplete.cxx
++++ b/scintilla/src/AutoComplete.cxx
+@@ -9,2 +9,3 @@
+ #include <cstdlib>
++#include <cstdint>
+ #include <cassert>
+--- a/scintilla/src/CallTip.cxx
++++ b/scintilla/src/CallTip.cxx
+@@ -9,2 +9,3 @@
+ #include <cstdlib>
++#include <cstdint>
+ #include <cassert>
+--- a/scintilla/src/CellBuffer.cxx
++++ b/scintilla/src/CellBuffer.cxx
+@@ -9,2 +9,3 @@
+ #include <cstdlib>
++#include <cstdint>
+ #include <cassert>
+--- a/scintilla/src/ChangeHistory.cxx
++++ b/scintilla/src/ChangeHistory.cxx
+@@ -9,2 +9,3 @@
+ #include <cstdlib>
++#include <cstdint>
+ #include <cassert>
+--- a/scintilla/src/Decoration.cxx
++++ b/scintilla/src/Decoration.cxx
+@@ -8,2 +8,3 @@
+ #include <cstdlib>
++#include <cstdint>
+ #include <cstring>
+--- a/scintilla/src/Document.cxx
++++ b/scintilla/src/Document.cxx
+@@ -9,2 +9,3 @@
+ #include <cstdlib>
++#include <cstdint>
+ #include <cassert>
+--- a/scintilla/src/Indicator.cxx
++++ b/scintilla/src/Indicator.cxx
+@@ -7,2 +7,3 @@
+
++#include <cstdint>
+ #include <cmath>
+--- a/scintilla/src/KeyMap.cxx
++++ b/scintilla/src/KeyMap.cxx
+@@ -8,2 +8,3 @@
+ #include <cstdlib>
++#include <cstdint>
+
+--- a/scintilla/src/LineMarker.cxx
++++ b/scintilla/src/LineMarker.cxx
+@@ -7,2 +7,3 @@
+
++#include <cstdint>
+ #include <cstring>
+--- a/scintilla/src/PerLine.cxx
++++ b/scintilla/src/PerLine.cxx
+@@ -8,2 +8,3 @@
+ #include <cstddef>
++#include <cstdint>
+ #include <cassert>
+--- a/scintilla/src/Style.cxx
++++ b/scintilla/src/Style.cxx
+@@ -7,2 +7,4 @@
+
++#include <cstdint>
++
+ #include <stdexcept>
+--- a/scintilla/src/ViewStyle.cxx
++++ b/scintilla/src/ViewStyle.cxx
+@@ -8,2 +8,3 @@
+ #include <cstddef>
++#include <cstdint>
+ #include <cassert>
+--- a/scintilla/src/XPM.cxx
++++ b/scintilla/src/XPM.cxx
+@@ -8,2 +8,3 @@
+ #include <cstdlib>
++#include <cstdint>
+ #include <cstring>
diff --git a/dev-util/geany/geany-1.38.ebuild b/dev-util/geany/geany-2.0-r1.ebuild
index e41079ad515e..c2480b52fdf5 100644
--- a/dev-util/geany/geany-1.38.ebuild
+++ b/dev-util/geany/geany-2.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit strip-linguas xdg
+inherit optfeature strip-linguas xdg
-LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW"
+LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko ku lb lt mn nl nn pl pt pt_BR ro ru si sk sl sr sv tr uk vi zh_CN ZH_TW"
NOSHORTLANGS="en_GB zh_CN zh_TW"
DESCRIPTION="GTK+ based fast and lightweight IDE"
@@ -16,7 +16,7 @@ if [[ "${PV}" = 9999* ]] ; then
else
[[ "${PV}" == *_pre* ]] && inherit autotools
SRC_URI="https://download.geany.org/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
fi
LICENSE="GPL-2+ HPND"
SLOT="0"
@@ -26,7 +26,7 @@ IUSE="+vte"
BDEPEND="virtual/pkgconfig"
RDEPEND="
>=dev-libs/glib-2.32:2
- >=x11-libs/gtk+-3.0:3
+ >=x11-libs/gtk+-3.24:3
vte? ( x11-libs/vte:2.91 )
"
DEPEND="
@@ -35,6 +35,8 @@ DEPEND="
sys-devel/gettext
"
+PATCHES=( "${FILESDIR}/${P}-gcc15.patch" )
+
pkg_setup() {
strip-linguas ${LANGS}
}
@@ -73,6 +75,8 @@ pkg_preinst() {
pkg_postinst() {
xdg_pkg_postinst
+
+ optfeature "editing files outside the local filesystem" gnome-base/gvfs
}
pkg_postrm() {