mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/libgsf: Update to 1.14.52
* Rework Makefile and modernize it Changelog: https://gitlab.gnome.org/GNOME/libgsf/-/blob/LIBGSF_1_14_52/ChangeLog PR: 281161 Approved by: desktop (arrowd)
This commit is contained in:
parent
81cead0c8d
commit
2cbba0ee7f
3 changed files with 20 additions and 19 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= libgsf
|
||||
PORTVERSION= 1.14.50
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.14.52
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -9,28 +8,28 @@ MAINTAINER= desktop@FreeBSD.org
|
|||
COMMENT= Extensible I/O abstraction for dealing with structured file formats
|
||||
WWW= http://www.gnumeric.org
|
||||
|
||||
LICENSE= GPLv2 LGPL21
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cpe gmake gnome libtool localbase pathfix pkgconfig tar:xz
|
||||
USE_GNOME= gdkpixbuf2 intlhack introspection:build libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --enable-introspection
|
||||
CPE_VENDOR= gnome
|
||||
USE_GNOME= gdkpixbuf2 glib20 intlhack introspection:build libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-introspection
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PLIST_SUB+= LIBMINORVER=${DISTVERSION:E} \
|
||||
LIBSHORTVER=${DISTVERSION:R:S/.//}
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_DEFAULT=NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext
|
||||
|
||||
PLIST_SUB+= LIBMINORVER=${PORTVERSION:E} \
|
||||
LIBSHORTVER=${PORTVERSION:R:S/.//}
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1658675934
|
||||
SHA256 (gnome2/libgsf-1.14.50.tar.xz) = 6e6c20d0778339069d583c0d63759d297e817ea10d0d897ebbe965f16e2e8e52
|
||||
SIZE (gnome2/libgsf-1.14.50.tar.xz) = 702424
|
||||
TIMESTAMP = 1725101803
|
||||
SHA256 (gnome2/libgsf-1.14.52.tar.xz) = 9181c914b9fac0e05d6bcaa34c7b552fe5fc0961d3c9f8c01ccc381fb084bcf0
|
||||
SIZE (gnome2/libgsf-1.14.52.tar.xz) = 707580
|
||||
|
|
|
@ -115,10 +115,12 @@ share/gtk-doc/html/gsf/up.png
|
|||
%%NLS%%share/locale/fr/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/ka/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/libgsf.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/libgsf.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue