Update to vala 0.15.2.
This is a devel version but 0.16.0 is just around the corner and it will ease dealing with the big batch of g* updates (glib, gtk, gnome-* ...) that are due in the upcoming weeks.
This commit is contained in:
parent
23bbd366c1
commit
19b7f6eb2e
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2012/02/16 22:19:27 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2012/02/26 15:05:33 ajacoutot Exp $
|
||||
|
||||
COMMENT= compiler for the GObject type system
|
||||
|
||||
GNOME_PROJECT= vala
|
||||
GNOME_VERSION= 0.14.2
|
||||
API_V= 0.14
|
||||
GNOME_VERSION= 0.15.2
|
||||
API_V= 0.16
|
||||
|
||||
SHARED_LIBS += vala-0.14 0.0 # 0.0
|
||||
SHARED_LIBS += vala-0.16 0.0 # 0.0
|
||||
|
||||
CATEGORIES= lang
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (vala-0.14.2.tar.xz) = 8FJjpWweMoY35Ml6Yb79rQ==
|
||||
RMD160 (vala-0.14.2.tar.xz) = Jsxzxwy57jByNF6j+k1ojrKSr7Q=
|
||||
SHA1 (vala-0.14.2.tar.xz) = KV+ORsJcjYJenCeUBkVSFZVfYms=
|
||||
SHA256 (vala-0.14.2.tar.xz) = gH5peEhPZsqzz0/v1y83pCk9KDHXpf0pEZvfnTils9A=
|
||||
SIZE (vala-0.14.2.tar.xz) = 2640560
|
||||
MD5 (vala-0.15.2.tar.xz) = dzVi57p7wLQNh7etLbckQw==
|
||||
RMD160 (vala-0.15.2.tar.xz) = 29387edOT+x4WT/Kk6Mos+cLEIU=
|
||||
SHA1 (vala-0.15.2.tar.xz) = CF3oQm7VYl27f4Y3x7a8Kb9i0Hs=
|
||||
SHA256 (vala-0.15.2.tar.xz) = HMXWJxTC5Cl8tFjRE3L1gfDmUHDtOw6IEzzj2wz+4Tw=
|
||||
SIZE (vala-0.15.2.tar.xz) = 2682520
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2011/09/12 18:19:53 jasper Exp $
|
||||
@lib lib/libvala-${API_V}.so.${LIBvala-0.14_VERSION}
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2012/02/26 15:05:33 ajacoutot Exp $
|
||||
@lib lib/libvala-${API_V}.so.${LIBvala-0.16_VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.27 2012/02/16 22:19:27 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.28 2012/02/26 15:05:33 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/vala
|
||||
bin/vala-${API_V}
|
||||
@ -28,6 +28,7 @@ lib/vala-${API_V}/
|
||||
@man man/man1/vapigen-${API_V}.1
|
||||
@man man/man1/vapigen.1
|
||||
share/aclocal/vala.m4
|
||||
share/aclocal/vapigen.m4
|
||||
share/devhelp/
|
||||
share/devhelp/books/
|
||||
share/devhelp/books/vala-${API_V}/
|
||||
@ -47,6 +48,10 @@ share/devhelp/books/vala-${API_V}/statements.html
|
||||
share/devhelp/books/vala-${API_V}/structs.html
|
||||
share/devhelp/books/vala-${API_V}/types.html
|
||||
share/devhelp/books/vala-${API_V}/vala-${API_V}.devhelp2
|
||||
share/pkgconfig/
|
||||
share/pkgconfig/vapigen-${API_V}.pc
|
||||
share/pkgconfig/vapigen.pc
|
||||
share/vala/
|
||||
share/vala-${API_V}/
|
||||
share/vala-${API_V}/vapi/
|
||||
share/vala-${API_V}/vapi/alsa.deps
|
||||
@ -71,6 +76,8 @@ share/vala-${API_V}/vapi/clutter-gtk-1.0.vapi
|
||||
share/vala-${API_V}/vapi/clutter-json-1.0.vapi
|
||||
share/vala-${API_V}/vapi/cogl-1.0.deps
|
||||
share/vala-${API_V}/vapi/cogl-1.0.vapi
|
||||
share/vala-${API_V}/vapi/cogl-pango-1.0.deps
|
||||
share/vala-${API_V}/vapi/cogl-pango-1.0.vapi
|
||||
share/vala-${API_V}/vapi/curses.vapi
|
||||
share/vala-${API_V}/vapi/dbus-glib-1.vapi
|
||||
share/vala-${API_V}/vapi/enchant.vapi
|
||||
@ -89,6 +96,8 @@ share/vala-${API_V}/vapi/gdk-x11-3.0.deps
|
||||
share/vala-${API_V}/vapi/gdk-x11-3.0.vapi
|
||||
share/vala-${API_V}/vapi/gdl-1.0.deps
|
||||
share/vala-${API_V}/vapi/gdl-1.0.vapi
|
||||
share/vala-${API_V}/vapi/gdl-3.0.deps
|
||||
share/vala-${API_V}/vapi/gdl-3.0.vapi
|
||||
share/vala-${API_V}/vapi/gdu-gtk.deps
|
||||
share/vala-${API_V}/vapi/gdu-gtk.vapi
|
||||
share/vala-${API_V}/vapi/gdu.deps
|
||||
@ -283,3 +292,4 @@ share/vala-${API_V}/vapi/xcb.vapi
|
||||
share/vala-${API_V}/vapi/xtst.deps
|
||||
share/vala-${API_V}/vapi/xtst.vapi
|
||||
share/vala-${API_V}/vapi/zlib.vapi
|
||||
share/vala/Makefile.vapigen
|
||||
|
Loading…
Reference in New Issue
Block a user