A taskbar and app-launcher dock for development version of
Enlightenment.
This commit is contained in:
parent
741043996c
commit
4d03156342
4 changed files with 46 additions and 0 deletions
2
itask-ng/DESCR
Normal file
2
itask-ng/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
A taskbar and app-launcher dock for development version of
|
||||
Enlightenment.
|
27
itask-ng/Makefile
Normal file
27
itask-ng/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/02/21 23:47:04 shindenmorr Exp $
|
||||
#
|
||||
|
||||
DISTNAME= itask-ng-0.2.4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://itask-module.googlecode.com/files/
|
||||
|
||||
MAINTAINER= shinden@linux.pl
|
||||
HOMEPAGE= http://itask-module.googlecode.com/files/
|
||||
COMMENT= Application launcher and taskbar for e17
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/itask-ng
|
||||
USE_TOOLS+= autoconf automake gmake msgfmt pkg-config
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
BROKEN_GETTEXT_DETECTION= yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ${SH} autogen.sh
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../wip/edje/buildlink3.mk"
|
||||
.include "../../wip/e17/buildlink3.mk"
|
||||
.include "../../wip/efreet/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
12
itask-ng/PLIST
Normal file
12
itask-ng/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/21 23:47:04 shindenmorr Exp $
|
||||
lib/enlightenment/modules/ng/VeraBd.ttf
|
||||
lib/enlightenment/modules/ng/e-module-ng.edj
|
||||
lib/enlightenment/modules/ng/module.desktop
|
||||
lib/enlightenment/modules/ng/module_icon.png
|
||||
lib/enlightenment/modules/ng/${LOWER_OPSYS}elf-${MACHINE_ARCH}/module.la
|
||||
lib/enlightenment/modules/ng/ng.edc
|
||||
lib/enlightenment/modules/ng/ng.edj
|
||||
@dirrm lib/enlightenment/modules/ng/${LOWER_OPSYS}elf-${MACHINE_ARCH}
|
||||
@dirrm lib/enlightenment/modules/ng
|
||||
@dirrm lib/enlightenment/modules
|
||||
@dirrm lib/enlightenment
|
5
itask-ng/distinfo
Normal file
5
itask-ng/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/02/21 23:47:04 shindenmorr Exp $
|
||||
|
||||
SHA1 (itask-ng-0.2.4.tar.gz) = bd66ab3406359e08ec1e70e1e3e4e53f6dfbb03d
|
||||
RMD160 (itask-ng-0.2.4.tar.gz) = ab5cb39ac9113e6fdd231acc0a8bdfe7d1065c67
|
||||
Size (itask-ng-0.2.4.tar.gz) = 107426 bytes
|
Loading…
Reference in a new issue