pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/girara girara: Update graphics/girara to 0.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31245d44dc3a
branches:  trunk
changeset: 386000:31245d44dc3a
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Oct 04 19:03:23 2018 +0000

description:
girara: Update graphics/girara to 0.3.1

pkgsrc changes:
 - Adjust to meson build system

Changes:
0.3.1
-----
- Various fixes and improvements

0.3.0
-----
- Various fixes and improvements
- Make colors changeable during runtime
- Various fixes and improvements
- Update translations

0.2.9
-----
- Replace deprecated GTK+ 3 functions
- Replace build system with meson
- Various fixes and improvements
- Update translations

diffstat:

 graphics/girara/Makefile               |  19 +++++--------------
 graphics/girara/PLIST                  |   9 ++++-----
 graphics/girara/distinfo               |  11 +++++------
 graphics/girara/patches/patch-Makefile |  15 ---------------
 4 files changed, 14 insertions(+), 40 deletions(-)

diffs (109 lines):

diff -r b8ba007c0e1b -r 31245d44dc3a graphics/girara/Makefile
--- a/graphics/girara/Makefile  Thu Oct 04 19:03:00 2018 +0000
+++ b/graphics/girara/Makefile  Thu Oct 04 19:03:23 2018 +0000
@@ -1,26 +1,17 @@
-# $NetBSD: Makefile,v 1.12 2018/04/16 14:33:51 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.13 2018/10/04 19:03:23 leot Exp $
 
-DISTNAME=      girara-0.2.8
-PKGREVISION=   2
+DISTNAME=      girara-0.3.1
 CATEGORIES=    x11
 MASTER_SITES=  https://pwmt.org/projects/girara/download/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    degroote%NetBSD.org@localhost
 HOMEPAGE=      https://pwmt.org/projects/girara/
 COMMENT=       Library to develop simple and minimalist user interface
 LICENSE=       zlib
 
-USE_TOOLS+=    gmake msgfmt pkg-config
-USE_LIBTOOL=   yes
+USE_TOOLS+=    gettext pkg-config
 
-SUBST_CLASSES+=                makefile
-SUBST_STAGE.makefile=  pre-configure
-SUBST_MESSAGE.makefile=        Fixing install invocation
-SUBST_FILES.makefile=  Makefile
-SUBST_SED.makefile=    -e '/install.*\.so.*/ s;install -m 644;${INSTALL_LIB:Q};'
-
-MAKE_ENV+=     COLOR=0
-
+.include "../../devel/py-meson/build.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b8ba007c0e1b -r 31245d44dc3a graphics/girara/PLIST
--- a/graphics/girara/PLIST     Thu Oct 04 19:03:00 2018 +0000
+++ b/graphics/girara/PLIST     Thu Oct 04 19:03:23 2018 +0000
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/07 12:57:03 leot Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/10/04 19:03:23 leot Exp $
 include/girara/callbacks.h
 include/girara/commands.h
 include/girara/completion.h
 include/girara/config.h
-include/girara/css-definitions.h
 include/girara/datastructures.h
 include/girara/entry.h
+include/girara/girara-version.h
 include/girara/girara.h
 include/girara/input-history.h
 include/girara/log.h
@@ -17,11 +17,9 @@
 include/girara/template.h
 include/girara/types.h
 include/girara/utils.h
-include/girara/version.h
-lib/libgirara-gtk3.a
 lib/libgirara-gtk3.so
 lib/libgirara-gtk3.so.3
-lib/libgirara-gtk3.so.3.0
+lib/libgirara-gtk3.so.3.1
 lib/pkgconfig/girara-gtk3.pc
 share/locale/de/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/el/LC_MESSAGES/libgirara-gtk3-3.mo
@@ -30,6 +28,7 @@
 share/locale/fr/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/he/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/it/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/nl/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/pl/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/pt_BR/LC_MESSAGES/libgirara-gtk3-3.mo
 share/locale/ru/LC_MESSAGES/libgirara-gtk3-3.mo
diff -r b8ba007c0e1b -r 31245d44dc3a graphics/girara/distinfo
--- a/graphics/girara/distinfo  Thu Oct 04 19:03:00 2018 +0000
+++ b/graphics/girara/distinfo  Thu Oct 04 19:03:23 2018 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.5 2018/01/07 12:57:03 leot Exp $
+$NetBSD: distinfo,v 1.6 2018/10/04 19:03:23 leot Exp $
 
-SHA1 (girara-0.2.8.tar.gz) = fa7fddfb5fe2592252ca7253b69be4eb0706438a
-RMD160 (girara-0.2.8.tar.gz) = cc01e787fa5f67f4bc8549410c17ee8547f0385c
-SHA512 (girara-0.2.8.tar.gz) = d853f8337a63ae2ed319547a2daa2ccd3ce6f31b3dbb52522705c78dbbb94da1dc1efc4ac62d3c2af94531d4dea309323b878619ea0c9778c37960791ca0cb4e
-Size (girara-0.2.8.tar.gz) = 73646 bytes
-SHA1 (patch-Makefile) = 26e28108f3d448ee4305cd4e3d8f7e9e3b24d343
+SHA1 (girara-0.3.1.tar.xz) = d776782bbeddd112437f8c8a65864c86dae61ea2
+RMD160 (girara-0.3.1.tar.xz) = 8077f12c9ef6b38cace9c66d3295399a22fc4e01
+SHA512 (girara-0.3.1.tar.xz) = 5c4b2972bfb0296cd1b984c9426b67b50e29e2928fb0e9a3aa3f9bc21aebc28dcc93570e888060e0bb02561022b379cdfcfa3317b52e78cac04e7fc1ba476107
+Size (girara-0.3.1.tar.xz) = 58148 bytes
 SHA1 (patch-macros.h) = f9467ab009a53feec710a5f3d984c7b67b6747be
diff -r b8ba007c0e1b -r 31245d44dc3a graphics/girara/patches/patch-Makefile
--- a/graphics/girara/patches/patch-Makefile    Thu Oct 04 19:03:00 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2016/04/20 06:57:21 leot Exp $
-
-Fix install permissions of shared libraries.
-
---- Makefile.orig      2016-04-18 20:35:34.000000000 +0000
-+++ Makefile
-@@ -265,7 +265,7 @@ install-static: static
- install-shared: shared
-       $(call colorecho,INSTALL,"Install shared library")
-       $(QUIET)mkdir -m 755 -p ${DESTDIR}${LIBDIR}
--      $(QUIET)install -m 644 ${BUILDDIR_RELEASE}/${BINDIR}/${SOVERSIONFILE} ${DESTDIR}${LIBDIR}
-+      $(QUIET)install -m 755 ${BUILDDIR_RELEASE}/${BINDIR}/${SOVERSIONFILE} ${DESTDIR}${LIBDIR}
-       $(QUIET)ln -sf ${SOVERSIONFILE} ${DESTDIR}${LIBDIR}/${SOMAJORFILE} || \
-               echo "Failed to create ${SOMAJORFILE}. Please check if it exists and points to the correct version of ${SOFILE}."
-       $(QUIET)ln -sf ${SOVERSIONFILE} ${DESTDIR}${LIBDIR}/${SOFILE} || \



Home | Main Index | Thread Index | Old Index