parent
026a7f05dd
commit
4b3e19e9f6
2 changed files with 29 additions and 0 deletions
11
srcpkgs/thingylaunch/patches/fix-cmake-flags-override.patch
Normal file
11
srcpkgs/thingylaunch/patches/fix-cmake-flags-override.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- CMakeLists.txt
|
||||||
|
+++ CMakeLists.txt
|
||||||
|
@@ -5,8 +5,6 @@ SET (TL_PROJECT_VERS 2.0.3)
|
||||||
|
|
||||||
|
PROJECT (${TL_PROJECT_NAME} CXX C)
|
||||||
|
|
||||||
|
-SET(CMAKE_CXX_FLAGS "-std=c++11")
|
||||||
|
-
|
||||||
|
IF (USE_XCB)
|
||||||
|
# Use libxcb
|
||||||
|
FIND_PACKAGE (PkgConfig REQUIRED)
|
18
srcpkgs/thingylaunch/template
Normal file
18
srcpkgs/thingylaunch/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'thingylaunch'
|
||||||
|
pkgname=thingylaunch
|
||||||
|
version=2.0.3
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DUSE_XCB=ON"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="xcb-util-wm-devel xcb-util-keysyms-devel"
|
||||||
|
short_desc="X11 application launcher with tab-completion, history, and bookmarks"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="https://gahr.ch/thingylaunch/"
|
||||||
|
distfiles="https://github.com/gahr/${pkgname}/archive/${version}.tar.gz"
|
||||||
|
checksum=4d9cc6b826bddb3d02836f721316bfc24c2b31f75c9c2d5077ae162eb3d60b60
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYRIGHT
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue