summaryrefslogtreecommitdiff
path: root/app-i18n/tomoe-gtk
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-20 10:22:14 +0100
commit46eedbedafdb0040c37884982d4c775ce277fb7b (patch)
treedb33a91259730be84999e13a8d8168c799f50ac0 /app-i18n/tomoe-gtk
parente23a08d0c97a0cc415aaa165da840b056f93c997 (diff)
gentoo resync : 20.10.2021
Diffstat (limited to 'app-i18n/tomoe-gtk')
-rw-r--r--app-i18n/tomoe-gtk/Manifest3
-rw-r--r--app-i18n/tomoe-gtk/files/tomoe-gtk-math.patch11
-rw-r--r--app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r7.ebuild (renamed from app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild)13
3 files changed, 25 insertions, 2 deletions
diff --git a/app-i18n/tomoe-gtk/Manifest b/app-i18n/tomoe-gtk/Manifest
index 57d57dbe1c8f..c03d87fb654f 100644
--- a/app-i18n/tomoe-gtk/Manifest
+++ b/app-i18n/tomoe-gtk/Manifest
@@ -1,3 +1,4 @@
+AUX tomoe-gtk-math.patch 372 BLAKE2B 216e5872cbb6bdf031de53e0a8eda691c11ffc146b73bc1e46ac699acf7d55bea9f357ce531d462935dfbd6e6a27c451ef5f37a0e3faab573bdbb5474a76b362 SHA512 25188c72aaf884ad0c004a4b5a6261cb5a637be35036db7c4473f6ec4ba1d50d049d1df5e52105a4ae600e0b6db7041ca9f30384aa5f24de6697e02ab708da98
DIST tomoe-gtk-0.6.0.tar.gz 448058 BLAKE2B 06db81c971bf06ae1b625afb90950e7a76ad2acfb6abf038ce0c6114c4f7bc42a76a7f07dc848cfa5e6aef3039e6bab32b0d7496fea1fb67bf936b5f9631a130 SHA512 caa9b79edde7885e00d939cb3de30b32da0c1c8a7d803e26c756ee0695f7e15bee241036b1125f838e72e016f4bee9736a398108fff0eed20f1fdb86d221dc43
-EBUILD tomoe-gtk-0.6.0-r6.ebuild 629 BLAKE2B 236e1b56c61c80bbb5cb687e45dcbab9ce3bc7b2c40bbd36e68fbc0ce883caab022f5df4acc821c0014ed03972b86fa22b882496ecee764933005bb136735f21 SHA512 ec741125c8de534e68679d086347a639a0a0f9fdcd9d93f8529349c7cdcc7ad0d449eb0e9ab0dae55bceaa2ed573fd709674350a52d435ca10a0f026d666672c
+EBUILD tomoe-gtk-0.6.0-r7.ebuild 752 BLAKE2B ed58579e63f289b82feb6477f298f7f68781ce99071aa6e758272b367e75087922191e04a8ca9b9b5a8bbaa89e4df98ac5370935d6892149336f7b33423e04a1 SHA512 b1ac593e6ab861eacd07c380cf03737eaa20226c0ecbed9432cfeba61ccd8b6b86c4bc2ceee8c1a76529191041504f8f8d1cc1c4482b6a783ef423a964680122
MISC metadata.xml 363 BLAKE2B 3f2700b284429a05f2cf8d8b71b40dfa7ddfe91299664dc4611435aa1961a0569e23c5629813dfa125919b2ec9c16e22c13e77a3ad1b1ba5d986443084f16f5e SHA512 bcf9d68e9cce5b55ceae76133bb59842467b90ba84b1acf31656ee9379d8830d9cfe4e66388c3ff5b653d59279ded89dbb1b9f4b649b83cf32390e90cf5ba9e7
diff --git a/app-i18n/tomoe-gtk/files/tomoe-gtk-math.patch b/app-i18n/tomoe-gtk/files/tomoe-gtk-math.patch
new file mode 100644
index 000000000000..05fba04a194d
--- /dev/null
+++ b/app-i18n/tomoe-gtk/files/tomoe-gtk-math.patch
@@ -0,0 +1,11 @@
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -4,7 +4,7 @@
+ -DTOMOEGTKDATADIR=\""$(datadir)"/$(PACKAGE)\"
+
+ INCLUDES = $(GTK2_CFLAGS) $(TOMOE_CFLAGS) $(GUCHARMAP_CFLAGS)
+-LIBS = $(GTK2_LIBS) $(TOMOE_LIBS) $(GUCHARMAP_LIBS)
++LIBS = $(GTK2_LIBS) $(TOMOE_LIBS) $(GUCHARMAP_LIBS) -lm
+
+ lib_LTLIBRARIES = libtomoe-gtk.la
+ libtomoe_gtk_la_SOURCES = \
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r7.ebuild
index 24a7bebf2397..e18c92f169e5 100644
--- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild
+++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r7.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
+inherit autotools
+
DESCRIPTION="Tomoe GTK+ interface widget library"
HOMEPAGE="http://tomoe.osdn.jp/"
SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
@@ -20,6 +22,15 @@ BDEPEND="dev-util/glib-utils
sys-devel/gettext
virtual/pkgconfig"
+PATCHES=( "${FILESDIR}"/${PN}-math.patch )
+
+AT_M4DIR="macros"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
src_configure() {
econf \
--disable-static \