Update to tepl-4.0.0.
This commit is contained in:
parent
2bd5910bf8
commit
5e65a918b3
@ -1,33 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/11/01 21:53:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2018/04/23 14:46:03 ajacoutot Exp $
|
||||
|
||||
COMMENT= Text Editor Product Line
|
||||
|
||||
GNOME_PROJECT= tepl
|
||||
GNOME_VERSION= 3.0.0
|
||||
GNOME_VERSION= 4.0.0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
SHARED_LIBS += amtk-3 0.0 # 0.0
|
||||
SHARED_LIBS += tepl-3 0.0 # 0.0
|
||||
SHARED_LIBS += amtk-4 0.0 # 0.0
|
||||
SHARED_LIBS += tepl-4 0.0 # 0.0
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext
|
||||
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender Xtst atk-1.0 atk-bridge-2.0
|
||||
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0
|
||||
WANTLIB += atspi cairo cairo-gobject dbus-1 epoxy expat ffi fontconfig
|
||||
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 gtksourceview-3.0
|
||||
WANTLIB += harfbuzz iconv intl lzma m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png uchardet xcb xcb-render
|
||||
WANTLIB += xcb-shm xml2 z
|
||||
WANTLIB += freetype fribidi gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
||||
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-3
|
||||
WANTLIB += gtksourceview-4 harfbuzz iconv intl lzma m pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png uchardet
|
||||
WANTLIB += xcb xcb-render xcb-shm xml2 z
|
||||
|
||||
MODULES= x11/gnome
|
||||
|
||||
MODGNOME_TOOLS= gobject-introspection
|
||||
|
||||
LIB_DEPENDS= textproc/uchardet \
|
||||
x11/gtksourceview3
|
||||
x11/gtksourceview4
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --disable-valgrind
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/tepl-3.0.0.tar.xz) = nrb86wtSHee/aEUIE4pbhCjZ9XXDlbpU+eMVl5gP0O8=
|
||||
SIZE (gnome/tepl-3.0.0.tar.xz) = 464284
|
||||
SHA256 (gnome/tepl-4.0.0.tar.xz) = pLYhmHeyWjdrEpwmSElGSBt/we9qembYBNz39IJQ6Zc=
|
||||
SIZE (gnome/tepl-4.0.0.tar.xz) = 488332
|
||||
|
@ -1,131 +1,137 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/11/01 21:53:24 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2018/04/23 14:46:04 ajacoutot Exp $
|
||||
@conflict gtef-*
|
||||
@pkgpath x11/gnome/gtef
|
||||
include/amtk-3/
|
||||
include/amtk-3/amtk/
|
||||
include/amtk-3/amtk/amtk-action-info-central-store.h
|
||||
include/amtk-3/amtk/amtk-action-info-store.h
|
||||
include/amtk-3/amtk/amtk-action-info.h
|
||||
include/amtk-3/amtk/amtk-action-map.h
|
||||
include/amtk-3/amtk/amtk-application-window.h
|
||||
include/amtk-3/amtk/amtk-enum-types.h
|
||||
include/amtk-3/amtk/amtk-factory.h
|
||||
include/amtk-3/amtk/amtk-init.h
|
||||
include/amtk-3/amtk/amtk-menu-item.h
|
||||
include/amtk-3/amtk/amtk-menu-shell.h
|
||||
include/amtk-3/amtk/amtk-types.h
|
||||
include/amtk-3/amtk/amtk-utils.h
|
||||
include/amtk-3/amtk/amtk.h
|
||||
include/tepl-3/
|
||||
include/tepl-3/tepl/
|
||||
include/tepl-3/tepl/tepl-abstract-factory.h
|
||||
include/tepl-3/tepl/tepl-application-window.h
|
||||
include/tepl-3/tepl/tepl-application.h
|
||||
include/tepl-3/tepl/tepl-buffer.h
|
||||
include/tepl-3/tepl/tepl-encoding.h
|
||||
include/tepl-3/tepl/tepl-enum-types.h
|
||||
include/tepl-3/tepl/tepl-file-loader.h
|
||||
include/tepl-3/tepl/tepl-file-metadata.h
|
||||
include/tepl-3/tepl/tepl-file-saver.h
|
||||
include/tepl-3/tepl/tepl-file.h
|
||||
include/tepl-3/tepl/tepl-fold-region.h
|
||||
include/tepl-3/tepl/tepl-gutter-renderer-folds.h
|
||||
include/tepl-3/tepl/tepl-info-bar.h
|
||||
include/tepl-3/tepl/tepl-init.h
|
||||
include/tepl-3/tepl/tepl-iter.h
|
||||
include/tepl-3/tepl/tepl-menu-shell.h
|
||||
include/tepl-3/tepl/tepl-metadata-manager.h
|
||||
include/tepl-3/tepl/tepl-notebook.h
|
||||
include/tepl-3/tepl/tepl-tab-group.h
|
||||
include/tepl-3/tepl/tepl-tab-label.h
|
||||
include/tepl-3/tepl/tepl-tab.h
|
||||
include/tepl-3/tepl/tepl-types.h
|
||||
include/tepl-3/tepl/tepl-utils.h
|
||||
include/tepl-3/tepl/tepl-view.h
|
||||
include/tepl-3/tepl/tepl.h
|
||||
lib/girepository-1.0/Amtk-3.typelib
|
||||
lib/girepository-1.0/Tepl-3.typelib
|
||||
lib/libamtk-3.a
|
||||
lib/libamtk-3.la
|
||||
@lib lib/libamtk-3.so.${LIBamtk-3_VERSION}
|
||||
lib/libtepl-3.a
|
||||
lib/libtepl-3.la
|
||||
@lib lib/libtepl-3.so.${LIBtepl-3_VERSION}
|
||||
lib/pkgconfig/amtk-3.pc
|
||||
lib/pkgconfig/tepl-3.pc
|
||||
share/gir-1.0/Amtk-3.gir
|
||||
share/gir-1.0/Tepl-3.gir
|
||||
share/gtk-doc/html/tepl-3.0/
|
||||
share/gtk-doc/html/tepl-3.0/AmtkActionInfo.html
|
||||
share/gtk-doc/html/tepl-3.0/AmtkActionInfoCentralStore.html
|
||||
share/gtk-doc/html/tepl-3.0/AmtkActionInfoStore.html
|
||||
share/gtk-doc/html/tepl-3.0/AmtkApplicationWindow.html
|
||||
share/gtk-doc/html/tepl-3.0/AmtkFactory.html
|
||||
share/gtk-doc/html/tepl-3.0/AmtkMenuShell.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplAbstractFactory.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplApplication.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplApplicationWindow.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplBuffer.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplEncoding.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplFile.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplFileLoader.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplFileMetadata.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplFileSaver.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplFoldRegion.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplGutterRendererFolds.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplInfoBar.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplNotebook.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplTab.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplTabGroup.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplTabLabel.html
|
||||
share/gtk-doc/html/tepl-3.0/TeplView.html
|
||||
share/gtk-doc/html/tepl-3.0/amtk-api-reference.html
|
||||
share/gtk-doc/html/tepl-3.0/amtk-intro.html
|
||||
share/gtk-doc/html/tepl-3.0/amtk.html
|
||||
share/gtk-doc/html/tepl-3.0/annexes.html
|
||||
share/gtk-doc/html/tepl-3.0/annotation-glossary.html
|
||||
share/gtk-doc/html/tepl-3.0/api-breaks-1-to-2.html
|
||||
share/gtk-doc/html/tepl-3.0/api-breaks-2-to-3-amtk.html
|
||||
share/gtk-doc/html/tepl-3.0/api-breaks-2-to-3-tepl.html
|
||||
share/gtk-doc/html/tepl-3.0/api-breaks.html
|
||||
share/gtk-doc/html/tepl-3.0/api-index-full.html
|
||||
share/gtk-doc/html/tepl-3.0/code-folding.html
|
||||
share/gtk-doc/html/tepl-3.0/file-loading-and-saving.html
|
||||
share/gtk-doc/html/tepl-3.0/framework.html
|
||||
share/gtk-doc/html/tepl-3.0/general.html
|
||||
share/gtk-doc/html/tepl-3.0/home.png
|
||||
share/gtk-doc/html/tepl-3.0/index.html
|
||||
share/gtk-doc/html/tepl-3.0/intro.html
|
||||
share/gtk-doc/html/tepl-3.0/left-insensitive.png
|
||||
share/gtk-doc/html/tepl-3.0/left.png
|
||||
share/gtk-doc/html/tepl-3.0/menus-and-toolbars.html
|
||||
share/gtk-doc/html/tepl-3.0/misc.html
|
||||
share/gtk-doc/html/tepl-3.0/object-tree.html
|
||||
share/gtk-doc/html/tepl-3.0/right-insensitive.png
|
||||
share/gtk-doc/html/tepl-3.0/right.png
|
||||
share/gtk-doc/html/tepl-3.0/style.css
|
||||
share/gtk-doc/html/tepl-3.0/tepl-3.0-Amtk-Initialization-and-Finalization.html
|
||||
share/gtk-doc/html/tepl-3.0/tepl-3.0-AmtkActionMap.html
|
||||
share/gtk-doc/html/tepl-3.0/tepl-3.0-AmtkMenuItem.html
|
||||
share/gtk-doc/html/tepl-3.0/tepl-3.0-AmtkUtils.html
|
||||
share/gtk-doc/html/tepl-3.0/tepl-3.0-Tepl-Initialization-and-Finalization.html
|
||||
share/gtk-doc/html/tepl-3.0/tepl-3.0-TeplIter.html
|
||||
share/gtk-doc/html/tepl-3.0/tepl-3.0-TeplMenuShell.html
|
||||
share/gtk-doc/html/tepl-3.0/tepl-3.0-TeplMetadataManager.html
|
||||
share/gtk-doc/html/tepl-3.0/tepl-3.0.devhelp2
|
||||
share/gtk-doc/html/tepl-3.0/tepl-api-reference.html
|
||||
share/gtk-doc/html/tepl-3.0/up-insensitive.png
|
||||
share/gtk-doc/html/tepl-3.0/up.png
|
||||
share/locale/cs/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/de/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/es/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/fur/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/hu/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/id/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/pl/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/ru/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/sl/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/sr/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/sv/LC_MESSAGES/tepl-3.mo
|
||||
share/locale/uk/LC_MESSAGES/tepl-3.mo
|
||||
include/amtk-4/
|
||||
include/amtk-4/amtk/
|
||||
include/amtk-4/amtk/amtk-action-info-central-store.h
|
||||
include/amtk-4/amtk/amtk-action-info-store.h
|
||||
include/amtk-4/amtk/amtk-action-info.h
|
||||
include/amtk-4/amtk/amtk-action-map.h
|
||||
include/amtk-4/amtk/amtk-application-window.h
|
||||
include/amtk-4/amtk/amtk-enum-types.h
|
||||
include/amtk-4/amtk/amtk-factory.h
|
||||
include/amtk-4/amtk/amtk-init.h
|
||||
include/amtk-4/amtk/amtk-menu-item.h
|
||||
include/amtk-4/amtk/amtk-menu-shell.h
|
||||
include/amtk-4/amtk/amtk-types.h
|
||||
include/amtk-4/amtk/amtk-utils.h
|
||||
include/amtk-4/amtk/amtk.h
|
||||
include/tepl-4/
|
||||
include/tepl-4/tepl/
|
||||
include/tepl-4/tepl/tepl-abstract-factory-vala.h
|
||||
include/tepl-4/tepl/tepl-abstract-factory.h
|
||||
include/tepl-4/tepl/tepl-application-window.h
|
||||
include/tepl-4/tepl/tepl-application.h
|
||||
include/tepl-4/tepl/tepl-buffer.h
|
||||
include/tepl-4/tepl/tepl-encoding.h
|
||||
include/tepl-4/tepl/tepl-enum-types.h
|
||||
include/tepl-4/tepl/tepl-file-loader.h
|
||||
include/tepl-4/tepl/tepl-file-metadata.h
|
||||
include/tepl-4/tepl/tepl-file-saver.h
|
||||
include/tepl-4/tepl/tepl-file.h
|
||||
include/tepl-4/tepl/tepl-fold-region.h
|
||||
include/tepl-4/tepl/tepl-gutter-renderer-folds.h
|
||||
include/tepl-4/tepl/tepl-info-bar.h
|
||||
include/tepl-4/tepl/tepl-init.h
|
||||
include/tepl-4/tepl/tepl-iter.h
|
||||
include/tepl-4/tepl/tepl-menu-shell.h
|
||||
include/tepl-4/tepl/tepl-metadata-manager.h
|
||||
include/tepl-4/tepl/tepl-notebook.h
|
||||
include/tepl-4/tepl/tepl-tab-group.h
|
||||
include/tepl-4/tepl/tepl-tab-label.h
|
||||
include/tepl-4/tepl/tepl-tab.h
|
||||
include/tepl-4/tepl/tepl-types.h
|
||||
include/tepl-4/tepl/tepl-utils.h
|
||||
include/tepl-4/tepl/tepl-view.h
|
||||
include/tepl-4/tepl/tepl.h
|
||||
lib/girepository-1.0/Amtk-4.typelib
|
||||
lib/girepository-1.0/Tepl-4.typelib
|
||||
lib/libamtk-4.a
|
||||
lib/libamtk-4.la
|
||||
@lib lib/libamtk-4.so.${LIBamtk-4_VERSION}
|
||||
lib/libtepl-4.a
|
||||
lib/libtepl-4.la
|
||||
@lib lib/libtepl-4.so.${LIBtepl-4_VERSION}
|
||||
lib/pkgconfig/amtk-4.pc
|
||||
lib/pkgconfig/tepl-4.pc
|
||||
share/gir-1.0/Amtk-4.gir
|
||||
share/gir-1.0/Tepl-4.gir
|
||||
share/gtk-doc/html/tepl-4.0/
|
||||
share/gtk-doc/html/tepl-4.0/AmtkActionInfo.html
|
||||
share/gtk-doc/html/tepl-4.0/AmtkActionInfoCentralStore.html
|
||||
share/gtk-doc/html/tepl-4.0/AmtkActionInfoStore.html
|
||||
share/gtk-doc/html/tepl-4.0/AmtkApplicationWindow.html
|
||||
share/gtk-doc/html/tepl-4.0/AmtkFactory.html
|
||||
share/gtk-doc/html/tepl-4.0/AmtkMenuShell.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplAbstractFactory.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplAbstractFactoryVala.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplApplication.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplApplicationWindow.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplBuffer.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplEncoding.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplFile.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplFileLoader.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplFileMetadata.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplFileSaver.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplFoldRegion.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplGutterRendererFolds.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplInfoBar.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplNotebook.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplTab.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplTabGroup.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplTabLabel.html
|
||||
share/gtk-doc/html/tepl-4.0/TeplView.html
|
||||
share/gtk-doc/html/tepl-4.0/amtk-api-reference.html
|
||||
share/gtk-doc/html/tepl-4.0/amtk-intro.html
|
||||
share/gtk-doc/html/tepl-4.0/amtk.html
|
||||
share/gtk-doc/html/tepl-4.0/annexes.html
|
||||
share/gtk-doc/html/tepl-4.0/annotation-glossary.html
|
||||
share/gtk-doc/html/tepl-4.0/api-breaks-1-to-2.html
|
||||
share/gtk-doc/html/tepl-4.0/api-breaks-2-to-3-amtk.html
|
||||
share/gtk-doc/html/tepl-4.0/api-breaks-2-to-3-tepl.html
|
||||
share/gtk-doc/html/tepl-4.0/api-breaks-3-to-4-tepl.html
|
||||
share/gtk-doc/html/tepl-4.0/api-breaks.html
|
||||
share/gtk-doc/html/tepl-4.0/api-index-full.html
|
||||
share/gtk-doc/html/tepl-4.0/code-folding.html
|
||||
share/gtk-doc/html/tepl-4.0/file-loading-and-saving.html
|
||||
share/gtk-doc/html/tepl-4.0/framework.html
|
||||
share/gtk-doc/html/tepl-4.0/general.html
|
||||
share/gtk-doc/html/tepl-4.0/home.png
|
||||
share/gtk-doc/html/tepl-4.0/index.html
|
||||
share/gtk-doc/html/tepl-4.0/intro.html
|
||||
share/gtk-doc/html/tepl-4.0/left-insensitive.png
|
||||
share/gtk-doc/html/tepl-4.0/left.png
|
||||
share/gtk-doc/html/tepl-4.0/menus-and-toolbars.html
|
||||
share/gtk-doc/html/tepl-4.0/misc.html
|
||||
share/gtk-doc/html/tepl-4.0/object-tree.html
|
||||
share/gtk-doc/html/tepl-4.0/porting-guide-file-loading-and-saving.html
|
||||
share/gtk-doc/html/tepl-4.0/porting-guides.html
|
||||
share/gtk-doc/html/tepl-4.0/right-insensitive.png
|
||||
share/gtk-doc/html/tepl-4.0/right.png
|
||||
share/gtk-doc/html/tepl-4.0/style.css
|
||||
share/gtk-doc/html/tepl-4.0/tepl-4.0-Amtk-Initialization-and-Finalization.html
|
||||
share/gtk-doc/html/tepl-4.0/tepl-4.0-AmtkActionMap.html
|
||||
share/gtk-doc/html/tepl-4.0/tepl-4.0-AmtkMenuItem.html
|
||||
share/gtk-doc/html/tepl-4.0/tepl-4.0-AmtkUtils.html
|
||||
share/gtk-doc/html/tepl-4.0/tepl-4.0-Tepl-Initialization-and-Finalization.html
|
||||
share/gtk-doc/html/tepl-4.0/tepl-4.0-TeplIter.html
|
||||
share/gtk-doc/html/tepl-4.0/tepl-4.0-TeplMenuShell.html
|
||||
share/gtk-doc/html/tepl-4.0/tepl-4.0-TeplMetadataManager.html
|
||||
share/gtk-doc/html/tepl-4.0/tepl-4.0.devhelp2
|
||||
share/gtk-doc/html/tepl-4.0/tepl-api-reference.html
|
||||
share/gtk-doc/html/tepl-4.0/up-insensitive.png
|
||||
share/gtk-doc/html/tepl-4.0/up.png
|
||||
share/locale/cs/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/da/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/de/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/es/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/fur/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/hu/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/id/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/pl/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/ru/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/sl/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/sr/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/sv/LC_MESSAGES/tepl-4.mo
|
||||
share/locale/uk/LC_MESSAGES/tepl-4.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user