- Update to 0.3.0
Approved by: crees (mentor)
This commit is contained in:
parent
83e417e8d8
commit
827641a422
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315409
3 changed files with 14 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= terminology
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= x11 enlightenment
|
||||
MASTER_SITES= http://download.enlightenment.fr/releases/ \
|
||||
LOCAL/gblach/e17/
|
||||
|
@ -16,7 +16,6 @@ DIST_SUBDIR= e17
|
|||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_EFL= eina eet evas ecore edje emotion elementary
|
||||
USE_EFL_ECORE= imf imf_evas input
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_EFL_ECORE= imf imf_evas input ipc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (e17/terminology-0.2.0.tar.bz2) = abe270a92f7e8734696d9e36bc276c790b3447c6962e9febfb861dbc4059784d
|
||||
SIZE (e17/terminology-0.2.0.tar.bz2) = 509135
|
||||
SHA256 (e17/terminology-0.3.0.tar.bz2) = 7ea94aec40fc0e210543b36236842f1dfe3c64abf4f3d7ae6f5dae2fb668476e
|
||||
SIZE (e17/terminology-0.3.0.tar.bz2) = 567309
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
bin/terminology
|
||||
bin/tyalpha
|
||||
bin/tybg
|
||||
bin/tycat
|
||||
bin/tyls
|
||||
bin/typop
|
||||
bin/tyq
|
||||
share/applications/terminology.desktop
|
||||
share/icons/terminology.png
|
||||
%%DATADIR%%/fonts/10x20.pcf
|
||||
|
@ -25,9 +31,12 @@ share/icons/terminology.png
|
|||
%%DATADIR%%/fonts/terminus-20-bold.pcf
|
||||
%%DATADIR%%/fonts/terminus-20.pcf
|
||||
%%DATADIR%%/images/terminology.png
|
||||
%%DATADIR%%/themes/black.edj
|
||||
%%DATADIR%%/themes/default.edj
|
||||
%%DATADIR%%/themes/mild.edj
|
||||
%%DATADIR%%/themes/black.edj
|
||||
%%DATADIR%%/themes/mustang.edj
|
||||
%%DATADIR%%/themes/solarized.edj
|
||||
%%DATADIR%%/themes/solarized_light.edj
|
||||
@dirrm %%DATADIR%%/themes
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
|
|
Loading…
Reference in a new issue