Skip to content

Commit

Permalink
graphics/entice: Add new port
Browse files Browse the repository at this point in the history
Entice is a simple cross-platform image viewer with basic features
written using the Enlightenment Foundation Libraries (EFL).

Pull Request:	#225
  • Loading branch information
Peter2121 authored and stesser committed Jan 30, 2024
1 parent a6c7f19 commit 6ebe28d
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions graphics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
SUBDIR += enblend
SUBDIR += engauge-digitizer
SUBDIR += entangle
SUBDIR += entice
SUBDIR += eog
SUBDIR += eog-plugins
SUBDIR += eom
Expand Down
29 changes: 29 additions & 0 deletions graphics/entice/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
PORTNAME= entice
PORTVERSION= g20240127
CATEGORIES= graphics enlightenment
DIST_SUBDIR= enlightenment

MAINTAINER= peter@flytrace.com
COMMENT= Simple Image Viewer Using EFL
WWW= https://github.com/vtorri/entice

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libefl.so:devel/efl \
libexif.so:graphics/libexif

USES= compiler:c11 desktop-file-utils meson
USE_GITHUB= yes
GH_ACCOUNT= vtorri
GH_PROJECT= entice
GH_TAGNAME= 5122896

OPTIONS_DEFINE= NLS
OPTIONS_DEFAULT= NLS
OPTIONS_SUB= yes

NLS_USES= gettext-runtime
NLS_MESON_TRUE= nls

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions graphics/entice/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1706648641
SHA256 (enlightenment/vtorri-entice-g20240127-5122896_GH0.tar.gz) = a9255ec9490c80114274a51d475298d7481103831dca8cad5e80db86806579b6
SIZE (enlightenment/vtorri-entice-g20240127-5122896_GH0.tar.gz) = 7940127
2 changes: 2 additions & 0 deletions graphics/entice/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Entice is a simple cross-platform image viewer with basic features
written using the Enlightenment Foundation Libraries (EFL).
4 changes: 4 additions & 0 deletions graphics/entice/pkg-plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin/entice
share/applications/entice.desktop
%%DATADIR%%/themes/default.edj
share/icons/hicolor/128x128/apps/entice.png

0 comments on commit 6ebe28d

Please sign in to comment.