File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
1
+ package =libxcb_util_wm
2
+ $(package)_version =0.4.1
3
+ $(package)_download_path =https://xcb.freedesktop.org/dist
4
+ $(package)_file_name =xcb-util-wm-$($(package ) _version) .tar.bz2
5
+ $(package)_sha256_hash =28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
6
+ $(package)_dependencies =libxcb
7
+
8
+ define $(package)_set_vars
9
+ $(package ) _config_opts=--disable-static --disable-devel-docs --without-doxygen
10
+ $(package ) _config_opts += --disable-dependency-tracking --enable-option-checking
11
+ endef
12
+
13
+ define $(package)_preprocess_cmds
14
+ cp -f $(BASEDIR ) /config.guess $(BASEDIR ) /config.sub .
15
+ endef
16
+
17
+ define $(package)_config_cmds
18
+ $($(package ) _autoconf)
19
+ endef
20
+
21
+ define $(package)_build_cmds
22
+ $(MAKE )
23
+ endef
24
+
25
+ define $(package)_stage_cmds
26
+ $(MAKE ) DESTDIR=$($(package ) _staging_dir) install
27
+ endef
28
+
29
+ define $(package)_postprocess_cmds
30
+ rm -rf share/man share/doc lib/*.la
31
+ endef
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ packages:=boost libevent
2
2
3
3
qrencode_packages = qrencode
4
4
5
- qt_linux_packages: =qt expat libxcb xcb_proto libXau xproto freetype fontconfig libxkbcommon libxcb_util libxcb_util_render libxcb_util_keysyms libxcb_util_image
5
+ qt_linux_packages: =qt expat libxcb xcb_proto libXau xproto freetype fontconfig libxkbcommon libxcb_util libxcb_util_render libxcb_util_keysyms libxcb_util_image libxcb_util_wm
6
6
qt_android_packages =qt
7
7
8
8
qt_darwin_packages =qt
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $(package)_download_path=https://download.qt.io/official_releases/qt/5.12/$($(pa
4
4
$(package)_suffix =everywhere-src-$($(package ) _version) .tar.xz
5
5
$(package)_file_name =qtbase-$($(package ) _suffix)
6
6
$(package)_sha256_hash =1c1b4e33137ca77881074c140d54c3c9747e845a31338cfe8680f171f0bc3a39
7
- $(package)_linux_dependencies =freetype fontconfig libxcb libxkbcommon libxcb_util libxcb_util_render libxcb_util_keysyms libxcb_util_image
7
+ $(package)_linux_dependencies =freetype fontconfig libxcb libxkbcommon libxcb_util libxcb_util_render libxcb_util_keysyms libxcb_util_image libxcb_util_wm
8
8
$(package)_qt_libs =corelib network widgets gui plugins testlib
9
9
$(package)_linguist_tools = lrelease lupdate lconvert
10
10
$(package)_patches = qt.pro qttools_src.pro
You can’t perform that action at this time.
0 commit comments