diff options
author | Bob Funk <bobfunk11@gmail.com> | 2023-08-30 22:19:13 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:24 +0700 |
commit | 92b96313edbf89be2d17aec54750ceb4db54a68b (patch) | |
tree | e67f5a4669fed268a987b36d56dba8f12fc4bcc0 /development | |
parent | 9279c65d1e42c560387db6bd113ff54937f1c88a (diff) |
development/gnome-builder: Updated for version 42.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/gnome-builder/doinst.sh | 1 | ||||
-rw-r--r-- | development/gnome-builder/gnome-builder.SlackBuild | 83 | ||||
-rw-r--r-- | development/gnome-builder/gnome-builder.info | 6 | ||||
-rw-r--r-- | development/gnome-builder/slack-desc | 2 |
4 files changed, 14 insertions, 78 deletions
diff --git a/development/gnome-builder/doinst.sh b/development/gnome-builder/doinst.sh index b7d3b71f74dd..f25bed6fb669 100644 --- a/development/gnome-builder/doinst.sh +++ b/development/gnome-builder/doinst.sh @@ -6,7 +6,6 @@ if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi -# If other icon themes are installed, then add to/modify this as needed if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 diff --git a/development/gnome-builder/gnome-builder.SlackBuild b/development/gnome-builder/gnome-builder.SlackBuild index 171900843b16..480acc39a86f 100644 --- a/development/gnome-builder/gnome-builder.SlackBuild +++ b/development/gnome-builder/gnome-builder.SlackBuild @@ -4,6 +4,10 @@ # Copyright 2023 Charadon US # All rights reserved. +# +# Enabled libportal build targets, simplified build option list to use +# defaults where possible, and took over SlackBuild maintenance. Bumped +# build number. Bob Funk, Aug 29, 2023. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -26,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gnome-builder VERSION=${VERSION:-42.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +42,6 @@ case "$( uname -m )" in esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -92,79 +93,15 @@ cd build --prefix=/usr \ --sysconfdir=/etc \ -Dstrip=true \ - -Dhelp=true \ -Ddocs=true \ - -Dwebkit=enabled \ - -Dplugin_autotools=true \ - -Dplugin_beautifier=true \ - -Dplugin_blueprint=true \ - -Dplugin_c_pack=true \ - -Dplugin_cargo=true \ - -Dplugin_clang=true \ + -Dhelp=true \ -Dplugin_clangd=true \ - -Dplugin_clang_format=true \ - -Dplugin_cmake=true \ - -Dplugin_codespell=true \ - -Dplugin_code_index=true \ - -Dplugin_color_picker=false `# Disabled due to outdated libportal.` \ - -Dplugin_copyright=true \ - -Dplugin_ctags=true \ - -Dplugin_devhelp=false `# Disabled due to outdated libportal.` \ - -Dplugin_deviced=false `# Disabled due to no stable release of deviced` \ - -Dplugin_dspy=true \ - -Dplugin_editorconfig=true \ - -Dplugin_eslint=true \ - -Dplugin_file_search=true \ - -Dplugin_flatpak=false `# Disabled due to outdated libportal` \ - -Dplugin_gdb=true \ - -Dplugin_gdiagnose=true \ - -Dplugin_gettext=true \ - -Dplugin_git=true \ - -Dplugin_gjs_symbols=true \ - -Dplugin_glade=true \ - -Dplugin_gnome_code_assistance=true \ - -Dplugin_go_langserv=true \ - -Dplugin_gradle=true \ - -Dplugin_grep=true \ + -Dplugin_devhelp=false \ + -Dplugin_flatpak=false \ -Dplugin_gvls=true \ - -Dplugin_html_completion=true \ - -Dplugin_html_preview=true \ - -Dplugin_intelephense=true \ - -Dplugin_jedi_language_server=true \ - -Dplugin_jhbuild=true \ - -Dplugin_make=true \ - -Dplugin_maven=true \ - -Dplugin_meson=true \ - -Dplugin_modelines=true \ - -Dplugin_mono=true \ - -Dplugin_newcomers=true \ - -Dplugin_notification=true \ - -Dplugin_npm=true \ - -Dplugin_phpize=true \ - -Dplugin_podman=true \ - -Dplugin_python_pack=true \ - -Dplugin_qemu=true \ - -Dplugin_quick_highlight=true \ - -Dplugin_retab=true \ -Dplugin_rls=true \ - -Dplugin_rstcheck=true \ - -Dplugin_rubocop=true \ - -Dplugin_rust_analyzer=true \ - -Dplugin_shellcmd=true \ - -Dplugin_spellcheck=true \ - -Dplugin_stylelint=true \ - -Dplugin_sysprof=true \ - -Dplugin_sysroot=true \ - -Dplugin_todo=true \ - -Dplugin_ts_language_server=true \ - -Dplugin_update_manager=false `# Disabled due to outdated libportal` \ - -Dplugin_vala=true \ - -Dplugin_vagrant=true \ - -Dplugin_valgrind=true \ - -Dplugin_vls=true \ - -Dplugin_waf=true \ - -Dplugin_words=true \ - -Dplugin_xml_pack=true + -Dplugin_update_manager=false \ + -Dplugin_vagrant=true "${NINJA:=ninja}" DESTDIR=$PKG $NINJA install cd .. diff --git a/development/gnome-builder/gnome-builder.info b/development/gnome-builder/gnome-builder.info index 88f0d31bdd29..075d7e7d12f7 100644 --- a/development/gnome-builder/gnome-builder.info +++ b/development/gnome-builder/gnome-builder.info @@ -5,6 +5,6 @@ DOWNLOAD="https://download.gnome.org/sources/gnome-builder/42/gnome-builder-42.1 MD5SUM="eb1fdeb9ecefdebb242834ab332d8e69" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtksourceview4 libhandy jsonrpc-glib libpeas template-glib webkit2gtk cmark libgit2-glib gspell Sphinx sphinx-rtd-theme sysprof" -MAINTAINER="Charadon" -EMAIL="dev@iotib.net" +REQUIRES="gtksourceview4 libhandy jsonrpc-glib libpeas template-glib webkit2gtk cmark libgit2-glib gspell Sphinx sphinx-rtd-theme sysprof libportal" +MAINTAINER="Bob Funk" +EMAIL="bobfunk11@gmail.com" diff --git a/development/gnome-builder/slack-desc b/development/gnome-builder/slack-desc index 9d0c4d931f6c..d890c33d1e4b 100644 --- a/development/gnome-builder/slack-desc +++ b/development/gnome-builder/slack-desc @@ -15,5 +15,5 @@ gnome-builder: will appreciate, like syntax highlighting and snippets. gnome-builder: gnome-builder: gnome-builder: -gnome-builder: +gnome-builder: https://wiki.gnome.org/Apps/Builder gnome-builder: |