Commit Graph

994 Commits

Author SHA1 Message Date
Nikolay Korotkiy
70f25ecbcb
ffcast: fix cross-compilation 2022-07-12 12:50:44 +03:00
Nikolay Korotkiy
164780329f
xrectsel: fix download url 2022-07-12 12:50:43 +03:00
Azat Bahawi
26329f9ae8 xnotify: init at unstable-2022-02-18 2022-07-09 10:20:10 -07:00
Anderson Torres
d0490bc9b8
Merge pull request #180271 from azahi/xprompt
xprompt: init at 2.5.0
2022-07-08 21:25:21 -03:00
Kira Bruneau
111998cd3b
Merge pull request #179636 from Atemu/libstrangle-wrapper-library-path
libstrangle: use direct nix store path in layer json
2022-07-08 14:48:40 -04:00
Atemu
5194de18ee libstrangle: support 32bit via implicit layer 2022-07-07 18:40:56 +02:00
Atemu
1a37a30af7 libstrangle: use direct nix store path in layer json
This allows you to load libstrangle without setting LD_LIBRARY_PATH to include
it. Only ENABLE_VK_LAYER_TORKEL104_libstrangle=1 is required now, as expected of
an implicit layer.

Previously, you were required to run your VK app via the wrapper:

    STRANGLE_FPS=30 strangle vkcube

Now you can control it via simple environment variables alone:

    ENABLE_VK_LAYER_TORKEL104_libstrangle=1 STRANGLE_FPS=30 vkcube
2022-07-07 18:39:16 +02:00
Azat Bahawi
234be397d6
xprompt: init at 2.5.0 2022-07-06 11:11:53 +03:00
AndersonTorres
f4b885df97 xosview2: remove spurious doCheck = false 2022-07-06 01:28:12 -03:00
AndersonTorres
c2c8e8fdd2 xosview: init at 1.23 2022-07-06 01:28:11 -03:00
Thiago Kenji Okada
ece1a9fe66 arandr: refactor derivation 2022-06-30 21:07:39 +01:00
ajs124
45ec5898cb maintainers: remove tstrobel
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
2022-06-29 00:54:53 +02:00
Kevin Griffin
aae0476728
xmcp: move to X11 directory
The lowercase x11 directory was causing errors
on macOS machines.
2022-06-27 11:40:21 +09:00
Sandro
7b257a7b4f
Merge pull request #178808 from azahi/focusmon
focus: init at unstable-2021-02-23
2022-06-25 20:40:18 +02:00
Azat Bahawi
4e7059cf4f
focus: init at unstable-2021-02-23 2022-06-25 14:34:44 +03:00
Azat Bahawi
6d877c3b43
pmenu: init at 3.0.1 2022-06-25 14:20:31 +03:00
Vladimír Čunát
2783f5c40e
Merge #176496: xdg-utils: fix cross-compilation 2022-06-19 14:00:16 +02:00
Sandro
8e57c30fb3
Merge pull request #177746 from raboof/init-xlogo-1.0.5
xlogo: init at 1.0.5
2022-06-17 09:31:59 +02:00
Arnout Engelen
c07011d3c0
xlogo: init at 1.0.5
Show a window with the X11 logo.

Not a very useful application in itself, but helpful to test X11-related things.
2022-06-15 16:13:35 +02:00
Thiago Kenji Okada
41cc697fdd sx: migrate to resholve.mkDerivation 2022-06-15 00:27:35 +01:00
ckie
4d63c8b732
Merge pull request #174156 from jevy/sunpaper
sunpaper: init at unstable-2022-04-01
2022-06-11 20:51:40 +03:00
jevin
5b898eb8de sunpaper: init at unstable-2022-04-01 2022-06-11 11:47:44 -04:00
7c6f434c
da01abc1d3
Merge pull request #176563 from somasis/sct
sct: unstable-2015-11-16 -> 0.5
2022-06-06 19:36:53 +00:00
Sandro
76ac5101a2
Merge pull request #175451 from aaronjheng/go-sct
go-sct: 20180605-eb1e851 -> unstable-2022-01-32
2022-06-06 18:01:27 +02:00
Kylie McClain
a42cdc07fc
sct: unstable-2015-11-16 -> 0.5
Switch to using umaxx maintained version, the same version provided in
OpenBSD's ports, the same version linked in tedu@'s original blog post
at the end.
2022-06-06 11:11:01 -04:00
Sandro
66def2957e
Merge pull request #175779 from patricksjackson/fno-common-xbindkeys
xbindkeys-config: add -fcommon workaround
2022-06-03 17:20:58 +02:00
Sandro
720611a5d6
Merge pull request #176067 from trofi/fix-fno-common-for-xannotate
xannotate: pull patch pending upstream inclusion for -fno-common tool…
2022-06-03 17:04:54 +02:00
Sandro
d19d15f32f
Merge pull request #176058 from trofi/fix-fno-common-for-wayv
wayv: pull patch pending upstream inclusion for -fno-common toolchain…
2022-06-03 17:04:13 +02:00
Sergei Trofimovich
add1b2e9af xannotate: pull patch pending upstream inclusion for -fno-common toolchain support
Without the change build fails against upstream gcc-10 as:

    ld: process.o:/build/source/src/process.h:26: multiple definition of
      `child'; backend.o:/build/source/src/process.h:26: first defined here
2022-06-03 08:19:28 +01:00
Sergei Trofimovich
42b9836536 x11vnc: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: x11vnc-xwrappers.o:/build/source/src/util.h:105: multiple definition of
      `clientMutex'; x11vnc-8to24.o:/build/source/src/util.h:105: first defined here
2022-06-03 08:12:50 +01:00
Sergei Trofimovich
d16032e754 wayv: pull patch pending upstream inclusion for -fno-common toolchain support
Without the change build fails on upstream gcc-10 as:

    ld: process.o:(.bss+0x0): multiple definition of `child'; backend.o:(.bss+0x0): first defined here
2022-06-03 07:28:01 +01:00
Patrick Jackson
d798024479 xbindkeys-config: add -fcommon workaround 2022-06-01 09:33:57 -07:00
Aaron Jheng
7844de536b
go-sct: 20180605-eb1e851 -> unstable-2022-01-32 2022-06-01 00:37:43 +00:00
Sandro Jäckel
a2c2795e1c
xpra: remove ipaddress 2022-05-30 05:54:00 +02:00
Brian McKenna
17958d7718 xdg-utils: fix cross-compilation 2022-05-29 20:55:08 +10:00
Sandro
b9c9593a88
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
Azat Bahawi
91198c9987
setroot: fix build 2022-05-21 22:27:08 +03:00
Matt Votava
9abfef3f54
xpra: 4.3.2 -> 4.3.3 (#172682) 2022-05-20 14:32:42 +02:00
Ivar Scholten
578589e1da treewide: remove unneeded dotnet SDK version pins
These derivations use buildDotnetModule, which has had its default
dotnet version changed recently. This patch removes redundantly setting
the SDK/runtime to version 6.
2022-05-16 21:39:47 +02:00
Sergei Trofimovich
fcf3fb06ac xvkbd: 3.9 -> 4.1
Upstream moved from imake to autoconf.
Also fixes build against gcc-10 -fno-common.

Changes: http://t-sato.in.coocan.jp/xvkbd/ChangeLog
2022-05-09 16:33:40 +02:00
Artturi
7854686295
Merge pull request #172033 from trofi/fix-fno-common-for-xnee
xnee: pull fix pending upstream inclusion for -fno-common toolchain s…
2022-05-08 15:06:25 +03:00
Sergei Trofimovich
5b50f0de1d xnee: pull fix pending upstream inclusion for -fno-common toolchain support
Without the change build fails as:

    $ nix build -L --impure --expr 'with import ./. {}; xnee.overrideAttrs (oa: {   NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
    ...
    ld: .libs/xnee_xinput.o:/build/xnee-3.19/libxnee/src/../include/libxnee/xnee_internal.h:117:
      multiple definition of `xnee_mode';
2022-05-08 08:06:42 +01:00
Sergei Trofimovich
5bfd8093b7 xwinmosaic: pull upstream fix for -fno-common toolchains
Without the change build fails as:

    $ nix build --impure --expr 'with import ./. {}; xwinmosaic.overrideAttrs (oa: {   NIX_CFLAGS_COMPILE = (oa.NIX_CFLAGS_COMPILE or "") + "-fno-common"; })'
    ld: CMakeFiles/xwinmosaic.dir/main.c.o:(.bss+0xc0):
      multiple definition of `a_NET_CURRENT_DESKTOP'; CMakeFiles/xwinmosaic.dir/x_interaction.c.o:(.bss+0xc0): first defined here
    ld: CMakeFiles/xwinmosaic.dir/main.c.o:(.bss+0xc8):
      multiple definition of `a_NET_DESKTOP_VIEWPORT'; CMakeFiles/xwinmosaic.dir/x_interaction.c.o:(.bss+0xc8): first defined here
2022-05-07 22:02:19 +01:00
R. Ryantm
e33dbfd288 opentabletdriver: 0.6.0.3 -> 0.6.0.4 2022-05-05 09:45:50 +00:00
Connor
fcc27fbda3 mmutils: init at 1.4.1 2022-04-29 09:46:42 -05:00
Solene Rapenne
922b173bf3 libstrangle: 0.1.1 -> unstable-202202022 2022-04-29 09:24:20 -05:00
github-actions[bot]
6b9c75bed5
Merge master into staging-next 2022-04-16 18:01:07 +00:00
Timo Kaufmann
4671196d03
Merge pull request #165968 from fgaz/xprintidle/init
xprintidle: init at 0.2.4
2022-04-16 14:05:50 +02:00
github-actions[bot]
c58a108aaa
Merge master into staging-next 2022-04-16 06:01:08 +00:00
Martin Weinelt
b6e12f03f9
Merge pull request #168546 from nbardiuk/caffeine-icon-fix
caffeine-ng: fix broken tray icon
2022-04-16 04:30:12 +02:00