From f0756c64376080560dd2ebe4ae7a07e4b3dd40fa Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 16 Apr 2018 16:19:03 +0200 Subject: [PATCH 1/2] bubblewrap: version bump to 0.2.1 --- .../{bubblewrap-0.2.0.exheres-0 => bubblewrap-0.2.1.exheres-0} | 2 ++ 1 file changed, 2 insertions(+) rename packages/sys-apps/bubblewrap/{bubblewrap-0.2.0.exheres-0 => bubblewrap-0.2.1.exheres-0} (91%) diff --git a/packages/sys-apps/bubblewrap/bubblewrap-0.2.0.exheres-0 b/packages/sys-apps/bubblewrap/bubblewrap-0.2.1.exheres-0 similarity index 91% rename from packages/sys-apps/bubblewrap/bubblewrap-0.2.0.exheres-0 rename to packages/sys-apps/bubblewrap/bubblewrap-0.2.1.exheres-0 index cfd1d23..4ea2e6d 100644 --- a/packages/sys-apps/bubblewrap/bubblewrap-0.2.0.exheres-0 +++ b/packages/sys-apps/bubblewrap/bubblewrap-0.2.1.exheres-0 @@ -20,11 +20,13 @@ DEPENDENCIES=" virtual/pkg-config build+run: sys-libs/libcap + selinux? ( security/libselinux[>=2.1.9] ) " BUGS_TO="hasufell@posteo.de" DEFAULT_SRC_CONFIGURE_PARAMS=( + --enable-man --with-bash-completion-dir=${BASHCOMPLETIONDIR} ) From cbc4d9794b0caf88cfb9f595fd06bdd2bfba3330 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 16 Apr 2018 16:21:23 +0200 Subject: [PATCH 2/2] Add .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a38e7db --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: exherbo/exherbo_ci + +variables: + REPO: hasufell + REPO_NAMESPACE: exherbo-unofficial + +build: + script: + - buildtest +