diff options
author | Quentin Glidic | 2012-03-02 10:29:50 +0100 |
---|---|---|
committer | Quentin Glidic | 2012-03-02 10:29:50 +0100 |
commit | 017b365a3bced4050c5940615f279ee1a9b7ddde (patch) | |
tree | 61b723baf2e1536368348cfabd48cfb65068d757 | |
parent | 2960b32934a5f87f41338778fd60e53c43832cf5 (diff) | |
download | sardemff7-pending-017b365a3bced4050c5940615f279ee1a9b7ddde.tar.xz |
Add libxcb-glib
-rw-r--r-- | metadata/categories.conf | 1 | ||||
-rw-r--r-- | packages/x11-libs/libxcb-glib/libxcb-glib-scm.exheres-0 | 6 | ||||
-rw-r--r-- | packages/x11-libs/libxcb-glib/libxcb-glib.exlib | 20 |
3 files changed, 27 insertions, 0 deletions
diff --git a/metadata/categories.conf b/metadata/categories.conf index 77d34bf..fad3441 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -10,3 +10,4 @@ net-security net-wireless net-www sys-apps +x11-libs diff --git a/packages/x11-libs/libxcb-glib/libxcb-glib-scm.exheres-0 b/packages/x11-libs/libxcb-glib/libxcb-glib-scm.exheres-0 new file mode 100644 index 0000000..12ebd8b --- /dev/null +++ b/packages/x11-libs/libxcb-glib/libxcb-glib-scm.exheres-0 @@ -0,0 +1,6 @@ +# Copyright 2012 Quentin "Sardem FF7" Glidic <sardemff7+exherbo@sardemff7.net> +# Distributed under the terms of the GNU General Public License v2 + +require libxcb-glib + +PLATFORMS="~amd64" diff --git a/packages/x11-libs/libxcb-glib/libxcb-glib.exlib b/packages/x11-libs/libxcb-glib/libxcb-glib.exlib new file mode 100644 index 0000000..e66f908 --- /dev/null +++ b/packages/x11-libs/libxcb-glib/libxcb-glib.exlib @@ -0,0 +1,20 @@ +# Copyright 2012 Quentin "Sardem FF7" Glidic <sardemff7+exherbo@sardemff7.net> +# Distributed under the terms of the GNU General Public License v2 + +autotools= +ever is_scm && autotools='supported_autoconf=[ 2.5 ] supported_automake=[ 1.11 ]' + +require sardemff7-github [ ${autotools} ] + +SUMMARY="Library to integrate XCB nicely with GLib" + +LICENCES="GPL-3" +SLOT="0" + +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + dev-libs/glib:2[>=2.26.0] + x11-libs/libxcb +" |