New package: wf-config-0.1

This commit is contained in:
Young Jin Park 2019-02-11 07:22:48 +09:00 committed by maxice8
parent 715e9051ed
commit 81d267d9a8
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
3 changed files with 33 additions and 0 deletions

View File

@ -3397,3 +3397,4 @@ libsnore-qt5.so.0.7 snorenotify-0.7.0_1
libsnoresettings-qt5.so.0.7 snorenotify-0.7.0_1
libTECkit.so.0 libteckit-2.5.8_1
libTECkit_Compiler.so.0 libteckit-2.5.8_1
libwf-config.so wf-config-0.1_1

View File

@ -0,0 +1,13 @@
diff --git a/src/config.cpp b/src/config.cpp
index f586ab5..811ce29 100644
--- src/config.cpp
+++ src/config.cpp
@@ -4,6 +4,7 @@
#include <sstream>
#include <fstream>
#include <algorithm>
+#include <fcntl.h>
std::ofstream out;

View File

@ -0,0 +1,19 @@
# Template file for 'wf-config'
pkgname=wf-config
version=0.1
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="libevdev-devel wlroots-devel"
short_desc="Wayfire library for managing configuration files"
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
license="MIT"
homepage="https://wayfire.org"
distfiles="https://github.com/WayfireWM/wf-config/archive/v${version}.tar.gz
https://raw.githubusercontent.com/WayfireWM/wf-config/master/LICENSE>LICENSE.txt"
checksum="0dac4683013d5a0b143f0e211288c7f2f621740b9ac664359297ff530a7dcdc5
7053b1aa75aaccfe2a2bfacd400c0a8694858797ff9c7d584664e2941fb3016e"
post_install() {
vlicense ../LICENSE.txt
}