Phototonic is a fast and functional image viewer and organizer, inspired

by the traditional image viewer design (i.e. thumbnails and viewer
layouts).

WWW: http://oferkv.github.io/phototonic/
This commit is contained in:
Olivier Duchateau 2015-12-01 19:43:02 +00:00
parent 126034be61
commit 2ed3b91c0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402780
6 changed files with 66 additions and 0 deletions

View file

@ -756,6 +756,7 @@
SUBDIR += pgplot SUBDIR += pgplot
SUBDIR += pho SUBDIR += pho
SUBDIR += photopc SUBDIR += photopc
SUBDIR += phototonic
SUBDIR += php-facedetect SUBDIR += php-facedetect
SUBDIR += php-gdal SUBDIR += php-gdal
SUBDIR += php-libpuzzle SUBDIR += php-libpuzzle

View file

@ -0,0 +1,26 @@
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= phototonic
PORTVERSION= 1.7
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Image viewer and organizer
LICENSE= GPLv3
LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2
USE_GITHUB= yes
GH_ACCOUNT= oferkv
USES= desktop-file-utils gettext qmake
USE_QT5= buildtools_build imageformats svg widgets
post-patch:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/phototonic.pro
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (oferkv-phototonic-v1.7_GH0.tar.gz) = ef194d41e71b4d50e347f56da27a2e5d00a86f4ba4ff6580f86852df475f39df
SIZE (oferkv-phototonic-v1.7_GH0.tar.gz) = 284334

View file

@ -0,0 +1,27 @@
--- phototonic.pro.orig 2015-11-08 18:03:52 UTC
+++ phototonic.pro
@@ -17,19 +17,19 @@ SOURCES += dialogs.cpp main.cpp mainwind
mdcache.cpp
RESOURCES += phototonic.qrc
-target.path = /usr/bin/
+target.path = %%PREFIX%%/bin/
icon.files = images/phototonic.png
-icon.path = /usr/share/icons/hicolor/48x48/apps
+icon.path = %%PREFIX%%/share/icons/hicolor/48x48/apps
icon16.files = images/icon16/phototonic.png
-icon16.path = /usr/share/icons/hicolor/16x16/apps
+icon16.path = %%PREFIX%%/share/icons/hicolor/16x16/apps
iconPixmaps.files = images/icon16/phototonic.png
-iconPixmaps.path = /usr/share/pixmaps
+iconPixmaps.path = %%PREFIX%%/share/pixmaps
desktop.files = phototonic.desktop
-desktop.path = /usr/share/applications
+desktop.path = %%PREFIX%%/share/applications
INSTALLS += target icon icon16 iconPixmaps desktop

View file

@ -0,0 +1,5 @@
Phototonic is a fast and functional image viewer and organizer, inspired
by the traditional image viewer design (i.e. thumbnails and viewer
layouts).
WWW: http://oferkv.github.io/phototonic/

View file

@ -0,0 +1,5 @@
bin/phototonic
share/applications/phototonic.desktop
share/icons/hicolor/16x16/apps/phototonic.png
share/icons/hicolor/48x48/apps/phototonic.png
share/pixmaps/phototonic.png