

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import os | |
import git | |
import re | |
import sys | |
import subprocess | |
sha = sys.argv[1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# motivation | |
# during release cycle mint sometimes can release 5-20 updates in a day, | |
# and most of them are "just translations". fixup these commits. | |
nix_eval_wip() { | |
# $1: expression | |
# ret: result | |
ret_nix_eval_wip=$(NIX_PATH=nixpkgs=. \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ fetchFromGitHub | |
, lib | |
, gobject-introspection | |
, meson | |
, ninja | |
, python3 | |
, stdenv | |
, gtk3 | |
, gdk-pixbuf | |
, wrapGAppsHook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
NewerOlder