diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-01 16:12:08 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-01 16:12:08 +0800 |
commit | 0ea915aa809cec9a3c00062965b662220f6a04d8 (patch) | |
tree | 06daf0f6714f70aaf3e1a6ac1d0cd654a252681e /graphics | |
parent | cb6a26585016efd564fc0f1dbe186f50efecc146 (diff) | |
download | freebsd-ports-graphics-0ea915aa809cec9a3c00062965b662220f6a04d8.tar.gz freebsd-ports-graphics-0ea915aa809cec9a3c00062965b662220f6a04d8.tar.zst freebsd-ports-graphics-0ea915aa809cec9a3c00062965b662220f6a04d8.zip |
- Update to 0.1.6
PR: ports/109643
Submitted by: chinsan (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/epdfview/Makefile | 10 | ||||
-rw-r--r-- | graphics/epdfview/distinfo | 6 | ||||
-rw-r--r-- | graphics/epdfview/files/patch-src_MainPter.cxx | 10 | ||||
-rw-r--r-- | graphics/epdfview/pkg-plist | 4 |
4 files changed, 10 insertions, 20 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index c19011c6535..210f5d03b7b 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -6,8 +6,7 @@ # PORTNAME= epdfview -PORTVERSION= 0.1.5 -PORTREVISION= 2 +PORTVERSION= 0.1.6 CATEGORIES= graphics print gnome MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ LOCAL/chinsan @@ -22,7 +21,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_ICONV= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gtk20 intlhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ @@ -39,11 +38,8 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e '273 s,OPEN,SAVE,' ${WRKSRC}/src/gtk/MainView.cxx - post-install: - ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps + ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/data/${PORTNAME}.desktop ${PREFIX}/share/applications/ @-update-desktop-database diff --git a/graphics/epdfview/distinfo b/graphics/epdfview/distinfo index c48fc18e179..8485b77dd4c 100644 --- a/graphics/epdfview/distinfo +++ b/graphics/epdfview/distinfo @@ -1,3 +1,3 @@ -MD5 (epdfview-0.1.5.tar.bz2) = 70b4c5c36781b6e1d5d2ed30a79db9c5 -SHA256 (epdfview-0.1.5.tar.bz2) = d437b49f40f61e3ba5a3ed8edad783895dcbdfc3cd4cbe6ef37a56f7eea59573 -SIZE (epdfview-0.1.5.tar.bz2) = 392460 +MD5 (epdfview-0.1.6.tar.bz2) = cce9edb41b4a8308e0ef0eea24b5a1ab +SHA256 (epdfview-0.1.6.tar.bz2) = 61d041afc953e0570ddae934179e92edf800f69f043d78058073806504e4137f +SIZE (epdfview-0.1.6.tar.bz2) = 406037 diff --git a/graphics/epdfview/files/patch-src_MainPter.cxx b/graphics/epdfview/files/patch-src_MainPter.cxx deleted file mode 100644 index b72189b10b0..00000000000 --- a/graphics/epdfview/files/patch-src_MainPter.cxx +++ /dev/null @@ -1,10 +0,0 @@ ---- src/MainPter.cxx.orig Tue Aug 8 09:28:54 2006 -+++ src/MainPter.cxx Tue Aug 8 09:29:35 2006 -@@ -52,6 +52,7 @@ - m_Document->attach (this); - m_View = NULL; - m_PagePter = NULL; -+ m_FindPter = NULL; - m_PasswordTries = 3; - #if defined (DEBUG) - G_LOCK (fileLoaded); diff --git a/graphics/epdfview/pkg-plist b/graphics/epdfview/pkg-plist index 86c8b6d79b2..f31c126a007 100644 --- a/graphics/epdfview/pkg-plist +++ b/graphics/epdfview/pkg-plist @@ -1,9 +1,13 @@ bin/epdfview %%NLS%%share/locale/ca/LC_MESSAGES/epdfview.mo %%NLS%%share/locale/de/LC_MESSAGES/epdfview.mo +%%NLS%%share/locale/el/LC_MESSAGES/epdfview.mo %%NLS%%share/locale/es/LC_MESSAGES/epdfview.mo %%NLS%%share/locale/fr/LC_MESSAGES/epdfview.mo +%%NLS%%share/locale/pl/LC_MESSAGES/epdfview.mo +%%NLS%%share/locale/ru/LC_MESSAGES/epdfview.mo %%NLS%%share/locale/vi/LC_MESSAGES/epdfview.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/epdfview.mo share/applications/epdfview.desktop %%DATADIR%%/pixmaps/icon_epdfview-24.png %%DATADIR%%/pixmaps/icon_epdfview-32.png |