Skip to content

Commit 66aea4c

Browse files
authored
intiface-central: 2.6.4 -> 2.6.5 (#379435)
2 parents 05397ad + b17b1f6 commit 66aea4c

File tree

2 files changed

+64
-45
lines changed

2 files changed

+64
-45
lines changed
Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
lib,
33
fetchFromGitHub,
4-
flutterPackages,
4+
flutter327,
55
corrosion,
66
rustPlatform,
77
cargo,
@@ -10,15 +10,18 @@
1010
copyDesktopItems,
1111
makeDesktopItem,
1212
}:
13-
flutterPackages.stable.buildFlutterApplication rec {
13+
14+
flutter327.buildFlutterApplication rec {
1415
pname = "intiface-central";
15-
version = "2.6.4";
16+
version = "2.6.5";
17+
1618
src = fetchFromGitHub {
1719
owner = "intiface";
1820
repo = "intiface-central";
19-
rev = "v${version}";
20-
hash = "sha256-QBNEKhjBfKxArBykUq/fE4lftCYzGdAaWYD1F7rar5Y=";
21+
tag = "v${version}";
22+
hash = "sha256-goN0750EvGw5G8cb4jy6wWnjlLwlwMeTz4GQEilbwpY=";
2123
};
24+
2225
patches = [
2326
./corrosion.patch
2427
];
@@ -29,8 +32,9 @@ flutterPackages.stable.buildFlutterApplication rec {
2932
name = "${pname}-${version}-cargo-deps";
3033
inherit src;
3134
sourceRoot = "${src.name}/intiface-engine-flutter-bridge";
32-
hash = "sha256-1j1maTrR7V/Tlu7uimTJuoEtxhn5Hn0VmR0GnJuKIoo=";
35+
hash = "sha256-z9i0xT0e8G9spOmXpI2yFee/y3ZEh69YqL+7zRWszzA=";
3336
};
37+
3438
cargoRoot = "intiface-engine-flutter-bridge";
3539

3640
preConfigure = ''
@@ -45,19 +49,14 @@ flutterPackages.stable.buildFlutterApplication rec {
4549
copyDesktopItems
4650
];
4751

48-
buildInputs = [
49-
udev
50-
];
52+
buildInputs = [ udev ];
5153

5254
# without this, only the splash screen will be shown and the logs will contain the
5355
# line `Failed to load dynamic library 'lib/libintiface_engine_flutter_bridge.so'`
54-
# Environmental variables don't quite eval outside of hooks so use pname and
55-
# version directly.
56-
extraWrapProgramArgs = "--chdir $out/app/${pname}";
56+
extraWrapProgramArgs = "--chdir $out/app/intiface-central";
5757

5858
postInstall = ''
59-
mkdir -p $out/share/pixmaps
60-
cp $out/app/$pname/data/flutter_assets/assets/icons/intiface_central_icon.png $out/share/pixmaps/intiface-central.png
59+
install -Dm644 $out/app/intiface-central/data/flutter_assets/assets/icons/intiface_central_icon.png $out/share/pixmaps/intiface-central.png
6160
'';
6261

6362
desktopItems = [
@@ -70,12 +69,12 @@ flutterPackages.stable.buildFlutterApplication rec {
7069
})
7170
];
7271

73-
meta = with lib; {
72+
meta = {
7473
mainProgram = "intiface_central";
7574
description = "Intiface Central (Buttplug Frontend) Application for Desktop";
7675
homepage = "https://intiface.com/";
77-
license = licenses.gpl3Only;
78-
maintainers = with maintainers; [ _999eagle ];
79-
platforms = platforms.linux;
76+
license = lib.licenses.gpl3Only;
77+
maintainers = with lib.maintainers; [ _999eagle ];
78+
platforms = lib.platforms.linux;
8079
};
8180
}

pkgs/by-name/in/intiface-central/pubspec.lock.json

Lines changed: 47 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
"dependency": "transitive",
55
"description": {
66
"name": "_fe_analyzer_shared",
7-
"sha256": "f256b0c0ba6c7577c15e2e4e114755640a875e885099367bf6e012b19314c834",
7+
"sha256": "16e298750b6d0af7ce8a3ba7c18c69c3785d11b15ec83f6dcd0ad2a0009b3cab",
88
"url": "https://pub.dev"
99
},
1010
"source": "hosted",
11-
"version": "72.0.0"
11+
"version": "76.0.0"
1212
},
1313
"_macros": {
1414
"dependency": "transitive",
1515
"description": "dart",
1616
"source": "sdk",
17-
"version": "0.3.2"
17+
"version": "0.3.3"
1818
},
1919
"analyzer": {
2020
"dependency": "transitive",
2121
"description": {
2222
"name": "analyzer",
23-
"sha256": "b652861553cd3990d8ed361f7979dc6d7053a9ac8843fa73820ab68ce5410139",
23+
"sha256": "1f14db053a8c23e260789e9b0980fa27f2680dd640932cae5e1137cce0e46e1e",
2424
"url": "https://pub.dev"
2525
},
2626
"source": "hosted",
27-
"version": "6.7.0"
27+
"version": "6.11.0"
2828
},
2929
"archive": {
3030
"dependency": "transitive",
@@ -76,6 +76,16 @@
7676
"source": "hosted",
7777
"version": "2.1.1"
7878
},
79+
"buffer": {
80+
"dependency": "transitive",
81+
"description": {
82+
"name": "buffer",
83+
"sha256": "389da2ec2c16283c8787e0adaede82b1842102f8c8aae2f49003a766c5c6b3d1",
84+
"url": "https://pub.dev"
85+
},
86+
"source": "hosted",
87+
"version": "1.2.3"
88+
},
7989
"build": {
8090
"dependency": "transitive",
8191
"description": {
@@ -230,11 +240,11 @@
230240
"dependency": "transitive",
231241
"description": {
232242
"name": "collection",
233-
"sha256": "ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a",
243+
"sha256": "a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf",
234244
"url": "https://pub.dev"
235245
},
236246
"source": "hosted",
237-
"version": "1.18.0"
247+
"version": "1.19.0"
238248
},
239249
"console": {
240250
"dependency": "transitive",
@@ -316,6 +326,16 @@
316326
"source": "hosted",
317327
"version": "7.0.1"
318328
},
329+
"discord_rich_presence": {
330+
"dependency": "direct main",
331+
"description": {
332+
"name": "discord_rich_presence",
333+
"sha256": "ed30f3aa310fb96afe1d410ac0263f4f3013943981935332db08a037f340f4fd",
334+
"url": "https://pub.dev"
335+
},
336+
"source": "hosted",
337+
"version": "1.1.1"
338+
},
319339
"easy_debounce": {
320340
"dependency": "direct main",
321341
"description": {
@@ -668,21 +688,21 @@
668688
"dependency": "transitive",
669689
"description": {
670690
"name": "leak_tracker",
671-
"sha256": "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05",
691+
"sha256": "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06",
672692
"url": "https://pub.dev"
673693
},
674694
"source": "hosted",
675-
"version": "10.0.5"
695+
"version": "10.0.7"
676696
},
677697
"leak_tracker_flutter_testing": {
678698
"dependency": "transitive",
679699
"description": {
680700
"name": "leak_tracker_flutter_testing",
681-
"sha256": "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806",
701+
"sha256": "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379",
682702
"url": "https://pub.dev"
683703
},
684704
"source": "hosted",
685-
"version": "3.0.5"
705+
"version": "3.0.8"
686706
},
687707
"leak_tracker_testing": {
688708
"dependency": "transitive",
@@ -728,11 +748,11 @@
728748
"dependency": "transitive",
729749
"description": {
730750
"name": "macros",
731-
"sha256": "0acaed5d6b7eab89f63350bccd82119e6c602df0f391260d0e32b5e23db79536",
751+
"sha256": "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656",
732752
"url": "https://pub.dev"
733753
},
734754
"source": "hosted",
735-
"version": "0.1.2-main.4"
755+
"version": "0.1.3-main.0"
736756
},
737757
"markdown": {
738758
"dependency": "direct main",
@@ -1258,7 +1278,7 @@
12581278
"dependency": "transitive",
12591279
"description": "flutter",
12601280
"source": "sdk",
1261-
"version": "0.0.99"
1281+
"version": "0.0.0"
12621282
},
12631283
"source_gen": {
12641284
"dependency": "transitive",
@@ -1304,11 +1324,11 @@
13041324
"dependency": "transitive",
13051325
"description": {
13061326
"name": "stack_trace",
1307-
"sha256": "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b",
1327+
"sha256": "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377",
13081328
"url": "https://pub.dev"
13091329
},
13101330
"source": "hosted",
1311-
"version": "1.11.1"
1331+
"version": "1.12.0"
13121332
},
13131333
"stream_channel": {
13141334
"dependency": "transitive",
@@ -1334,11 +1354,11 @@
13341354
"dependency": "transitive",
13351355
"description": {
13361356
"name": "string_scanner",
1337-
"sha256": "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde",
1357+
"sha256": "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3",
13381358
"url": "https://pub.dev"
13391359
},
13401360
"source": "hosted",
1341-
"version": "1.2.0"
1361+
"version": "1.3.0"
13421362
},
13431363
"term_glyph": {
13441364
"dependency": "transitive",
@@ -1354,11 +1374,11 @@
13541374
"dependency": "transitive",
13551375
"description": {
13561376
"name": "test_api",
1357-
"sha256": "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb",
1377+
"sha256": "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c",
13581378
"url": "https://pub.dev"
13591379
},
13601380
"source": "hosted",
1361-
"version": "0.7.2"
1381+
"version": "0.7.3"
13621382
},
13631383
"timezone": {
13641384
"dependency": "transitive",
@@ -1394,11 +1414,11 @@
13941414
"dependency": "transitive",
13951415
"description": {
13961416
"name": "typed_data",
1397-
"sha256": "facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c",
1417+
"sha256": "f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006",
13981418
"url": "https://pub.dev"
13991419
},
14001420
"source": "hosted",
1401-
"version": "1.3.2"
1421+
"version": "1.4.0"
14021422
},
14031423
"url_launcher": {
14041424
"dependency": "direct main",
@@ -1484,11 +1504,11 @@
14841504
"dependency": "transitive",
14851505
"description": {
14861506
"name": "uuid",
1487-
"sha256": "83d37c7ad7aaf9aa8e275490669535c8080377cfa7a7004c24dfac53afffaa90",
1507+
"sha256": "a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff",
14881508
"url": "https://pub.dev"
14891509
},
14901510
"source": "hosted",
1491-
"version": "4.4.2"
1511+
"version": "4.5.1"
14921512
},
14931513
"vector_math": {
14941514
"dependency": "transitive",
@@ -1514,11 +1534,11 @@
15141534
"dependency": "transitive",
15151535
"description": {
15161536
"name": "vm_service",
1517-
"sha256": "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d",
1537+
"sha256": "f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b",
15181538
"url": "https://pub.dev"
15191539
},
15201540
"source": "hosted",
1521-
"version": "14.2.5"
1541+
"version": "14.3.0"
15221542
},
15231543
"watcher": {
15241544
"dependency": "transitive",
@@ -1622,7 +1642,7 @@
16221642
}
16231643
},
16241644
"sdks": {
1625-
"dart": ">=3.5.0-259.0.dev <4.0.0",
1645+
"dart": ">=3.5.3 <4.0.0",
16261646
"flutter": ">=3.22.0"
16271647
}
16281648
}

0 commit comments

Comments
 (0)