Package Details: textpieces 3.4.1-2

Git Clone URL: https://aur.archlinux.org/textpieces.git (read-only, click to copy)
Package Base: textpieces
Description: Transform text without using random websites
Upstream URL: https://github.com/liferooter/textpieces
Licenses: GPL3
Submitter: flipflop97
Maintainer: rcmartin
Last Packager: igor-dyatlov
Votes: 5
Popularity: 0.000855
First Submitted: 2021-05-15 12:44 (UTC)
Last Updated: 2022-12-27 14:29 (UTC)

Latest Comments

1 2 Next › Last »

Aftermath commented on 2023-08-02 14:53 (UTC)

@rstorm Thanks.

rstorm commented on 2023-07-29 13:08 (UTC)

@arash12ir Apparently blueprint-compiler doesn't like fractional margins anymore. I worked around it by including the following code block in the PKGBUILD.

prepare(){
  sed -i 's/2.5/2/' $srcdir/textpieces-3.4.1/resources/ui/*.blp
}

Aftermath commented on 2023-05-16 13:45 (UTC)

Can't build it.

Running yay -Syu --rebuildtree --answerclean All tuba results in:

FAILED: resources 
/usr/bin/blueprint-compiler batch-compile resources/. ../textpieces-3.4.1/resources ../textpieces-3.4.1/resources/ui/CustomToolPage.blp ../textpieces-3.4.1/resources/ui/Editor.blp ../textpieces-3.4.1/resources/ui/NewToolPage.blp ../textpieces-3.4.1/resources/ui/Preferences.blp ../textpieces-3.4.1/resources/ui/SearchBar.blp ../textpieces-3.4.1/resources/ui/SearchEntry.blp ../textpieces-3.4.1/resources/ui/ShortcutsWindow.blp ../textpieces-3.4.1/resources/ui/ToolSettings.blp ../textpieces-3.4.1/resources/ui/Window.blp ../textpieces-3.4.1/resources/ui/Search.blp
upgrade: Use type syntax here (introduced in blueprint 0.8.0)
at ../textpieces-3.4.1/resources/ui/CustomToolPage.blp line 8 column 10:
   8 |template TextPiecesCustomToolPage : Box {
     |         ^

upgrade: Use the '$' extern syntax introduced in blueprint 0.8.0
at ../textpieces-3.4.1/resources/ui/CustomToolPage.blp line 17 column 18:
  17 |      clicked => go_back();
     |                 ^

upgrade: Use the '$' extern syntax introduced in blueprint 0.8.0
at ../textpieces-3.4.1/resources/ui/CustomToolPage.blp line 36 column 18:
  36 |      clicked => delete_tool();
     |                 ^

upgrade: Use the '$' extern syntax introduced in blueprint 0.8.0
at ../textpieces-3.4.1/resources/ui/CustomToolPage.blp line 37 column 18:
  37 |      clicked => go_back();
     |                 ^

upgrade: Use the '$' extern syntax introduced in blueprint 0.8.0
at ../textpieces-3.4.1/resources/ui/CustomToolPage.blp line 43 column 3:
  43 |  .TextPiecesToolSettings tool_settings {
     |  ^

error: Cannot convert 2.5 to integer
at ../textpieces-3.4.1/resources/ui/Editor.blp line 45 column 26:
  45 |          margin-bottom: 2.5;
     |                         ^

ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: textpieces-exit status 4

System is fully upgraded to this moment and all aur packages are rebuilt cleanly.

I can provide the log file too.

Aftermath commented on 2023-04-08 19:22 (UTC) (edited on 2023-04-08 19:24 (UTC) by Aftermath)

@chovy

Unfortunately it is not in chaotic-aur neither.

chovy commented on 2022-12-26 19:59 (UTC)

WARNING: CMake Toolchain: Failed to determine CMake compilers state
Run-time dependency libportal found: NO (tried pkgconfig and cmake)

textpieces-3.4.1/meson.build:89:0: ERROR: Dependency "libportal" not found, tried pkgconfig and cmake

A full log can be found at /home/ettinger/.cache/yay/textpieces/src/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: textpieces

chovy commented on 2022-12-26 19:58 (UTC)

can't install on latest.

somepaulo commented on 2022-05-06 12:24 (UTC)

Gtk.SourceView still could not be found...

amatos commented on 2022-04-05 03:05 (UTC)

same error as CodeThomasB :(

benpiano800 commented on 2022-02-15 15:10 (UTC)

Hello, I am the new maintainer of this package.

CoderThomasB commented on 2022-01-12 08:47 (UTC)

I get an error about not having the Gtk.SourceView class even though I have gtksourceviewmm installed.

../textpieces-3.0.2/src/Window.vala:39.20-39.41: error: The type name `Gtk.SourceView' could not be found
        [GtkChild] unowned Gtk.SourceView editor;
                   ^^^^^^^^^^^^^^^^^^^^^^