Commit Graph

32 Commits

Author SHA1 Message Date
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Miao, ZhiCheng
e96a0b3c8b
insync: fix bwrap namespaces
- share bwrap namespaces as possible with the user
2023-08-26 13:31:37 +03:00
Miao, ZhiCheng
8ecdb2048d
insync: fix launching issue on wayland 2023-06-14 10:31:22 +03:00
Miao, ZhiCheng
00253158de
insync: 3.8.5.50499 -> 3.8.6.50504
With fixes:

- Top-level runner is now simply insync, in sync with vendor's desktopfile.
- The /share folder including desktop files are now part of the top package.
- use stdenvNoCC instead of stdenv.
2023-05-23 16:39:21 +03:00
Miao, ZhiCheng
11b9679642
insync: 3.3.5.40925 -> 3.8.5.50499
- Simplified packaging process:
  - Use as much vendor provided binaries as possible.
  - Only replace glibc with system provided ones (2.36+ required, hence
    nixos 22.11 is out).
  - Use buildFHSEnv to create FHS environment to run insync in.

Known bug(s):
  1) Currently the system try icon does not render correctly.
  2) libqtvirtualkeyboardplugin does not have necessary Qt library shipped from vendor.
2023-05-13 22:11:32 +03:00
Miao, ZhiCheng
7a6a78c970
insync-v3: remove
insync-v3 has been merged into the insync package; use insync instead.
2023-05-13 22:11:32 +03:00
Miao, ZhiCheng
9b9eaf0208
insync: superceded by insync-v3 2023-05-13 22:11:31 +03:00
Romeo Disca
fd62f6ac9b insync-v3: 3.3.5.40925 -> 3.8.5.50499 2023-05-09 21:20:50 +02:00
Benjamin Staffin
6cd7a38207 insync: remove benley from maintainers 2022-12-26 13:20:45 -05:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
InLaw
e50554a427
Insync: mark broken (#193488)
* Update v3.nix

url doesn't exist anymore

* Update default.nix

url doesn't exist anymore

* Update default.nix

* Update v3.nix

* Update default.nix

* Update v3.nix

* insync: 1.5.7.37371 - update meta broken

broken = "url doesn't exist anymore" # provider changed deployment process.

* insync: 3.3.5.40925 - update meta broken

broken = "url doesn't exist anymore" # provider changed deployment process.

* insync: 3.3.5.40925 - update meta broken

broken = "url doesn't exist anymore" # provider changed deployment process.

* Update pkgs/applications/networking/insync/default.nix

* Update pkgs/applications/networking/insync/v3.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-07 14:15:00 -04:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
Artturi
ce804ca486
Merge pull request #111925 from r-ryantm/auto-update/insync
insync-v3: 3.2.4.40856 -> 3.3.5.40925
2021-08-07 02:59:05 +03:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
R. RyanTM
2a146dfc63 insync-v3: 3.2.4.40856 -> 3.3.5.40925 2021-02-04 14:10:54 +00:00
Sandro
64e1dc5d96
Merge pull request #107478 from benley/insync-v3
insync-v3: init at 3.2.4.40856
2021-01-29 02:19:43 +01:00
Benjamin Staffin
b49473e667 insync-v3: init at 3.2.4.40856
Insync 3.0 is a full rewrite with a different feature set than the
existing v1 derivation in nixpkgs.  Some users need to stick with the
old version, particularly those on headless/non-GUI systems.  There is
a headless version of v3, but that will need to be packaged separately.
2021-01-28 13:12:47 -05:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
marius851000
be048e3b89
insync: use autoPatchelfHook to fix warning (#92463) 2020-07-07 10:30:59 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Aristid Breitkreuz
9299b47dc8 insync: 1.5.5.37367 -> 1.5.7.37371 2019-06-10 17:09:59 +02:00
Aristid Breitkreuz
167e748d94 insync: 1.4.5.37069 -> 1.5.5.37367 2018-12-27 18:07:06 +01:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Aristid Breitkreuz
40f809c214 insync: 1.3.22.36179 -> 1.4.5.37069 2018-05-03 20:28:52 +02:00
Aristid Breitkreuz
e7fb957838 insync: 1.3.17.36167 -> 1.3.22.36179 2018-02-24 11:24:03 +01:00
Aristid Breitkreuz
9480628286 insync: 1.3.16.36155 -> 1.3.17.36167 2017-07-15 10:21:12 +02:00
Alexandre Peyroux
3badf79b48
insync: Check if arch is x86_64 before downloading the binary. 2017-06-02 21:53:12 -04:00
Alexandre Peyroux
a5f12abfd3
insync: 1.3.13.36129 -> 1.3.16.36155 2017-05-31 19:30:23 +02:00
Benjamin Staffin
eae2a12ebb insync: add a note about trial and costing money 2017-01-09 20:58:04 -05:00
Benjamin Staffin
6afd5fbbb7 insync: init at 1.3.13.36129 2017-01-04 03:42:13 -05:00