tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
audio-recorder: 1.9.4 -> 1.9.7
Franz Pletz
8 years ago
69549aee
00a99022
+2
-55
2 changed files
expand all
collapse all
unified
split
pkgs
applications
audio
audio-recorder
default.nix
icon-names.diff
+2
-4
pkgs/applications/audio/audio-recorder/default.nix
···
8
9
stdenv.mkDerivation rec {
10
name = "audio-recorder-${version}";
11
-
version = "1.9.4";
12
13
src = fetchurl {
14
name = "${name}-zesty.tar.gz";
15
url = "${meta.homepage}/+archive/ubuntu/ppa/+files/audio-recorder_${version}%7Ezesty.tar.gz";
16
-
sha256 = "062bad38cz4fqzv418wza0x8sa4m5mqr3xsisrr1qgkqj9hg1f6x";
17
};
18
19
nativeBuildInputs = [ pkgconfig intltool autoconf wrapGAppsHook ];
20
-
21
-
patches = [ ./icon-names.diff ];
22
23
buildInputs = with gst_all_1; [
24
glib dbus gtk3 librsvg libdbusmenu-gtk3 libappindicator-gtk3 (stdenv.lib.getLib gnome3.dconf)
···
8
9
stdenv.mkDerivation rec {
10
name = "audio-recorder-${version}";
11
+
version = "1.9.7";
12
13
src = fetchurl {
14
name = "${name}-zesty.tar.gz";
15
url = "${meta.homepage}/+archive/ubuntu/ppa/+files/audio-recorder_${version}%7Ezesty.tar.gz";
16
+
sha256 = "163c0vs5qj72y62731yp6sl6s0indh2szhjg02mxigv9b68dx89c";
17
};
18
19
nativeBuildInputs = [ pkgconfig intltool autoconf wrapGAppsHook ];
0
0
20
21
buildInputs = with gst_all_1; [
22
glib dbus gtk3 librsvg libdbusmenu-gtk3 libappindicator-gtk3 (stdenv.lib.getLib gnome3.dconf)
-51
pkgs/applications/audio/audio-recorder/icon-names.diff
···
1
-
diff -ru audio-recorder/src/main.c audio-recorder.new/src/main.c
2
-
--- audio-recorder/src/main.c 2017-01-03 20:27:36.000000000 +0100
3
-
+++ audio-recorder.new/src/main.c 2017-01-30 20:19:44.019255096 +0100
4
-
@@ -1099,7 +1099,7 @@
5
-
gtk_container_add(GTK_CONTAINER(frame2), g_win.timer_text);
6
-
7
-
// Timer [Save] button
8
-
- g_win.timer_save_button = gtk_button_new_from_icon_name("gtk-save", GTK_ICON_SIZE_BUTTON);
9
-
+ g_win.timer_save_button = gtk_button_new_from_icon_name("document-save", GTK_ICON_SIZE_BUTTON);
10
-
// Hide it
11
-
gtk_widget_hide(g_win.timer_save_button);
12
-
g_signal_connect(g_win.timer_save_button, "clicked", G_CALLBACK(win_timer_save_text_cb), NULL);
13
-
@@ -1129,7 +1129,7 @@
14
-
// The [Info] button
15
-
GtkWidget *button0 = gtk_button_new();
16
-
gtk_widget_show(button0);
17
-
- GtkWidget *image = gtk_image_new_from_icon_name("gtk-info", GTK_ICON_SIZE_BUTTON);
18
-
+ GtkWidget *image = gtk_image_new_from_icon_name("dialog-information", GTK_ICON_SIZE_BUTTON);
19
-
gtk_widget_show(image);
20
-
gtk_button_set_always_show_image(GTK_BUTTON(button0), TRUE);
21
-
gtk_button_set_image(GTK_BUTTON(button0), image);
22
-
@@ -1220,7 +1220,7 @@
23
-
// Add [Reload] button
24
-
button0 = gtk_button_new();
25
-
gtk_widget_show(button0);
26
-
- image = gtk_image_new_from_icon_name("gtk-refresh", GTK_ICON_SIZE_BUTTON);
27
-
+ image = gtk_image_new_from_icon_name("view-refresh", GTK_ICON_SIZE_BUTTON);
28
-
gtk_widget_show(image);
29
-
gtk_button_set_always_show_image(GTK_BUTTON(button0), TRUE);
30
-
31
-
@@ -1297,7 +1297,7 @@
32
-
gtk_widget_show(hbox4);
33
-
gtk_box_pack_start(GTK_BOX(vbox0), hbox4, FALSE, TRUE, 0);
34
-
35
-
- button0 = gtk_button_new_from_icon_name("gtk-close", GTK_ICON_SIZE_BUTTON);
36
-
+ button0 = gtk_button_new_from_icon_name("window-close", GTK_ICON_SIZE_BUTTON);
37
-
gtk_button_set_always_show_image(GTK_BUTTON(button0), TRUE);
38
-
gtk_widget_show(button0);
39
-
gtk_box_pack_end(GTK_BOX(hbox4), button0, FALSE, FALSE, 0);
40
-
diff -ru audio-recorder/src/settings.c audio-recorder.new/src/settings.c
41
-
--- audio-recorder/src/settings.c 2017-01-02 10:47:27.000000000 +0100
42
-
+++ audio-recorder.new/src/settings.c 2017-01-30 20:23:04.621314105 +0100
43
-
@@ -659,7 +659,7 @@
44
-
gtk_entry_set_invisible_char(GTK_ENTRY(file_name_pattern), 9679);
45
-
46
-
button0 = gtk_button_new();
47
-
- GtkWidget *image = gtk_image_new_from_icon_name("gtk-info", GTK_ICON_SIZE_BUTTON);
48
-
+ GtkWidget *image = gtk_image_new_from_icon_name("dialog-information", GTK_ICON_SIZE_BUTTON);
49
-
gtk_button_set_always_show_image(GTK_BUTTON(button0), TRUE);
50
-
gtk_button_set_image(GTK_BUTTON(button0), image);
51
-
g_signal_connect(button0, "clicked", G_CALLBACK(win_settings_show_filename_help), NULL);
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0