1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/deskutils/lookbook/Makefile
Fernando Apesteguía 98af9cda22 deskutils/lookbook: Update to 1.1.0
ChangeLog: https://github.com/danrabbit/lookbook/releases/tag/1.1.0

Better support for symbolic-only icons and under the hood improvements

PR:	245094
Submitted by:	duchateau.olivier@gmail.com
Reviewed by:e
Approved by:	greg@unrelenting.technology (maintainer)
2020-03-27 18:12:39 +00:00

24 lines
519 B
Makefile

# $FreeBSD$
PORTNAME= lookbook
DISTVERSION= 1.1.0
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
.include <bsd.port.mk>