Import efreet-1.1.0, derived from pkgsrc-wip/efreet:
An implementation of several specifications from freedesktop.org intended for use in Enlightenment DR17 (e17) and other applications using the Enlightenment Foundation Libraries (EFL). Currently, the following specifications are included: o Base Directory o Desktop Entry o Icon Theme o Menu
This commit is contained in:
parent
0ce389cd72
commit
ee09e50a5b
5 changed files with 96 additions and 0 deletions
9
sysutils/efreet/DESCR
Normal file
9
sysutils/efreet/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
An implementation of several specifications from freedesktop.org intended for
|
||||||
|
use in Enlightenment DR17 (e17) and other applications using the Enlightenment
|
||||||
|
Foundation Libraries (EFL).
|
||||||
|
|
||||||
|
Currently, the following specifications are included:
|
||||||
|
o Base Directory
|
||||||
|
o Desktop Entry
|
||||||
|
o Icon Theme
|
||||||
|
o Menu
|
28
sysutils/efreet/Makefile
Normal file
28
sysutils/efreet/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2011/12/05 17:38:21 joerg Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= efreet-1.1.0
|
||||||
|
CATEGORIES= sysutils devel
|
||||||
|
MASTER_SITES= http://download.enlightenment.org/releases/
|
||||||
|
EXTRACT_SUFX= .tar.bz2
|
||||||
|
|
||||||
|
MAINTAINER= joerg@NetBSD.org
|
||||||
|
HOMEPAGE= http://enlightenment.org/
|
||||||
|
COMMENT= Interface Abstraction Library and Toolset
|
||||||
|
|
||||||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
|
LICENSE= 2-clause-bsd
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_LIBTOOL= yes
|
||||||
|
USE_TOOLS= pkg-config
|
||||||
|
|
||||||
|
INSTALLATION_DIRS= share/doc/efreet
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING \
|
||||||
|
${DESTDIR}${PREFIX}/share/doc/efreet
|
||||||
|
|
||||||
|
.include "../../devel/ecore/buildlink3.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
38
sysutils/efreet/PLIST
Normal file
38
sysutils/efreet/PLIST
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/05 17:38:21 joerg Exp $
|
||||||
|
bin/efreet_alloc
|
||||||
|
bin/efreet_cache_test
|
||||||
|
bin/efreet_icon_cache_dump
|
||||||
|
bin/efreet_menu_alloc
|
||||||
|
bin/efreet_spec_test
|
||||||
|
bin/efreet_test
|
||||||
|
include/efreet-1/Efreet.h
|
||||||
|
include/efreet-1/Efreet_Mime.h
|
||||||
|
include/efreet-1/Efreet_Trash.h
|
||||||
|
include/efreet-1/efreet_base.h
|
||||||
|
include/efreet-1/efreet_desktop.h
|
||||||
|
include/efreet-1/efreet_icon.h
|
||||||
|
include/efreet-1/efreet_ini.h
|
||||||
|
include/efreet-1/efreet_menu.h
|
||||||
|
include/efreet-1/efreet_uri.h
|
||||||
|
include/efreet-1/efreet_utils.h
|
||||||
|
lib/efreet/efreet_desktop_cache_create
|
||||||
|
lib/efreet/efreet_icon_cache_create
|
||||||
|
lib/libefreet.la
|
||||||
|
lib/libefreet_mime.la
|
||||||
|
lib/libefreet_trash.la
|
||||||
|
lib/pkgconfig/efreet-mime.pc
|
||||||
|
lib/pkgconfig/efreet-trash.pc
|
||||||
|
lib/pkgconfig/efreet.pc
|
||||||
|
share/doc/efreet/AUTHORS
|
||||||
|
share/doc/efreet/COPYING
|
||||||
|
share/efreet/test/entry
|
||||||
|
share/efreet/test/entry.png
|
||||||
|
share/efreet/test/long.ini
|
||||||
|
share/efreet/test/preferences.menu
|
||||||
|
share/efreet/test/sub/test.desktop
|
||||||
|
share/efreet/test/test.desktop
|
||||||
|
share/efreet/test/test.ini
|
||||||
|
share/efreet/test/test.menu
|
||||||
|
share/efreet/test/test_garbage
|
||||||
|
share/efreet/test/test_menu_slash_bad.menu
|
||||||
|
share/efreet/test/test_type.desktop
|
14
sysutils/efreet/buildlink3.mk
Normal file
14
sysutils/efreet/buildlink3.mk
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/12/05 17:38:21 joerg Exp $
|
||||||
|
|
||||||
|
BUILDLINK_TREE+= efreet
|
||||||
|
|
||||||
|
.if !defined(EFREET_BUILDLINK3_MK)
|
||||||
|
EFREET_BUILDLINK3_MK:=
|
||||||
|
|
||||||
|
BUILDLINK_API_DEPENDS.efreet?= efreet>=1.1.0
|
||||||
|
BUILDLINK_PKGSRCDIR.efreet?= ../../sysutils/efreet
|
||||||
|
|
||||||
|
.include "../../devel/ecore/buildlink3.mk"
|
||||||
|
.endif # EFREET_BUILDLINK3_MK
|
||||||
|
|
||||||
|
BUILDLINK_TREE+= -efreet
|
7
sysutils/efreet/distinfo
Normal file
7
sysutils/efreet/distinfo
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2011/12/05 17:38:21 joerg Exp $
|
||||||
|
|
||||||
|
SHA1 (efreet-1.1.0.tar.bz2) = 91c0558c80281ec64ece9deb260fa1c435b41b18
|
||||||
|
RMD160 (efreet-1.1.0.tar.bz2) = c49e81628fbd9c531cc0b6d01e220f8d66f1ccf4
|
||||||
|
Size (efreet-1.1.0.tar.bz2) = 388933 bytes
|
||||||
|
SHA1 (patch-aa) = 26268fbd11f9d0c92ea2bd186c2e14609e92ba39
|
||||||
|
SHA1 (patch-ac) = f6c79c3d0b44e76a276e09ef0f1aeea8550f98d6
|
Loading…
Reference in a new issue