Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
s20230315 17 Mar 2023 16:44:42
    |
Jan Beich (jbeich)  |
x11/hyprpaper: update to s20230315
Changes: https://github.com/hyprwm/hyprpaper/compare/2bc88dc...6196197 |
s20230218 27 Feb 2023 18:21:22
    |
Jan Beich (jbeich)  |
x11/hyprpaper: consistently lowercase _REASON |
s20230218 27 Feb 2023 18:19:11
    |
Jan Beich (jbeich)  |
x11/hyprpaper: ignore on big-endian architectures
src/helpers/Jpeg.cpp:8:2: error: "your system is not little endian, jpeg will
not work, ping vaxry or something"
#error "your system is not little endian, jpeg will not work, ping vaxry or
something"
^
Reported by: pkg-fallout (powerpc64) |
s20230218 21 Feb 2023 06:10:13
    |
Jan Beich (jbeich)  |
x11/hyprpaper: update to s20230218
Changes: https://github.com/hyprwm/hyprpaper/compare/f77a664...2bc88dc |
s20230115_1 18 Feb 2023 20:39:52
    |
Jan Beich (jbeich)  |
Adjust estimated 12.3 EOL date to actual |
s20230115_1 09 Feb 2023 14:30:19
    |
Jan Beich (jbeich)  |
x11/hyprpaper: unbreak build with GCC after f2258673f15e
/usr/local/bin/ld: CMakeFiles/hyprpaper.dir/src/Hyprpaper.cpp.o: in function
`CHyprpaper::createLSForMonitor(SMonitor*)':
Hyprpaper.cpp:(.text+0xb27): undefined reference to
`std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/local/bin/ld: CMakeFiles/hyprpaper.dir/src/Hyprpaper.cpp.o: in function
`CHyprpaper::createPoolFile(unsigned long, std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >&)':
Hyprpaper.cpp:(.text+0xc01): undefined reference to
`std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >::append(char const*)'
/usr/local/bin/ld: CMakeFiles/hyprpaper.dir/src/Hyprpaper.cpp.o: in function
`CHyprpaper::createBuffer(SPoolBuffer*, int, int, unsigned int)':
Hyprpaper.cpp:(.text+0xf25): undefined reference to
`std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >::operator=(std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/local/bin/ld: CMakeFiles/hyprpaper.dir/src/Hyprpaper.cpp.o: in function
`CHyprpaper::ensurePoolBuffersPresent()':
Hyprpaper.cpp:(.text+0x1162): undefined reference to
`std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >::operator=(std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > const&)'
/usr/local/bin/ld: Hyprpaper.cpp:(.text+0x15d1): undefined reference to
`std::__1::__vector_base_common<true>::__throw_length_error() const'
/usr/local/bin/ld: CMakeFiles/hyprpaper.dir/src/Hyprpaper.cpp.o: in function
`CHyprpaper::removeOldHyprpaperImages()':
Hyprpaper.cpp:(.text+0x18cb): undefined reference to
`std::__1::__fs::filesystem::directory_iterator::directory_iterator(std::__1::__fs::filesystem::path
const&, std::__1::error_code*, std::__1::__fs::filesystem::directory_options)'
[...] |
s20230115_1 03 Feb 2023 12:34:04
    |
Jan Beich (jbeich)  |
x11/hyprpaper: drop GCC dependency via bundled libc++ |
s20230115 18 Jan 2023 19:53:13
    |
Jan Beich (jbeich)  |
x11/hyprpaper: update to s20230115
Changes: https://github.com/hyprwm/hyprpaper/compare/50852e5...f77a664 |
s20230105 06 Jan 2023 05:48:36
    |
Jan Beich (jbeich)  |
x11/hyprpaper: update to s20230105
Changes: https://github.com/hyprwm/hyprpaper/compare/c68cc7b...50852e5 |
s20230103 03 Jan 2023 20:14:06
    |
Jan Beich (jbeich)  |
x11/hyprpaper: update to s20230103
Changes: https://github.com/hyprwm/hyprpaper/compare/aefd638...c68cc7b |
s20221228 02 Jan 2023 04:05:22
    |
Jan Beich (jbeich)  |
x11/hyprpaper: update to s20221228
Changes: https://github.com/hyprwm/hyprpaper/compare/60013ee...aefd638 |
s20221218 19 Dec 2022 19:03:15
    |
Jan Beich (jbeich)  |
x11/hyprpaper: update to s20221218
Changes: https://github.com/hyprwm/hyprpaper/compare/88d99f9...60013ee |
s20221213 14 Dec 2022 13:45:08
    |
Jan Beich (jbeich)  |
x11/hyprpaper: update to s20221213
Changes: https://github.com/hyprwm/hyprpaper/compare/ab85578...88d99f9 |
s20221128 13 Dec 2022 11:30:38
    |
Jan Beich (jbeich)  |
x11/hyprpaper: add new port
Hyprpaper is a blazing fast wallpaper utility for Hyprland with the
ability to dynamically change wallpapers through sockets. It will work
on all wlroots-based compositors, though.
https://github.com/hyprwm/hyprpaper |