-
Notifications
You must be signed in to change notification settings - Fork 12
freerdp, tigervnc, ratpoison + deps #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rhubert
wants to merge
10
commits into
BobBuildTool:master
Choose a base branch
from
rhubert:graphics
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
377364f
python::lxml: bump to 6.0.0
rhubert 6006d35
windowing: add helper class
rhubert 783088c
add libs::fltk v1.3.11
rhubert 55a1b13
add libs::libxmlb 0.3.25
860d6d6
add devel::itstool: v2.0.7+lxml_migration
rhubert 4db8688
add libs::libfyaml v0.9.6
rhubert 9280102
add libs::appstream v1.1.2
17721ca
add utils::tigervnc v1.16.0
rhubert 94fa38e
add graphics::ratpoison v1.4.9
rhubert 9b1eb9f
add graphics::freerdp v3.23.0
rhubert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| Config: | ||
| WINDOWING_WAYLAND: | ||
| type: bool | ||
| default: false | ||
| WINDOWING_X11: | ||
| type: bool | ||
| default: false | ||
|
|
||
| buildVars: [WINDOWING_WAYLAND, WINDOWING_X11] | ||
| buildSetup: | | ||
| windowingWaylandOnOff () { | ||
| [[ ${WINDOWING_WAYLAND} -eq 1 ]] && echo ON || echo OFF | ||
| } | ||
| windowingX11OnOff () { | ||
| [[ ${WINDOWING_X11} -eq 1 ]] && echo ON || echo OFF | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| inherit: [autotools, autoconf, python3] | ||
|
|
||
| metaEnvironment: | ||
| PKG_VERSION: "2.0.7+lxml_migration" | ||
| PKG_LICENSE: "GPL-3.0-or-later" | ||
|
|
||
| depends: | ||
| - python::lxml | ||
|
|
||
| checkoutSCM: | ||
| scm: git | ||
| # url: ${GITHUB_MIRROR}/itstool/itstool.git | ||
| url: https://github.com/nwellnhof/itstool.git | ||
| # The latest itstool release uses libxml2, but the python bindings of | ||
| # libxml2 are deprecated. Use a version from the lxml transformation pull | ||
| # request until it's merged and a new release is published. | ||
| # See https://github.com/itstool/itstool/pull/57/ | ||
| commit: 0f6751a586422719442eb7e9ddfe635ec7ca06fb | ||
|
|
||
| buildScript: | | ||
| export PYTHON=python3 | ||
| autotoolsBuild -s $1 | ||
|
|
||
| packageScript: | | ||
| autotoolsPackageTgt | ||
|
|
||
| provideTools: | ||
| itstool: "usr/bin" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,74 @@ | ||
| inherit: [cmake, windowing] | ||
|
|
||
| metaEnvironment: | ||
| PKG_LICENSE: "Apache-2.0" | ||
| PKG_VERSION: "3.23.0" | ||
|
|
||
| depends: | ||
| - libs::alsa-lib-dev | ||
| - libs::openssl-dev | ||
| - if: "${WINDOWING_X11}" | ||
| depends: | ||
| - libs::xorg::libxkbfile-dev | ||
| - libs::xorg::libX11-dev | ||
| - libs::xorg::libXcursor-dev | ||
| - libs::xorg::libXi-dev | ||
| - libs::xorg::libXinerama-dev | ||
| - libs::xorg::libXv-dev | ||
| - libs::xorg::libXrandr-dev | ||
| - libs::zlib-dev | ||
| - use: [] | ||
| depends: | ||
| - libs::alsa-lib-tgt | ||
| - libs::openssl-tgt | ||
| - if: "${WINDOWING_X11}" | ||
| depends: | ||
| - libs::xorg::libxkbfile-tgt | ||
| - libs::xorg::libX11-tgt | ||
| - libs::xorg::libXcursor-tgt | ||
| - libs::xorg::libXi-tgt | ||
| - libs::xorg::libXinerama-tgt | ||
| - libs::xorg::libXv-tgt | ||
| - libs::xorg::libXrandr-tgt | ||
| - libs::zlib-tgt | ||
|
|
||
| checkoutSCM: | ||
| scm: url | ||
| url: https://pub.freerdp.com/releases/freerdp-${PKG_VERSION}.tar.xz | ||
| digestSHA256: c4f7b3763d2915c1db6806f055f3573b640331adfaf722a8735d740378c1b5bb | ||
| stripComponents: 1 | ||
|
|
||
| buildScript: | | ||
| CONFIG_OPTS=() | ||
|
|
||
| CONFIG_OPTS+=("-DWITH_ALSA=ON") | ||
| CONFIG_OPTS+=("-DWITH_UNICODE_BUILTIN=ON") | ||
| CONFIG_OPTS+=("-DWITH_CLIENT_SDL=OFF") | ||
| CONFIG_OPTS+=("-DWITH_CUPS=OFF") | ||
| CONFIG_OPTS+=("-DWITH_CAIRO=OFF") | ||
| CONFIG_OPTS+=("-DCHANNEL_URBDRC=OFF") | ||
| CONFIG_OPTS+=("-DWITH_FUSE=OFF") | ||
| CONFIG_OPTS+=("-DWITH_X11=$(windowingX11OnOff)") | ||
| CONFIG_OPTS+=("-DWITH_SWSCALE=OFF") | ||
| CONFIG_OPTS+=("-DWITH_KRB5=OFF") | ||
| CONFIG_OPTS+=("-DWITH_PULSE=OFF") | ||
| CONFIG_OPTS+=("-DWITH_FFMPEG=OFF") | ||
| CONFIG_OPTS+=("-DWITH_SERVER=OFF") | ||
| CONFIG_OPTS+=("-DWITH_SERVER_INTERFACE=OFF") | ||
| CONFIG_OPTS+=("-DWITH_THIRD_PARTY=OFF") | ||
|
|
||
| cmakeBuild $1 \ | ||
| -DCMAKE_BUILD_TYPE=RelWithDebInfo \ | ||
| -DCMAKE_VERBOSE_MAKEFILE=ON \ | ||
| -DCMAKE_SKIP_RPATH=TRUE \ | ||
| -DCMAKE_SKIP_INSTALL_RPATH=TRUE \ | ||
| -DBUILD_TESTING=OFF \ | ||
| -DWITH_GPROF=OFF \ | ||
| -DWITH_MANPAGES=OFF \ | ||
| -DWITH_PROFILER=OFF \ | ||
| -DWITH_SAMPLE=OFF \ | ||
| ${CONFIG_OPTS[@]} \ | ||
|
|
||
| provideDeps: ['*-tgt'] | ||
| packageScript: | | ||
| cmakePackageTgt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| inherit: [autotools] | ||
|
|
||
| metaEnvironment: | ||
| PKG_LICENSE: "GPL-2.0-or-later" | ||
| PKG_VERSION: "1.4.9" | ||
|
|
||
| checkoutSCM: | ||
| scm: url | ||
| url: https://download-mirror.savannah.gnu.org/releases/ratpoison/ratpoison-${PKG_VERSION}.tar.xz | ||
| digestSHA256: d98fa4be025ecca453c407ff311ab3949f29f20d6d8abedf8f0716b85fc8d1f1 | ||
| stripComponents: 1 | ||
|
|
||
| depends: | ||
| - libs::xorg::libX11-dev | ||
| - use: [] | ||
| depends: | ||
| - libs::xorg::libX11-tgt | ||
|
|
||
| buildScript: | | ||
| autotoolsBuild $1 --without-xft \ | ||
| --without-xkb \ | ||
| --without-xrandr | ||
|
|
||
| provideDeps: ['*-tgt'] | ||
| packageScript: | | ||
| autotoolsPackageBin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,86 @@ | ||
| inherit: [meson] | ||
|
|
||
| metaEnvironment: | ||
| PKG_LICENSE: "GPL-2.0-or-later" | ||
| PKG_VERSION: "1.1.2" | ||
|
|
||
| depends: | ||
| - tools: | ||
| target-toolchain: host-compat-toolchain | ||
| use: [tools] | ||
| depends: | ||
| - devel::gperf | ||
| - devel::itstool | ||
| - name: python::lxml | ||
| use: [result] | ||
|
|
||
| - libs::glib-dev | ||
| - libs::libfyaml-dev | ||
| - libs::libpcre2-dev | ||
| - libs::libxml2-dev | ||
| - libs::libxmlb-dev | ||
| - net::curl-dev | ||
| - use: [] | ||
| depends: | ||
| - libs::glib-tgt | ||
| - libs::libfyaml-tgt | ||
| - libs::libpcre2-tgt | ||
| - libs::libxml2-tgt | ||
| - libs::libxmlb-tgt | ||
| - net::curl-tgt | ||
|
|
||
| checkoutSCM: | ||
| scm: url | ||
| url: ${GITHUB_MIRROR}/ximion/appstream/archive/refs/tags/v${PKG_VERSION}.tar.gz | ||
| digestSHA256: 564ec87b16e9e4ee81fb021e612250fd27f3a3ecd31c209a5dd1ff59def3022d | ||
| stripComponents: 1 | ||
|
|
||
| buildTools: [gettext, glib, gperf, itstool] | ||
| buildScript: | | ||
| mesonBuild $1 \ | ||
| -Dsystemd=false \ | ||
| -Dzstd-support=false \ | ||
| -Dgir=false \ | ||
| -Dstemming=false \ | ||
| -Dapidocs=false \ | ||
| -Ddocs=false \ | ||
| -Dinstall-docs=false \ | ||
| -Dbash-completion=false \ | ||
| -Dman=false | ||
|
|
||
| multiPackage: | ||
| native: | ||
| packageScript: | | ||
| rsync -a --delete $1/install/ . | ||
| provideTools: | ||
| appstream-native: "usr/bin" | ||
| "": | ||
| depends: | ||
| # appstream references itself. the referenced version has to be a host | ||
| # native build (non cross) | ||
| - name: libs::appstream-native | ||
| tools: | ||
| target-toolchain: host-native-toolchain | ||
| use: [tools] | ||
| buildTools: [appstream-native] | ||
| buildSetup: | | ||
| # appstream needs a 'full' native appstream, not only the tools, to build... | ||
| export PKG_CONFIG_LIBDIR=$PKG_CONFIG_LIBDIR:${BOB_TOOL_PATHS['appstream-native']}/../lib/pkgconfig | ||
| multiPackage: | ||
| "dev": | ||
| packageScript: | | ||
| mesonPackageDev | ||
| provideDeps: ['*-dev'] | ||
| "tgt": | ||
| packageScript: | | ||
| mesonPackageTgt | ||
| provideDeps: ['*-tgt'] | ||
| "": | ||
| depends: | ||
| - use: [] | ||
| name: libs::appstream-tgt | ||
| packageScript: | | ||
| mesonPackageBin | ||
| provideDeps: ['*-tgt'] | ||
| provideTools: | ||
| appstream: usr/bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| inherit: [cmake, windowing] | ||
|
|
||
| metaEnvironment: | ||
| PKG_DESCRIPTION: "Fast Light Toolkit" | ||
| PKG_LICENSE: "LGPL-2.0-only WITH FLTK-exception" | ||
| PKG_VERSION: "1.3.11" | ||
|
|
||
| depends: | ||
| - libs::libpng-dev | ||
| - if: "${WINDOWING_X11}" | ||
| name: libs::xorg::libX11-dev | ||
| - libs::zlib-dev | ||
| - virtual::libs::libegl-dev | ||
| - virtual::libs::libjpeg-dev | ||
| - use: [] | ||
| depends: | ||
| - libs::libpng-tgt | ||
| - if: "${WINDOWING_X11}" | ||
| name: libs::xorg::libX11-tgt | ||
| - libs::zlib-tgt | ||
| - virtual::libs::libegl-tgt | ||
| - virtual::libs::libjpeg-tgt | ||
|
|
||
| checkoutSCM: | ||
| scm: url | ||
| url: ${GITHUB_MIRROR}/fltk/fltk/releases/download/release-${PKG_VERSION}/fltk-${PKG_VERSION}-source.tar.bz2 | ||
| digestSHA256: ca2e144e5f89173cd094cc273940d56230b1bf613083a0792e6406dc191cd99f | ||
| stripComponents: 1 | ||
|
|
||
| buildScript: | | ||
| cmakeBuild $1 \ | ||
| -DFLTK_BUILD_TEST=0 \ | ||
| -DFLTK_BUILD_EXAMPLES=0 \ | ||
| -DFLTK_BACKEND_X11=$(windowingX11OnOff) | ||
|
|
||
| multiPackage: | ||
| dev: | ||
| provideDeps: ['*-dev'] | ||
| packageScript: | | ||
| cmakePackageDev $1 "usr/share/" "usr/share/fltk/***" | ||
|
|
||
| tgt: | ||
| provideDeps: ['*-tgt'] | ||
| packageScript: | | ||
| cmakePackageTgt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| inherit: [cmake, patch] | ||
|
|
||
| metaEnvironment: | ||
| PKG_VERSION: "0.9.6" | ||
| PKG_LICENSE: "MIT" | ||
|
|
||
| checkoutSCM: | ||
| scm: url | ||
| url: ${GITHUB_MIRROR}/pantoniou/libfyaml/releases/download/v${PKG_VERSION}/libfyaml-${PKG_VERSION}.tar.gz | ||
| digestSHA256: a59cc3331e2eb903ec36933ad52a45888041cac31e44f553a00511131242c483 | ||
| stripComponents: 1 | ||
|
|
||
| depends: | ||
| - libs::libyaml-dev | ||
| - use: [] | ||
| depends: | ||
| - libs::libyaml-tgt | ||
|
|
||
| buildScript: | | ||
| cmakeBuild $1 \ | ||
| -DBUILD_TESTING=OFF \ | ||
| -DCOMPILER_SUPPORTS_WNO_TAUTOLOGICAL_CONSTANT_OUT_OF_RANGE_COMPARE=0 | ||
|
|
||
| multiPackage: | ||
| dev: | ||
| provideDeps: ['*-dev'] | ||
| packageScript: cmakePackageDev | ||
| tgt: | ||
| provideDeps: ['*-tgt'] | ||
| packageScript: cmakePackageTgt | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| inherit: [meson] | ||
|
|
||
| metaEnvironment: | ||
| PKG_VERSION: "0.3.25" | ||
| PKG_LICENSE: "LGPL-2.1-or-later" | ||
|
|
||
| checkoutSCM: | ||
| scm: url | ||
| url: ${GITHUB_MIRROR}/hughsie/libxmlb/releases/download/${PKG_VERSION}/libxmlb-${PKG_VERSION}.tar.xz | ||
| digestSHA256: 77f2768c9debd2e946173cdf9465efd987849805e7c58251c5772ea728a61d9a | ||
| stripComponents: 1 | ||
|
|
||
| depends: | ||
| - libs::glib-dev | ||
| - use: [] | ||
| depends: | ||
| - libs::glib-tgt | ||
|
|
||
| buildScript: | | ||
| mesonBuild $1 \ | ||
| -Dintrospection=false \ | ||
| -Dgtkdoc=false \ | ||
| -Dtests=false \ | ||
| -Dcli=false | ||
|
|
||
| multiPackage: | ||
| dev: | ||
| provideDeps: ['*-dev'] | ||
| packageScript: | | ||
| mesonPackageDev | ||
| tgt: | ||
| provideDeps: ['*-tgt'] | ||
| packageScript: | | ||
| mesonPackageTgt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.