freebsd-ports/deskutils/lookbook/Makefile
Tobias Kortkamp 75603347c4 x11-toolkits/granite: Update to 5.2.2
- Update WWW
- Add missing gsettings-desktop-schemas dependency to prevent
  runtime crashes of applications using the DateTime widget
- Bump revision of dependent ports

Changes:	https://github.com/elementary/granite/releases
2019-01-03 13:49:07 +00:00

26 lines
600 B
Makefile

# $FreeBSD$
PORTNAME= lookbook
DISTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= greg@unrelenting.technology
COMMENT= Browse and find system icons
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgranite.so:x11-toolkits/granite
USES= gettext-tools gnome meson pkgconfig python:3.5+,build
USE_GITHUB= yes
GH_ACCOUNT= danrabbit
USE_GNOME= glib20 gtk30 gtksourceview3
GLIB_SCHEMAS= com.github.danrabbit.lookbook.gschema.xml
INSTALLS_ICONS= yes
BINARY_ALIAS= python3=${PYTHON_CMD} # for meson/post_install.py
.include <bsd.port.mk>