Package Details: flips-git r56.d95c34c-2

Git Clone URL: https://aur.archlinux.org/flips-git.git (read-only, click to copy)
Package Base: flips-git
Description: Patcher for IPS and BPS files
Upstream URL: https://github.com/Alcaro/Flips
Licenses: GPL3
Conflicts: flips
Provides: flips
Submitter: benutzer193
Maintainer: benutzer193
Last Packager: benutzer193
Votes: 3
Popularity: 0.000061
First Submitted: 2016-11-22 20:50 (UTC)
Last Updated: 2018-08-10 14:42 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

matheuz1210 commented on 2023-12-04 04:01 (UTC)

package gets stuck during clone, as github has disabled the git:// protocol. changing source=("git://github.com/Alcaro/Flips.git") to source=("git+https://github.com/Alcaro/Flips.git") makes it work

Neko-san commented on 2021-11-13 06:23 (UTC) (edited on 2021-11-13 06:26 (UTC) by Neko-san)

For some reason, this fails to build for me in a chroot with Clang :/

==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of Flips git repo...
Cloning into 'Flips'...
done.
==> Starting pkgver()...
==> Updated version: flips-git r127.3a8733e-1
==> Sources are ready.
flips-git-r56.d95c34c-2: parsing pkg list...
==> Making package: flips-git r127.3a8733e-1 (Sat Nov 13 00:18:50 2021)
==> Retrieving sources...
==> Validating source files with md5sums...
    Flips ... Skipped
==> Making package: flips-git r127.3a8733e-1 (Sat 13 Nov 2021 12:18:52 AM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
rm: cannot remove 'flips': No such file or directory
clang++ crc32.cpp flips-cli.cpp flips.cpp flips-gtk.cpp flips-w32.cpp libbps.cpp libbps-suf.cpp libips.cpp libups.cpp libdivsufsort-2.0.1/lib/divsufsort.c libdivsufsort-2.0.1/lib/sssort.c libdivsufsort-2.0.1/lib/trsort.c -std=c++98 -fno-rtti -fno-exceptions -DNDEBUG -Wall -fopenmp -DFLIPS_GTK -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0   -Ilibdivsufsort-2.0.1/include -DHAVE_CONFIG_H -D__STDC_FORMAT_MACROS  -Wall -O3 -flto -fuse-linker-plugin -fomit-frame-pointer -fmerge-all-constants -fvisibility=hidden -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections -fdata-sections -Wl,--gc-sections -fprofile-dir=obj/ -Wl,-z,relro,-z,now,--as-needed,--hash-style=gnu,--relax -march=native -mtune=native -O3 -pipe -fno-plt -minline-all-stringops -fexceptions -Wall         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto  -oflips
clang-12: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
clang-12: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
clang-12: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
clang-12: warning: optimization flag '-fuse-linker-plugin' is not supported [-Wignored-optimization-argument]
libdivsufsort-2.0.1/lib/divsufsort.c:29:11: fatal error: 'omp.h' file not found
# include <omp.h>
          ^~~~~~~
1 error generated.
make: *** [Makefile:91: flips] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Vaporeon commented on 2021-09-15 00:59 (UTC)

The AUR package flips contains all of the related files for desktop instillation.

Upstream has also changed to recommend treating each commit to the git repo as a release, effectively making it the same version as built by this vcs package anyway.

Neko-san commented on 2021-06-03 21:02 (UTC)

I would also like the .desktop file to be included; it's kind of expected of a GUI application to have one

Paragoumba commented on 2020-05-23 10:09 (UTC)

A .desktop file and a SVG icon are provided in the GitHub repo, could you update the package so it provides them?