pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

terminology: update to 1.8.1



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Fri Oct 2 12:07:31 2020 +0200
Changeset:	367dd03c56c87a242a03b4849f997fe1bf227803

Modified Files:
	terminology/Makefile
	terminology/distinfo
Removed Files:
	terminology/patches/patch-data_themes_meson.build

Log Message:
terminology: update to 1.8.1

Fixes:
	* Be stricter on which characters can be considered wide or not
	* Apply change about hiding mouse pointer after idle timeout on all terminals

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=367dd03c56c87a242a03b4849f997fe1bf227803

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 terminology/Makefile                              | 24 ++---------------------
 terminology/distinfo                              | 13 ++++--------
 terminology/patches/patch-data_themes_meson.build | 13 ------------
 3 files changed, 6 insertions(+), 44 deletions(-)

diffs:
diff --git a/terminology/Makefile b/terminology/Makefile
index bac25df735..419c13a339 100644
--- a/terminology/Makefile
+++ b/terminology/Makefile
@@ -1,18 +1,9 @@
 # $NetBSD: Makefile,v 0.2 2018/09/06 16:15:10 andyb Exp $
 
-DISTNAME=	terminology-1.8.0
+DISTNAME=	terminology-1.8.1
 CATEGORIES=	x11
 MASTER_SITES=	https://download.enlightenment.org/rel/apps/terminology/
 EXTRACT_SUFX=	.tar.xz
-DISTFILES=	${DEFAULT_DISTFILES}
-
-VERSION=		1.8.0
-THEMES_BIN=		v${VERSION}.tar.gz
-DISTFILES+=		${THEMES_BIN}
-SITES.${THEMES_BIN}=	${MASTER_SITE_GITHUB:=kikadf/}terminology-themes/archive/
-THEMES_WRKSRC=		${WRKDIR}/terminology-themes-${VERSION}
-THEMES_DIR=		${DESTDIR}${PREFIX}/share/${PKGBASE}/themes/
-INSTALLATION_DIRS+=	share/${PKGBASE}/themes
 
 MAINTAINER=	kikadf.01%gmail.com@localhost
 HOMEPAGE=	https://www.enlightenment.org/about-terminology
@@ -22,19 +13,8 @@ LICENSE=	2-clause-bsd
 USE_LIBTOOL=	yes
 USE_TOOLS+=	pkg-config intltool
 
-SUBST_CLASSES+=			workaround
-SUBST_STAGE.workaround=		pre-configure
-SUBST_MESSAGE.workaround=	Ugly workaround to fix random edje_cc hang on build: \
-				disable theme compiling, use prebuilded themes.
-SUBST_FILES.workaround=		data/meson.build
-SUBST_SED.workaround=		-e "s,subdir('themes'),\#subdir('themes'),g"
-
-post-install:
-	${INSTALL_DATA} ${THEMES_WRKSRC}/themes/*.edj ${THEMES_DIR}
-	${INSTALL_DATA} ${THEMES_WRKSRC}/themes/nyanology/*.edj ${THEMES_DIR}
-
 .include "../../devel/meson/build.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/efl-current/buildlink3.mk"
+.include "../../wip/efl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/terminology/distinfo b/terminology/distinfo
index 643fc88b2b..98694609d2 100644
--- a/terminology/distinfo
+++ b/terminology/distinfo
@@ -1,11 +1,6 @@
 $NetBSD$
 
-SHA1 (terminology-1.8.0.tar.xz) = 291d57812125c0c8205df1bd6b5f4252debc0995
-RMD160 (terminology-1.8.0.tar.xz) = a9beb6f8ff43ba4fc818565f62b9d75b382a07dc
-SHA512 (terminology-1.8.0.tar.xz) = 2d99b010e6a68f5cbe2d783138cd7321d878206f8000f3f6c59446bc4c998cb4944925ff61356f979c35c115fc87e311d7abbb12919ed52ef36ea9ff25c44d8f
-Size (terminology-1.8.0.tar.xz) = 4938932 bytes
-SHA1 (v1.8.0.tar.gz) = 28aed64dcb9c7a68baab2871df36acfb4bef5f61
-RMD160 (v1.8.0.tar.gz) = 73b472db2ea3908e0e198d7bbfef4240e8006960
-SHA512 (v1.8.0.tar.gz) = 8a62bf3ea95b32a397accdf539d08fc67c04b7fb16da964b6ca2c2b8540204ae2becb667abe9f325e442da0cb581c9c7d0fdfa180a59d5e547e3cef4fb489158
-Size (v1.8.0.tar.gz) = 22811706 bytes
-SHA1 (patch-data_themes_meson.build) = d74b75bea7e7f198e94c905314d07211e09b733a
+SHA1 (terminology-1.8.1.tar.xz) = 6749f267c65260a33c7311e701ee8e4b37ba9020
+RMD160 (terminology-1.8.1.tar.xz) = 7a9c8981451e580810e9b0ab4469391cb36a97f6
+SHA512 (terminology-1.8.1.tar.xz) = 9b12540d0e907ee1499c3249f1e2dbf7786f401e2154856a804dc0a1afbe389cb297b237fdc1c38aff8b81ba1f65d70cf3a27c986ec8cccef6f03894feadf14f
+Size (terminology-1.8.1.tar.xz) = 4939080 bytes
diff --git a/terminology/patches/patch-data_themes_meson.build b/terminology/patches/patch-data_themes_meson.build
deleted file mode 100644
index 0b62283aec..0000000000
--- a/terminology/patches/patch-data_themes_meson.build
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
-* Compile the edje files using only the main loop
-
---- data/themes/meson.build.orig	2020-07-26 15:17:50.000000000 +0000
-+++ data/themes/meson.build
-@@ -1,5 +1,6 @@
- command = [edje_cc,
-            edje_offscale,
-+           '-nothreads',
-            '-id', join_paths(meson.source_root(), 'data', 'themes', 'images'),
-            '-fd', join_paths(meson.source_root(), 'data', 'fonts'),
-            '-sd', join_paths(meson.source_root(), 'data', 'themes', 'sounds'),


Home | Main Index | Thread Index | Old Index