Package Details: textpieces 4.0.7-1

Git Clone URL: https://aur.archlinux.org/textpieces.git (read-only, click to copy)
Package Base: textpieces
Description: Small tool for quick text transformations
Upstream URL: https://gitlab.com/liferooter/textpieces
Licenses: GPL-3.0-or-later
Conflicts: textpieces-git
Submitter: flipflop97
Maintainer: rcmartin (ogarcia)
Last Packager: ogarcia
Votes: 5
Popularity: 0.000134
First Submitted: 2021-05-15 12:44 (UTC)
Last Updated: 2024-06-06 10:32 (UTC)

Latest Comments

1 2 Next › Last »

ogarcia commented on 2024-05-25 11:26 (UTC)

@rcmartin if you can't take care of the package, make me a co-maintainer and I'll give you a hand with no problem.

ogarcia commented on 2024-05-18 10:54 (UTC)

With the change to version 4 many things have changed in the creation of the package so that the current PKGBUILD does not work correctly for multiple reasons. I leave here an updated PKGBUILD that does work.

If you are interested that I give you a hand you can make me comantainer of the package and without problems. I have already adopted the git version to update it.

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 :(