Skip to content

Instantly share code, notes, and snippets.

View bobby285271's full-sized avatar
🙈
Playing Gakumas

Bobby Rong bobby285271

🙈
Playing Gakumas
View GitHub Profile
@bobby285271
bobby285271 / 学マス.jpg
Last active June 20, 2024 14:30
我又想起来了,我一直是千奈p啊.jpg
学マス.jpg
#!/usr/bin/env python3
import os
import git
import re
import sys
import subprocess
sha = sys.argv[1]
@nix { "action": "setPhase", "phase": "unpackPhase" }
Running phase: unpackPhase
unpacking source archive /nix/store/iixq416iqyq30fwr37j7z1jzqvqqrxr8-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: patchPhase
applying patch /nix/store/73xgkvl4cq4n1gzijnqgg296fv4ihg9w-plugins.patch
patching file meson.build
Hunk #1 succeeded at 91 (offset 3 lines).
Hunk #2 succeeded at 109 with fuzz 2 (offset 3 lines).
#!/usr/bin/env bash
nix_eval_wip() {
# $1: expression
# ret: result
ret_nix_eval_wip=$(NIX_PATH=nixpkgs=. \
nix-instantiate --expr "with import <nixpkgs> { }; ${1}" --eval | \
sed 's/^"//' | sed 's/"$//')
}
{ fetchFromGitHub
, lib
, gobject-introspection
, meson
, ninja
, python3
, stdenv
, gtk3
, gdk-pixbuf
, wrapGAppsHook
diff --git a/NEWS b/NEWS
index b5c9a705b9e5afd39842b6243aad4c6f17a04b8c..e5ac79bf531c289b127c95b94a7575be7faee86e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+================
+WebKitGTK 2.38.5
+================
+
+What's new in WebKitGTK 2.38.5?
@bobby285271
bobby285271 / ConversationItemModel.c
Last active February 15, 2023 08:32
e-mail-crash-debug
/* ConversationItemModel.c generated by valac 0.56.3, the Vala compiler
* generated from ConversationItemModel.vala, do not modify */
/* -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-*/
/*-
* Copyright (c) 2017 elementary LLC. (https://elementary.io)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
Process 4983 (.cinnamon-wrapp) of user 1000 dumped core.
Module libcanberra-pulse.so without build-id.
Module libgmp.so.10 without build-id.
Module libhogweed.so.6 without build-id.
Module libnettle.so.8 without build-id.
Module libtasn1.so.6 without build-id.
Module libunistring.so.2 without build-id.
Module libidn2.so.0 without build-id.
Module libp11-kit.so.0 without build-id.
diff --git a/meson.build b/meson.build
index 4dab52528c..132912ff82 100644
--- a/meson.build
+++ b/meson.build
@@ -32,7 +32,7 @@ tasks_deps = [
dependency('champlain-gtk-0.12'),
dependency('clutter-1.0'),
dependency('clutter-gtk-1.0'),
- dependency('geocode-glib-1.0'),
+ dependency('geocode-glib-2.0'),