diff --git a/srcpkgs/libpvala b/srcpkgs/libpvala new file mode 120000 index 0000000000..3bb3879ac9 --- /dev/null +++ b/srcpkgs/libpvala @@ -0,0 +1 @@ +pvala \ No newline at end of file diff --git a/srcpkgs/pvala-codegen-posix/files/vala-codegen-posix.patch b/srcpkgs/pvala-codegen-posix/files/vala-codegen-posix.patch new file mode 100644 index 0000000000..d3afdfec40 --- /dev/null +++ b/srcpkgs/pvala-codegen-posix/files/vala-codegen-posix.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index ff46b0d..be89c11 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4]) + AM_INIT_AUTOMAKE([1.11 dist-bzip2]) + AM_MAINTAINER_MODE([enable]) + +-VALA_VERSION=0.20 ++VALA_VERSION=0.22 + PACKAGE_SUFFIX=-$VALA_VERSION + + dnl http://people.gnome.org/~walters/docs/build-api.txt diff --git a/srcpkgs/pvala-codegen-posix/template b/srcpkgs/pvala-codegen-posix/template new file mode 100644 index 0000000000..ad6bff0d3e --- /dev/null +++ b/srcpkgs/pvala-codegen-posix/template @@ -0,0 +1,36 @@ +# Template file for 'pvala-codegen-posix' +pkgname=pvala-codegen-posix +version=20130929 +revision=1 +build_style=gnu-configure +_common_dir="/usr/libexec/vala" +configure_args="--prefix=${_common_dir} --bindir=${_common_dir} +--libdir=${_common_dir}" +hostmakedepends="autoconf automake libtool pkg-config git pvala" +makedepends="libglib-devel pvala-devel" +short_desc="Posix profile plugin for pvala" +maintainer="davehome