Import faba-icon-theme 4.0.
Faba is a Linux desktop icon theme. It has designed with simplicity and compliance to standards in mind. Faba's purpose is to serve as a base icon theme to others (such as Moka). It comprises only of a system icons -folders, mimetypes, toolbar icons, etc. ok ajacoutot@
This commit is contained in:
parent
e05b476ea0
commit
ab40a786ce
31
x11/faba-icon-theme/Makefile
Normal file
31
x11/faba-icon-theme/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/04 13:16:25 landry Exp $
|
||||
|
||||
COMMENT = sexy and modern icon theme with Tango influences
|
||||
|
||||
DISTNAME = faba-icon-theme-4.0
|
||||
CATEGORIES = x11
|
||||
|
||||
HOMEPAGE = http://mokaproject.com/faba-icon-theme/
|
||||
MASTER_SITES = https://github.com/moka-project/faba-icon-theme/raw/master/
|
||||
MASTER_SITES0 = https://github.com/moka-project/faba-mono-icons/raw/master/
|
||||
|
||||
DISTFILES = ${DISTNAME}${EXTRACT_SUFX} faba-mono-icons-4.2.tar.gz:0
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
PKG_ARCH = *
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
RUN_DEPENDS = x11/gtk+3,-guic
|
||||
|
||||
ICONSDIR = ${PREFIX}/share/icons/
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${ICONSDIR}
|
||||
# Fix perms
|
||||
find ${WRKDIST}/../faba* ! -perm 644 -type f -exec chmod 644 {} \;
|
||||
cd ${WRKDIST} ; pax -L -rw Faba ${ICONSDIR}
|
||||
cd ${WRKDIST}/../faba-mono-icons-4.2/ ; pax -rw Faba-* ${ICONSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
4
x11/faba-icon-theme/distinfo
Normal file
4
x11/faba-icon-theme/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
SHA256 (faba-icon-theme-4.0.tar.gz) = YM6yTLw0lctjacm48L22lCPnbED/BYL9QQQLpCZQAfU=
|
||||
SHA256 (faba-mono-icons-4.2.tar.gz) = iFU3WNHGoJKBsseydUGXX4hAe1RxO0JqaM9Z231WhpU=
|
||||
SIZE (faba-icon-theme-4.0.tar.gz) = 2005289
|
||||
SIZE (faba-mono-icons-4.2.tar.gz) = 295146
|
6
x11/faba-icon-theme/pkg/DESCR
Normal file
6
x11/faba-icon-theme/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Faba is a Linux desktop icon theme. It has designed with simplicity and
|
||||
compliance to standards in mind.
|
||||
|
||||
Faba's purpose is to serve as a base icon theme to others (such as
|
||||
Moka). It comprises only of a system icons -folders, mimetypes, toolbar
|
||||
icons, etc.
|
4431
x11/faba-icon-theme/pkg/PLIST
Normal file
4431
x11/faba-icon-theme/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user