mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Update to 1.3.5
PR: ports/58246, ports/59941 Submitted by: Samy Al Bahra <samy@kerneled.com>, Philip Paeps <philip+freebsd@paeps.cx> Approved by: maintainer timeout (1 month)
This commit is contained in:
parent
26eec49cd2
commit
2386ef3747
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96237
@ -7,31 +7,37 @@
|
||||
#
|
||||
|
||||
PORTNAME= gqview
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.3.5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMESUFFIX= -devel
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= cthulhu@cthulhu.ru
|
||||
COMMENT= Another gtk2-based graphic file viewer
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
|
||||
MAINTAINER= cthulhu@cthulhu.ru
|
||||
COMMENT= Another gtk2-based graphic file viewer
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk20
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if !defined(WANT_GNOME) || defined(WITHOUT_GNOME)
|
||||
CONFIGURE_ARGS= --disable-gnome
|
||||
.endif
|
||||
|
||||
MAN1= gqview.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g' \
|
||||
${WRKSRC}/aclocal.m4
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/gqview
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gqview-1.3.1.tar.gz) = 339e64d5454c8e831887f05983e184e6
|
||||
MD5 (gqview-1.3.5.tar.gz) = c44687bdd636ea6e5133fb936abf880a
|
||||
|
@ -1,12 +0,0 @@
|
||||
*** src/exif.c.orig Wed Mar 5 20:01:10 2003
|
||||
--- src/exif.c Wed Mar 5 20:01:27 2003
|
||||
***************
|
||||
*** 23,29 ****
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
- #include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
--- 23,28 ----
|
@ -1,6 +1,7 @@
|
||||
bin/gqview
|
||||
%%PORTDOCS%%share/doc/gqview/README
|
||||
share/gqview/README
|
||||
share/locale/bg/LC_MESSAGES/gqview.mo
|
||||
share/locale/cs/LC_MESSAGES/gqview.mo
|
||||
share/locale/da/LC_MESSAGES/gqview.mo
|
||||
share/locale/de/LC_MESSAGES/gqview.mo
|
||||
@ -9,17 +10,21 @@ share/locale/et/LC_MESSAGES/gqview.mo
|
||||
share/locale/fi/LC_MESSAGES/gqview.mo
|
||||
share/locale/fr/LC_MESSAGES/gqview.mo
|
||||
share/locale/hu/LC_MESSAGES/gqview.mo
|
||||
share/locale/id/LC_MESSAGES/gqview.mo
|
||||
share/locale/it/LC_MESSAGES/gqview.mo
|
||||
share/locale/ja/LC_MESSAGES/gqview.mo
|
||||
share/locale/nl/LC_MESSAGES/gqview.mo
|
||||
share/locale/no/LC_MESSAGES/gqview.mo
|
||||
share/locale/pl/LC_MESSAGES/gqview.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gqview.mo
|
||||
share/locale/ro/LC_MESSAGES/gqview.mo
|
||||
share/locale/ru/LC_MESSAGES/gqview.mo
|
||||
share/locale/sk/LC_MESSAGES/gqview.mo
|
||||
share/locale/sl/LC_MESSAGES/gqview.mo
|
||||
share/locale/th/LC_MESSAGES/gqview.mo
|
||||
share/locale/tr/LC_MESSAGES/gqview.mo
|
||||
share/locale/uk/LC_MESSAGES/gqview.mo
|
||||
share/locale/vi/LC_MESSAGES/gqview.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gqview.mo
|
||||
%%PORTDOCS%%@dirrm share/doc/gqview
|
||||
|
Loading…
Reference in New Issue
Block a user